body {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

ul {
  list-style-type: none;
}

#main_nav {
  padding: 50px 50px 0;
  height: 100px;
  position: absolute;
  width: calc(100% - 100px);
}
#main_nav .inner {
  min-width: 900px;
}
#main_nav a.logo {
  float: left;
  color: #fff;
  height: 60px;
  width: 124px;
  background: url(/overseas/img/logo_ftra.png) no-repeat;
}
#main_nav a.logo:hover {
  opacity: 0.7;
}
#main_nav ul {
  float: right;
  text-align: right;
  width: 80%;
}
#main_nav ul li {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
#main_nav ul li a {
  padding: 0 15px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#main_nav ul li a:hover {
  color: #ff6600;
}
#main_nav ul li.action {
  padding-left: 10px;
}
#main_nav ul li.action a {
  color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 5px;
}
#main_nav ul li.action a:hover {
  background: #ff6600;
  color: #fff;
}
#main_nav.scroll {
  height: 70px;
  top: 0px;
  padding-top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.99);
  border-bottom: 1px solid #e7e7e7;
  animation-name: navbar;
  animation-duration: .9s;
}
#main_nav.scroll a.logo {
  color: #666;
  height: 50px;
  width: 103px;
  background: url(/overseas/img/logo_ftra_scroll.png) no-repeat;
  margin-top: 10px;
}
#main_nav.scroll ul li a {
  color: #333;
}
#main_nav.scroll ul li a:hover {
  color: #ff6600;
}
#main_nav.scroll ul li.action a {
  color: #fff;
  background: #ff6600;
}
#main_nav.scroll ul li.action a:hover {
  color: #ff6600;
  background: #fff;
}

#lang_nav {
  position: absolute;
  top: 0;
  right: 0;
}
#lang_nav ul {
  text-align: right;
  margin: 0;
}
#lang_nav ul li {
  display: inline-block;
  font-size: 11px;
}
#lang_nav ul li a {
  color: #fff;
  text-decoration: none;
}

header#main {
  background: #333;
  padding-top: 100px;
  padding-bottom: 150px;
  color: #fff;
}
header#main h1 {
  padding: 100px 0 0 30px;
  font-size: 42px;
  font-weight: 700;
}
header#main p {
  font-size: 20px;
  margin-bottom: 30px;
}
header#main .btn {
  color: #fff;
  font-size: 20px;
  background: #ff6600;
  padding: 0 30px;
  border-radius: 5px;
  box-shadow: 0 5px 0px #B04600;
  text-decoration: none;
  line-height: 50px;
  display: inline-block;
}
header#main .btn:hover {
  opacity: 0.7;
}

#about {
  padding-bottom: 150px;
}
#about header {
  background: #f5f5f5;
  padding: 150px 0 130px;
}
#about header h1 {
  font-size: 42px;
  color: #214263;
  margin: 0;
  padding: 0 0 10px;
}
#about header p {
  font-size: 20px;
  padding: 0 0 30px;
  color: #333;
}
#about header h2 {
  color: #ccc;
  font-size: 20px;
}
#about .flow-page {
  margin: -100px auto auto 0;
  padding: 0;
  max-width: 900px;
  display: inline-block;
  overflow: hidden;
}
#about .flow-page li {
  width: 200px;
  height: 200px;
  float: left;
  padding: 0 150px 0 0;
  background: url(/overseas/img/arrow.png) 230px center no-repeat;
}
#about .flow-page li:last-child {
  padding-right: 0;
  background: none;
}
#about .flow-page li div {
  width: 200px;
  height: 200px;
  background: #666;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
}
#about .flow-page li div img {
  margin: 40px 0 5px;
}
#about .flow-page li div span {
  width: 200px;
  padding: 0px 0 0 0;
  display: inline-block;
}
#about .flow-action {
  max-width: 960px;
  margin: -30px auto 0 auto;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#about .flow-action li {
  float: left;
  width: 50%;
}
#about .flow-action li .action {
  font-size: 16px;
  color: #ccc;
}
#about .flow-action li h3 {
  font-size: 28px;
  color: #214263;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
#about .flow-action li .solutions {
  margin: 0 15px;
  padding: 30px;
  background: #eee;
  font-size: 20px;
}
#about .flow-action li .solutions .title {
  color: #999;
  font-size: 16px;
  margin-top: 0;
}
#about .flow-action li .solutions .logo {
  padding: 20px 0;
  font-size: 24px;
}
#about .flow-action li .solutions .btn {
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  line-height: 50px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
#about .flow-action li:first-child .action, #about .flow-action li:first-child h3 {
  margin-left: 115px;
}
#about .flow-action li:first-child h3 {
  background: url(/overseas/img/solution01.png) center bottom no-repeat;
}
#about .flow-action li:first-child .solutions {
  background: #214263;
  color: #fff;
}
#about .flow-action li:first-child .solutions .btn {
  color: #fff;
  border-color: #fff;
}
#about .flow-action li:first-child .solutions .btn:hover {
  color: #214263;
  background: #fff;
}
#about .flow-action li:last-child .action, #about .flow-action li:last-child h3 {
  margin-right: 115px;
}
#about .flow-action li:last-child h3 {
  background: url(/overseas/img/solution02.png) center bottom no-repeat;
}
#about .flow-action li:last-child .solutions {
  background: #DCE8F3;
  color: #214263;
}
#about .flow-action li:last-child .solutions .btn {
  color: #214263;
  border-color: #214263;
}
#about .flow-action li:last-child .solutions .btn:hover {
  color: #fff;
  background: #214263;
}

#cta header, #efo header {
  font-weight: normal;
  padding: 80px 0;
}
#cta header .logo, #efo header .logo {
  padding: 0 0 0 750px;
  width: 550px;
  font-size: 30px;
  text-align: right;
  margin: 0 auto;
}
#cta header h1, #efo header h1 {
  padding: 50px 0 0 780px;
  width: 520px;
  font-size: 40px;
  margin: 0 auto;
  text-align: left;
}
#cta .inner, #efo .inner {
  max-width: 1300px;
  margin: -260px auto 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
  *zoom: 1;
}
#cta .inner video, #efo .inner video {
  float: left;
  margin-right: 100px;
}
#cta .inner video:hover, #efo .inner video:hover {
  cursor: pointer;
}
#cta .inner ul, #efo .inner ul {
  margin: 310px 0 0;
}
#cta .inner ul li, #efo .inner ul li {
  text-align: left;
  font-size: 20px;
  color: #666;
  list-style-type: disc;
  line-height: 1.5;
}

#cta header {
  background: #214263;
  color: #fff;
}

#efo header {
  background: #DCE8F3;
  color: #214263;
}

#example {
  background: #f5f5f5;
  color: #333;
  padding: 80px 0 100px;
}
#example p {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}

#price {
  padding: 80px 0 100px;
  color: #333;
}
#price p {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#price .inner {
  width: 960px;
  margin: 40px auto 0;
}
#price .inner table {
  width: 100%;
}
#price .inner table thead th {
  vertical-align: middle;
  padding: 20px 0;
  border: 3px solid #fff;
  font-size: 20px;
}
#price .inner table thead th.cta {
  background: #214263;
  color: #fff;
}
#price .inner table thead th.efo {
  background: #DCE8F3;
  color: #214263;
}
#price .inner table thead th.package {
  background: #6699CC;
  color: #fff;
}
#price .inner table tbody th {
  background: #f5f5f5;
  border: 3px solid #fff;
  color: #666;
}
#price .inner table tbody td {
  background: #e5e5e5;
  border: 3px solid #fff;
}
#price .inner table tbody td p {
  font-size: 16px;
}
#price .inner table tbody td .price {
  color: #FF6600;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
#price .inner table tbody td .price span {
  font-size: 40px;
}

#form {
  background: #6699CC;
  color: #fff;
  padding: 80px 0 100px;
}
#form h1 {
  margin-bottom: 50px;
}
#form .inner {
  width: 600px;
  margin: 0 auto;
}
#form .inner table {
  width: 100%;
  font-size: 18px;
}
#form .inner table th {
  text-align: left;
  width: 165px;
  font-weight: normal;
  text-align: right;
  padding: 0 20px 0px 0;
  vertical-align: top;
  line-height: 38px;
}
#form .inner table td {
  padding: 0 0 30px 30px;
  text-align: left;
}
#form .inner input[type="text"], #form .inner input[type="email"], #form .inner input[type="tel"] {
  padding: 8px;
  border-radius: 3px;
  border: none;
  width: 283px;
}
#form .inner input.btn {
  color: #fff;
  font-size: 20px;
  background: #ff6600;
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 0px #B04600;
  text-decoration: none;
  line-height: 50px;
  display: block;
  width: 500px;
}
#form .inner input.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

#comments {
  background: #214263;
  color: #fff;
  padding: 80px 0 60px;
}
#comments .inner {
  max-width: 1300px;
  margin: 0 auto;
}
#comments .inner .comment {
  padding: 0 80px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  background: url(/overseas/img/comment01.png) top left no-repeat, url(/overseas/img/comment02.png) bottom right no-repeat;
}
#comments .inner .author {
  text-align: right;
  margin-bottom: 40px;
  padding: 0 80px;
}

#company {
  background: url(/overseas/img/arrow02.png) top center no-repeat #ccc;
  padding: 80px 0 60px;
}
#company h1 {
  color: #fff;
  font-weight: normal;
}
#company ul {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#company ul li {
  display: inline-block;
  width: 50%;
}
#company ul li h2 {
  color: #214263;
}
#company ul li p {
  color: #666;
  font-size: 18px;
  text-align: left;
  padding: 0 90px;
}
#company ul li p a {
  color: #214263;
}
#company .copyright {
  padding: 30px 0 0 0;
}

.welcome {
  -webkit-animation-name: welcome;
  -webkit-animation-duration: .9s;
}

@-webkit-keyframes welcome {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes navbar {
  from {
    top: -71px;
    opacity: 0;
  }
  50% {
    top: -71px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1.0;
    -webkit-animation-timing-function: ease-out;
  }
}
