@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.visual {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  font-feature-settings: "palt";
  background-color: #06538c;
}
.visual .heading {
  z-index: 1;
  position: relative;
  height: 100%;
  padding-top: 72px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
}
.visual h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px black, 0 0 10px rgba(0, 0, 0, 0.2);
}
.visual h1 em {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.visual h1 span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.visual h1 span::before, .visual h1 span::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.7);
}
.visual h1 span::before {
  margin-right: 10px;
}
.visual h1 span::after {
  margin-left: 10px;
}
.visual h2 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px black, 0 0 10px rgba(0, 0, 0, 0.2);
}
.visual h2 a {
  text-decoration: none;
  color: #fff;
}
.visual h2 a em {
  font-family: "Barlow Semi Condensed";
  font-size: 120%;
  font-weight: 400;
  color: #fff;
}
.visual .bx-wrapper {
  z-index: 2;
  position: absolute;
  top: 300px;
}
.visual .bx-wrapper .bx-viewport {
  width: 1920px !important;
  left: calc(50% - 960px);
  overflow: visible !important;
}
.visual .bx-pager {
  width: 100%;
  bottom: -50px;
}
.visual .visual-screenshot li img {
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
}
.visual .overview {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  padding: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.visual .overview h3 {
  float: left;
  width: 236px;
  margin-top: 22px;
}
.visual .overview p {
  float: left;
  width: 600px;
  margin-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #06538c;
}

body.bs .visual {
  height: 600px;
}
body.bs .visual .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 600px;
  background: #06538c url(/images/bg.png) no-repeat center;
  background-size: cover;
}
body.bs .visual .bg:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body.bs .visual .heading {
  height: 600px;
  background-image: none;
}
body.bs .visual h1 {
  margin-bottom: 20px;
  font-family: "Barlow Semi Condensed";
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
}
body.bs .visual h1 sup {
  top: -0.25em;
  margin-left: 5px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
body.bs .visual h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
}
body.bs .visual .bx-wrapper {
  top: 281px;
}

.top-nav {
  display: flex;
  justify-content: center;
  background-color: #04365b;
  background-image: linear-gradient(to right, #04365b 0, #06538c 100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.top-nav li {
  display: flex;
}
.top-nav a {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  padding: 15px 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: all 0.1s linear;
}
.top-nav a:hover {
  color: #fff;
  background-color: #06538c;
}
.top-nav a ._icon {
  display: block;
  line-height: 60px;
  font-size: 32px;
  text-align: center;
  color: #af9b53;
}
.top-nav a ._text {
  line-height: 28px;
  text-align: center;
}
.top-nav a ._text span {
  display: block;
}
.top-nav a ._text span._en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}
.top-nav a ._text span._en._feature {
  font-weight: normal;
}

.top-news-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.top-news-tab button {
  position: relative;
  width: 300px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  color: #999;
  outline: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-news-tab button:hover {
  color: #06538c;
  border-bottom: 2px solid #eee;
}
.top-news-tab button.active {
  color: #000;
  cursor: default;
  border-bottom: 2px solid #000;
}
.top-news-tab button.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 60px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #000;
}

a.news-read-more,
a.news-read-more:visited {
  display: none;
  width: 240px;
  margin: 50px auto 80px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  color: #666;
  border-radius: 60px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.news-read-more:hover,
a.news-read-more:visited:hover {
  color: #06538c;
  background-color: rgba(6, 83, 140, 0.05);
}

body.news a.news-read-more {
  display: none;
}

.top-casestudy {
  padding: 80px 0;
  height: 400px;
  text-align: center;
  background: #72A6B6;
  background-image: url(/images/AdobeStock_115260816.jpeg);
  background-repeat: no-repeat;
  background-position: -20px top;
  background-size: contain;
}
.top-casestudy .top-casestudy-title {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
  color: #fff;
}
.top-casestudy .top-casestudy-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top-casestudy p.top-casestudy-p {
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.top-casestudy a.read-more {
  display: inline-block;
  width: 250px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top-service-heading {
  position: relative;
  padding: 80px 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #06538c;
  background: #fff;
  border-bottom: 1px solid rgba(6, 83, 140, 0.3);
}
.top-service-heading:after, .top-service-heading:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.top-service-heading:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.top-service-heading:before {
  border-color: rgba(0, 85, 153, 0);
  border-top-color: rgba(6, 83, 140, 0.3);
  border-width: 32px;
  margin-left: -32px;
}

.top-bs {
  padding: 100px 0 0;
  overflow: hidden;
  font-feature-settings: "palt";
}
.top-bs .top-service-name {
  text-align: center;
}
.top-bs .top-service-name .logo {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.top-bs .top-service-name .logo:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background-color: rgba(6, 83, 140, 0.5);
}
.top-bs .top-service-name .tagline {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #06538c;
}
.top-bs .top-bs-overview {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.top-bs .text {
  width: 50%;
  padding-left: 50px;
}
.top-bs .text h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  color: #06538c;
}
.top-bs .text p {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.2;
}
.top-bs .text a.read-more,
.top-bs .text a.read-more:visited {
  display: inline-block;
  width: 250px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-bs .text a.read-more:after,
.top-bs .text a.read-more:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.top-bs .text a.read-more:hover,
.top-bs .text a.read-more:visited:hover {
  background-color: #af9b53;
}
.top-bs .img {
  width: 50%;
  height: 450px;
}

.top-fr {
  position: relative;
  padding: 80px 0 0px;
  background-color: rgba(0, 85, 153, 0.1);
}
.top-fr .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: url(/images/bg-world-2.svg) no-repeat -800px -200px;
  background-size: 2000px;
}
.top-fr .inner {
  position: relative;
  z-index: 1;
}
.top-fr .top-service-name {
  text-align: center;
}
.top-fr .top-service-name .logo {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.top-fr .top-service-name .logo:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background-color: rgba(6, 83, 140, 0.5);
}
.top-fr .top-service-name .tagline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #06538c;
}
.top-fr .top-fr-overview {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 50px 0;
}
.top-fr .text {
  width: 570px;
  padding-left: 30px;
}
.top-fr .text h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  color: #06538c;
}
.top-fr .text p {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.2;
  font-feature-settings: "palt";
}
.top-fr .text a.read-more,
.top-fr .text a.read-more:visited {
  display: inline-block;
  width: 250px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-fr .text a.read-more:after,
.top-fr .text a.read-more:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.top-fr .text a.read-more:hover,
.top-fr .text a.read-more:visited:hover {
  background-color: #af9b53;
}
.top-fr .img {
  width: 330px;
  height: 330px;
  overflow: hidden;
  border-radius: 50px;
}

.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.bs-overview {
  padding-bottom: 80px;
}
.bs-overview ._lead {
  padding: 80px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #059;
}
.bs-overview ._note {
  font-size: 14px;
  text-align: center;
}
.bs-overview ._logo {
  display: flex;
  justify-content: space-around;
  padding: 50px 50px 50px;
}
.bs-overview ._logo li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}
.bs-overview ._logo li ._img {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 20px;
  padding: 0 35px;
}
.bs-overview ._logo li ._name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #000;
}
.bs-overview ._logo li:nth-child(1) img {
  width: 90px;
}
.bs-overview ._logo li:nth-child(2) img {
  width: 65px;
}
.bs-overview ._logo li:nth-child(3) img {
  width: 80px;
}
.bs-overview ._logo li:nth-child(4) img {
  width: 110px;
}
.bs-overview ._logo li:nth-child(5) img {
  width: 120px;
}
.bs-overview ._logo li:nth-child(6) img {
  width: 110px;
}

/*# sourceMappingURL=top.css.map */
