body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #f3f7fc; }

.mobil-menu {
  color: #ffffff;
  display: none; }
  @media screen and (max-width: 992px) {
    .mobil-menu {
      display: inline-block; } }

img {
  max-width: 100%; }

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5; }
  header.fixed {
    background: #191f33; }
  header .header-top {
    background-color: #252c41;
    padding-top: 10px;
    padding-bottom: 10px; }
    header .header-top ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .header-top ul li {
        color: #ffffff; }
        header .header-top ul li i {
          margin-right: 10px; }
  header .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px; }
    header .header-bottom .logo {
      color: #ffffff;
      font-size: 30px;
      font-weight: 900; }
    header .header-bottom #main-menu > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .header-bottom #main-menu > ul li {
        position: relative; }
        header .header-bottom #main-menu > ul li a {
          font-size: 16px;
          color: #ffffff;
          padding: 5px 10px; }
        header .header-bottom #main-menu > ul li .sub-menu {
          display: none;
          position: absolute;
          left: 0;
          top: 100%;
          list-style: none;
          padding: 0;
          margin: 0; }
          header .header-bottom #main-menu > ul li .sub-menu li {
            margin-top: 10px; }
            header .header-bottom #main-menu > ul li .sub-menu li a {
              white-space: nowrap; }
        header .header-bottom #main-menu > ul li:hover .sub-menu {
          display: block; }

.home-slide {
  padding-top: 150px;
  background-image: url("../images/slide/1.jpg"); }
  .home-slide .container {
    position: relative; }
  .home-slide .slide-content {
    margin-top: 50px; }
    .home-slide .slide-content .s-title {
      font-weight: 900;
      color: #ffffff;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .home-slide .slide-content .s-title {
          font-size: 65px; } }
      @media screen and (max-width: 992px) {
        .home-slide .slide-content .s-title {
          font-size: 35px; } }
    .home-slide .slide-content .s-btm {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .home-slide .slide-content .s-btm {
          display: flex;
          align-items: center; } }
      .home-slide .slide-content .s-btm .s-subtext {
        color: #ffffff; }
        @media screen and (min-width: 768px) {
          .home-slide .slide-content .s-btm .s-subtext {
            margin-right: 250px; } }
      @media screen and (max-width: 768px) {
        .home-slide .slide-content .s-btm .s-btn {
          margin-top: 20px; } }
      .home-slide .slide-content .s-btm .s-btn a {
        display: inline-block;
        background-color: #007aff;
        box-shadow: 0 0 9px 0px rgba(7, 54, 81, 0.46);
        color: #ffffff;
        border-radius: 20px;
        padding: 3px 3px 3px 15px;
        text-decoration: none;
        transition: all .5s; }
        .home-slide .slide-content .s-btm .s-btn a span {
          transition: all .5s;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-color: #FFFFFF;
          line-height: 35px;
          text-align: center;
          border-radius: 100%;
          margin-left: 5px; }
          .home-slide .slide-content .s-btm .s-btn a span i {
            position: relative;
            top: 2px;
            color: #007aff;
            font-size: 20px; }
        .home-slide .slide-content .s-btm .s-btn a:hover {
          background-color: #ffffff;
          color: #007aff; }
          .home-slide .slide-content .s-btm .s-btn a:hover span {
            background-color: #007aff; }
            .home-slide .slide-content .s-btm .s-btn a:hover span i {
              color: #ffffff; }
  .home-slide .s-right {
    margin-top: 48px; }
    .home-slide .s-right .text {
      position: absolute;
      bottom: 50px;
      left: 20px;
      color: #ffffff;
      font-size: 30px;
      font-weight: 900; }

.home-service {
  padding-top: 80px; }
  .home-service .s-title {
    font-size: 30px;
    color: #007aff;
    font-weight: 300; }
  .home-service .s-subtext {
    margin-top: -3px;
    color: #007aff;
    font-size: 36px;
    font-weight: 500; }
  .home-service .s-text {
    color: #7c8cae;
    font-size: 15px;
    margin-top: 20px; }
  .home-service .s-btm {
    margin-top: 50px;
    display: flex;
    align-items: center; }
    .home-service .s-btm .s-btn {
      margin-right: 20px; }
      .home-service .s-btm .s-btn a {
        display: inline-block;
        background-color: #007aff;
        box-shadow: 0 0 9px 0px rgba(7, 54, 81, 0.46);
        color: #ffffff;
        border-radius: 20px;
        padding: 3px 3px 3px 15px;
        text-decoration: none;
        transition: all .5s; }
        .home-service .s-btm .s-btn a span {
          transition: all .5s;
          display: inline-block;
          width: 35px;
          height: 35px;
          background-color: #FFFFFF;
          line-height: 35px;
          text-align: center;
          border-radius: 100%;
          margin-left: 5px; }
          .home-service .s-btm .s-btn a span i {
            position: relative;
            top: 2px;
            color: #007aff;
            font-size: 20px; }
        .home-service .s-btm .s-btn a:hover {
          background-color: #ffffff;
          color: #007aff; }
          .home-service .s-btm .s-btn a:hover span {
            background-color: #007aff; }
            .home-service .s-btm .s-btn a:hover span i {
              color: #ffffff; }
    .home-service .s-btm .all-s-btn {
      color: #007aff;
      border: 1px solid #007aff;
      border-radius: 20px;
      padding: 7px 20px;
      font-weight: 700; }
  .home-service .home-s-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .home-service .home-s-list {
        margin-top: 30px; } }
    .home-service .home-s-list li {
      margin-bottom: 30px; }
      .home-service .home-s-list li a {
        text-decoration: none;
        box-shadow: 3.527px 4.854px 3.68px 0.32px rgba(45, 54, 72, 0.01);
        background-color: #ffffff;
        border-radius: 20px;
        display: block;
        text-align: center;
        padding: 30px 5px;
        color: #96a6b7; }
        .home-service .home-s-list li a .text {
          margin-top: 20px; }

.home-referance {
  margin-top: 20px;
  margin-bottom: 50px; }
  .home-referance .r-title {
    border-bottom: 1px solid #e0e5ef; }
    .home-referance .r-title div {
      display: inline-block;
      font-size: 21px;
      color: #007aff;
      font-weight: 700;
      border-bottom: 3px solid #007aff;
      padding-right: 30px;
      margin-bottom: -2px; }
  .home-referance .r-list {
    margin-top: 40px;
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .home-referance .r-list {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .home-referance .r-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        align-items: center; }
        .home-referance .r-list li {
          padding-right: 15px;
          padding-left: 15px;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 30px; } }

.page-header .h-bg {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .page-header .h-bg {
      display: none; } }
@media screen and (max-width: 768px) {
  .page-header .container {
    padding-right: 0;
    padding-left: 0; } }
.page-header .box {
  background-color: #23304c;
  margin-top: -53px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .page-header .box {
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 45px; } }
  @media screen and (max-width: 768px) {
    .page-header .box {
      border-top: 1px solid #ffffff;
      padding: 200px 10px 20px 10px; } }
  .page-header .box .title {
    color: #ffffff; }
  .page-header .box .breadcrumbs .main-title {
    color: #ffffff;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      .page-header .box .breadcrumbs .main-title {
        display: none; } }
  .page-header .box .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff;
    padding-top: 3px;
    margin-top: 1px; }
    .page-header .box .breadcrumbs ul li a {
      color: #ffffff;
      padding: 2px 0;
      margin-right: 15px; }

.p-contact {
  margin-top: 50px; }
  .p-contact .pc-title {
    font-weight: 700;
    color: #5e6e7a;
    font-size: 20px;
    margin-bottom: 10px; }
  .p-contact .text {
    color: #5e6e7a; }

.p-maps {
  margin-top: 75px; }

.p-ref p {
  padding: 50px 10px; }
.p-ref .img {
  text-align: center;
  margin-bottom: 30px; }

.p-abouts {
  margin-top: 75px;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .p-abouts .pl-top {
      margin-top: 70px; } }
  @media screen and (max-width: 768px) {
    .p-abouts .pl-top {
      margin-top: 20px; } }

.product-list {
  margin-top: 100px; }
  .product-list .m-title {
    text-align: center; }
    .product-list .m-title h2 {
      font-size: 40px;
      color: #23304c;
      font-weight: 900;
      text-align: center;
      position: relative; }
      .product-list .m-title h2:before {
        content: " ";
        width: 100%;
        max-width: 350px;
        height: 2px;
        background-color: #23304c;
        position: absolute;
        left: 50%;
        top: 100%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .product-list .m-title p {
      margin-top: 20px; }
  .product-list .list {
    margin-top: 75px; }
    .product-list .list .box {
      margin-bottom: 30px;
      display: block;
      padding: 10px;
      background-color: #ffffff;
      text-decoration: none;
      box-shadow: 0.349px 4.988px 24px 0px rgba(0, 0, 0, 0.05); }
      .product-list .list .box .img img {
        width: 100%; }
      .product-list .list .box .text {
        padding-top: 10px;
        color: #23304c; }
        .product-list .list .box .text span {
          display: block; }

.product-detail {
  margin-top: 75px; }
  @media screen and (min-width: 768px) {
    .product-detail .right-img {
      float: right; } }
  .product-detail .product-list {
    padding-bottom: 30px; }
    .product-detail .product-list img {
      margin-bottom: 30px; }

footer {
  background-color: #e9eef5;
  padding-top: 50px; }
  footer .items .title {
    font-size: 18px;
    font-weight: 700;
    color: #44526f;
    margin-bottom: 10px; }
  footer .items ul {
    list-style: none;
    padding: 0; }
    footer .items ul li {
      margin-bottom: 5px; }
      footer .items ul li a {
        color: #7a89a9; }
  footer .items .f-contact {
    color: #7a89a9; }
    footer .items .f-contact div {
      margin-bottom: 15px; }
  footer .f-line {
    text-align: center;
    color: #7a89a9;
    padding: 20px 0; }

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