﻿#aboutUs .d-btn.orange-btn {
  padding: 10px 25px;
  height: auto;
  line-height: initial; }

#aboutUs .banner {
  width: 100%;
  height: 340px;
  background-color: #306877;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 991px) {
    #aboutUs .banner {
      padding: 30px 0;
      height: auto; } }
  #aboutUs .banner h1 {
    color: white;
    font-family: Oswald-Regular;
    width: 820px;
    margin: 0; }
    @media (max-width: 1679px) {
      #aboutUs .banner h1 {
        width: 695px; } }
    @media (max-width: 991px) {
      #aboutUs .banner h1 {
        width: 80%; } }

#aboutUs h3 {
  text-align: center; }
  @media (min-width: 1680px) {
    #aboutUs h3 {
      font-size: 36px; } }

#aboutUs p {
  margin-left: auto;
  margin-right: auto; }
  #aboutUs p.intro {
    width: 60%; }
    @media (max-width: 767px) {
      #aboutUs p.intro {
        width: 90%; } }
  #aboutUs p.been {
    font-size: 24px;
    line-height: 36px;
    width: 55%;
    text-align: center; }
    @media (max-width: 1679px) {
      #aboutUs p.been {
        font-size: 20px;
        line-height: 30px;
        width: 80%; } }
    @media (max-width: 991px) {
      #aboutUs p.been {
        line-height: 28px;
        font-size: 18px;
        width: 90%; } }

#aboutUs .about {
  height: 620px;
  background-color: #F5F5F5;
  display: flex; }
  @media (max-width: 991px) {
    #aboutUs .about {
      height: auto;
      flex-direction: column; } }
  #aboutUs .about .left {
    width: 1190px;
    height: 100%; }
    @media (min-width: 1920px) {
      #aboutUs .about .left {
        width: 60%; } }
    @media (max-width: 1679px) {
      #aboutUs .about .left {
        width: 60%; } }
    @media (max-width: 991px) {
      #aboutUs .about .left {
        width: 100%; } }
    #aboutUs .about .left img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #aboutUs .about .right {
    width: calc(100% - 1190px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 39px 0;
    padding-left: 100px;
    position: relative; }
    @media (min-width: 1920px) {
      #aboutUs .about .right {
        width: 40%; } }
    @media (max-width: 1679px) {
      #aboutUs .about .right {
        padding-left: 70px;
        width: 40%; } }
    @media (max-width: 991px) {
      #aboutUs .about .right {
        width: 100%;
        padding: 30px 70px; } }
    @media (max-width: 767px) {
      #aboutUs .about .right {
        padding: 20px; } }
    #aboutUs .about .right::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 281px;
      height: 8px;
      background-color: #FE8E14; }
      @media (max-width: 991px) {
        #aboutUs .about .right::before {
          width: 30%; } }
    #aboutUs .about .right > div {
      width: 415px;
      border-bottom: 1px solid #DDDDDD;
      padding-bottom: 9px; }
      @media (max-width: 1399px) {
        #aboutUs .about .right > div {
          width: 70%; } }
      @media (max-width: 991px) {
        #aboutUs .about .right > div {
          width: 100%; } }
      #aboutUs .about .right > div p:first-child {
        font-size: 52px;
        line-height: 77px;
        margin-bottom: 12px;
        font-family: Oswald-Regular; }
        @media (max-width: 991px) {
          #aboutUs .about .right > div p:first-child {
            font-size: 40px;
            margin: 0; } }
      #aboutUs .about .right > div p:last-child {
        color: #606060;
        font-size: 24px; }
        @media (max-width: 991px) {
          #aboutUs .about .right > div p:last-child {
            font-size: 20px; } }

#aboutUs .reason {
  height: 900px;
  width: 100%;
  background-color: #F5F5F5;
  padding-top: 120px; }
  @media (max-width: 1679px) {
    #aboutUs .reason {
      padding-top: 60px; } }
  @media (max-width: 991px) {
    #aboutUs .reason {
      height: auto;
      padding: 30px 0; } }
  #aboutUs .reason .supportTime img {
    vertical-align: middle;
    margin-right: 13px; }
  #aboutUs .reason .supportTime p {
    vertical-align: middle;
    font-size: 24px;
    display: inline; }
    @media (max-width: 991px) {
      #aboutUs .reason .supportTime p {
        font-size: 18px; } }
  #aboutUs .reason > div.grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 670px 670px;
    grid-template-rows: 280px 260px; }
    @media (max-width: 1399px) {
      #aboutUs .reason > div.grid {
        grid-template-columns: 49% 49%; } }
    @media (max-width: 991px) {
      #aboutUs .reason > div.grid {
        grid-template-columns: 90%;
        grid-template-rows: auto; } }
    #aboutUs .reason > div.grid a, #aboutUs .reason > div.grid a:hover, #aboutUs .reason > div.grid a:active, #aboutUs .reason > div.grid a:visited {
      color: #212529; }
    #aboutUs .reason > div.grid > div, #aboutUs .reason > div.grid > a {
      background-color: #EEEEEE;
      display: flex;
      padding: 40px 50px;
      align-items: center;
      justify-content: space-between; }
      #aboutUs .reason > div.grid > div:first-child, #aboutUs .reason > div.grid > div:last-child, #aboutUs .reason > div.grid > a:first-child, #aboutUs .reason > div.grid > a:last-child {
        background-color: #FFFFFF; }
      @media (max-width: 991px) {
        #aboutUs .reason > div.grid > div, #aboutUs .reason > div.grid > a {
          padding: 30px; }
          #aboutUs .reason > div.grid > div:first-child, #aboutUs .reason > div.grid > div:last-child, #aboutUs .reason > div.grid > a:first-child, #aboutUs .reason > div.grid > a:last-child {
            background-color: #EEEEEE; }
          #aboutUs .reason > div.grid > div:nth-child(even), #aboutUs .reason > div.grid > a:nth-child(even) {
            background-color: #FFFFFF; } }
      #aboutUs .reason > div.grid > div .left, #aboutUs .reason > div.grid > a .left {
        width: 66%; }
        #aboutUs .reason > div.grid > div .left p:first-child, #aboutUs .reason > div.grid > a .left p:first-child {
          font-size: 24px;
          font-family: Oswald-Regular;
          margin-bottom: 20px; }
          @media (max-width: 1199px) {
            #aboutUs .reason > div.grid > div .left p:first-child, #aboutUs .reason > div.grid > a .left p:first-child {
              font-size: 20px;
              margin-bottom: 10px; } }
      #aboutUs .reason > div.grid > div .right, #aboutUs .reason > div.grid > a .right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 22%; }
        #aboutUs .reason > div.grid > div .right img, #aboutUs .reason > div.grid > a .right img {
          object-fit: contain;
          width: 100%; }

#aboutUs .quote {
  height: 394px;
  background-color: #323234;
  padding: 80px 242px 30px 236px;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 2049px) {
    #aboutUs .quote {
      padding: 80px calc((100% - 1610px) / 2) 30px calc((100% - 1610px) / 2); } }
  @media (max-width: 1679px) {
    #aboutUs .quote {
      padding-top: 60px; } }
  @media (max-width: 1199px) {
    #aboutUs .quote {
      height: auto;
      padding: 50px 100px; } }
  @media (max-width: 767px) {
    #aboutUs .quote {
      padding: 30px; } }
  #aboutUs .quote::before {
    content: "";
    display: block;
    width: 95px;
    height: 71px;
    background: url("../../images/company/about/quote.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-70%);
    top: 0;
    left: 11%; }
    @media (max-width: 1199px) {
      #aboutUs .quote::before {
        width: 75px;
        height: 51px; } }
  #aboutUs .quote p {
    color: white;
    font-size: 24px;
    line-height: 40px; }
    @media (max-width: 1679px) {
      #aboutUs .quote p {
        font-size: 20px;
        line-height: 36px; } }
  #aboutUs .quote i {
    display: block;
    color: white;
    font-size: 24px;
    font-family: OpenSans-semibold;
    margin-top: 18px; }
    @media (max-width: 1679px) {
      #aboutUs .quote i {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      #aboutUs .quote i {
        margin-bottom: 20px; } }
  #aboutUs .quote .logo {
    display: flex;
    align-self: flex-end;
    align-items: center;
    height: 49px; }
    #aboutUs .quote .logo a {
      font-size: 18px;
      margin-left: 60px;
      font-family: Oswald-Regular; }
      @media (max-width: 767px) {
        #aboutUs .quote .logo a {
          margin-left: 20px; } }

#aboutUs .map {
  height: 461px;
  width: 100%;
  background: url(../../images/company/about/map.svg) no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative; }
  @media (max-width: 575px) {
    #aboutUs .map {
      background-position: -200px 0; } }
  #aboutUs .map .address {
    position: absolute;
    width: 318px;
    height: 164px;
    background-color: rgba(254, 142, 20, 0.8);
    top: 120px;
    left: 480px;
    padding: 22px 37px 22px 30px; }
    @media (min-width: 1921px) {
      #aboutUs .map .address {
        left: 25%; } }
    @media (max-width: 991px) {
      #aboutUs .map .address {
        width: 270px;
        height: auto; } }
    @media (max-width: 767px) {
      #aboutUs .map .address {
        left: 150px; } }
    @media (max-width: 575px) {
      #aboutUs .map .address {
        left: 50%;
        top: 230px;
        transform: translateX(-50%); } }
    #aboutUs .map .address p {
      margin: 0;
      color: white;
      font-size: 20px; }
      @media (max-width: 991px) {
        #aboutUs .map .address p {
          font-size: 18px; } }

#aboutUs .development {
  height: 300px;
  background-color: #fe8e14;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 305px; }
  @media (min-width: 2049px) {
    #aboutUs .development {
      padding: 0 calc((100% - 1610px) / 2); } }
  @media (max-width: 1679px) {
    #aboutUs .development {
      padding: 0 235px; } }
  @media (max-width: 1199px) {
    #aboutUs .development {
      padding: 0 100px; } }
  @media (max-width: 991px) {
    #aboutUs .development {
      height: auto;
      padding: 30px 100px; } }
  @media (max-width: 767px) {
    #aboutUs .development {
      padding: 30px; } }
  #aboutUs .development h2, #aboutUs .development p {
    color: white; }
  #aboutUs .development h2 {
    margin-bottom: 17px; }
  #aboutUs .development p {
    font-size: 24px;
    line-height: 34px; }
    @media (max-width: 1399px) {
      #aboutUs .development p {
        font-size: 18px; } }
  #aboutUs .development .left {
    width: 40%; }
    @media (max-width: 991px) {
      #aboutUs .development .left {
        width: 100%;
        margin-bottom: 40px; } }
  #aboutUs .development .btns {
    display: flex;
    flex-wrap: wrap; }
    #aboutUs .development .btns a {
      height: 56px;
      display: block;
      width: 244px;
      line-height: 56px;
      font-size: 24px;
      color: #fe8e14;
      font-family: Oswald-Regular;
      text-align: center;
      background-color: white;
      transition: ease-in-out .3s all; }
      @media (max-width: 1399px) {
        #aboutUs .development .btns a {
          width: 180px;
          font-size: 18px;
          height: 46px;
          line-height: 46px; } }
      #aboutUs .development .btns a:first-child {
        margin-right: 80px; }
        @media (max-width: 1679px) {
          #aboutUs .development .btns a:first-child {
            margin-right: 40px; } }
        @media (max-width: 575px) {
          #aboutUs .development .btns a:first-child {
            margin-bottom: 15px; } }
      #aboutUs .development .btns a:hover {
        box-shadow: -8px 8px 0 0 black;
        transform: translate(8px, -8px); }

#aboutUs .basicCustomers .desc {
  width: 1190px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px; }

#aboutUs .basicCustomers i.company-logo {
  height: 62px;
  background: url(../../images/banner/index/company-logo.png); }

#aboutUs .basicCustomers i.ibm-logo {
  width: 107px;
  background-position: 0 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.ge-logo {
  width: 62px;
  background-position: -178px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.nasa-logo {
  width: 72px;
  background-position: -308px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.lm-logo {
  width: 262px;
  background-position: -447px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.epson-logo {
  width: 118px;
  background-position: -778px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.fujifilm-logo {
  width: 140px;
  background-position: -966px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.hp-logo {
  width: 60px;
  background-position: -1176px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.disney-logo {
  width: 128px;
  background-position: -1305px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers i.simens-logo {
  width: 131px;
  background-position: -1508px 0px;
  background-repeat: no-repeat; }

#aboutUs .basicCustomers .customer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#aboutUs .basicCustomers .customer-logos li {
  margin-right: 69px;
  opacity: 1; }

#aboutUs .basicCustomers .customer-logos li:last-child {
  margin-right: 0; }

#aboutUs .basicCustomers .customer-swiper-container {
  overflow: hidden; }

#aboutUs .basicCustomers .swiper-slide {
  width: auto;
  display: inline-block !important;
  text-align: center; }

@media (max-width: 1679px) {
  #aboutUs .basicCustomers .desc {
    width: 1110px;
    font-size: 28px; }
  #aboutUs .basicCustomers i.company-logo {
    height: 62px;
    transform: scale(0.88); }
  #aboutUs .basicCustomers .customer-logos li {
    margin-right: 0; } }

@media (max-width: 1399px) {
  #aboutUs .basicCustomers .desc {
    width: 1000px;
    font-size: 26px; }
  #aboutUs .basicCustomers i.company-logo {
    height: 62px;
    transform: scale(0.75); } }

@media (max-width: 1199px) {
  #aboutUs .basicCustomers .customer-logos {
    transform: scale(0.9);
    margin-left: -57px; }
  #aboutUs .basicCustomers i.company-logo {
    height: 62px;
    transform: scale(0.75); }
  #aboutUs .basicCustomers .desc {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  #aboutUs .basicCustomers .desc {
    font-size: 18px;
    line-height: 30px; }
  #aboutUs .basicCustomers .customerSwiper {
    height: auto; }
  #aboutUs .basicCustomers .customer-logos {
    display: none !important; }
  #aboutUs .basicCustomers .customer-swiper-container {
    margin-top: -10px; }
  #aboutUs .basicCustomers .customerSwiper .customerPrevArrow, #aboutUs .basicCustomers .customerSwiper .customerNextArrow {
    top: unset;
    bottom: 17px; } }

@media (max-width: 767px) {
  #aboutUs .basicCustomers .customerSwiper .customerPrevArrow, #aboutUs .basicCustomers .customerSwiper .customerNextArrow {
    top: unset;
    bottom: 25px;
    width: 20px;
    height: 19px; } }
