@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
ul {
  padding-left: 1em;
}
body {
	height: 100%;
	color: #666;
	/*font-family: 'Ubuntu', 'Microsoft YaHei' ,'SimHei', sans-serif;*/
  font-family: 'Ubuntu', 'Noto Sans SC', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.25em
}
h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 20px
}
p {
  margin-bottom: 20px;
}
.match-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.match-height:after {
	content: "";
	display: table;
	clear: both;
}
.match-height .column-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.match-height .column-item:after {
	content: "";
	display: table;
	clear: both;
}
.match-height .column-item-inner {
	width: 100%;
	overflow: hidden;
	display: block
}

a.buttons {
  display: inline-block;
  background-color: #cd3333;
  color: #fff;
  font-size: 20px;
  line-height: 2.1;
  padding: 0 1.6em;
}
a.buttons:hover {
  color: #fff;
  background-color: #f73d3d;
  text-decoration: none;
}

header {
	/*padding-bottom: 5em;*/
	background: url(../img/bg1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
	margin: 0 !important;
}
header .img-wrap {
	padding: 0 15%;
	text-align: center;
}
header .img-wrap img {
	display: inline-block;
}
header .hero-concent {
	position: relative;
	margin-top: 5em;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:visited {
	color: #fff
}
.navbar-default {
	background-color: #cc3333;
	border-color: transparent;
}
header .navbar-brand {
	padding: 10px 15px;
	line-height: inherit;
	height: inherit;
}
.form-box {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	border: solid 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
  box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
	color: #666;
}
.form-box h3 {
	padding: 1em;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #d0343a;
}
.form-wrap {
	background: #efefef;
	padding: 1.5em;
	margin: 0 auto;
}
form {
	display: block;
	margin: 0 auto;
}
header .mktoButtonRow {
	display: block;
	position: relative;
	margin-top:1em !important
}
.mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton {
	font-family: 'Noto Sans TC', sans-serif !important;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
	text-align: center;
}
.mktoForm label {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
}
.mktoForm .mktoLabel {
	padding-top: 0;
	text-align:left;
}
.mktoForm .mktoField {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1em !important;
}
.thank-box {
	text-align: center;
	color: #000;
	/*border:2px solid #cc3333;*/
	/*border-radius:10px;*/
	display:inline-block;
	padding:0 2em;
	background:rgba(255,255,255,.8)
}
.thank-box h3 {
  color: #cc3333;
  font-weight: bold;
}
.thank-box h1{
	color:#cc3333;
	font-size:3em
}

header .container-inner {
  padding: 0 15px;
}

.header-btn {
  margin-top: 10em;
  margin-bottom: 3em;
}
.header-btn .buttons {
  margin-right: .5em
}
.header-btn .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -8px;
  margin-left: 3px;
}

.header-img {
  position: absolute;
  right: 70px;
  bottom: -140px;
}

.header-content h1,
.header-content h2 {
  color: #fff;
}
.header-content h1 {
  width: 55%;
}
.header-content h2{
  font-size: 16px;
  font-weight: normal;
  width: 45%;
}
.header-content .container {
  position: relative;
  padding: 3em 0;
}
.header-desc {
  background-color: #162c39;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.header-desc .row {
  width: 55%;
}
.header-desc .column-item {
  border-right: 1px solid #9aa3a9;
}
.header-desc .column-item:last-child {
  border-right: none;
}
.header-desc .column-item img {
  height: 46px;
  width: auto;
  margin-bottom: 5px;
}

.header-desc  .column-item-inner p {
  padding-left: 2em;
}

.header-menu {
  /*background-color: #29404e;*/
}
.header-menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.header-menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
}
.header-menu li a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  line-height: 2.6;
}
.header-menu .icon {
  margin-left: 10px;
  top: -1px;
  display: inline-block;
  position: relative;
}
/*#intelligentMachine h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  
}*/
#intelligentMachine p {
  font-size: 16px;
}
.strip {
	padding: 2em;
	/*border-bottom: solid 1px #dce2e5;*/
	background-color: transparent;
}
.strip a {
	text-decoration:none;
}
.strip a h3, .strip a p {
color:#777;
}
.strip a:hover img {
filter:alpha(opacity=80); 
-moz-opacity:0.80;
opacity:0.80; 
}
.strip h2 {
	color: #cc3333;
	font-weight: bold;
}
.strip img {
	display: inline-block;
}
.strip:nth-child(odd) {
	/*background-color: #f6f8f9;*/
}

.bg1 {
  background-color: #29404e;
}
.bg2 {
  background-color: #e2e7ea;
}
#features h4 {
  color: #29404e;
  font-size: 20px;
  position: relative;
  padding-left: .5em;
  font-weight: bold;
  
}
#features h4:before {
  content:"";
  position: absolute;
  height: 1em;
  width: 3px;
  background-color: #cd3333;
  left: 0;
  top: 0;
}
#features .row {
  margin-bottom: 4em;
}
#features .row2 {
  position: relative;
  padding-bottom: 3em;
}

#features .row2:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 13em;
  bottom: 0;
  background-color: #cd3333;
}
#features .row2 .col-md-pull-6{
  padding-top: 3em;
}
#features .row2 .col-md-push-6 {
  background-color: #162c39;
  color: #fff;
}
#features .row2 .col-md-push-6 .column-item-inner {
  padding: 0 2em ;
}
#features .row2 .col-md-push-6 h4 {
  color: #fff;
}


#forms {
  background-image: url("../img/form_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#forms h3 {
  color: #fff;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
#forms a.buttons {
  background-color: #162c39;
}
#forms a.buttons:hover {
  background-color: #183e54;
}
footer {
	padding: 3.5em 0 3em;
}

/*# scrolltop */
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background:#cc3333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop:hover {
    background-color:#CF5B0D;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #CF5B0D;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 56px;
    height: 56px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(icons/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}



#overview .match-height {
  width: 86%;
  margin: 0 auto;
}
#overview .col-md-4  {
  background-color: #cd3333;
  color: #fff;
  width: 32.6%;
  margin-right: 1.1%;
}

#overview .match-height .col-md-4:last-child {
  margin-right: 0;
}

#overview .row1 p {
  /*margin-bottom: 20px;*/
}

#overview .row2 img {
  height: 60px;
  width: auto;
  margin: 10px 0;
}
#overview .row2 ul {
  font-size: 14px;
  height: 5em;
}

#solutionDiagram .row2 {
  margin-bottom: 20px;
}
#solutionDiagram .row3 .column-item {
  background-color: #00273a;
  color: #fff;
  border-radius: 3px;
}
#solutionDiagram .row3 .rows {
  width: 100%;
}
#solutionDiagram .row3 p {
  font-size: 12px;
}
#solutionDiagram .row3 .col-lg-6 {
  width: 49%;
  margin-right: 1%;
  padding-top: 20px;
  text-align: center; 
}
#solutionDiagram .row3 .col-md-6:last-child {
  margin-right: 0;
}
#solutionDiagram .row3 .column-item h3 {
  clear: both;
  color: #28a7e1;
  margin-top: 0;
}
#solutionDiagram .row3 .column-item img {
  height: 50px;
  width: auto;

}
@media (min-width: 1200px) {
  .container {
  	width: 1108px;
  }
  
  
}

@media (max-width: 1200px) {
  #solutionDiagram .row3 .col-lg-6 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #overview .row2 ul {
    font-size: 14px;
    height: 7em;
  }
}
@media screen and (max-width: 991px) {
header .col-md-6 {
	width: 100%;
}
.form-box {
	margin-top: 3rem
}

.header-content h1 {
  width: 100%;
}
.header-content h2{
  width: 100%;
}
.header-btn {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.header-img {
  position: relative;
  text-align: center;
  right: auto;
  bottom: auto;
}
.header-img img {
  display: inline-block;
}
.header-desc .row {
  width: 100%;
  margin: 0;
}
#features ul {
  margin-bottom: 20px;
}
#features .row2 .col-md-push-6 {
  padding: 2em 0;
}
#features .row2 .column-item {
  width: 100%;
}
#forms .column-item {
  width: 100%;
}
#forms h3 {
  width: 100%;
  margin: 20px auto;
}
}

@media screen and (max-width: 768px) {
header {
	height: inherit;
}
.form-box {
	margin-top: 1rem
}
header .img-wrap {
	padding: 0 10% 5%;
}
.container {
	width: 100%;
}
.strip {
	padding:2em 0;
}
.strip .img-responsive {
	margin-top: 2em
}
footer {
	font-size: 13px;
}
.strip .inner-one, .strip .inner-two {
	padding-top: 0;
}
.thank-box {
	padding-top: 0;
}
.container>.navbar-header {
	padding-bottom: 0;
}
header .hero-concent {
	margin-top: 1em;
}
.thank-box {
margin-top:1em;
}

#solutionDiagram .row3 .col-sm-3 {
  width: 50%;
  float: left;
}

#overview .row2 .column-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
#overview .row2 ul {
  height: auto;
  padding-bottom: 1em;
}

}

@media screen and (max-width: 767px) {
.navbar-nav {
	background-color: #fff;
	margin: 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar-nav li:first-child {
	border-bottom: 1px solid #ccc;
}
.navbar-nav a {
	color: #000;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a {
	color: #000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:visited {
	color: #000
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	margin-top: 12px;
	margin-bottom: 0;
}
}

@media screen and (max-width: 600px) {
.header-menu li a {
  
  font-size: 15px;
  
}
}
@media screen and (max-width: 550px) {
  .header-btn .buttons {
    width: 15em;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 480px) {
.mktoButtonWrap.mktoLight .mktoButton {
	height: 35px;
	line-height: 20px !important;
}
.mktoForm label {
margin-bottom:0.5em !important;
}

.header-desc .row .column-item {
  width: 100%;
  border-right: 0;
  text-align: center;
}
.header-menu {
  border-top: 1px solid #11191e;
}
.header-menu ul {
  margin: 0;
  padding: 0;
}
.header-menu .container {
  padding: 0;
}
.header-menu li {
  width: 100%;
  border-bottom: 1px solid #11191e;
}

}

@media screen and (max-width: 360px) {
.buttons {
  font-size: 16px;
}
.header-btn .buttons {
  width: 15em;
  margin-bottom: 10px;
}
}