@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

[class*=" fa-"],
[class^="fa-"] {
  font-family: "FontAwesome" !important;
}

[class*=" fa-"][class*=" fa--v6"],
[class*=" fa-"][class^="fa--v6"],
[class^="fa-"][class*=" fa--v6"],
[class^="fa-"][class^="fa--v6"] {
  font-family: "Font Awesome 6 Brands","FontAwesome" !important;
}

body {
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', sans-serif;
}

.error-message-link:hover {
  cursor: pointer;
}

.error-message-link {
  text-decoration: underline;
}

header:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

header {
  background: url("/dist/img/keybanner/kb-news01.jpg") top center no-repeat;
  min-height: 300px;
  z-index: 2000;
}

header.news {
  background: url("/dist/img/keybanner/kb-news01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.dev-manual {
  background: url("/dist/img/keybanner/kb-manual01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.datamain {
  background: url("/dist/img/keybanner/kb-data01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.search {
  background: url("/dist/img/keybanner/kb-search01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.promote {
  background: url("/dist/img/keybanner/kb-promote01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.faqpage {
  background: url("/dist/img/keybanner/kb-faqpage01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.about {
  background: url("/dist/img/keybanner/kb-news01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.appshow {
  background: url("/dist/img/keybanner/kb-app01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.sitemap {
  background: url("/dist/img/keybanner/kb-sitemap01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header.user {
  background: url("/dist/img/keybanner/kb-user01.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}

header .header-v1 .logo {
  padding: 10px;
  margin: 0;
  height: 64px;
  padding-top: 0;
  margin: 0;
  text-decoration: none;
}

header .header-v1 .logo img {
  height: 55px;
}

header .header-v1 .logo .icon-larger {
  font-size: 80px;
}

header .header-v1 .headertop-menu {
  display: inline-block;
  float: right;
  padding: 10px;
}

header .header-v1 .headertop-menu>li {
  list-style: none;
  float: left;
  padding: 0 5px;
  margin: 0;
}

header .header-v1 .headertop-menu>li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #fff;
}

header .header-v1 .headertop-menu>li a:hover {
  color: #f19149;
  text-decoration: none;
}

header .header-v1 .headertop-menu>li a:active {
  color: #fff;
  text-decoration: none;
}

header .header-v1 .headertop-menu li.lang-toggle {
  color: #fff;
  text-transform: uppercase;
}

header .header-v1 .headertop-menu li.lang-toggle:hover {
  color: #f19149;
  cursor: pointer;
}

.wrapper.home2 .header .logo {
  text-decoration: none;
}

.wrapper.home2 .header .logo img {
  height: 55px;
}

.wrapper.home2 .header .logo .icon-larger {
  font-size: 80px;
}

.wrapper.home .header .logo {
  text-decoration: none;
}

.wrapper.home .header .logo img {
  height: 55px;
}

.wrapper.home .header .logo .icon-larger {
  font-size: 80px;
}

header .nav-justified .dropdown-submenu {
  position: relative;
}

header .nav-justified .dropdown>a:after,
header .nav-justified .dropdown-submenu>a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\F105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

@media (max-width: 991px) {
  header .nav-justified .dropdown-submenu>a:after {
    content: " ";
  }
}

header .nav-justified .dropdown>a:after {
  top: 15px;
  right: 15px;
  content: "\F107";
}

header .nav-justified .dropdown-submenu>.dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}

header .nav-justified .dropdown-submenu>.dropdown-menu.submenu-left {
  left: auto !important;
  right: 100%;
}

header .nav-justified .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

header .nav-justified .dropdown-submenu.pull-left {
  float: none;
}

header .nav-justified .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.nav-justified {
  background-color: #c1edff;
  border: 1px solid #c1edff;
  border-radius: 5px;
}

.nav-justified>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #256298;
  text-align: center;
  background-color: #c1edff;
  border-bottom: 1px solid #d5d5d5;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #256298;
  color: #c1edff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #256298;
  color: #c1edff;
}

.nav-justified>.active>a,
.nav-justified>.active>a:focus,
.nav-justified>.active>a:hover {
  background-color: #256298;
  color: #c1edff;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
}

.nav-justified>li:first-child>a {
  border-radius: 5px 5px 0 0;
}

.nav-justified>li:last-child>a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 991px) {
  .nav.navbar-nav.nav-justified>li>a {
    padding: 15px 9px;
  }

  header .nav-justified .dropdown>a:after {
    right: 5px;
  }
}

@media (min-width: 768px) {
  .global-nav {
    padding-top: 230px;
  }

  .navbar-nav>li {
    float: none;
  }

  .header .navbar-nav>li {
    float: left;
  }

  .nav-justified {
    max-height: 52px;
  }

  .nav-justified>li:first-child>a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }

  .nav-justified>li:last-child>a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

.header-v1.navbar-toggle {
  border-color: #256298;
}

@media (max-width: 991px) {
  .header-v1 .navbar-toggle {
    margin-right: 0;
  }
}

.header-v1 .navbar-toggle .fa {
  color: #fff;
  font-size: 19px;
}

.header-v1 .navbar-toggle,
.header-v1 .navbar-toggle:hover,
.header-v1 .navbar-toggle:focus {
  background: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  padding: 6px 10px 2px;
}

.header-v1 .navbar-toggle:hover {
  background: #003567 !important;
}

.dropdown-menu>li a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #003567;
}

body.header-fixed-space-default {
  padding-top: 81px;
}

@media (max-width: 991px) {
  body.header-fixed-space-default {
    padding-top: 0;
  }
}

.header .topbar {
  z-index: 12;
  padding: 8px 0;
  position: relative;
}

@media (max-width: 991px) {
  .header .topbar {
    margin-bottom: 40px;
  }
}

.header .topbar ul.loginbar {
  margin: 0;
}

.header .topbar ul.loginbar>li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}

.header .topbar ul.loginbar>li>a {
  color: #256298;
  font-size: 11px;
  text-transform: uppercase;
}

.header .topbar ul.loginbar>li>a:hover {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.wrapper.home2 .header .topbar ul.loginbar>li>a,
.wrapper.home2 .header .topbar ul.loginbar>li>a:hover {
  color: #fff;
}

.header .topbar ul.loginbar li i.fa {
  color: #bbb;
}

.header .topbar ul.loginbar li.topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #c1edff;
}

.header .topbar ul.loginbar li.lang-toggle {
  color: #256298;
  font-size: 11px;
  text-transform: uppercase;
}

.header .topbar ul.loginbar li.lang-toggle:hover {
  cursor: pointer;
  color: #fff;
}

.header.no-topbar .navbar-toggle {
  margin-top: 25px;
}

.wrapper.home .header {
  z-index: 99;
  background: #c1edff;
  position: relative;
  border-bottom: solid 2px #c1edff;
}

.header>.container {
  display: table;
}

@media (max-width: 768px) {
  .header>.container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header>.container {
    margin-bottom: 0;
  }
}

.header .logo {
  height: 100%;
  min-height: 40px;
  min-width: 100px;
  display: table-cell;
  vertical-align: middle;
}

.header .logo img {
  z-index: 1;
  margin: 20px 0;
  position: relative;
}

@media (max-width: 1200px) {
  .header img.big-logo {
    width: 120px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .header .logo {
    height: 100%;
    min-height: 40px;
    min-width: 100px;
    display: table-cell;
    vertical-align: middle;
  }

  .header .logo img {
    z-index: 1;
    margin: 20px 0;
    position: relative;
  }
}

.cwa-announcement {
  background-color: rgba(255,255,255,0.85);
  padding: 10px 0;
}

.cwa-announcement p {
  text-align: center;
  color: red;
  margin: 0;
  font-weight: bold;
  white-space: pre-line;
}

.cwa-announcement #newslist {
  text-align: center;
}

.cwa-announcement a {
  cursor: pointer;
}

.cwa-announcement i {
  color: #fdd663;
}

.header .navbar-toggle {
  border-color: #256298;
}

@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0;
  }
}

.header .navbar-toggle .fa {
  color: #fff;
  font-size: 19px;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background: #256298;
  padding: 6px 10px 2px;
}

.header .navbar-toggle:hover {
  background: #003567 !important;
}

.header .navbar-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .navbar-nav>li>a {
  color: #256298;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.wrapper.home2 .header .navbar-nav>li>a {
  color: #fff;
}

.header .navbar-nav>.active>a {
  color: #fff;
}

@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }
}

@media (max-width: 991px) {
  .header .navbar-header {
    float: none;
  }

  .header .navbar-toggle {
    display: block;
  }

  .header .navbar-collapse.collapse {
    display: none !important;
  }

  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }

  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }

  .header .navbar-nav>li {
    float: none;
  }

  .header .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .header .dropdown-menu.pull-right {
    float: none !important;
  }

  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .header .navbar-nav .open>a,
  .header .navbar-nav .open>a:hover,
  .header .navbar-nav .open>a:focus {
    border-bottom-color: #eee;
  }

  .header .navbar-nav .open .dropdown-menu>li>a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .header .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .header .navbar-nav .open .dropdown-menu>li>a:hover,
  .header .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }

  .header .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .header .navbar-nav .open .dropdown-menu>li>a:hover,
  .header .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .header .navbar-nav .open .dropdown-menu>.active>a,
  .header .navbar-nav .open .dropdown-menu>.active>a:hover,
  .header .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .header .navbar-nav .open .dropdown-menu>.disabled>a,
  .header .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .header .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

  .header .navbar-nav>li>a {
    font-size: 14px;
    padding: 9px 10px;
  }

  .header .navbar-nav>li a {
    border-bottom: solid 1px #eee;
  }

  .header .navbar-nav>li>a:focus {
    background: none;
  }

  .wrapper.home .header .navbar-nav>li>a:focus {
    background: #256298;
  }

  .header .navbar-nav>li>a:hover {
    color: #256298;
  }

  .wrapper.home .header .navbar-nav>li>a:hover {
    color: #fff;
  }

  .header .navbar-nav>.active>a,
  .header .navbar-nav>.active>a:hover,
  .header .navbar-nav>.active>a:focus {
    background: #256298;
    color: #fff !important;
  }

  .header .dropdown .dropdown-submenu>a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .header .navbar-collapse {
    padding: 0;
  }

  .header .container>.navbar-header,
  .header .container-fluid>.navbar-header,
  .header .container>.navbar-collapse,
  .header .container-fluid>.navbar-collapse {
    margin-bottom: -10px;
  }

  .header .navbar-nav {
    position: relative;
  }

  .header .navbar-nav>li>a {
    bottom: -2px;
    position: relative;
    padding: 9px 30px 9px 20px;
  }

  .header .navbar-nav>li>a,
  .header .navbar-nav>li>a:focus {
    border-bottom: solid 2px transparent;
  }

  .header .navbar-nav>li>a:hover,
  .header .navbar-nav>.active>a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #fff;
  }

  .header .navbar-nav>li>a,
  .header .navbar-nav>li>a:hover,
  .header .navbar-nav>li>a:focus,
  .header .navbar-nav>.active>a,
  .header .navbar-nav>.active>a:hover,
  .header .navbar-nav>.active>a:focus {
    background: none;
  }

  .header .navbar-nav>.open>a,
  .header .navbar-nav>.open>a:hover,
  .header .navbar-nav>.open>a:focus {
    color: #256298;
  }

  .header .navbar-nav>li:hover>a {
    color: #fff;
  }

  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #256298;
  }

  .header .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
  }

  .header .dropdown-menu .active>a,
  .header .dropdown-menu li>a:hover {
    color: #687074;
    filter: none !important;
    background: #eee !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .header .dropdown-menu li>a:focus {
    background: none;
    filter: none !important;
  }

  .header .navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .header .open>.dropdown-menu {
    display: none;
  }

  .header .navbar-nav .search-open {
    width: 330px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header>.container {
    margin-bottom: -25px;
  }

  .header .navbar-nav>li>a {
    padding: 9px 24px 9px 16px;
  }
}

.header .dropdown-submenu {
  position: relative;
}

.header .dropdown>a:after,
.header .dropdown-submenu>a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\F105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

@media (max-width: 991px) {
  .header .dropdown-submenu>a:after {
    content: " ";
  }
}

.header .dropdown>a:after {
  top: 9px;
  right: 15px;
  content: "\F107";
}

.header .dropdown-submenu>.dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}

.header .dropdown-submenu>.dropdown-menu.submenu-left {
  left: auto !important;
  right: 100%;
}

.header .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .header .dropdown-submenu>.dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}

.header .dropdown-submenu.pull-left {
  float: none;
}

.header .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  width: 1.5625em;
}

.header .nav>li>.search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}

@media (min-width: 992px) {
  .header .nav>li>.search {
    bottom: -2px;
    position: relative;
  }
}

.header .nav>li>.search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c;
}

.header .nav .search-open {
  right: 0;
  top: 40px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}

.header .nav .search-open form {
  margin: 0;
}

@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0;
  }

  .header .nav .search-open {
    width: 93%;
  }
}

@media (max-width: 991px) {
  .header .nav>li>.search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }

  .header .nav>li>.search:hover {
    background: #5fb611;
    color: #fff !important;
  }

  .header .nav .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}

.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  position: relative;
}

.header .mega-menu .dropdown-menu {
  left: auto;
}

.header .mega-menu .dropdown-menu>li {
  display: block;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

.header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 4px 15px;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
  clear: both;
}

.header .mega-menu .nav>li>.dropdown-menu:after,
.header .mega-menu .nav>li>.dropdown-menu:before {
  display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header .mega-menu .mega-menu-content.content-two-col {
    min-width: 596px;
  }

  .header .mega-menu .mega-menu-content.content-three-col {
    min-width: 864px;
  }
}

.header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
  left: auto;
  overflow: hidden;
}

.header .mega-menu .dropdown.mega-menu-right .dropdown-menu,
.header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
  right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee;
  }

  .header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }

  .header .mega-menu .equal-height-list {
    width: 100%;
  }

  .header .mega-menu .equal-height-list li a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }

  .header .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }

  .header .mega-menu .mega-menu-content li a {
    padding: 5px 10px 5px 30px;
  }

  .header .mega-menu .mega-menu-content li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\F105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

  .header .mega-menu .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }

  .header .mega-menu .disable-icons li a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }

  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }

  .header .mega-menu .equal-height-list>h3.active,
  .header .mega-menu .equal-height-list>.active>a,
  .header .mega-menu .equal-height-list>.active>a:hover,
  .header .mega-menu .equal-height-list>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}

.header.header-dark {
  background: #2d2d2d;
  border-bottom-color: #555;
}

.header.header-dark .topbar ul.languages {
  background: #444;
}

.header.header-dark .topbar ul.loginbar li.topbar-devider {
  border-right-color: #666;
}

.header.header-dark .topbar ul.languages li a {
  color: #bbb;
}

.header.header-dark .topbar ul.languages:after {
  border-bottom-color: #444;
}

.header.header-dark .topbar ul.languages li a:hover,
.header.header-dark .topbar ul.languages li.active a {
  color: #bbb;
  background: #555;
}

.header.header-dark .navbar-nav>li>a {
  color: #ddd;
}

.header.header-dark .navbar-nav>.open>a,
.header.header-dark .navbar-nav>.open>a:hover,
.header.header-dark .navbar-nav>.open>a:focus {
  background: inherit;
}

@media (max-width: 991px) {
  .header.header-dark .navbar-nav>li a {
    border-bottom-color: #666;
  }

  .header.header-dark .navbar-nav .dropdown>a:hover {
    color: #72c02c;
    background: inherit;
  }

  .header.header-dark .navbar-nav .open>a,
  .header.header-dark .navbar-nav .open>a:hover,
  .header.header-dark .navbar-nav .open>a:focus {
    border-bottom-color: #666;
  }

  .header.header-dark .navbar-nav .open .dropdown-menu>li>a {
    color: #bbb;
  }

  .header.header-dark .navbar-nav .open .dropdown-menu>li>a:hover,
  .header.header-dark .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff !important;
  }

  .header.header-dark .navbar-nav .open .dropdown-menu>.active>a,
  .header.header-dark .navbar-nav .open .dropdown-menu>.active>a:hover,
  .header.header-dark .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #bbb;
    background: #444;
  }

  .header.header-dark .dropdown .dropdown-submenu>a {
    color: #bbb !important;
  }
}

@media (min-width: 992px) {
  .header.header-dark .navbar-nav>li>a:hover,
  .header.header-dark .navbar-nav>.active>a {
    color: #72c02c !important;
  }

  .header.header-dark .dropdown-menu {
    background: #2d2d2d;
  }

  .header.header-dark .dropdown-menu li>a {
    color: #bbb;
    border-bottom-color: #666;
  }

  .header.header-dark .dropdown-menu .active>a,
  .header.header-dark .dropdown-menu li>a:hover {
    background: #202020 !important;
  }
}

.header.header-dark .nav>li>.search {
  background: #444;
}

.header.header-dark .search-open {
  background: #2d2d2d;
  border-top-color: #555;
  box-shadow: 0 1px 3px #888;
}

.header.header-dark .input-group .form-control {
  color: #bbb;
  background: #555;
  border-color: #999;
  box-shadow: 0 0 2px #555;
}

.header.header-dark .mega-menu .equal-height-list h3 {
  color: #eee;
}

@media (max-width: 991px) {
  .header.header-dark .mega-menu .equal-height-list li a {
    color: #bbb;
    border-bottom-color: #666;
  }

  .header.header-dark .mega-menu .equal-height-list li a:focus,
  .header.header-dark .mega-menu .equal-height-list li a:hover {
    color: #fff;
  }

  .header.header-dark .mega-menu .equal-height-list h3 {
    border-bottom-color: #666;
  }
}

@media (min-width: 992px) {
  .header.header-dark .mega-menu .equal-height-in {
    border-left-color: #666;
  }
}

.header-fixed .header {
  height: auto;
}

.header-fixed .header.header-sticky {
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-fixed .header.header-fixed-shrink {
  z-index: 10100;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255,255,255,0.96);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .header-fixed .header.header-sticky,
  .header-fixed .header.header-fixed-shrink {
    position: relative;
  }
}

@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink {
    margin-top: -35px;
  }

  .header-fixed .header.header-fixed-shrink>.container {
    margin-bottom: -46px;
  }

  .header-fixed .header.header-fixed-shrink .logo img {
    max-width: 105px;
    margin: 45px 0 -4px;
  }

  .header-fixed .header.header-fixed-shrink .navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .header-fixed .header.header-fixed-shrink .navbar-nav>li>a:hover,
  .header-fixed .header.header-fixed-shrink .navbar-nav>.active>a {
    border-bottom: none;
  }

  .header-fixed .header.header-fixed-shrink .dropdown>a:after {
    top: 20px;
  }

  .header-fixed .header.header-fixed-shrink .nav>li>.search {
    color: #777;
    padding: 20px 0 22px;
    background: inherit;
    border-bottom: none;
  }

  .header-fixed .header.header-fixed-shrink .nav .search-open {
    top: 60px;
  }
}

.boxed-layout.header-fixed .header.header-sticky {
  left: inherit;
  width: inherit;
}

.footer-v3 p,
.footer-v3 a {
  font-size: 13px;
}

.footer-v3 .copyright {
  padding: 10px 0;
  background: #003567;
  border-top: 1px solid #ddd;
  margin: 0;
}

.footer-v3 .copyright ul {
  display: inline-flex;
  width: 33.33333%;
  float: left;
}

.footer-v3 .copyright ul li {
  width: 100%;
  border-left: 1px solid #ddd;
}

.footer-v3 .copyright ul li a {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer-v3 .copyright ul:first-child li:first-child {
  border-left: none;
}

.footer-v3 .copyright p {
  color: #fff;
  margin: 1px 0;
  text-align: center;
}

.footer-v3 .copyright p.link {
  color: #fff;
  margin: 10px 0;
}

.footer-v3 .copyright p a {
  color: #fff;
}

.footer-v3 .copyright p a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer-v3 .copyright,
  .footer-v3 .copyright p,
  .footer-v3 .copyright ul {
    text-align: left;
  }

  .footer-v3 .copyright .social-icons.pull-right {
    float: inherit !important;
  }
}

.wrapper.home2 .footer-v3 .copyright {
  padding: 10px 0;
  background: none;
  border-top: 1px solid #8dddf4;
  margin: 0;
}

.wrapper.home2 .footer-v3 .copyright ul {
  display: inline-flex;
  width: 33.33333%;
  float: left;
}

.wrapper.home2 .footer-v3 .copyright ul li {
  width: 100%;
  border-left: 1px solid #ddd;
}

.wrapper.home2 .footer-v3 .copyright ul li a {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.wrapper.home2 .footer-v3 .copyright ul:first-child li:first-child {
  border-left: none;
}

.wrapper.home2 .footer-v3 .copyright p {
  color: #fff;
  margin: 1px 0;
  text-align: center;
}

.wrapper.home2 .footer-v3 .copyright p.link {
  color: #fff;
  margin: 10px 0;
}

.wrapper.home2 .footer-v3 .copyright p a {
  color: #fff;
}

.wrapper.home2 .footer-v3 .copyright p a:hover {
  text-decoration: underline;
}

.headline-v1 h2,
.headline-v1 h3,
.headline-v1 h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #256298;
}

.headline-v1 {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 2px solid #ddd;
}

.headline-v1 h2 {
  color: #256298;
  font-size: 24px;
  margin-top: 5px;
}

.title-v1 {
  padding-left: 15px;
  position: relative;
  margin: 10px auto 20px;
}

.title-v1:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #c1edff;
  content: " ";
}

.title-v1 h3 {
  margin-top: 0;
  margin-bottom: 10px;
  background: #fff;
  color: #256298;
  font-size: 21px;
  font-weight: bold;
}

.title-v1 small {
  color: #256298;
  font-weight: bold;
}

.wrapper.home2 .key-title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 30px;
  padding-left: 15px;
}

.wrapper.home2 .key-content {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
  padding-left: 15px;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.sidebar-nav-v1 .list-group-item {
  background-color: #eee;
  border-color: #fff !important;
}

.sidebar-nav-v1 li {
  padding: 0;
}

.sidebar-nav-v1 li a {
  display: block;
  padding: 12px 30px 12px 10px;
  color: #666;
}

.sidebar-nav-v1 li a:hover {
  text-decoration: none;
}

.sidebar-nav-v1>li.active {
  background: #f3ba42;
  border-color: #ddd;
}

.sidebar-nav-v1>li.active:hover {
  background: #f3ba42;
  border-color: #ddd;
}

.sidebar-nav-v1>li.active:focus {
  border-color: #ddd;
}

.sidebar-nav-v1>li.active>a {
  color: #fff;
}

.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
  background: #f8f8f8;
  font-size: 15px;
}

.sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
  font-size: 15px;
}

.sidebar-nav-v1 li ul a {
  color: #666;
  font-size: 15px -1;
  border-top: solid 1px #ddd;
  padding: 10px 30px 10px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #f3ba42;
}

.list-group-item li>.badge {
  float: right;
}

.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle>span.badge {
  margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}

.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\F105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.list-toggle.active:after {
  color: #fff;
  content: "\F107";
}

.mrgbtn20 {
  margin-bottom: 20px !important;
}

.mrgbtn40 {
  margin-bottom: 40px !important;
}

.mrgbtn60 {
  margin-bottom: 60px !important;
}

@media (max-width: 768px) {
  .xs-mrgbtn20 {
    margin-bottom: 20px !important;
  }

  .xs-mrgbtn40 {
    margin-bottom: 40px !important;
  }

  .xs-mrgbtn60 {
    margin-bottom: 60px !important;
  }
}

.no-rounded {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

i.icon-custom {
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #666;
  background: #666;
}

i.icon-sm {
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
}

i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}

i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}

i.icon-2x {
  font-size: 30px;
}

i.icon-3x {
  font-size: 40px;
}

i.icon-4x {
  font-size: 50px;
}

i.icon-line {
  font-size: 17px;
}

i.icon-sm.icon-line {
  font-size: 14px;
}

i.icon-md.icon-line {
  font-size: 22px;
}

i.icon-lg.icon-line {
  font-size: 28px;
}

i.icon-2x.icon-line {
  font-size: 27px;
}

i.icon-3x.icon-line {
  font-size: 36px;
}

i.icon-4x.icon-line {
  font-size: 47px;
}

.link-icon,
.link-bg-icon {
  color: #555;
}

.link-icon:hover,
.link-bg-icon:hover {
  border: none;
  text-decoration: none;
}

.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c;
}

.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important;
}

.badge,
.label {
  border-radius: 0;
}

span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
  margin: 1px;
}

span.label-u {
  background: #72c02c;
}

span.label-red {
  background: #dd0235;
}

span.label-sea {
  background: #5ebdca;
}

span.label-blue {
  background: #256298;
}

span.label-dark-blue {
  background: #003567;
}

span.label-green {
  background: #74b904;
}

span.label-light-green {
  background: #8fc31f;
}

span.label-orange {
  background: #f19149;
}

span.label-yellow {
  background: #f3ba42;
}

span.label-purple {
  background: #811995;
}

span.label-brown {
  background: #3a1404;
}

span.label-light {
  color: #666;
  background: #eee;
}

span.label-dark {
  background: #666;
}

.short-link ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.short-link ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.short-link ul li a {
  text-decoration: none;
}

.short-link ul li i {
  font-size: 31px;
  color: #666;
}

.short-link ul li i.blu {
  color: #3a559f;
}

.short-link ul li i.green {
  color: #00c200;
}

.short-link ul li i.smaller {
  font-size: 26px;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  background: #ededed url(/dist/img/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 5px 10px 5px 32px;
  width: 75px;
  -ms-border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transform: all 0.5s;
  transition: all 0.5s;
}

input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #c1edff;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,0.5);
  -ms-box-shadow: 0 0 5px rgba(109,207,246,0.5);
  box-shadow: 0 0 5px rgba(109,207,246,0.5);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.news-list,
.news-list dt,
.news-list dd {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.8;
}

.news-list dt {
  width: 150px;
  float: left;
}

.news-list dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  padding-left: 150px;
  text-align: left;
}

.news-list dd a:not(.download) {
  color: #1a1a1a;
}

.news-list span {
  background: #535353 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 0.93em;
  margin-left: 15px;
  padding: 2px 0;
  text-align: center;
  width: 90px;
}

.news-list span.mediaA {
  background: #eee;
  color: #1a1a1a;
}

.news-list span.information-2 {
  background: #eee;
  color: #1a1a1a;
}

.news-list span.date {
  background: #c1edff;
  color: #256298;
}

h5.news-day {
  color: #fff;
  background: #c8161e;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
  line-height: 30px;
  font-size: 30px;
}

.context-box .idet {
  padding-left: 15px;
}

.context-box .idet2 {
  padding-left: 30px;
}

.context-box .idet2.dot-circle::before {
  content: "\F192";
  color: #666;
  display: inline-block;
  font-family: FontAwesome;
  width: 16px;
  margin-left: -16px;
}

.context-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
  text-align: justify;
}

.context-box p small {
  font-size: 15px -2;
}

.context-box h2 {
  color: #256298;
  font-size: 21px;
  margin-top: 5px;
  font-weight: 800;
}

.context-box h3 {
  font-size: 15px;
  color: #256298;
  font-weight: 600;
}

.context-box h4 {
  font-size: 15px;
  color: #666;
  font-weight: 600;
}

.context-box h5 {
  font-size: 15px;
  color: #666;
  font-weight: 300;
}

.context-box i {
  color: #dd0235;
}

.context-box .text--warning {
  color: #dd0235;
}

.news-contents p {
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
}

.news-contents p.idet {
  padding-left: 15px;
}

.news-contents h4 {
  font-size: 15px;
  color: #666;
}

.loged-in.dl {
  color: #f19149;
}

.loged-in.dl a {
  color: #f19149;
  font-size: 21px;
}

.loged-in.dl a:hover {
  text-decoration: none;
}

.isnot-login.dl {
  color: #256298;
}

.isnot-login.dl a {
  color: #256298;
  font-size: 21px;
}

.isnot-login.dl a:hover {
  text-decoration: none;
}

.snap-wall {
  position: relative;
}

.snap-right {
  position: absolute;
  right: 15px;
  top: 0;
}

.btn {
  box-shadow: none;
  border-radius: 0;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}

.btn-u-sm,
a.btn-u-sm {
  padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}

.btn-group .dropdown-menu>li>a {
  padding: 3px 13px;
}

.btn-group>.btn-u,
.btn-group-vertical>.btn-u {
  float: left;
  position: relative;
}

.btn-group>.btn-u:first-child {
  margin-left: 0;
}

@-moz-document url-prefix()  {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}

@media (max-width: 768px) {
@-moz-document url-prefix()  {
    .btn-u {
      padding-bottom: 6px;
    }
}
}

.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #5fb611;
}

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
  background: #256298;
  color: #fff;
}

.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #4f96d4;
}

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9;
}

.btn-u.btn-u-red {
  background: #dd0235;
}

.btn-u.btn-u-red:hover,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red.active,
.open .dropdown-toggle.btn-u.btn-u-red {
  background: #fd4872;
}

.btn-u.btn-u-orange {
  background: #f19149;
}

.btn-u.btn-u-orange:hover,
.btn-u.btn-u-orange:focus,
.btn-u.btn-u-orange:active,
.btn-u.btn-u-orange.active,
.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #f8caa8;
}

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400;
}

.btn-u.btn-u-sea {
  background: #1abc9c;
}

.btn-u.btn-u-sea:hover,
.btn-u.btn-u-sea:focus,
.btn-u.btn-u-sea:active,
.btn-u.btn-u-sea.active,
.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085;
}

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085;
}

.btn-u.btn-u-green {
  background: #2ecc71;
}

.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}

.btn-u.btn-u-yellow {
  background: #f1c40f;
}

.btn-u.btn-u-yellow:hover,
.btn-u.btn-u-yellow:focus,
.btn-u.btn-u-yellow:active,
.btn-u.btn-u-yellow.active,
.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12;
}

.btn-u.btn-u-default {
  background: #95a5a6;
}

.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-aqua {
  background: #27d7e7;
}

.btn-u.btn-u-aqua:hover,
.btn-u.btn-u-aqua:focus,
.btn-u.btn-u-aqua:active,
.btn-u.btn-u-aqua.active,
.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}

.btn-u.btn-u-dark-blue {
  background: #003567;
}

.btn-u.btn-u-dark-blue:hover,
.btn-u.btn-u-dark-blue:focus,
.btn-u.btn-u-dark-blue:active,
.btn-u.btn-u-dark-blue.active,
.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #0069cd;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}

.btn-u.btn-u-light-green {
  background: #79d5b3;
}

.btn-u.btn-u-light-green:hover,
.btn-u.btn-u-light-green:focus,
.btn-u.btn-u-light-green:active,
.btn-u.btn-u-light-green.active,
.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}

.btn-u.btn-u-dark {
  background: #555;
}

.btn-u.btn-u-dark:hover,
.btn-u.btn-u-dark:focus,
.btn-u.btn-u-dark:active,
.btn-u.btn-u-dark.active,
.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333;
}

.btn-u.btn-u-light-grey {
  background: #585f69;
}

.btn-u.btn-u-light-grey:hover,
.btn-u.btn-u-light-grey:focus,
.btn-u.btn-u-light-grey:active,
.btn-u.btn-u-light-grey.active,
.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}

.btn-u.btn-brd {
  color: #555;
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}

.btn-u.btn-brd:focus {
  background: none;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}

.btn-u.btn-brd {
  border-color: #256298;
}

.btn-u.btn-brd:hover {
  color: #2980b9;
  border-color: #2980b9;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #2980b9;
}

.btn-u.btn-brd.btn-u-blue {
  border-color: #256298;
}

.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}

.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9;
}

.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}

.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}

.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b;
}

.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}

.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}

.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400;
}

.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}

.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}

.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12;
}

.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}

.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}

.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}

.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}

.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}

.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333;
}

.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}

.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}

.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}

.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}

.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}

.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}

.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}

.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}

.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}

.mrgform-user {
  padding-left: 0;
}

.mrgform-user-btn {
  height: 40px;
  padding-left: 0px;
  margin-bottom: 5px;
}

.mrgform-user-btn .alert {
  height: 40px;
  padding-top: 10px;
  text-align: center;
}

.wrapper.home {
  background: #c1edff;
}

.wrapper.home .btn-code {
  background: #fff;
}

.wrapper.home .btn-code:hover {
  background: #256298 !important;
  border-bottom: solid 2px #c1edff !important;
}

.wrapper.home .main-kv {
  background-color: #c1edff;
}

.wrapper.home .main-kv .kv-container {
  text-align: center;
}

.wrapper.home .main-kv .kv-container img {
  border: none;
  padding: 0;
  margin: 0 auto;
}

.wrapper.home .main-kv .view-info {
  font-size: 15px;
  padding: 0px 0 10px;
  color: #256298;
}

.wrapper.home .main-kv .download-info {
  font-size: 15px;
  padding: 10px 0;
  color: #256298;
  text-align: center;
}

.wrapper.home .main-kv .download-info span {
  font-size: 15px;
  font-family: sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper.home .round-box-container {
  text-align: center;
}

.wrapper.home .round-box {
  width: 100%;
  height: 165px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.wrapper.home .round-box:hover {
  border: 2px solid #256298;
  background: -webkit-linear-gradient(#c1edff, #fff);
  background: -moz-linear-gradient(#c1edff, #fff);
  background: -ms-linear-gradient(#c1edff, #fff);
  background: -o-linear-gradient(#c1edff, #fff);
  background: linear-gradient(#c1edff, #fff);
  -pie-background: linear-gradient(#c1edff, #fff);
}

.wrapper.home .round-box a {
  cursor: pointer;
}

.wrapper.home .round-box a:hover {
  text-decoration: none !important;
}

.wrapper.home .round-box .icons {
  text-align: center;
  margin: 0 auto;
}

.wrapper.home .round-box .icons img {
  margin: 15px auto;
  max-width: 100%;
  width: 65px;
  height: 65px;
}

.wrapper.home .round-box p {
  color: #256298;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.wrapper.home .round-box small {
  display: block;
  color: #256298;
  text-align: center;
  font-size: 17px;
}

.wrapper.home .hot-data {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #95d2f0;
}

.wrapper.home .hot-data .row {
  background: #95d2f0;
}

.wrapper.home .hot-data .hot-data-head h3 {
  color: #fff;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
  padding: 60px 0;
  margin: 0;
}

.wrapper.home .hot-data .hot-data-body {
  background: #c1edff;
}

.wrapper.home .hot-data .hot-data-body ul {
  margin-top: 10px;
}

.wrapper.home .hot-data .hot-data-body ul li {
  padding: 3px 0;
}

.wrapper.home .hot-data .hot-data-body ul li a {
  font-size: xs-font;
  color: #256298;
  text-decoration: none;
}

.wrapper.home .hot-data .hot-data-body ul li a:hover {
  text-decoration: underline;
}

.wrapper.home2 {
  background-image: url(/dist/img/home/type2-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  overflow: hidden;
}

.wrapper.home2 .btn-code {
  border: 1px solid #fff;
}

.wrapper.home2 .btn-code:hover {
  background: #256298 !important;
  border-bottom: solid 2px #c1edff !important;
}

.wrapper.home2 .kv-container {
  text-align: center;
}

.wrapper.home2 .kv-container img {
  border: none;
  padding: 0;
  margin: 0 auto;
}

.wrapper.home2 .view-info {
  font-size: 15px;
  padding: 20px 0 10px;
  color: #fff;
}

.wrapper.home2 .download-info {
  font-size: 15px;
  padding: 10px 15px;
  color: #fff;
  text-align: left;
}

.wrapper.home2 .download-info span {
  font-size: 15px;
  font-family: sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper.home2 .round-box {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
}

.wrapper.home2 .round-box:hover {
  border: 1px solid #666;
  background: rgba(255,255,255,0.9);
  color: #256298;
}

.wrapper.home2 .round-box:hover .icons i {
  color: #f3ba42;
}

.wrapper.home2 .round-box a {
  cursor: pointer;
}

.wrapper.home2 .round-box a:hover {
  text-decoration: none !important;
}

.wrapper.home2 .round-box a:hover p {
  color: #666;
}

.wrapper.home2 .round-box a:hover small {
  color: #666;
}

.wrapper.home2 .round-box .icons {
  text-align: center;
  margin: 0 auto;
}

.wrapper.home2 .round-box .icons img {
  margin: 15px auto;
  max-width: 100%;
  width: 65px;
  height: 65px;
}

.wrapper.home2 .round-box .icons i {
  margin: 0 auto 0;
  line-height: 45px;
  font-size: 45px;
  padding: 10px;
  color: #fff;
  display: inline-block;
}

.wrapper.home2 .round-box p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wrapper.home2 .round-box small {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.wrapper.home2 .hot-data {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}

.wrapper.home2 .hot-data .hot-data-head h3 {
  color: #fff;
  border: 1px solid #fff;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  margin: 50px 0;
}

.wrapper.home2 .hot-data .hot-data-body ul {
  margin-top: 10px;
}

.wrapper.home2 .hot-data .hot-data-body ul li {
  color: #fff;
  padding: 3px 0;
}

.wrapper.home2 .hot-data .hot-data-body ul li a {
  font-size: xs-font;
  color: #fff;
  text-decoration: none;
}

.wrapper.home2 .hot-data .hot-data-body ul li a:hover {
  text-decoration: underline;
}

.testimonials-v6.testimonials-wrap {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-introduction {
  padding: 20px;
  background: #eee;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-app {
  padding: 20px;
  background: #eee;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  min-height: 266px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-web {
  padding: 20px;
  background: #eee;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-web a {
  text-decoration: none;
  color: #666666;
  cursor: pointer;
}

.testimonials-v6.testimonials-wrap .testimonials-info-left {
  float: left;
  margin-right: 20px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-left img {
  width: 80px;
  height: auto;
  margin-bottom: 5px;
}

.testimonials-v6.testimonials-wrap .testimonials-info-left .system-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.testimonials-v6.testimonials-wrap .testimonials-info-left .system-support span {
  flex-grow: 1;
  text-align: center;
}

.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}

.testimonials-v6 .testimonials-desc h4 {
  font-size: xs-font;
  font-weight: 400;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  color: #666;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
  color: #666;
}

.testimonials-v6 .testimonials-desc strong {
  color: #666;
  display: block;
}

.testimonials-v6 .testimonials-desc span {
  color: #666;
  display: block;
}

@media (max-width: 1200px) {
  .testimonials-v6.testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v6.testimonials-wrap .testimonials-info {
    padding: 20px 20px 40px;
    min-height: 346px;
  }
}

@media (max-width: 991px) {
  .testimonials-v6.testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v6.testimonials-wrap .testimonials-info {
    padding: 20px 20px 40px;
    min-height: 166px;
  }
}

@media (max-width: 640px) {
  .hot-data .hot-data-in .hot-data-body .last {
    padding-bottom: 20px;
  }
}

.maps-content {
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.maps-content .maps-head {
  background: #eee;
  padding: 5px 10px;
}

.maps-content .maps-head h3 {
  margin: 0;
  padding: 10px 0;
}

.maps-content .maps-head h3 a {
  font-size: xs-font;
  text-decoration: none;
}

.maps-content .maps-body {
  background: #fff;
}

.maps-content .maps-body ul {
  padding: 0;
  margin: 0;
}

.maps-content .maps-body ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.maps-content .maps-body ul li a {
  color: #666;
  padding: 20px 10px;
  display: inline-block;
  float: left;
}

.maps-content .maps-body ul li a:hover {
  color: #003567;
}

.wrapper.leaving {
  min-height: 100vh;
  padding-top: 200px;
}

.wrapper.leaving h1 {
  font-size: 24px;
}

.wrapper.leaving .btn-container {
  margin-top: 32px;
}

.wrapper.leaving .btn-container>.btn {
  background-color: #256298;
  color: #ffffff;
  border-radius: 4px;
  width: 200px;
  max-width: 100%;
}

.bg-animate {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.bg-animate #scene {
  height: 600px;
  width: 100%;
}

.bg-animate .same,
.bg-animate .cloud,
.bg-animate .snow,
.bg-animate .ball,
.bg-animate .lightning,
.bg-animate .pathcloud,
.bg-animate .plan,
.bg-animate .rain,
.bg-animate .sun,
.bg-animate .tr,
.bg-animate .tr-b {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 40px 4px rgba(50,50,50,0.1));
  width: 150px;
}

.bg-animate .same img,
.bg-animate .cloud img,
.bg-animate .snow img,
.bg-animate .ball img,
.bg-animate .lightning img,
.bg-animate .pathcloud img,
.bg-animate .plan img,
.bg-animate .rain img,
.bg-animate .sun img,
.bg-animate .tr img,
.bg-animate .tr-b img {
  width: 100%;
}

.bg-animate .cloud {
  bottom: 40%;
  left: 11%;
}

.bg-animate .snow {
  width: 90px;
  left: 0;
  top: 10%;
}

.bg-animate .ball {
  left: 7%;
  bottom: 17%;
  width: 30px;
}

.bg-animate .lightning {
  left: 40%;
  top: 5%;
}

.bg-animate .pathcloud {
  right: 0;
  top: 16%;
  width: 130px;
}

.bg-animate .plan {
  right: -18%;
  bottom: 37%;
  width: 70px;
}

.bg-animate .rain {
  left: 10%;
  top: 35%;
  width: 120px;
}

.bg-animate .sun {
  left: 50%;
  bottom: 40%;
}

.bg-animate .tr {
  left: -120%;
  top: 50%;
  width: 50px;
}

.bg-animate .tr-b {
  left: -124%;
  bottom: 20%;
  width: 50px;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv-container {
  position: relative;
  height: 35em;
}

.kv-container .kv-title,
.kv-container .kv-sun,
.kv-container .kv-cloud1,
.kv-container .kv-cloud2,
.kv-container .kv-star,
.kv-container .kv-icon1,
.kv-container .kv-icon2,
.kv-container .kv-tree1,
.kv-container .kv-tree2,
.kv-container .kv-calendar,
.kv-container .kv-location,
.kv-container .kv-car,
.kv-container .kv-robot1,
.kv-container .kv-robot2,
.kv-container .kv-robot3,
.kv-container .kv-robot4,
.kv-container .kv-man1,
.kv-container .kv-man2,
.kv-container .kv-man3,
.kv-container .kv-woman1,
.kv-container .kv-woman2,
.kv-container .kv-man-bike,
.kv-container .kv-woman-bike1,
.kv-container .kv-woman-bike2 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.kv-container .kv-title {
  background-image: url("/dist/img/home/kv/title.svg");
  width: 100%;
  height: 25em;
  bottom: 1em;
  left: 0;
}

.kv-container .kv-sun {
  background-image: url("/dist/img/home/kv/sun.svg");
  width: 110px;
  height: 120px;
  top: 0;
  right: 28%;
}

.kv-container .kv-cloud1 {
  background-image: url("/dist/img/home/kv/cloud1.svg");
  width: 85px;
  height: 70px;
  top: 0;
  right: 45%;
  animation: kv-cloud1 2s linear infinite;
}

.kv-container .kv-cloud2 {
  background-image: url("/dist/img/home/kv/cloud2.svg");
  width: 40px;
  height: 30px;
  top: 5em;
  left: 40%;
  animation: kv-cloud2 2s linear infinite;
}

.kv-container .kv-star {
  background-image: url("/dist/img/home/kv/star.svg");
  width: 45px;
  height: 55px;
  top: -1em;
  left: 40%;
}

.kv-container .kv-icon1 {
  background-image: url("/dist/img/home/kv/icon1.svg");
  width: 60px;
  height: 50px;
  top: 13em;
  left: 18%;
}

.kv-container .kv-icon2 {
  background-image: url("/dist/img/home/kv/icon2.svg");
  width: 60px;
  height: 60px;
  top: 6em;
  left: 22%;
}

.kv-container .kv-tree1 {
  background-image: url("/dist/img/home/kv/tree1.svg");
  width: 80px;
  height: 75px;
  top: 19em;
  left: 19%;
}

.kv-container .kv-tree2 {
  background-image: url("/dist/img/home/kv/tree2.svg");
  width: 80px;
  height: 75px;
  bottom: 14em;
  right: 19%;
}

.kv-container .kv-calendar {
  background-image: url("/dist/img/home/kv/calendar.svg");
  width: 45px;
  height: 70px;
  top: 0em;
  left: 32%;
}

.kv-container .kv-location {
  background-image: url("/dist/img/home/kv/location.svg");
  width: 58px;
  height: 70px;
  top: 6em;
  right: 40%;
  animation: kv-location 1s linear infinite;
}

.kv-container .kv-car {
  background-image: url("/dist/img/home/kv/car.svg");
  width: 115px;
  height: 65px;
  bottom: 5em;
  right: 25%;
}

.kv-container .kv-robot1 {
  background-image: url("/dist/img/home/kv/robot1.svg");
  width: 28px;
  height: 55px;
  bottom: 7em;
  right: 38%;
  animation: kv-robot1 2s linear infinite;
}

.kv-container .kv-robot2 {
  background-image: url("/dist/img/home/kv/robot2.svg");
  width: 45px;
  height: 55px;
  bottom: 12em;
  right: 28%;
  animation: kv-robot2 2s linear infinite;
}

.kv-container .kv-robot3 {
  background-image: url("/dist/img/home/kv/robot3.svg");
  width: 35px;
  height: 60px;
  bottom: 7em;
  right: 20%;
  animation: kv-robot3 2s linear infinite;
}

.kv-container .kv-robot4 {
  background-image: url("/dist/img/home/kv/robot4.svg");
  width: 25px;
  height: 40px;
  bottom: 4em;
  right: 50%;
  animation: kv-robot4 2s linear infinite;
}

.kv-container .kv-man1 {
  background-image: url("/dist/img/home/kv/man1.svg");
  width: 25px;
  height: 40px;
  top: 15em;
  left: 28%;
  animation: kv-man1 2s linear infinite;
}

.kv-container .kv-man2 {
  background-image: url("/dist/img/home/kv/man2.svg");
  width: 25px;
  height: 40px;
  top: 5em;
  left: 46%;
  animation: kv-man2 2s linear infinite;
}

.kv-container .kv-man3 {
  background-image: url("/dist/img/home/kv/man3.svg");
  width: 22px;
  height: 50px;
  bottom: 9em;
  left: 27%;
  animation: kv-man3 2s linear infinite;
}

.kv-container .kv-woman1 {
  background-image: url("/dist/img/home/kv/woman1.svg");
  width: 25px;
  height: 50px;
  bottom: 3em;
  right: 43%;
  animation: kv-woman1 2s linear infinite;
}

.kv-container .kv-woman2 {
  background-image: url("/dist/img/home/kv/woman2.svg");
  width: 25px;
  height: 40px;
  top: 15em;
  left: 45%;
}

.kv-container .kv-man-bike {
  background-image: url("/dist/img/home/kv/man-bike.svg");
  width: 58px;
  height: 60px;
  top: 11em;
  left: 32%;
  animation: kv-man-bike 1s linear infinite;
}

.kv-container .kv-woman-bike1 {
  background-image: url("/dist/img/home/kv/woman-bike1.svg");
  width: 35px;
  height: 55px;
  top: 8em;
  right: 37%;
  animation: kv-woman-bike1 2s linear infinite;
}

.kv-container .kv-woman-bike2 {
  background-image: url("/dist/img/home/kv/woman-bike2.svg");
  width: 35px;
  height: 45px;
  bottom: 0em;
  left: 37%;
  animation: kv-woman-bike2 1.5s linear infinite;
}

@keyframes kv-cloud1 {
  0% {
    right: 45%;
  }

  50% {
    right: 44%;
  }

  100% {
    right: 45%;
  }
}

@keyframes kv-cloud2 {
  0% {
    left: 40%;
  }

  50% {
    left: 41%;
  }

  100% {
    left: 40%;
  }
}

@keyframes kv-location {
  0% {
    top: 6em;
  }

  50% {
    top: 5em;
  }

  100% {
    top: 6em;
  }
}

@keyframes kv-robot1 {
  0% {
    transform-origin: center bottom;
    transform: rotate(0deg);
  }

  50% {
    transform-origin: center bottom;
    transform: rotate(15deg);
  }

  100% {
    transform-origin: center bottom;
    transform: rotate(0deg);
  }
}

@keyframes kv-robot2 {
  0% {
    transform-origin: center bottom;
    transform: rotate(10deg);
  }

  50% {
    transform-origin: center bottom;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: center bottom;
    transform: rotate(10deg);
  }
}

@keyframes kv-robot3 {
  0% {
    transform-origin: center bottom;
    transform: rotate(10deg);
  }

  50% {
    transform-origin: center bottom;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: center bottom;
    transform: rotate(10deg);
  }
}

@keyframes kv-man1 {
  0% {
    top: 15em;
    left: 28%;
  }

  50% {
    top: 14.5em;
    left: 29%;
  }

  100% {
    top: 15em;
    left: 28%;
  }
}

@keyframes kv-woman1 {
  0% {
    bottom: 3em;
    right: 43%;
  }

  50% {
    bottom: 3.5em;
    right: 44%;
  }

  100% {
    bottom: 3em;
    right: 43%;
  }
}

@keyframes kv-man-bike {
  0% {
    top: 11em;
    left: 32%;
  }

  50% {
    top: 10.5em;
    left: 33.5%;
  }

  100% {
    top: 11em;
    left: 32%;
  }
}

@keyframes kv-woman-bike2 {
  0% {
    bottom: 0em;
    left: 37%;
  }

  50% {
    bottom: .5em;
    left: 38%;
  }

  100% {
    bottom: 0em;
    left: 37%;
  }
}

[v-cloak] {
  display: none;
}

.fade-enter-active,
.fade-leave-to {
  transition-property: opacity;
  transition-duration: .07s;
}

.fade-enter-active {
  transition-delay: .07s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.child-view {
  transition: all 0.05s cubic-bezier(0.55, 0, 0.1, 1);
}

.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}

.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.panel-blue {
  border-color: #fff;
}

.panel-blue>.panel-heading {
  background: #256298;
}

.panel-blue>.panel-heading .panel-title {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.data-table-lists .table thead tr {
  background: #c1edff;
}

.data-table-lists .table thead tr th {
  color: #666;
  font-size: 15px;
  text-align: center;
}

.data-table-lists .table tbody tr th {
  width: 25%;
  background: #c1edff;
  color: #666;
  font-size: 15px;
}

.data-table-lists .table tbody tr td {
  color: #666;
  font-size: 15px -1;
}

.data-table-lists .table tbody tr td a {
  text-decoration: none;
}

.data-table-lists .table tbody tr td:last-child {
  text-align: left;
}

.data-table-lists .table tbody tr td .download-link {
  margin: 4px;
}

.data-table-lists .table tbody tr .download-times {
  color: #666;
  font-size: 15px -1;
}

.data-table-lists .table tbody tr .download-times a {
  text-decoration: none;
}

.data-table-lists .table tbody tr .download-times:last-child {
  text-align: right;
}

.data-table-lists .table-center-td tbody tr th {
  width: 25%;
  background: #c1edff;
  color: #666;
  font-size: 15px;
}

.data-table-lists .table-center-td tbody tr td {
  color: #666;
  font-size: 15px -1;
  text-align: center;
}

.dev-manual-datalist-table>thead {
  background-color: #eee;
}

.dev-manual-datalist-modal__table {
  word-break: break-word;
  margin-bottom: 0;
}

.dev-manual-datalist-modal__table>tbody>tr>th {
  padding: 8px;
  white-space: nowrap;
}

.dev-manual-datalist-modal__table>tbody>tr>td {
  width: 50%;
  padding: 8px 12px 8px 8px;
  white-space: pre-wrap;
}

.dev-manual-datalist-modal__table>tbody>tr>td>a {
  text-decoration: none;
}

.dev-manual-datalist-modal__table>tbody>tr>td>a.download-link--is-login {
  color: #f19149;
  font-size: 21px;
}

.dev-manual-datalist-modal__table>tbody>tr>td>a.download-link--not-login {
  color: #256298;
  font-size: 21px;
}

.dev-manual-datalist-modal__table>tbody>tr:first-child>th,
.dev-manual-datalist-modal__table>tbody>tr:first-child>td {
  border-top: none;
}

.dev-manual-datalist-modal__table>tbody>tr.divider {
  height: 8px;
}

.data-collect-table>thead {
  background-color: #eee;
}

.nav-pills>li>a,
.nav-tabs>li>a,
.nav-tabs.nav-justified>li>a {
  border-radius: 0;
}

.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #f3ba42;
}

.tab-v1 .nav-tabs a {
  font-size: 15px;
  padding: 10px 30px;
}

.tab-v1 .nav-tabs>.active>a,
.tab-v1 .nav-tabs>.active>a:focus,
.tab-v1 .nav-tabs>.active>a:hover {
  color: #fff;
  border: none;
  background: #f3ba42;
}

.tab-v1 .nav-tabs>li>a {
  border: none;
  background: #eee;
  color: #666;
}

.tab-v1 .nav-tabs>li>a:hover {
  color: #fff;
  background: #f3ba42;
}

.tab-v1 .tab-content {
  padding: 10px 0;
}

.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}

.tab-v2 {
  margin: 0 auto 40px;
  overflow: hidden;
  transition: border 250ms ease;
}

.tab-v2 ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  padding-left: 30px;
  list-style-type: none;
}

.tab-v2 ul li {
  display: block;
  float: left;
  padding: 10px 15px 8px;
  background-color: #FFF;
  margin-right: 40px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
  transition: all 250ms ease;
}

.tab-v2 ul * {
  margin: 0;
  padding: 0;
}

.tab-v2 .nav>li>a {
  padding: 0;
  border: none;
}

.tab-v2 .nav>li>a:focus,
.tab-v2 .nav>li>a:hover,
.tab-v2 .nav-tabs>li.active>a,
.tab-v2 .nav-tabs>li.active>a:focus,
.tab-v2 .nav-tabs>li.active>a:hover {
  background-color: inherit;
  border: none;
  color: inherit;
}

.tab-v2 .nav-tabs>li.active>a:focus,
.tab-v2 .nav-tabs>li.active>a:hover {
  background-color: inherit;
  border: none;
}

.tab-v2 ul li:after,
.tab-v2 ul li:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #FFF;
  transition: all 250ms ease;
}

.tab-v2 ul li:before {
  right: -18px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,0.1) 3px 2px 5px,inset rgba(255,255,255,0.09) -1px 0;
}

.tab-v2 ul li:after {
  left: -18px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,0.1) -3px 2px 5px,inset rgba(255,255,255,0.09) 1px 0;
}

.tab-v2 ul li:hover,
.tab-v2 ul li:hover:after,
.tab-v2 ul li:hover:before {
  background-color: #F4F7F9;
  color: #444;
}

.tab-v2 ul li.active {
  z-index: 3;
}

.tab-v2 ul li.active,
.tab-v2 ul li.active:after,
.tab-v2 ul li.active:before {
  background-color: #f3ba42;
  color: #fff;
}

.tab-v2.round ul li {
  border-radius: 8px 8px 0 0;
}

.tab-v2.round ul li:before {
  border-radius: 0 8px 0 0;
}

.tab-v2.round ul li:after {
  border-radius: 8px 0 0 0;
}

@media (max-width: 768px) {
  .tab-v2 ul {
    padding-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-v2 ul li {
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    padding: 10px 20px 8px;
    margin-right: 0px;
  }

  .tab-v2 .nav>li>a {
    padding: 0;
    border: none;
  }

  .tab-v2 .nav>li>a:focus,
  .tab-v2 .nav>li>a:hover,
  .tab-v2 .nav-tabs>li.active>a,
  .tab-v2 .nav-tabs>li.active>a:focus,
  .tab-v2 .nav-tabs>li.active>a:hover {
    background-color: inherit;
    border: none;
    color: inherit;
  }

  .tab-v2 .nav-tabs>li.active>a:focus,
  .tab-v2 .nav-tabs>li.active>a:hover {
    background-color: inherit;
    border: none;
  }

  .tab-v2 ul li:after,
  .tab-v2 ul li:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    background-color: #FFF;
    transition: all 250ms ease;
  }

  .tab-v2 ul li:before {
    display: none;
  }

  .tab-v2 ul li:after {
    display: none;
  }

  .tab-v2.round ul li {
    border-radius: 8px 8px 0 0;
  }

  .tab-v2.round ul li:before {
    border-radius: 0 8px 0 0;
  }

  .tab-v2.round ul li:after {
    border-radius: 8px 0 0 0;
  }
}

@media (max-width: 640px) {
  .tab-v2 ul {
    padding-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-v2 ul li {
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    padding: 10px 10px 8px;
    margin-right: 0px;
  }
}

.tabbed {
  width: 80%;
  min-width: 400px;
  margin: 0 auto 68px;
  border-bottom: 4px solid #000;
  overflow: hidden;
  transition: border 250ms ease;
}

.tabbed ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  padding-left: 48px;
  list-style-type: none;
}

.tabbed ul * {
  margin: 0;
  padding: 0;
}

.tabbed ul li {
  display: block;
  float: right;
  padding: 10px 24px 8px;
  background-color: #FFF;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
  transition: all 250ms ease;
}

.tabbed ul li:after,
.tabbed ul li:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #FFF;
  transition: all 250ms ease;
}

.tabbed ul li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,0.1) 3px 2px 5px,inset rgba(255,255,255,0.09) -1px 0;
}

.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,0.1) -3px 2px 5px,inset rgba(255,255,255,0.09) 1px 0;
}

.tabbed ul li:hover,
.tabbed ul li:hover:after,
.tabbed ul li:hover:before {
  background-color: #F4F7F9;
  color: #444;
}

.tabbed ul li.active {
  z-index: 3;
}

.tabbed ul li.active,
.tabbed ul li.active:after,
.tabbed ul li.active:before {
  background-color: #000;
  color: #fff;
}

.tabbed.round ul li {
  border-radius: 8px 8px 0 0;
}

.tabbed.round ul li:before {
  border-radius: 0 8px 0 0;
}

.tabbed.round ul li:after {
  border-radius: 8px 0 0 0;
}

a.iprodev {
  line-height: normal;
  font-family: Varela Round, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  color: #A7AAAE;
  position: fixed;
  left: 20px;
  bottom: 20px;
  border: 1px solid #A7AAAE;
  padding: 12px 20px 10px;
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
}

a.iprodev:hover {
  background: #A7AAAE;
  color: white;
}

.sky-form {
  margin: 0;
  outline: none;
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
}

.sky-form header {
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: rgba(248,248,248,0.9);
  font-size: 25px;
  font-weight: 300;
  color: #232323;
}

.sky-form fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
  background: rgba(255,255,255,0.9);
}

.sky-form fieldset+fieldset {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.sky-form section {
  margin-bottom: 20px;
}

.sky-form footer {
  display: block;
  padding: 15px 30px 25px;
  border-top: 1px solid rgba(0,0,0,0.1);
  background: rgba(248,248,248,0.9);
}

.sky-form footer:after {
  content: '';
  display: table;
  clear: both;
}

.sky-form a {
  color: #2da5da;
}

.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}

.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}

.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  text-align: center;
}

.sky-form .note a {
  font-size: 12px;
  color: #666;
  padding: 30px 0 10px;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 6px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}

.sky-form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.sky-form .input-captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  border-left: 1px solid #e5e5e5;
}

.sky-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
}

.sky-form .input-file .button:hover {
  box-shadow: none;
}

.sky-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

.sky-form .select i {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 28px;
  height: 35px;
  background: #fff;
  pointer-events: none;
}

.sky-form .select i:after,
.sky-form .select i:before {
  content: '';
  position: absolute;
  right: 10px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .select i:after {
  bottom: 12px;
  border-top: 4px solid #404040;
}

.sky-form .select i:before {
  top: 12px;
  border-bottom: 4px solid #404040;
}

.sky-form .select select {
  padding-right: 28px;
}

.sky-form .select-multiple select {
  height: auto;
}

.sky-form .textarea textarea {
  height: auto;
  resize: none;
}

.sky-form .textarea-resizable textarea {
  resize: vertical;
}

.sky-form .textarea-expandable textarea {
  height: 39px;
}

.sky-form .textarea-expandable textarea:focus {
  height: auto;
}

.sky-form .radio,
.sky-form .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
  margin-bottom: 0;
}

.sky-form .radio input,
.sky-form .checkbox input {
  position: absolute;
  left: -9999px;
}

.sky-form .radio i,
.sky-form .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}

.sky-form .radio i {
  border-radius: 50%;
}

.sky-form .radio input+i:after,
.sky-form .checkbox input+i:after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.sky-form .radio input+i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.sky-form .checkbox input+i:after {
  content: '\F00C';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}

.sky-form .radio input:checked+i:after,
.sky-form .checkbox input:checked+i:after {
  opacity: 1;
}

.sky-form .inline-group {
  margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
  content: '';
  display: table;
  clear: both;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

.sky-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.sky-form .toggle:last-child {
  margin-bottom: 0;
}

.sky-form .toggle input {
  position: absolute;
  left: -9999px;
}

.sky-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}

.sky-form .toggle i:after {
  content: 'OFF';
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}

.sky-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}

.sky-form .toggle input:checked+i:after {
  content: 'ON';
  text-align: right;
}

.sky-form .toggle input:checked+i:before {
  right: 36px;
}

.sky-form .rating {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
}

.sky-form .rating:last-child {
  margin-bottom: 0;
}

.sky-form .rating input {
  position: absolute;
  left: -9999px;
}

.sky-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}

.sky-form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.sky-form .button-uploading {
  position: relative;
  color: transparent;
  cursor: default;
}

.sky-form .button-uploading:after {
  content: 'Uploading...';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -webkit-animation: blink 1s linear infinite;
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}

.sky-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}

.sky-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}

.sky-form .input .icon-prepend+input,
.sky-form .textarea .icon-prepend+textarea {
  padding-left: 46px;
}

.sky-form .input .icon-append+input,
.sky-form .textarea .icon-append+textarea {
  padding-right: 46px;
}

.sky-form .input .icon-prepend+.icon-append+input,
.sky-form .textarea .icon-prepend+.icon-append+textarea {
  padding-left: 46px;
}

.sky-form .row {
  margin: 0 -15px;
}

.sky-form .row:after {
  content: '';
  display: table;
  clear: both;
}

.sky-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sky-form .col-1 {
  width: 8.33%;
}

.sky-form .col-2 {
  width: 16.66%;
}

.sky-form .col-3 {
  width: 25%;
}

.sky-form .col-4 {
  width: 33.33%;
}

.sky-form .col-5 {
  width: 41.66%;
}

.sky-form .col-6 {
  width: 50%;
}

.sky-form .col-7 {
  width: 58.33%;
}

.sky-form .col-8 {
  width: 66.67%;
}

.sky-form .col-9 {
  width: 75%;
}

.sky-form .col-10 {
  width: 83.33%;
}

.sky-form .col-11 {
  width: 91.66%;
}

@media screen and (max-width: 600px) {
  .sky-form .col {
    float: none;
    width: 100%;
  }
}

.sky-form .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0,0,0,0.9);
  color: #fff;
  opacity: 0;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}

.sky-form .tooltip:after {
  content: '';
  position: absolute;
}

.sky-form .input input:focus+.tooltip,
.sky-form .textarea textarea:focus+.tooltip {
  opacity: 1;
}

.sky-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}

.sky-form .tooltip-top-right:after {
  top: 100%;
  right: 16px;
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-top-right,
.sky-form .textarea textarea:focus+.tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}

.sky-form .tooltip-top-left:after {
  top: 100%;
  left: 16px;
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-top-left,
.sky-form .textarea textarea:focus+.tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}

.sky-form .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px;
}

.sky-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0,0,0,0.9);
  border-bottom: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-right,
.sky-form .textarea textarea:focus+.tooltip-right {
  left: 100%;
  margin-left: 5px;
}

.sky-form .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px;
}

.sky-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0,0,0,0.9);
}

.sky-form .input input:focus+.tooltip-left,
.sky-form .textarea textarea:focus+.tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}

.sky-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-bottom-right,
.sky-form .textarea textarea:focus+.tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}

.sky-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-bottom-left,
.sky-form .textarea textarea:focus+.tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
  background-color: #2da5da;
}

.sky-form .rating label {
  color: #ccc;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.sky-form .button {
  background-color: #2da5da;
  opacity: 0.8;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

.sky-form .button.button-secondary {
  background-color: #b3b3b3;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #ccc;
}

.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #8dc9e5;
}

.sky-form .rating input+label:hover,
.sky-form .rating input+label:hover ~ label {
  color: #2da5da;
}

.sky-form .button:hover {
  opacity: 1;
}

.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus+i,
.sky-form .checkbox input:focus+i,
.sky-form .toggle input:focus+i {
  border-color: #2da5da;
}

.sky-form .radio input+i:after {
  background-color: #2da5da;
}

.sky-form .checkbox input+i:after {
  color: #2da5da;
}

.sky-form .radio input:checked+i,
.sky-form .checkbox input:checked+i,
.sky-form .toggle input:checked+i {
  border-color: #2da5da;
}

.sky-form .rating input:checked ~ label {
  color: #2da5da;
}

.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error select+i,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i,
.sky-form .toggle.state-error input:checked+i {
  background: #fff0f0;
}

.sky-form .state-error+em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.sky-form .rating.state-error+em {
  margin-top: -4px;
  margin-bottom: 4px;
}

.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success select+i,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i,
.sky-form .toggle.state-success input:checked+i {
  background: #f0fff0;
}

.sky-form .state-success+em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.sky-form .note-success {
  color: #6fb679;
}

.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
  cursor: default;
  opacity: 0.5;
}

.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}

.sky-form .message {
  display: none;
  color: #6fb679;
}

.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}

.sky-form.submited fieldset,
.sky-form.submited footer {
  display: none;
}

.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255,255,255,0.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
}

.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666;
}

.ui-datepicker a {
  color: #404040;
}

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 15px;
  line-height: 27px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px;
}

.ui-datepicker-calendar th {
  color: #999;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  display: block;
  width: 31px;
  margin: auto;
  text-decoration: none;
  color: #404040;
}

.ui-datepicker-calendar a:hover {
  background: rgba(0,0,0,0.05);
}

.ui-datepicker-calendar span {
  color: #bfbfbf;
}

.ui-datepicker-today a {
  font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
  background: rgba(0,0,0,0.05);
  cursor: default;
}

.ui-datepicker-inline {
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: none;
}

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 47px;
}

.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}

.sky-form .ui-slider {
  position: relative;
  height: 3px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 12px 6px 26px;
}

.sky-form .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 2px solid #e5e5e5;
  outline: none;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.sky-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px;
}

.sky-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.sky-form .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}

.sky-form .radio,
.sky-form .checkbox {
  font-weight: 400;
}

.sky-form .radio+.radio,
.sky-form .checkbox+.checkbox {
  margin-top: 0;
}

.modal {
  z-index: 9999;
}

.modal-header {
  text-align: center;
  background-color: #256298;
  color: #fff;
}

.modal-header .close {
  color: #fff;
  opacity: .7;
}

.sub-title h2 {
  font-weight: normal;
  font-size: 24px;
}

.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none;
}

.acc-v1 .panel-heading a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  background: #fefefe;
}

.acc-icon a.accordion-toggle i {
  color: #555;
  margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
  color: #39414c;
}

.acc-v1.service-faq .panel-heading>.panel-title>.accordion-toggle {
  position: relative;
  padding-left: 55px;
}

.acc-v1.service-faq .panel-heading>.panel-title>.accordion-toggle>span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #256298;
  width: 45px;
  height: 100%;
  padding: 10px;
  background-color: #c1edff;
}

.acc-v1.service-faq .panel-heading>.panel-title>.collapsed {
  display: block;
  padding: 10px 15px;
  padding-left: 55px;
  background: #eee;
  color: #333 !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding: 0;
  background: #eee;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body .body-in {
  margin: 0 15px 15px;
  background-color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body .body-in p {
  padding: 10px;
  line-height: 1.6em;
}

.acc-v1.service-faq .panel-heading>.panel-title>.collapsed:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgba(0,134,205,0.7);
}

.acc-v1.service-faq .panel-heading a.accordion-toggle {
  display: block;
  padding: 10px 15px;
  color: #256298 !important;
  text-decoration: none;
  background: #eee;
}

.acc-v1.service-faq .larger {
  font-size: 60px;
}

.acc-v1.service-faq .form-datas {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.acc-v1.service-faq .form-datas>div:first-child {
  text-align: center;
  vertical-align: middle;
}

.acc-v1.service-faq .form-datas p {
  line-height: 1.8em;
  text-align: justify;
}

.acc-v1.service-faq .form-xml i {
  color: #f19149;
}

.acc-v1.service-faq .form-xml span {
  color: #f19149;
}

.acc-v1.service-faq .form-kml i {
  color: #256298;
}

.acc-v1.service-faq .form-kml span {
  color: #256298;
}

.acc-v1.service-faq .form-kmz i {
  color: #dd0235;
}

.acc-v1.service-faq .form-kmz span {
  color: #dd0235;
}

.acc-v1.service-faq .form-cap i {
  color: #74b904;
}

.acc-v1.service-faq .form-cap span {
  color: #74b904;
}

.acc-v1.service-faq .form-zip i {
  color: #5ebdca;
}

.acc-v1.service-faq .form-zip span {
  color: #5ebdca;
}

.acc-v1.service-faq .form-json i,
.acc-v1.service-faq .form-json span {
  color: #af6943;
}

.acc-v1.service-faq .form-api i,
.acc-v1.service-faq .form-api span {
  color: #e7ce00;
}

.acc-v1.service-faq .form-grib2 i,
.acc-v1.service-faq .form-grib2 span {
  color: #00aba0;
}

.pagination-v1>li:first-child>a,
.pagination-v1>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.pagination-v1 li a {
  color: #292929;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: auto 1px;
  border: 1px soild #256298;
  text-align: center;
}

.pagination-v1 li a:hover {
  color: #fff;
  border-color: #256298;
  background-color: #256298;
}

.pagination-v1>.active>a,
.pagination-v1>.active>span,
.pagination-v1>.active>a:hover,
.pagination-v1>.active>span:hover,
.pagination-v1>.active>a:focus,
.pagination-v1>.active>span:focus {
  border-color: #256298;
  background-color: #256298;
}

.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}

.breadcrumb {
  top: 10px;
  padding-right: 0;
  background: none;
  position: relative;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb i {
  padding: 0 5px;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #256298;
  text-decoration: none;
}

@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }

  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }

  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

.dev-manual-datalist-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2001;
  background-color: rgba(0,0,0,0.5);
}

.dev-manual-datalist-modal-container {
  width: 90vw;
}

.dev-manual-datalist-modal {
  background-color: #fff;
  border-radius: 5px;
  overflow: auto;
}

.dev-manual-datalist-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}

.dev-manual-datalist-modal__header>p {
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
}

.dev-manual-datalist-modal__header>button {
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

.dev-manual-datalist-modal__header>button>i {
  font-style: normal;
}

.dev-manual-datalist-modal__content {
  height: calc(80vh - 63px);
  overflow-y: auto;
  padding: 16px;
}

@media (min-width: 992px) {
  .dev-manual-datalist-modal-container {
    width: 50vw;
  }
}

.btn--submit {
  font-size: 16px;
  line-height: 1;
  padding: 12px 28px;
}

.btn--icon {
  background-color: transparent;
  border: none;
  padding: 0 4px;
}

.btn--icon>i {
  font-size: 20px;
  font-style: normal;
  color: #aaa;
  line-height: 1;
}

.btn--icon:hover>i {
  color: #777777;
}

.btn--icon.btn--close>i {
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.btn--icon.btn--add {
  padding: 0px;
}

.flex {
  display: flex;
}

.flex.justify-start {
  justify-content: start;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-end {
  justify-content: end;
}

.flex.align-center {
  align-items: center;
}

.flex.align-stretch {
  align-items: stretch;
}

.flex.align-start {
  align-items: start;
}

.flex.gap-4 {
  gap: 4px;
}

.flex.gap-8 {
  gap: 8px;
}

.flex.gap-12 {
  gap: 12px;
}

.flex.flex-wrap {
  flex-wrap: wrap;
}

.flex>.flex-grow {
  flex-grow: 1;
}

.list-no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border {
  border: 1px solid black;
}

.border--warning {
  border-color: red;
}

.color--warning {
  color: red;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mt-0 {
  margin-top: 0;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-12--gap:not(:last-child) {
  margin-bottom: 12px;
}

.mb-24--last:last-child {
  margin-bottom: 24px;
}

.app-card {
  position: relative;
  background-color: #eeeeee;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 16px;
}

.app-card__img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 16px;
}

.app-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-card__title {
  font-size: 24px;
  margin: 0 0 8px 0;
}

.app-card__btn-group {
  display: flex;
  gap: 16px;
}

.app-card__btn-group>a {
  line-height: 1;
  text-decoration: none;
  font-size: 28px;
  color: #666666;
}

.app-card__btn-group>a>i {
  font-style: normal;
}

.app-card__text {
  height: 0;
  width: 100%;
  z-index: 10;
  background-color: #eeeeee;
  margin: 0;
  color: rgba(102,102,102,0);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  transition: color 300ms, height 300ms, margin 300ms;
}

.app-card__text--active {
  color: #666;
  margin: 16px 0 0 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .wrapper.home .round-box {
    width: 131px;
    height: 131px;
  }

  .wrapper.home .round-box .icons img {
    margin: 12px auto;
    width: 50px;
    height: 50px;
  }

  .mobile-top {
    height: 30px;
  }

  .hot-data-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .header .logo img {
    margin-bottom: 0;
  }

  .header .navbar-collapse {
    margin-top: -20px;
  }
}

@media (max-width: 1199px) {
  .kv-container .kv-star {
    top: 0em;
    left: 40%;
  }

  .kv-container .kv-calendar {
    top: 1em;
  }

  .kv-container .kv-tree1 {
    left: 12%;
  }

  .kv-container .kv-tree2 {
    right: 10%;
  }

  .kv-container .kv-man3 {
    left: 20%;
  }

  .kv-container .kv-sun {
    right: 20%;
  }

  .kv-container .kv-woman-bike1 {
    top: 7em;
    right: 34%;
  }
}

@media (max-width: 1024px) {
  .wrapper.home2 .hot-data .hot-data-head h3 {
    font-size: 17px;
  }

  .wrapper.home2 .hot-data .hot-data-body ul {
    padding-left: 25px;
  }

  .wrapper.home2 .hot-data .hot-data-body ul li a {
    font-size: 13px;
  }

  .wrapper.home2 .key-title {
    font-size: 40px;
  }

  wrapper.home2 .key-content {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .kv-container .kv-location {
    right: 36%;
  }

  .kv-container .kv-robot3 {
    right: 3%;
  }

  .kv-container .kv-robot2 {
    right: 15%;
  }

  .kv-container .kv-robot1 {
    bottom: 8em;
    right: 30%;
  }

  .kv-container .kv-icon1 {
    left: 5%;
  }

  .kv-container .kv-icon2,
  .kv-container .kv-man3 {
    left: 10%;
  }

  .kv-container .kv-star {
    top: 0em;
    left: 30%;
  }

  .kv-container .kv-calendar {
    top: 1em;
    left: 20%;
  }

  .kv-container .kv-tree1 {
    left: 0%;
  }

  .kv-container .kv-tree2 {
    right: 0%;
  }

  .kv-container .kv-car {
    right: 10%;
  }

  .kv-container .kv-man2 {
    left: 34%;
  }

  .kv-container .kv-woman2 {
    left: 41.2%;
  }

  .kv-container .kv-woman-bike1 {
    top: 9em;
    right: 31%;
  }

@keyframes kv-cloud1 {
    0% {
      right: 46%;
    }

    50% {
      right: 45%;
    }

    100% {
      right: 46%;
    }
}

@keyframes kv-cloud2 {
    0% {
      left: 41%;
    }

    50% {
      left: 42%;
    }

    100% {
      left: 41%;
    }
}

@keyframes kv-location {
    0% {
      top: 4em;
    }

    50% {
      top: 5em;
    }

    100% {
      top: 4em;
    }
}

@keyframes kv-man1 {
    0% {
      top: 14em;
      left: 16%;
    }

    50% {
      top: 13em;
      left: 17.5%;
    }

    100% {
      top: 14em;
      left: 16%;
    }
}

@keyframes kv-man-bike {
    0% {
      top: 11em;
      left: 23%;
    }

    50% {
      top: 10.5em;
      left: 25%;
    }

    100% {
      top: 11em;
      left: 23%;
    }
}

@keyframes kv-woman-bike2 {
    0% {
      bottom: 1em;
      left: 32%;
    }

    50% {
      bottom: 1.5em;
      left: 33%;
    }

    100% {
      bottom: 1em;
      left: 32%;
    }
}

  .kv-v2 {
    height: 13em;
  }

  .bg-animate {
    position: absolute;
  }

  .bg-animate .ball,
  .bg-animate .tr-b,
  .bg-animate .plan,
  .bg-animate .snow,
  .bg-animate .plan,
  .bg-animate .rain,
  .bg-animate .tr,
  .bg-animate .lightning {
    display: none;
  }

  .bg-animate .line {
    -moz-transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    top: -14em;
  }

  .bg-animate .cloud {
    bottom: initial;
    top: 0;
  }

  .bg-animate .sun {
    bottom: inherit;
    top: 0;
  }
}

@media (min-width: 768px) {
  .wrapper.home .hot-data .hot-data-head h3 {
    padding: 15px 0;
  }

  .wrapper.home .round-box {
    margin-bottom: 20px;
  }

  .round-box {
    max-width: 165px;
    height: 165px;
  }

  .wrapper.home2 .round-box {
    max-width: auto;
    height: auto;
    margin: 10px;
  }
}

@media (max-width: 769px) {
  .mobile-top {
    height: 55px;
  }

  .header .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .header .navbar-nav .open .dropdown-submenu>a {
    color: #fff !important;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .wrapper.home2 .round-box {
    margin-bottom: 10px;
  }

  .nav.navbar-nav label {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .nav.navbar-nav label input {
    width: 100%;
    padding: 0.5em;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }

  .wrapper.home2 .btn-code {
    border: 1px solid #fff;
    background: #dd0235;
    color: #ddd !important;
  }

  .wrapper.home2 .btn-code:hover {
    color: #fff !important;
    border-bottom: solid 2px #c1edff !important;
  }

  .wrapper.home .btn-code {
    border: 1px solid #fff;
    background: #dd0235;
    color: #ddd !important;
  }

  .wrapper.home .btn-code:hover {
    color: #fff !important;
    border-bottom: solid 2px #c1edff !important;
  }

  .wrapper.home .round-box {
    width: 165px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .kv-v2 {
    height: 8em;
  }

  .kv-v2 .bg-animate .line {
    top: -13em;
    left: 5em;
    width: 70%;
  }

  .kv-v2 .bg-animate .pathcloud {
    top: 6%;
    width: 100px;
  }

  .kv-v2 .bg-animate .sun,
  .kv-v2 .bg-animate .cloud {
    width: 100px;
  }

  .kv-v2 .bg-animate .cloud {
    top: 2em;
  }
}

@media (max-width: 640px) {
  .wrapper.home .hot-data {
    border: 12px solid #95d2f0;
  }

  .wrapper.home .hot-data .row {
    background: rgba(0,0,0,0);
  }

  .wrapper.home .hot-data .hot-data-body {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
  }

  .wrapper.home .hot-data .hot-data-body ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.home .hot-data .hot-data-head h3 {
    padding: 15px 0;
  }

  .wrapper.home .round-box {
    margin-bottom: 20px;
  }

  .wrapper.home .round-box {
    width: 150px;
    height: 150px;
  }

  .nav.navbar-nav label {
    margin-top: auto;
  }

  .mobile-top {
    height: 40px;
  }

  .header .logo img {
    padding-top: 6px;
    margin-top: 0;
  }

  .header .navbar-nav>li>a {
    color: #fff;
  }

  .header .navbar-nav>li>a:hover {
    color: #fff;
  }

  .nav.navbar-nav .open>a,
  .nav.navbar-nav .open>a:focus,
  .nav.navbar-nav .open>a:hover {
    color: #fff;
    background: #256298;
  }

  .header .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .wrapper.home .header .navbar-nav>li>a {
    color: #256298;
  }

  .wrapper.home .header .navbar-nav>li>a:hover {
    color: #fff;
  }

  .wrapper.home .header .navbar-nav>li>a:focus {
    color: #fff;
  }

  .wrapper.home .header .navbar-nav .open .dropdown-menu>li>a {
    color: #256298;
  }

  .header .dropdown-submenu>.dropdown-menu {
    padding-right: 15px;
  }

  .header .dropdown-submenu>.dropdown-menu a {
    color: #256298;
  }

  .kv-container .kv-tree1,
  .kv-container .kv-tree2,
  .kv-container .kv-star,
  .kv-container .kv-robot4 {
    display: none;
  }

  .kv-container .kv-sun {
    right: 10%;
    top: 5em;
    width: 80px;
    height: 80px;
  }

  .kv-container .kv-icon1 {
    left: 0%;
    width: 50px;
    height: 40px;
  }

  .kv-container .kv-icon2,
  .kv-container .kv-man3 {
    left: 5%;
  }

  .kv-container .kv-woman2 {
    left: 39.2%;
  }

  .kv-container .kv-robot1 {
    bottom: 7em;
    right: 37%;
  }

  .kv-container .kv-cloud1 {
    width: 70px;
    height: 55px;
  }

  .kv-container .kv-icon2 {
    width: 40px;
    height: 40px;
  }

  .kv-container .kv-location {
    width: 40px;
    height: 50px;
  }

  .kv-container .kv-woman-bike1 {
    right: 27%;
  }

  .kv-v2 .bg-animate .line {
    top: -11em;
    left: 1em;
  }
}

@media (max-width: 540px) {
  .kv-container {
    height: 32em;
  }

  .kv-container .kv-title {
    bottom: 0em;
  }

  .kv-container .kv-woman2 {
    display: none;
  }

  .kv-container .kv-calendar {
    display: none;
  }

@keyframes kv-cloud1 {
    0% {
      right: 53%;
    }

    50% {
      right: 58%;
    }

    100% {
      right: 53%;
    }
}

@keyframes kv-cloud2 {
    0% {
      left: 20%;
    }

    50% {
      left: 25%;
    }

    100% {
      left: 20%;
    }
}
}

@media (max-width: 480px) {
  .snap-right {
    position: absolute;
    right: 15px;
    top: -60px;
  }

  .wrapper.home2 .key-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    padding-left: 0;
  }

  .wrapper.home2 .key-content {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    padding-left: 0;
  }

  .wrapper.home .round-box {
    width: 135px;
    height: 135px;
  }

  .wrapper.home .round-box .icons img {
    margin: 10px auto;
    width: 55px;
    height: 55px;
  }

  .wrapper.home2 {
    background-image: url("/dist/img/home/type2-bg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }

  .wrapper.home2 .kv-container {
    text-align: center;
  }

  .wrapper.home2 .kv-container img {
    border: none;
    padding: 0;
    margin: 0 auto;
  }

  .wrapper.home2 .view-info {
    font-size: 15px;
    padding: 20px 0 10px;
    color: #fff;
  }

  .wrapper.home2 .download-info {
    text-align: center;
  }

  .wrapper.home2 .download-info span {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper.home2 .round-box {
    margin-bottom: 30px;
  }

  .wrapper.home2 .hot-data {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .wrapper.home2 .hot-data .hot-data-head h3 {
    padding: 10px;
    margin: 30px 0;
  }

  .wrapper.home2 .hot-data .hot-data-body ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.home2 .hot-data .hot-data-body ul li {
    padding: 10px 0;
  }

  .wrapper.home2 .hot-data .hot-data-body ul li a {
    font-size: xs-font;
    color: #fff;
    text-decoration: none;
  }

  .wrapper.home2 .hot-data .hot-data-body ul li a:hover {
    text-decoration: underline;
  }

  input[type=search] {
    background: #ededed url("/dist/img/search-icon.png") no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 32px;
    width: 55px;
  }

  input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #c1edff;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,0.5);
    -ms-box-shadow: 0 0 5px rgba(109,207,246,0.5);
    box-shadow: 0 0 5px rgba(109,207,246,0.5);
  }

  .kv-v2 .bg-animate {
    height: 5em;
  }

  .kv-v2 .bg-animate .line {
    top: -9em;
  }

  .kv-v2 .bg-animate .sun,
  .kv-v2 .bg-animate .cloud,
  .kv-v2 .bg-animate .pathcloud {
    width: 70px;
  }
}

@media (max-width: 414px) {
  .kv-container {
    height: 28em;
  }

  .kv-container .kv-robot2,
  .kv-container .kv-man1 {
    display: none;
  }

  .kv-container .kv-sun {
    right: 0%;
    top: 2.5em;
    width: 70px;
    height: 70px;
  }

  .kv-container .kv-robot3 {
    right: 0;
  }

  .kv-container .kv-man2 {
    left: 40%;
    top: 5em;
  }

  .kv-container .kv-woman-bike1 {
    top: 5em;
    right: 22%;
  }

  .kv-container .kv-man3 {
    left: 0%;
  }

  .kv-container .kv-car {
    width: 100px;
    height: 55px;
    bottom: 4em;
    right: 7%;
  }

  .kv-container .kv-icon1 {
    width: 35px;
    height: 30px;
    top: 11em;
  }

  .kv-container .kv-cloud2 {
    top: 3em;
  }

  .kv-container .kv-icon2 {
    left: 3%;
  }

@keyframes kv-cloud1 {
    0% {
      right: 53%;
    }

    50% {
      right: 58%;
    }

    100% {
      right: 53%;
    }
}

@keyframes kv-cloud2 {
    0% {
      left: 10%;
    }

    50% {
      left: 15%;
    }

    100% {
      left: 10%;
    }
}

@keyframes kv-woman1 {
    0% {
      bottom: 4em;
      right: 45%;
    }

    50% {
      bottom: 4.5em;
      right: 48%;
    }

    100% {
      bottom: 4em;
      right: 45%;
    }
}

@keyframes kv-man-bike {
    0% {
      top: 7em;
      left: 14%;
    }

    50% {
      top: 6.5em;
      left: 16%;
    }

    100% {
      top: 7em;
      left: 14%;
    }
}

@keyframes kv-woman-bike2 {
    0% {
      bottom: 3em;
      left: 22%;
    }

    50% {
      bottom: 3.5em;
      left: 25%;
    }

    100% {
      bottom: 3em;
      left: 22%;
    }
}

  .kv-v2 .bg-animate {
    height: 5em;
  }

  .kv-v2 .bg-animate .line {
    top: -8em;
    left: -6em;
  }

  .kv-v2 .bg-animate .sun {
    left: 30%;
  }

  .kv-v2 .bg-animate .cloud {
    left: 5%;
  }
}
