@import url("https://use.fontawesome.com/releases/v5.3.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
:root {
  scroll-behavior: smooth;
  --clr-font: #636363;
  --clr-title: #363636;
  --clr-subtitle: #6c6c6c;
  --clr-primary: #3a6ab3;
  --clr-pd-gray: #fdfdfd;
  --clr-bg-gray: #ced1d9;
  --clr-link: #ffffff;
  --clr-word: #f7f7fa;
  --font-size: clamp(14px, 5vw, 16px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a.link {
  text-decoration: none;
  color: var(--clr-font);
}

a.link:hover,
a.link:visited {
  color: var(--clr-font);
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--clr-font);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: var(--font-size);
  color: var(--clr-font);
  font-weight: 300;
  line-height: 1.6;
  min-height: 100vh;
}

img {
  width: 100%;
  border: 0;
}

.container {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.wrapper {
  padding: 6rem 0;
}
@media screen and (max-width: 900px) {
  .wrapper {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    width: 100vw;
    padding: 3rem 0;
  }
}

.column_3 {
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.column_3 .navbar {
  grid-column: 2/3;
  grid-row: 1/2;
}
.column_3 .header_left {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #ffffff;
}
.column_3 .header_right {
  grid-column: 3/4;
  grid-row: 1/2;
  background-color: var(--clr-primary);
}
.column_3 .hero_left {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: var(--clr-bg-gray);
}
.column_3 .hero_content {
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: var(--clr-primary);
  position: relative;
}
@media screen and (max-width: 600px) {
  .column_3 .hero_content {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 600px) {
  .column_3 .hero_content .container {
    width: 100vw;
  }
}

.shadow-right {
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .shadow-right {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.shadow-left {
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .shadow-left {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  min-width: 10rem;
  font-weight: 500;
  text-align: center;
  color: var(--clr-link);
  text-decoration: none;
  padding: 1rem 1rem;
  background-color: var(--clr-primary);
  transition: background-color 250ms ease;
}
.button:hover {
  background-color: #213c66;
}

.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--clr-primary);
  font-weight: 500;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1em;
  margin-top: 0;
  position: relative;
}
.section_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--clr-primary);
}

.no_show {
  display: none;
}

.bgc_white {
  background-color: white;
}

.bgc_lightgray {
  background-color: #eaedf1;
}

.navbar {
  position: relative;
  background-color: var(--clr-primary);
}

.main-nav {
  list-style-type: none;
  display: none;
  background-color: var(--clr-primary);
  padding: 0.875rem 0;
}
.main-nav li {
  text-align: center;
  position: relative;
  margin: 0.5rem 0;
}
.main-nav li a {
  position: relative;
  z-index: 99;
  display: block;
}
.main-nav li a::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2rem;
  background-color: var(--clr-link);
  top: 50%;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  opacity: 0;
  border-radius: 0;
  transition: opacity 250ms ease-out;
  z-index: -1;
}
.main-nav li a:hover::before {
  opacity: 1;
  border-radius: 5px;
}

.nav-links {
  text-decoration: none;
  color: var(--clr-link);
  font-size: 1rem;
  font-weight: 400;
  transition: color 250ms ease-out;
}
.nav-links:hover {
  color: var(--clr-primary);
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  min-width: 280px;
  padding: 1rem 3rem 1rem 0;
  background-color: white;
  z-index: 999999;
}

.navbar-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  text-align: right;
}

.active {
  display: block;
}

@media screen and (min-width: 1054px) {
  .navbar {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
    align-items: center;
    background-color: transparent;
  }

  .main-nav {
    width: 100%;
    padding-left: 1rem;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .main-nav li {
    margin: 0;
  }
  .main-nav a {
    position: relative;
    z-index: 999;
  }
  .main-nav a::before,
.main-nav a:hover::before {
    all: unset;
  }
  .main-nav a::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    background-color: var(--clr-link);
    top: 70%;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    opacity: 0;
    border-radius: 0;
    transition: opacity 250ms ease-out;
    z-index: -1;
  }
  .main-nav a:hover::after {
    opacity: 1;
    border-radius: 5px;
  }

  .nav-links {
    padding: 2rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
  }
  .nav-links:hover {
    color: var(--clr-link);
  }

  .logo {
    margin-top: 0;
    display: block;
    width: 350px;
    padding: 0rem 1.5rem 0rem 0;
  }

  .navbar-toggle {
    display: none;
  }
}
.language {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 974px) {
  .language {
    padding-left: 0;
  }
}
.language .nav-links {
  padding: 0px 10px;
  margin-right: 5px;
  border: 1px solid var(--clr-link);
  transition: all 250ms ease-out;
}
.language .nav-links:hover {
  background-color: var(--clr-link);
  color: var(--clr-primary);
}
.language .nav-links::before {
  display: none;
}

.flexslider,
.hero {
  width: 80%;
  z-index: 99;
}
@media screen and (max-width: 900px) {
  .flexslider,
.hero {
    width: 100%;
  }
}

.slogan {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .slogan {
    position: unset;
    height: auto;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
.slogan_content {
  background-color: white;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
}
.slogan_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 3rem;
  height: 100%;
  background-color: var(--clr-primary);
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .slogan_content::before {
    top: -3rem;
    left: 0;
    width: 100%;
    height: 3rem;
    z-index: 999999;
  }
}
.slogan_content .button {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .slogan_content {
    width: 100%;
  }
}
.slogan_title {
  font-weight: 500;
  color: var(--clr-title);
  font-size: 1.2rem;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  margin: 0 0 0.5rem;
  display: inline-block;
  border-bottom: 3px solid red;
}
.slogan_body {
  font-size: 0.9rem;
  margin: 0;
}

.hero_bar {
  height: 260px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .hero_bar {
    height: 200px;
  }
}
.hero .slogan_title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.hero .slogan_body {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--clr-subtitle);
}

.ab_bg {
  background: url(../img/hero_bar_about.jpg) center center no-repeat;
  background-size: cover;
}

.pd_bg {
  background: url(../img/hero_bar_product.jpg) center center no-repeat;
  background-size: cover;
}

.sl_bg {
  background: url(../img/hero_bar_solution.jpg) center center no-repeat;
  background-size: cover;
}

.ap_bg {
  background: url(../img/hero_bar_application.jpg) center center no-repeat;
  background-size: cover;
}

.cs_bg {
  background: url(../img/hero_bar_case.jpg) center center no-repeat;
  background-size: cover;
}

.ct_bg {
  background: url(../img/hero_bar_contact.jpg) center center no-repeat;
  background-size: cover;
}

.img_filter {
  filter: grayscale(100%);
}

.service {
  width: 100%;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .service {
    padding: 0 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .service {
    flex-direction: column;
    align-items: center;
  }
}
.service_block {
  width: 33.3333%;
  padding: 2rem 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.service_block p {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .service_block {
    width: 80%;
  }
}
.service_block:first-child {
  text-align: left;
  background-color: var(--clr-primary);
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.service_block:first-child .section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
.service_block:first-child .section_title::after {
  background-color: white;
}
.service_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.service_icon img {
  height: 100%;
}
.service .button {
  margin-top: 1rem;
}

.front_b {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.front_b p {
  margin: 0;
}
.front_b_img {
  width: calc(60% + 0rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .front_b_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .front_b_img > img {
    margin-top: -20%;
    transform: scale(1.5);
  }
}
.front_b_txt {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .front_b_txt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .front_b {
    background-color: #e9e9e9;
    display: block;
  }
}
.front_b_bg {
  width: 90%;
  height: 5rem;
  margin: -5rem auto 0;
  background-color: #eaedf1;
  position: relative;
  z-index: -100;
}
@media screen and (max-width: 900px) {
  .front_b_bg {
    display: none;
  }
}

.front_a {
  width: 90%;
  margin: 0 auto 0;
  padding: 6rem 2rem 5rem;
  background-color: #eaedf1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 900px) {
  .front_a {
    width: 100%;
    justify-content: space-between;
    padding: 3rem 10%;
    gap: 2%;
  }
}
.front_a_txt {
  width: 100%;
  color: var(--clr-link);
  text-align: center;
  padding: 0.5rem 0.5rem 0.2rem;
}
.front_a_txt h5,
.front_a_txt h3 {
  margin: 0;
}

.front_c {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  .front_c {
    flex-direction: column;
    padding: 0rem 0;
  }
}
.front_c_img {
  width: 40%;
  height: 30vh;
  background: url(../img/front_ab2.jpg) top center no-repeat;
  background-size: cover;
  order: 2;
}
@media screen and (max-width: 900px) {
  .front_c_img {
    width: 100%;
    height: 200px;
    background-position-y: 50%;
    order: 1;
  }
}
.front_c_txt {
  width: 60%;
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .front_c_txt {
    padding: 2rem;
  }
}
.front_c_txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  width: 3rem;
  height: 100%;
  background-color: var(--clr-primary);
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .front_c_txt::before {
    top: -3rem;
    left: 0;
    width: 100%;
    height: 3rem;
    z-index: 999999;
  }
}
@media screen and (max-width: 900px) {
  .front_c_txt {
    width: 80%;
    margin: 0 auto;
    order: 2;
  }
}
.front_c_txt ul {
  list-style: none;
}
.front_c_txt ul li {
  margin-bottom: 2rem;
}
.front_c_txt ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .front_c_txt ul li:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .front_c_txt ul li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .front_c_txt ul li {
    padding: 2rem 0;
    margin-bottom: 0rem;
    border-bottom: 1px dashed var(--clr-bg-gray);
  }
}
.front_c_txt .news {
  clear: both;
}
.front_c_txt .news_img {
  width: 100%;
  max-width: 13rem;
  float: left;
  padding: 0 1.3rem 0 0;
}
@media screen and (max-width: 600px) {
  .front_c_txt .news_img {
    max-width: 100%;
    padding: 0 0 1rem 0;
  }
}
.front_c_txt .news_date {
  font-weight: 300;
  padding: 0.2rem 1.5rem;
  background-color: #eaedf1;
  color: var(--clr-font);
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

.front_d {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .front_d {
    width: 80%;
    margin: 0 auto;
  }
}
.front_d .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.front_d .info_content {
  width: 50%;
  padding: 0 3rem;
  border-left: 1px solid var(--clr-font);
  border-right: 1px solid var(--clr-font);
}
@media screen and (max-width: 600px) {
  .front_d .info_content {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 0 0 3rem;
  }
}
.front_d .info_content:nth-child(2n) {
  border-left: 0;
}
@media screen and (max-width: 600px) {
  .front_d .info_content:nth-child(2n) {
    padding-top: 3rem;
    border-top: 1px solid var(--clr-font);
  }
}
.front_d .info_content_source {
  position: relative;
}
.front_d .info_content_source::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  padding-right: 1rem;
}
.front_d .info p {
  margin: 1rem 0;
}

.abt_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .abt_box {
    justify-content: center;
  }
}
.abt_content {
  width: 76%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5rem 4rem;
  background-color: #eaedf1;
  margin-top: 6rem;
  display: grid;
  place-items: center;
}
.abt_content p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .abt_content {
    width: 52%;
    padding: 5rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .abt_content {
    width: 80%;
    padding: 5rem 2rem;
    margin: 0;
    order: 1;
  }
}
.abt_philosophy {
  background-color: var(--clr-primary);
  padding: 6rem;
  line-height: 2rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .abt_philosophy {
    width: 80%;
    padding: 3rem;
    margin: 0 auto;
  }
}
.abt_philosophy h2 {
  margin: 0;
}
.abt_philosophy .section_title {
  color: white;
}
.abt_philosophy .section_title::after {
  background-color: white;
}

.team {
  width: 24%;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .team {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .team {
    width: 80%;
    order: 2;
  }
}
.team_photo {
  line-height: 0;
}
.team_body {
  padding: 5%;
  position: relative;
}
.team_body::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 5%;
  width: 90%;
  height: 3rem;
  background-color: var(--clr-primary);
  opacity: 0.7;
}
.team_name, .team_title {
  margin: 0;
  line-height: 1.5;
}
.team_intro {
  margin: 0.5rem 0 0 -1em;
}

@media screen and (max-width: 900px) {
  .app {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .app {
    width: 80%;
  }
}
.app_subtitle {
  margin-bottom: 1rem;
  margin-top: 0;
}
.app p {
  margin-bottom: 1rem;
}
.app_pd {
  color: var(--clr-primary);
  margin-bottom: 0;
}
.app_pd > * + * {
  position: relative;
}
.app_pd > * + *::before {
  content: " / ";
}
.app_pd a {
  color: var(--clr-primary) !important;
}
.app_photo {
  width: 40%;
  line-height: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .app_photo {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .app_photo {
    width: 80%;
    margin: 0 auto;
  }
}

.application > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .case {
    width: 80%;
    margin: 0 auto;
  }
}
.case .front_b {
  margin-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  .case .front_b {
    background-color: transparent;
  }
}
.case .front_b_img {
  width: 40%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .case .front_b_img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .front_b_img > img {
    margin-top: 0;
    transform: scale(1);
  }
}
.case .front_b_txt {
  width: calc(60% + 0rem);
  display: flex;
  align-items: center;
}
.case .front_b_txt p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .case .front_b_txt {
    width: 100%;
    margin: 0 auto;
  }
}
.case .front_b_txt_img {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.case .front_b_txt_img > img {
  width: 40%;
  height: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 600px) {
  .case .front_b_txt_img > img {
    width: 100%;
  }
}

blockquote {
  margin: 2rem;
  padding: 2.5rem 2.5rem 1.5rem;
  background-color: #eaedf1;
}
@media screen and (max-width: 900px) {
  blockquote {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 600px) {
  .solution {
    width: 100%;
    margin: 0 auto;
  }
}
.solution .front_b {
  background-color: transparent;
  display: block;
  margin-bottom: 6rem;
}
.solution .front_b_img {
  width: 100%;
  height: 20vw;
  min-height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .solution .front_b_img {
    width: 80%;
    height: 200px;
    overflow: hidden;
  }
}
.solution .front_b_txt {
  width: calc(100% - 3rem);
  margin-left: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .solution .front_b_txt {
    width: 80%;
    margin: 0 auto;
  }
}
.solution .front_b_txt p {
  margin-bottom: 1rem;
}
.solution .front_b_txt p img {
  text-align: center;
  margin: 0.5em;
}
@media screen and (max-width: 600px) {
  .solution .front_b_txt p img {
    width: 100% !important;
  }
}
.solution .front_b_txt_img {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.solution .front_b_txt_img > img {
  width: 25%;
  height: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 900px) {
  .solution .front_b_txt_img > img {
    width: 100%;
  }
}

.contact_map {
  height: auto;
  line-height: 0;
}
@media screen and (max-width: 900px) {
  .contact_map {
    height: 70vh;
  }
}
.contact_body {
  padding: 2rem 0;
}
@media screen and (max-width: 900px) {
  .contact_body {
    padding: 0 0 2rem 0;
  }
}

#address,
#telephone,
#email {
  color: var(--clr-font);
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
}
#address::before,
#telephone::before,
#email::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

#address::before {
  content: "\f3c5";
}

#telephone::before {
  content: "\f095";
}

#email::before {
  content: "\f0e0";
}

.inquiry_block {
  height: 100%;
}

#inquiry {
  margin-top: 6rem;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  #inquiry {
    margin-top: 3rem;
  }
}

.inquiry {
  width: 66.666%;
  height: 70vh;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 600px) {
  .inquiry {
    width: 87%;
    padding: 2rem 0rem 0;
  }
}

.pd_list {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .pd_list {
    width: 80%;
    margin: 0 auto 6rem;
  }
}
.pd_list .section_title {
  font-size: clamp(28px, 2vw, 4vw) !important;
  text-transform: uppercase;
}
.pd_intro {
  width: 100%;
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 40% 55%;
  grid-template-rows: auto auto;
  grid-column-gap: 5%;
  grid-template-areas: "photo body" "photo icons";
}
@media screen and (max-width: 900px) {
  .pd_intro {
    grid-template-areas: "photo body" "icons icons";
  }
}
@media screen and (max-width: 600px) {
  .pd_intro {
    width: 80%;
    margin: 0 auto 2rem;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "body" "photo" "icons";
  }
}
.pd_menu {
  margin: 1rem auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .pd_menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.pd_menu_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  color: var(--clr-link);
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: var(--clr-primary);
}
@media screen and (max-width: 600px) {
  .pd_menu_link {
    padding: 0.2rem 1rem;
  }
}
.pd_menu_link:hover, .pd_menu_link:active {
  background-color: var(--clr-link);
  color: var(--clr-primary);
}
.pd_menu_link:not(:first-child) {
  border-left: 0;
}

.sticky {
  width: 100%;
  padding: 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--clr-primary);
  z-index: 999;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .sticky {
    width: 100%;
    border-left: 5px solid var(--clr-primary);
    border-right: 5px solid var(--clr-primary);
    margin: 0 auto;
  }
}

.pd_intro_photo {
  grid-area: photo;
}
.pd_intro_photo .flexslider {
  width: 100%;
  background-color: transparent;
}
.pd_intro_photo .flexslider .slides img {
  height: 100%;
}
.pd_intro_photo #carousel .slides {
  margin-top: 1rem;
}
.pd_intro_photo #carousel .slides li {
  height: 80px;
  padding: 0.5rem;
  border: 1px solid var(--clr-font);
}
.pd_intro_photo #carousel .slides li:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .pd_intro_photo {
    width: 80%;
    margin: 2rem auto 0;
  }
}

.pd_intro_body {
  grid-area: body;
}
.pd_intro_body h3 {
  line-height: 1.2;
  margin: 0;
}
.pd_intro_body_model {
  font-size: 5rem;
  line-height: 1.2;
  color: black;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .pd_intro_body_model {
    font-size: 4rem;
  }
}

.pd_intro_icons {
  padding-top: 2rem;
  grid-area: icons;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .pd_intro_icons {
    padding-top: 2rem;
  }
}
.pd_intro_icons_item {
  width: 14%;
  padding: 2%;
}
@media screen and (max-width: 900px) {
  .pd_intro_icons_item {
    width: 11%;
  }
}
@media screen and (max-width: 600px) {
  .pd_intro_icons_item {
    padding: 4%;
    width: 25%;
  }
}
.pd_intro_icons_item > figure {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
}

.catalog_anchor {
  visibility: hidden;
  position: relative;
  display: block;
  top: -8rem;
}
.catalog_anchor + .section_title {
  font-size: 2.5rem;
  margin: 6rem auto 3rem;
  display: block;
}

.feature {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .feature {
    width: 80%;
  }
  .feature ul {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .spec,
.accessories,
.docs {
    width: 80%;
    margin: 0 auto;
  }
}

.spec_body_item_title {
  font-size: 1.2rem;
  padding: 0.875rem;
  margin: 0;
  background-color: #eaedf1;
  border-top: 1px solid #ccc;
}
.spec .row {
  border-top: 1px solid #ccc;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .spec .row {
    padding: 2% 3%;
  }
}
.spec_item {
  flex-basis: 12rem;
  flex-grow: 1;
}
@media screen and (max-width: 415px) {
  .spec_item {
    font-weight: 500;
    padding: 0.2rem 0;
  }
}
.spec_content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - 1rem);
}
.spec_content p {
  margin: 0;
}
.spec_ps {
  width: 100%;
  padding-left: 1.5rem;
  position: relative;
}
.spec_ps::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.spec_update {
  width: 100%;
  padding-left: 6rem;
  text-align: right;
}
.spec_update::before {
  content: "Update Date: ";
}

.accessories_block_title {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 1rem;
  background-color: white;
}
.accessories .ratio11,
.accessories .ratio12,
.accessories .ratio14 {
  margin-bottom: 2rem;
  background-color: var(--clr-word);
}
@media screen and (max-width: 600px) {
  .accessories .ratio11,
.accessories .ratio12,
.accessories .ratio14 {
    margin-bottom: 0;
  }
}
.accessories .ratio-box {
  background-color: #eaedf1;
}
.accessories .word {
  padding: 1.5rem;
}
.accessories .word h3 {
  line-height: 1.1;
  margin-bottom: 1rem;
}
.accessories .option .row {
  background-color: var(--clr-bg-gray);
}
.accessories .option .row .accessories_block_title {
  background-color: var(--clr-bg-gray);
}
.accessories .option .ratio11,
.accessories .option .ratio12,
.accessories .option .ratio14 {
  margin-bottom: 2rem;
  background-color: white;
}
.accessories .invisible {
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .accessories .invisible {
    display: none;
  }
}

.docs ul {
  list-style: none;
  padding-left: 0;
}
.docs_item {
  color: var(--clr-font);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
  border-bottom: 1px solid var(--clr-bg-gray);
}
.docs_item:hover {
  background-color: #eaedf1;
}
@media screen and (max-width: 600px) {
  .docs_item {
    flex-direction: column;
    gap: 0;
    padding: 1rem;
  }
}
.docs_name {
  flex-basis: 0;
  flex-grow: 2;
  padding-left: 2rem;
  position: relative;
}
.docs_name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/icon_download.svg) center center no-repeat;
  background-size: contain;
}
.docs_content {
  flex-basis: 0;
  flex-grow: 2;
}
@media screen and (max-width: 600px) {
  .docs_content {
    padding-left: 2rem;
  }
}
.docs_size {
  text-align: right;
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .docs_size {
    padding-left: 2rem;
    text-align: left;
  }
}

.pd_contact {
  margin-top: 6rem;
  text-align: center;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 2% 3%;
  gap: 2%;
  margin: 1rem 0;
}
@media screen and (max-width: 900px) {
  .row {
    width: 100%;
    padding: 2rem 2rem calc(2rem - 3%);
    justify-content: space-between;
    gap: 0;
  }
}

.ratio11,
.ratio12,
.ratio14 {
  margin: 1% 0;
  word-break: normal;
}
@media screen and (max-width: 900px) {
  .ratio11,
.ratio12,
.ratio14 {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 600px) {
  .ratio11,
.ratio12,
.ratio14 {
    width: 100%;
    margin: 3% 0;
  }
}

.ratio11 {
  width: 23.5%;
}
@media screen and (max-width: 900px) {
  .ratio11 {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .ratio11 {
    width: 100%;
  }
}
.ratio11 .ratio-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.ratio11 .ratio-box-in {
  padding: 10%;
}

.ratio12 {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .ratio12 {
    width: 100%;
  }
}
.ratio12 .ratio-box {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.ratio12 .ratio-box-in {
  padding: 5%;
}

.ratio14 {
  width: 100%;
}
.ratio14 .ratio-box {
  width: 100%;
  padding-top: 25%;
  position: relative;
}
.ratio14 .ratio-box-in {
  padding: 2%;
}

.ratio-box-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#front-partner {
  width: 100vw;
  padding: 2rem 0;
  background-color: #eaedf1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #front-partner .container {
    width: 100vw;
  }
}

.partner {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.partner_logo {
  width: 120px;
  height: 50px;
  margin: 0.5rem 1rem;
  mix-blend-mode: multiply;
  display: grid;
  place-items: center;
  position: relative;
}
.partner_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer {
  width: 100vw;
  background: var(--clr-primary);
}
@media screen and (max-width: 600px) {
  footer .container {
    width: 100vw;
  }
}

.footer {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-template-rows: 1fr;
  color: white;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .footer {
    display: block;
    margin: 0;
  }
}

.address {
  grid-column: 1/2;
  display: flex;
  align-items: flex-start;
}
.address p {
  margin: 0%;
}
@media (max-width: 1024px) and (min-width: 901px) {
  .address {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .address {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .address {
    width: 70%;
    text-align: center;
    padding: 3rem 0 1rem;
    margin: 0 auto;
    display: grid;
    place-items: center;
  }
}
.address > img {
  width: 50%;
  padding: 0.3rem 3rem 0 0;
}
@media screen and (max-width: 900px) {
  .address > img {
    width: 60%;
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .address > img {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}
.address a {
  color: var(--clr-link);
  text-decoration: none;
}
.address a:hover {
  border-bottom: 1px solid var(--clr-link);
}

.qrcode {
  grid-column: 2/3;
  padding: 4rem 0;
  background: url(../img/footer_pic.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .qrcode {
    width: 100%;
    height: 100px;
    padding: 0;
    margin-top: 4rem;
    display: grid;
    justify-items: center;
    align-self: flex-end;
  }
}
.qrcode_body {
  width: 100px;
  height: 100px;
  background-color: white;
  margin-left: -50px;
}
@media screen and (max-width: 600px) {
  .qrcode_body {
    margin: -50px 0 0 0;
  }
}

.copyright {
  font-size: 14px;
  font-weight: 300;
  padding: 0.875rem 0;
  margin: 0;
  width: 100vw;
  text-align: center;
}

#goTop {
  position: -webkit-sticky;
  position: sticky;
  font-size: 2rem;
  color: var(--clr-primary);
  bottom: 2vh;
  padding-right: 1rem;
  text-align: right;
  width: 100%;
  z-index: 9;
}
#goTop i {
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1) rotateZ(-90deg);
  transform-origin: center;
  opacity: 0.5;
}
#goTop i:hover {
  transform: scale(1.2) rotateZ(-90deg);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */