@charset "UTF-8";
/**
 *
 * @authors UTITECH
 * @date    2023-01-06
 * @version 2.0
 */

/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
body {
  background: #FFFFFF;
}
header .container{
  padding: 0 15px 0 15px
}
header .navbar-brand{
  padding: 13px 15px;
}
.navbar-collapse{
  padding: 0 15px;
}
.navbar-nav a.dropdown-toggle{
  padding-right: 15px;
  padding-left: 15px;
}
@media(min-width:767px) {
  .navbar-collapse{
    padding: 0 15px;
  }
  header .container{
    padding: 0 !important;
  }
  header .navbar-brand{
    padding: 13px 10px;
  }
  .navbar-collapse{
    padding: 0;
  }
  .navbar-nav a.dropdown-toggle{
    padding-right: 0;
    padding-left: 0;
  }
}
.section {
  padding: 15px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.section.mainContent{
    padding: 15px 0px 10px 0px;
  }
@media (min-width: 768px) {
  .section.mainContent{
    padding: 0px 0 10px 0;
  }
}
.mainContent{
    padding: 10px 0px 20px 0px;
  }
@media (min-width: 768px) {
  .mainContent{
    padding: 0px 0 30px 0;
  }
}

.mainContent.senwaiy,
.mainContent.aveva {
    padding: 0px 0px 20px 0px;
  }
@media (min-width: 768px) {
  .mainContent.senwaiy,
  .mainContent.aveva {
    padding: 0px 0 20px 0;
  }
}
.section-white {
  background: #FFF;
}
.section-dark {
  background: #151515;
}
.section-dark h3 {
  color:#FFF;
  font-size:18px;
  font-weight:200;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}
.input-micro {
  width: 50px;
  margin-bottom: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(79, 141, 179, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
ul.no-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
div[class*="span"] {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}

/*margin*/
.m-1{
  margin:1rem;
}
.m-0{
  margin:0!important;
}
.mt-0{
  margin-top:0!important;
}
.mt-1{
  margin-top: 1rem!important;
}
.mt-2{
  margin-top: 2rem!important;
}
.mt-3{
  margin-top: 3rem!important;
}
.mt-4{
  margin-top: 4rem!important;
}
.mb-0{
  margin-bottom: 0rem!important;
}
.mb-1{
  margin-bottom: 1rem!important;
}
.mb-2{
  margin-bottom: 2rem!important;
}
.mb-3{
  margin-bottom: 3rem!important;
}
.ml-1{
  margin-left: .5rem!important;
}

/*padding*/
.p-0{
  padding: 0!important
}
.p-1{
  padding: 0.75rem !important
}
.p-2{
  padding: 1.5rem !important
}
.px-1{
  padding:0 0.75rem !important
}
.py-1{
  padding: .75rem 0 !important
}
.pr-1{
  padding:0 .75rem 0 0 !important
}
.pl-1{
  padding:0 0 0 .75rem !important
}
.pl-2{
  padding:0 0 0 1.5rem !important
}
.pb-0{
  padding-bottom:0 !important
}
.pb-1{
  padding-bottom:.75rem !important
}
.pt-1{
   padding:.75rem 0 0 0 !important
}
.pt-2{
   padding:1.5rem 0 0 0 !important
}
/*border*/
.outer-border{
  border:1px solid #9a9a9a;
  padding: 1px;
}

/*--------------------------------------------------------------------------
	Services Style
--------------------------------------------------------------------------*/
/* Multicolumn */
.service-wrapper {
  text-align: center;
  color: 0 0 3px #999;
  margin-bottom:30px;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
.service-wrapper i {
	font-size:54px;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}
/*--------------------------------------------------------------------------
	Pricing Table Style
--------------------------------------------------------------------------*/
.pricing-plan {
  float: left;
  text-align: center;
  background: #fafafa;
  position: relative;
  width: 48%;
  margin: 10px 1% 10px 0;
  padding: 20px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  color: 0 1px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow .25s linear;
  -moz-transition: -moz-box-shadow .25s linear;
  -o-transition: box-shadow .25s linear;
  -ms-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}
.pricing-plan:hover {
  -webkit-box-shadow: 0 0 8px #333;
  -moz-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
  color: 0 0 8px #333;
  z-index: 5;
}
.pricing-plan .pricing-plan-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #595f6b;
  border-bottom: 1px dashed #d2d2d2;
}
.pricing-plan .pricing-plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan .pricing-plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #595f6b;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan .pricing-plan-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan .pricing-plan-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
  list-style-type: none;
}
.pricing-plan .pricing-plan-features li strong {
  font-weight: bold;
  color: #888;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.price-ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFF;
  color: #6a6340;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  color: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green {
  background-color: #BFDC7A;
}
.ribbon-blue {
  background-color: #5ACBFF;
}
.ribbon-orange {
  background-color: #FF9542;
}
.ribbon-red {
  background-color: #FF7373;
}
@media (min-width: 768px) {
  .pricing-plan {
    width: 25%;
    margin: 20px 0;
    padding: 20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .pricing-plan:first-child {
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 7px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan:last-child {
    border-width: 2px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 7px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan-promote {
    background: #aec62c;
    padding: 40px;
    margin-top: 0;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 4;
  }


.pricing-plan-promote-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
}
.pricing-plan-promote-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan-promote-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #687b00;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan-promote-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan-promote-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #f2ffaa;
  text-align: center;
  list-style-type: none;
}
.pricing-plan-promote-features li strong {
  font-weight: bold;
  color: #FFF;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}
}

/*--------------------------------------------------------------------------
	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
	padding:0;
	height:400px;
}

#contact-us-map {
  height: 400px;
  margin:0;
}
.contact-us-details {
  margin: 20px 0;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
	Video Wrapper Style
--------------------------------------------------------------------------*/
.video-wrapper {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  color: 0 0 5px #000;
  margin: 20px 0;
}
/*--------------------------------------------------------------------------
+	Call to Action Bar Style
--------------------------------------------------------------------------*/
.calltoaction-wrapper {
  text-align: center;
}
.calltoaction-wrapper h3 {
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 0;
}
.calltoaction-wrapper a {
  vertical-align: top;
}

/*--------------------------------------------------------------------------
+	Clients Logos Style
--------------------------------------------------------------------------*/
.clients-logo-wrapper img {
  max-width: 100%;

}
/*--------------------------------------------------------------------------
+	News Style
--------------------------------------------------------------------------*/
.featured-news .caption,
.latest-news .caption {
  padding: 10px 0 5px 0;
}
.featured-news .caption a,
.latest-news .caption a {
  font-size: 1.1em;
  font-weight: 600;
  color: #535b60;
}
.featured-news .intro,
.latest-news .intro {
  padding-bottom: 10px;
  font-size: 0.9em;
}
.featured-news .intro a,
.latest-news .intro a {
  white-space: nowrap;
}
.featured-news .date,
.latest-news .date {
  font-size: 0.7em;
  color: #999;
}
.featured-news img,
.latest-news img {
  max-width: 100%;
  margin: 10px 0 10px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
/*--------------------------------------------------------------------------
+	Frequently Asked Questions Style
--------------------------------------------------------------------------*/
.faq-wrapper h3 {
  margin-top: 20px !important;
}
.faq-wrapper .accordion-inner {
  margin: 10px 0 10px 20px;
  padding: 0 10px;
  font-size: 0.9em;
}
.faq-wrapper .accordion-inner .answer {
  font-weight: 600;
}
/*--------------------------------------------------------------------------
+	Blog Style
--------------------------------------------------------------------------*/
/* Posts List */
.blog-post {
  background: #FFF;
  position: relative;
  margin: 20px 0;
  border: 1px solid #EEE;

}
.blog-post img {
  max-width: 100%;
}
.blog-post .post-info {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  padding: 5px;
  left: 10px;
  top: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.blog-post .post-comments-count {
  text-align: center;
}
.post-info .post-comments-count {
  padding-top: 5px;
}
.post-info .post-comments-count i {
  margin-right: 5px;
}
.post-info .post-comments-count a {
  color: #FFF;
}
.post-info .post-date .date {
  font-size: 0.7em;
  font-weight: 600;
}
.post-title h3 {
  font-size: 1.2em;
  border-bottom: 1px dotted #828282;
  margin: 0 20px;
  padding-top: 10px;
}
.post-title h3 a {
  color: #535b60;
}
.post-summary {
  margin: 10px 20px;
}
.post-summary p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-more {
  text-align: right;
  padding: 0 20px 20px 0;
}


/*--------------------------------------------------------------------------
	Portfolio Item Page Style
--------------------------------------------------------------------------*/
.product-image-large {
  border: 8px solid #FFF;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.product-image-large img {
  max-width: 100%;
}
.product-details h4,
.product-details h5 {
  font-weight: 700;
}
.product-details h4 {
  margin-bottom: 20px;
}
.product-details h5 {
  margin-top: 20px;
}
.product-details .price {
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  display: inline;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.product-details .price-was {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: normal;
}
.product-details .shop-item-selections {
  width: 100%;
}
.product-details .shop-item-selections td {
  line-height: 36px;
}
.product-details .shop-item-selections td:first-child {
  width: 30%;
}
.product-details .choose-item-color span {
  display: inline-block;
  *display: inline;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: -1px;
  margin-right: 2px;
}
.product-details-nav {
  margin-top: 30px !important;
  margin-left: 0 !important;
}
.product-detail-info {
  background: #fff;
  border-top: 0;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #ddd;
  border-style: solid;
  padding: 20px 30px;
}
.product-detail-info p,
.product-detail-info ul {
  font-size: 0.9em;
}
.product-detail-info table {
  width: 100%;
}
.product-detail-info table td {
  font-size: 0.9em;
  width: 50%;
  line-height: 28px;
  border-bottom: 1px solid #E7E7E7;
}
.product-detail-info table td:first-child {
  font-weight: 600;
}
.product-detail-info table tr:last-child td {
  border-bottom: 0;
}

/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 8px solid #4f8db3;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}
/*--------------------------------------------------------------------------
	Our Team Style
--------------------------------------------------------------------------*/
.team-member {
  position: relative;
  background: #FFF;
  margin-bottom: 8px;
  border: 8px solid #FFF;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.team-member img {
  max-width: 100%;
}
.team-member ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 10px;
}
.team-member ul li {
 /*line-height: 20px;*/ 
}
.team-member:hover .team-member-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-member .team-member-image {
  text-align: center;
  position: relative;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.team-member-img_no{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1!important;
}
text{text-align: center;}
.team-member .team-member-name {
  font-size: 1.3em;
  /*text-transform: uppercase;*/
  padding-bottom: 8px;
}
.team-member .team-member-social {
  position: absolute;
  right: 10px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.team-member .team-member-social .team-member-social i {
  margin-top: 3px;
}
.team-member .team-member-social:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*--------------------------------------------------------------------------
	Breadcrumbs Section Style
--------------------------------------------------------------------------*/
.section-breadcrumbs,
.section-breadcrumbs_page{
  background: #fff;
  margin:0;
  text-align:right;
}
.section-breadcrumbs_page {
  margin-top:50px;
}
.section-breadcrumbs h1 {
  color:#8d8d8d;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-breadcrumbs .breadcrumb,
.section-breadcrumbs_page .breadcrumb{
  padding: 0;margin:0
}
img.img-fluid {
  width: auto;
  height: auto;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;

}

.img.text-center{
  margin:0 auto;
}

/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {
  background: #FFFFFB;
  color: #0c1013;
  margin-top: 0;
  -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  color: 0 -1px 12px rgba(0,0,0,0.4);
}

.footer_bottom{
  background: #0c1013;
  color: #A0A0A0;
  position: fixed;
  bottom:0;  right: 0;left:0;
  width: 100%;
  margin-top: 50px;
  -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  color: 0 -1px 12px rgba(0,0,0,0.4);
}

.footer h3 ,.footer_bottom h3{
  color: #0c1013;
  font-size: 1.3em;
  border-bottom: 1px dotted #7C7C7C;
  padding-bottom: 10px;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../stay-connected.html);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
  text-align: center;
  color: #007b8a;
  /*border-top: 1px dotted #7C7C7C;*/
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
	Pagination Style
--------------------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 15px;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-bottom: 3px solid #FFF;
  color: #666666;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background: #FFF;
}
.pagination > li > a:hover {
  border-bottom: 3px solid #666666;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #666666;
  border-bottom: 3px solid #4f8db3;
}
.pagination > .disabled > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-bottom: 0;
  color: #C9C9C9;
  background-color: #FFF;
  cursor: default;
}

/*--------------------------------------------------------------------------
+	Custom Style for Tabs (overrides Bootstrap)
--------------------------------------------------------------------------*/
.nav-tabs > li > a {
  font-size: 1.1em;
  padding: 10px 15px;
  color: #000;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 3px solid #4f8db3;
  border-bottom-color: transparent;
  cursor: default;
}

/*--------------------------------------------------------------------------
	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  border: 1px solid #0089A7;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #0089A7;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
}
.btn i{
  font-size: 15px;
  line-height: 15px;
  margin-right: 5px;
  vertical-align: bottom;
}
.btn:hover {
  background: none repeat scroll 0 0 #FAFAFA;
  color: #0089A7;
  text-decoration: none;
  border: 1px solid #FAFAFA;
  outline: 0;
}
.btn:selected {
outline: 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #d45d00;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #d45d00;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}

.img-responsive { display: table-cell; max-width: 100%; }

.mt-2{
  margin-top: 2rem;
}

/*產品圖*/
.mainContent.aveva .row{
  padding: 0 0;
}
/*.mainContent.aveva .row p br{
  content:"";
  margin: 2em;
  display: block;
  font-size: 50%;
}*/
.mainContent.aveva .row p{
  width: 100%;
  display: block;
}
/*.product_title br{
  display:none!important;
}*/

.product_senwaiy [class*='col-'],
.product_aveva [class*='col-']{
  padding: 5px 10px;
}
@media(min-width:768px) {
  .product_senwaiy [class*='col-'],
  .product_aveva [class*='col-']{
    padding: 5px 8px;
  }
}
.senwaiy .product_container{
  display: flex;
  flex-direction: column;/*row*/
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border:1px solid #d1d8ea;
  border-radius: 5px;
}
.aveva .product_container{
  display: flex;
  flex-direction: row;/*row*/
  width: 100%;
  padding: 1px;
  border:1px solid #d1d8ea;
  border-radius: 5px;
}
.aveva .product_container .img{
  border-radius: 4px 0 0 4px ;
  background: #3616ac;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.aveva .product_container .text{
  width: calc(100% + -130px);
  padding: 5px 10px;
  font-family:sans-serif;
  letter-spacing: 0
}
.aveva .product_container a.btn{
  font-style: 12px;
  font-family: PMingLiU;
  font-weight: normal;
  cursor: pointer;
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  background: transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
}
.aveva .product_container a.btn:hover{
  background: rgba(0,0,0,.7);
  border:1px solid rgba(255,255,255,.1);
}

.product_container:hover{
  animation-name:icon_shadow;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  /*box-shadow: 0 0 15px rgba(0,0,0,.2)*/
}
@keyframes icon_shadow{
    from{
        box-shadow: 0 0 15px rgba(0,0,0,0);
        border:1px solid #d1d8ea;
    }
    to{
        box-shadow: 0 0 15px rgba(0,0,0,.3);
        border:1px solid #d1d8ea;
    }
}
.aveva .product_container:hover .img{
  animation-name:img_bg;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}
@keyframes img_bg{
    from{
      background: #3616ac;
    }
    to{
      background: #3616ac;
    }
}

.row.product_senwaiy{
  padding: 0 10px 0 15px;
}
.flex-gap{
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 10px;
}
.row.product_senwaiy .item{
  width: calc(50% - 10px);
  margin-bottom: 10px;
  display: inline-flex;
}
@media(min-width:768px) {
  .row.product_senwaiy .item{
    width: calc(25% - 10px);
  }
}
.product_senwaiy .card-body{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.product_senwaiy .card-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}

.senwaiy .product_container .title{
  color:#4f4f4f;
  font-size: 15px;
}
.senwaiy .product_container:hover .title{
  animation-name:text_color;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}
@keyframes text_color{
    from{
        color:#4f4f4f;
    }
    to{
        color:#000;
    }
}
.aveva .product_container .title{
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
/*  display:inline-block;
  white-space: nowrap;*/
}
.aveva .product_container .title span{
  font-weight: 200;
  font-size: 13px;
  color:#454951;
}
.aveva .product_container .title span:before{
  content: '(';
  margin-right: 2px;
}
.aveva .product_container .title span:after{
  content: ')';
  margin-left: 2px;
}
.aveva .product_container .text p{
  margin:3px 0 0 0;
  /*line-height: 2rem;*/
  letter-spacing: 1px;
}
.senwaiy .product_container a.btn{
  font-style: 13px;
  font-weight: normal;
  cursor: pointer;
  color:#fff;
  background: #df8245;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  border-color: #df8245;
}
.senwaiy .product_container a.btn:hover{
  background: #ca4700;
  border-color: #ca4700;
  color:#fff;
}
.senwaiy .product_container:hover img{
  animation-name:img_filter;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}
@keyframes img_filter{
  from{
    -webkit-filter: contrast(0%); /* Safari */
      filter: contrast(0%);
  }
  to{
    -webkit-filter: contrast(300%); /* Safari */
      filter: contrast(300%);
  }
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

/*產品title*/
.product_title{
  font-family: "Microsoft JhengHei";
  font-size: 1.35rem;
  font-weight: 600;
  color:#000;
  margin-bottom: 5px;
}
.bottom-line {
  width: 100px;
  height: 3px;
  background-color: #e6001b;
  margin:0 auto 30px auto;
}

/*產品特色*/
.mainContent.aveva .productFeatures{
  padding: 0 15px;
}
.row.productFeatures{
  padding: 0 0px 0 0px;
  margin: 0 0 30px 0;
/*  width: 100%;*/
}
.senwaiy .row.productFeatures >[class*='col-']{
  display: flex;
}
.row.productFeatures >[class*='col-']{
 /* display: flex;*/
  padding: 0 0 25px 0;
}
.row.productFeatures >[class*='col-']:first-child{
  padding: 0
}
.productFeatures .pic{
  background: #ed553d;
  min-width: 80px;
  height: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items:center;
}
.productFeatures .text{
  padding: 0 15px 0 10px;
}
@media(max-width:767px) {
  .productFeatures .text{
    padding: 0 0px 0 10px;
  }
}
.productFeatures .text h3{
  font-size: 15px;
  font-family: PMingLiU;
  font-weight:600;
  color:#000;
  line-height: 15px;
  margin:0 0 5px 0;
}
.productFeatures .text div{
  /*line-height: 20px;*/
  color:#4c4c4c;
}
.productFeatures ul li.list-style-none{
  list-style-type:none;
  margin-bottom: 5px;
  margin-left: 0;
}
.productFeatures ul{
  padding:0 18px;
}
.productFeatures ul.list-unstyled{
  padding: 0
}
.productFeatures ul li,
.productFeatures ol li{
  margin-bottom: 5px;
}

/*產品相容性*/
.row.product-compatibility{
  margin-top:30px;
  margin-bottom:30px;
}
.product-compatibility .flex-fill{
  width: 100%;
  padding:0 4px;
}
.product-compatibility .d-flex{
  margin-top: 5px;
}
.product-compatibility .d-flex:first-child{
  margin-top: 0px;
}
.product-compatibility .table-container{
  border:1px solid #2c363e;
  height: 100%;width: 100%;
  position: relative;
  top:0;bottom:0;right:0;left:0;
  display: inline-flex;
  padding:1px;
}
.product-compatibility .table{
  margin:0;width: 100%
}
.product-compatibility .table tr th{
  background: #2c363e;
  color:#fff;
  font-weight: 400;
}
.product-compatibility .table tr th,
.product-compatibility .table tr td{
  padding: 5px 5px;
}

/*table-bordered*/
.product-compatibility .table.table-bordered tr th,
.product-compatibility .table.table-bordered tr td{
  border: 1px solid #a3a7aa;
}
.product-compatibility .table.table-bordered{
  border: none!important;
}
.product-compatibility .table.table-bordered tr th:first-child,
.product-compatibility .table.table-bordered tr td:first-child{
  border-left: none;
}
.product-compatibility .table.table-bordered tr th:last-child,
.product-compatibility .table.table-bordered tr td:last-child{
  border-right: none;
}
.product-compatibility .table.table-bordered tr td{
  border-bottom: none;
}
.product-compatibility .table .itemColor{
  background: #003c7a;color:#fff;
  padding: 2px 5px;
}
.product-compatibility .table.table-striped tr:nth-child(even) {
  background: #e8eef1
}
.product-compatibility .table ul{
  margin:0;
  padding-left: 20px;
}
.product-compatibility .table ul li{
  padding: 3px 0;
}

/*產品列表固定選單*/
.fixed-menu {
  padding: 0;
  display: block;
  position: fixed;
  top: 15%;
  /*left: 0;*/
  min-width: 150px;
}
@media(max-width:767px) {
  .fixed-menu {
    padding: 0;
    display: block;
    position: relative;
    top: 15%;
    /*left: 0;*/
    min-width: 150px;
  }
}

/*產品列表*/
.aveva_table .product-name{
  font-family:sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color:#461990;
  letter-spacing: 0
}
.aveva_table .product-remark{
  font-family:sans-serif;
  font-size: 12px;
  color:#3c3e43;
  letter-spacing: 0;
}
.aveva_table .product-name,
.aveva_table .product-remark{
  white-space: nowrap;
}
@media(max-width:767px) {
  .aveva_table .product-name,
  .aveva_table .product-remark{
    word-wrap:break-all;
    white-space:normal;
  }
}
.aveva_table .product-remark:before{
  content: '('
}
.aveva_table .product-remark:after{
  content: ')'
}
.aveva_table tr td{
  font-size: 1rem;
  vertical-align: middle!important;
}
.aveva_table.table-hover tr:hover td{
  background: #152242;
  cursor: pointer;
  color:#fff;
}
.aveva_table tr:hover td .product-name{
  color:#fff;
}
.aveva_table tr:hover td .product-remark{
  color:rgba(255,255,255,.5);
}

/*box 垂直水平置中*/
.flex-box{
  width: 100%;
  min-height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/*色塊*/
.w-100{width: 100%}
.row.process-box{
  padding: 1.5rem 0;
  margin: 0 0 3rem 0;
}
.row.process-box [class*='col-md']{
  padding: 0;
  border-right:none;
}
/*web*/
@media (min-width: 768px) {
  .row.process-box [class*='col']{
      border-right:1px solid rgba(0,0,0,.2);
      padding: 2px;
  }
}
.row.process-box [class*='col']:last-child{
  border-right:none;
}
.row.process-box h4{
  font: 600 4.5rem "Arial";
  color:#6908b3;
}
.row.process-box h5{
  font: 600 2rem "Arial";
  color: #6908b3!important;
  letter-spacing: 0!important;
  line-height: 150%;
  padding: 0 0 5px 0;
}
.row.process-box p{
  color:rgba(0,0,0,.7);
  line-height: 20px;
  margin-bottom: 5px;
}
.row.process-box [class*='col'] .flex-box{
  background: #edf0f2;
  border:2px solid #fff;
  padding: 5px;
}
/*web*/
@media (min-width: 768px) {
  .row.process-box h4{
    color:#6908b3;
  }
  .row.process-box h5{
    font: 600 3rem "Arial","Microsoft JhengHei";
    color:#101b4a;
    letter-spacing: 0!important;
    line-height: 120%;
  }
  .row.process-box p{
    color:rgba(0,0,0,.7);
    line-height: 20px;
    margin-bottom: 5px;
  }
  .row.process-box [class*='col'] .flex-box{
    background: transparent;
  }
}


/*grid 5*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.none-border{
  border:none!important;
}

/*重點*/
.mainPoints-block{
  margin:0;
  width: 100%
}
.mainPoints-block [class*="col-"]{
  background: #dde6ee;
  border:2px solid #fff;
  text-align: center;
  padding: 1rem ;
}
.mainPoints-block h5{
  color:#000;
  line-height: 2rem;
  margin:0;
}

/**/
.mainPoints-block2{
  display: block;
}
.mainPoints-block2 .col2{
  background: #dde6ee;
  width: 100%;
  background: #dde6ee;
  border:2px solid #fff;
  padding: 1rem ;

  display: flex;
  flex-direction: column;/*row*/
  justify-content: center;
  /*align-items: center;*/
}
@media (min-width: 768px) {
  .mainPoints-block2{
    display: flex;
  }
.mainPoints-block2 .col2{
    width: 50%;
  }
}
.bg-gray{
  background: #ecf4f7
}
/**/
.row.d-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .row.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.row.d-flex [class*='col-']{
  width: 100%
}
@media (min-width: 768px) {
  .row.d-flex .col-sm-5{
    width: 50%
  }
  .row.d-flex .col-sm-7{
    width: 50%
  }
}
.align-items-stretch{
	align-items: stretch!important;
}

/*div高度相同*/
.parent{
    display: block;
/*    display: -webkit-flex;
    display: flex;*/
}
.sameHeight{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1rem;
}
.sameHeight .card{
  border:1px solid #9a9a9a;
  padding: 1px;
}
@media (min-width: 768px) {
.parent{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.logo_PartnerNetwork{
  max-width: 150px!important;
  cursor: pointer;
}

.btn.center-block{
  width: 100%
}
@media (min-width: 768px) {
  .btn.center-block{
    width: auto
  }
}
