.container {
  width: 1200px;
  padding: 0; }

.big_title {
  font-size: 48px;
  color: #003399;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 5px; }

.section {
  padding: 60px 0; }

.none {
  display: none !important; }

.mb_logo {
  display: none;
  padding: 20px; }
  .mb_logo .head_title {
    font-size: 30px;
    font-weight: bold;
    color: #003399;
    line-height: 36px;
    letter-spacing: 2px; }

.banner {
  width: 100%;
  height: 100vh;
  min-height: 1010px;
  background: url("../images/banner.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative; }
  .banner .title_img,
  .banner .main_img {
    position: absolute; }
  .banner .title_img {
    top: 125px;
    left: 50%;
    margin-left: -425px; }
  .banner .main_img {
    top: 247px;
    left: 50%;
    margin-left: -229px; }
  .banner .product_box,
  .banner .banner_navi {
    position: relative; }
  .banner .product_box {
    width: 670px;
    margin: 0 auto;
    top: 565px; }
    .banner .product_box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style: none;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .banner .banner_navi ul {
    list-style: none;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px; }
    .banner .banner_navi ul li {
      background: no-repeat;
      width: 224px;
      height: 73px;
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .banner .banner_navi ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #003399; }
      .banner .banner_navi ul li a:hover {
        text-decoration: none;
        color: #0A5CFF; }
    .banner .banner_navi ul li.navi_01 {
      background-image: url("../images/navi_01.png");
      left: 110px;
      top: 185px; }
      .banner .banner_navi ul li.navi_01 a {
        margin-left: 58px;
        margin-top: -3px; }
    .banner .banner_navi ul li.navi_02 {
      background-image: url("../images/navi_02.png");
      left: 210px;
      top: 455px; }
      .banner .banner_navi ul li.navi_02 a {
        margin-left: 60px;
        margin-top: 27px; }
    .banner .banner_navi ul li.navi_03 {
      background-image: url("../images/navi_03.png");
      left: 660px;
      top: 260px; }
      .banner .banner_navi ul li.navi_03 a {
        margin-left: 43px;
        margin-top: 17px; }
    .banner .banner_navi ul li.navi_04 {
      background-image: url("../images/navi_04.png");
      right: 225px;
      top: 455px; }
      .banner .banner_navi ul li.navi_04 a {
        margin-left: 28px;
        margin-top: 27px; }
    .banner .banner_navi ul li.navi_05 {
      background-image: url("../images/navi_05.png");
      right: 110px;
      top: 185px; }
      .banner .banner_navi ul li.navi_05 a {
        margin-left: 30px;
        margin-top: -3px; }

.header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold; }
  .header .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0; }
  .header .navbar {
    min-height: 0;
    padding: 30px 0; }
  .header .navbar-header {
    float: none; }
  .header .navbar-nav {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header .navbar-nav li {
      float: none;
      padding: 0; }
      .header .navbar-nav li a {
        padding: 0; }

.fixed-header-on .header.fixed .navbar {
  padding: 0; }

.main-container {
  padding: 0; }

#activity {
  background: url("../images/activity_bg.jpg") no-repeat;
  background-size: cover;
  padding: 175px 0;
  color: #ffffff; }
  #activity .activity_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #activity .act_date {
    background: url("../images/icon_01.png") no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: bold; }
  #activity .act_title {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px; }
  #activity .act_text {
    font-size: 19px;
    margin-top: 30px; }
  #activity .btn-act {
    margin-top: 35px;
    color: #686868;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 10px 40px; }
    #activity .btn-act .act_arrow {
      margin-top: 20px;
      margin-left: 20px; }
  #activity .btn-animated.btn-act:after {
    background: transparent; }

#solutions .vertical .nav-tabs {
  background-color: #F5F5F5;
  width: 420px; }
  #solutions .vertical .nav-tabs li {
    border: 1px solid transparent;
    border-top-color: #ffffff;
    border-bottom-color: #D9D9D9;
    margin-bottom: 1px; }
    #solutions .vertical .nav-tabs li a {
      background-position: 93% center;
      background-repeat: no-repeat; }
  #solutions .vertical .nav-tabs li.active:after {
    display: block;
    content: '';
    background-image: url("../images/icon_05.png");
    background-repeat: no-repeat;
    width: 47px;
    height: 93px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -45px; }

#solutions .vertical .nav-tabs > li.active > a, #solutions .vertical .nav-tabs > li.active > a:hover, #solutions .vertical .nav-tabs > li.active > a:focus {
  background-color: #003399;
  color: #ffffff;
  border-color: transparent; }

#solutions .vertical .nav-tabs > li a {
  color: #686868;
  padding: 43px 120px 43px 43px;
  font-size: 20px;
  border-color: transparent;
  white-space: break-spaces;
  min-height: 173px; }

#solutions .vertical .tab-content {
  border: 0;
  background-color: #D8E1F0;
  padding: 10px 40px 30px 40px; }

#solutions .vertical .media {
  margin: -10px -40px -10px -40px; }

#solutions .tab_title {
  margin-top: 40px;
  color: #333333;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  padding-left: 50px;
  background-repeat: no-repeat; }

#solutions .tab_title_01 {
  background-image: url("../images/icon_02.png"); }

#solutions .tab_title_02 {
  background-image: url("../images/icon_03.png"); }

#solutions .tab_title_03 {
  background-image: url("../images/icon_04.png"); }

#solutions .tab_text {
  font-size: 20px;
  color: #333333; }

#prdoucts {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ddfef+0,003399+100 */
  background: -webkit-gradient(linear, left top, right top, from(#9ddfef), to(#003399));
  background: -webkit-linear-gradient(left, #9ddfef 0%, #003399 100%);
  background: -o-linear-gradient(left, #9ddfef 0%, #003399 100%);
  background: linear-gradient(to right, #9ddfef 0%, #003399 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center; }
  #prdoucts .big_title {
    color: #ffffff; }

#download {
  background: url("../images/download_bg.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center; }
  #download .big_title {
    color: #ffffff; }
  #download .download_text {
    font-size: 24px;
    margin: 45px 0; }
  #download .big {
    font-size: 180%;
    letter-spacing: 2px;
    font-weight: bold; }
  #download .btn-act {
    margin-top: 35px;
    color: #003399;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 10px 40px; }
    #download .btn-act .act_arrow {
      margin-top: 20px;
      margin-left: 20px; }
  #download .btn-animated.btn-act:after {
    background: transparent; }

#footer {
  padding: 30px 0;
  background: #003399;
  color: #ffffff;
  font-size: 15px; }
  #footer a {
    color: #ffffff; }
  #footer img {
    margin-top: 8px; }

.right_box {
  position: fixed;
  z-index: 1005;
  color: #ffffff;
  bottom: 160px;
  right: 35px;
  text-align: center;
  cursor: pointer; }
  .right_box ul {
    list-style: none; }
    .right_box ul li {
      margin-bottom: 20px; }
      .right_box ul li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #0A5CFF;
        border-radius: 100%;
        padding: 9px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .right_box ul li a:hover {
        background: #003399; }

/* mobile */
@media (max-width: 1200px) {
  .container {
    width: 100%; }
  .hidden-mb {
    display: none; }
  .mb_logo {
    display: block; }
  .banner {
    background: #FFF;
    height: auto;
    min-height: auto;
    width: 100%; }
    .banner .main_img {
      position: relative;
      left: 0;
      top: 0;
      margin: 0; }
      .banner .main_img img {
        width: 100%; } }

@media (max-width: 991px) {
  .header:not(.full-width) .main-navigation .navbar-nav {
    float: none !important; }
  #activity {
    padding: 60px; }
    #activity .activity_img {
      width: 100%;
      margin-bottom: 20px; }
      #activity .activity_img img {
        width: 48%; }
  #solutions .vertical .nav-tabs {
    display: block;
    width: 100%; }
    #solutions .vertical .nav-tabs li a {
      padding: 20px 80px 20px 20px;
      min-height: auto;
      background-position: 97% center;
      background-size: 5%; }
    #solutions .vertical .nav-tabs li.active:after {
      display: none; } }

@media (max-width: 767px) {
  .mb_logo {
    padding: 10px 20px; }
    .mb_logo img {
      max-width: 180px; }
    .mb_logo .head_title {
      font-size: 24px;
      line-height: 30px;
      margin-top: 10px; }
  .big_title {
    font-size: 36px;
    margin-bottom: 30px; }
  .header .navbar {
    padding: 0; }
  .header .navbar-nav {
    display: inline; }
  .header .navbar-default .navbar-nav > li > a {
    font-weight: 24px;
    text-align: center;
    padding: 10px 0; }
  #activity,
  .section {
    padding: 40px 20px; }
  #activity .act_title {
    font-size: 40px; }
  #solutions .vertical .nav-tabs > li a {
    padding: 20px 55px 20px 20px;
    background-position: 95% center;
    background-size: 10%; }
  #solutions .vertical .nav-tabs li.active:after {
    display: none; }
  #solutions .vertical .tab-content {
    padding: 20px 30px 20px 10px; }
  #solutions .vertical .media {
    margin: -20px -30px -20px -10px; }
    #solutions .vertical .media img {
      min-width: 100%; }
  #download .download_text {
    font-size: 20px; }
  #footer {
    text-align: center; }
    #footer .row {
      margin: 0; }
    #footer img {
      display: inline-block;
      margin: 20px; }
    #footer .text-right {
      text-align: center; }
  .scrollToTop {
    background-color: #003399; }
  .right_box ul li a {
    width: 40px;
    height: 40px; } }
