/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  line-height: normal;
  position: relative;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 0 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  clear: both;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

a,
a:link {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.main-content {
  width: 100%;
  display: block;
  overflow-x: hidden;
}

/* fix safari web auto icon on input */
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

/* Begin mobile style */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }

  .main-content .wrapper {
    padding: 0 15px;
  }
}
/* Begin pc style */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }

  .wrapper {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .hover {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .hover:hover {
    opacity: 0.8;
  }

  .wrapper {
    padding: 0;
  }
}
@-webkit-keyframes letter {
  from {
    letter-spacing: 0px;
  }
  to {
    letter-spacing: 4px;
  }
}
@keyframes letter {
  from {
    letter-spacing: 0px;
  }
  to {
    letter-spacing: 4px;
  }
}
header {
  position: absolute;
  z-index: 120;
  top: 0;
  width: 100%;
  height: 140px;
  display: block;
  padding: 0 15px;
}
header .wrapper {
  position: relative;
  height: 100%;
}
header .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 80px;
  right: 0;
}
header .language .intro-menu {
  position: absolute;
  cursor: pointer;
  left: -75px;
  top: 0;
  color: #fff;
  display: inline-block;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
}
header .language .intro-menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 11px;
  height: 13px;
  background: url("../images/arrow_right.png") no-repeat;
  background-size: 100% 100%;
}
header .language li {
  margin-right: 20px;
}
header .language li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  display: inline-block;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
}
header .language li a:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
}
header .language li a.active:before {
  opacity: 1;
}
header .language li:last-child {
  margin-right: 0;
}
header .logo {
  position: absolute;
  left: 0;
  top: 42px;
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  line-height: 85px;
  font-weight: 300;
  letter-spacing: 0px;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  opacity: 1;
}
header .logo:hover {
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  letter-spacing: 10px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#e3097f), to(#f13950));
    background-image: linear-gradient(to right, #e3097f, #f13950);
  }
  header .wrapper {
    padding: 0;
  }
  header .logo {
    top: 12px;
    left: 10px;
    font-size: 26px;
    -webkit-transition: none;
    transition: none;
    letter-spacing: 0px !important;
    line-height: 100%;
  }
  header .menu-icon {
    position: absolute;
    width: 25px;
    right: 15px;
    top: 15px;
  }
  header .menu-icon span {
    width: 100%;
    height: 1px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu-icon span:last-child {
    margin-bottom: 0;
  }
  header .menu-icon.active span:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
            transform: translate(0, 7px) rotate(45deg);
  }
  header .menu-icon.active span:nth-child(2) {
    opacity: 0;
  }
  header .menu-icon.active span:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
            transform: translate(0, -7px) rotate(-45deg);
  }
  header .intro-menu-m {
    position: absolute;
    cursor: pointer;
    right: 65px;
    top: 10px;
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 12px;
  }
  header .intro-menu-m:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 11px;
    height: 13px;
    background: url("../images/arrow_right.png") no-repeat;
    background-size: 100% 100%;
  }
  header .menu-m {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50px;
    left: 0;
  }
  header .menu-m li {
    display: block;
    margin-bottom: 10px;
  }
  header .menu-m li.language-m a {
    display: inline-block;
    margin-right: 15px;
  }
  header .menu-m li a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
    padding-left: 30px;
  }
}
.ml15 .word {
  display: inline-block;
}

#fountainG {
  position: relative;
  width: 148px;
  height: 28px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: white;
  width: 28px;
  height: 28px;
  -webkit-animation-name: bounce_fountainG;
          animation-name: bounce_fountainG;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#fountainG_2 {
  left: 29px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

#fountainG_3 {
  left: 58px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#fountainG_4 {
  left: 88px;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

#fountainG_5 {
  left: 117px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#fountainG_6 {
  left: 146px;
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

#fountainG_7 {
  left: 175px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#fountainG_8 {
  left: 205px;
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: white;
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: white;
  }
}

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: white;
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: white;
  }
}
@-webkit-keyframes line_down {
  0% {
    height: 0;
    opacity: 1;
  }
  25% {
    height: 60px;
    opacity: 1;
  }
  50% {
    height: 60px;
    opacity: 1;
  }
  75% {
    opacity: 0;
    height: 60px;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes line_down {
  0% {
    height: 0;
    opacity: 1;
  }
  25% {
    height: 60px;
    opacity: 1;
  }
  50% {
    height: 60px;
    opacity: 1;
  }
  75% {
    opacity: 0;
    height: 60px;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes line_right {
  0% {
    width: 0;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 10px;
    opacity: 1;
  }
  75% {
    width: 10px;
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes line_right {
  0% {
    width: 0;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 10px;
    opacity: 1;
  }
  75% {
    width: 10px;
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@-webkit-keyframes line_down2 {
  0% {
    height: 0;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 60px;
  }
}
@keyframes line_down2 {
  0% {
    height: 0;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 60px;
  }
}
@-webkit-keyframes line_right2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 10px;
  }
}
@keyframes line_right2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 10px;
  }
}
.arrow-down {
  position: absolute;
  width: 1px;
  height: 60px;
  right: 78px;
  bottom: 80px;
}
.arrow-down span:nth-child(1) {
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #000;
  position: absolute;
  display: block;
}
.arrow-down span:nth-child(2) {
  top: 60px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  display: block;
}
.arrow-down.animated span:nth-child(1) {
  height: 0;
  -webkit-animation: line_down2 1.5s 0.7s ease forwards;
          animation: line_down2 1.5s 0.7s ease forwards;
}
.arrow-down.animated span:nth-child(2) {
  width: 0;
  -webkit-animation: line_right2 1.5s 0.5s ease forwards;
          animation: line_right2 1.5s 0.5s ease forwards;
}

.section-ele {
  display: block;
  position: relative;
  padding: 0 15px;
}
.section-ele .section-title {
  display: inline-block;
  width: 370px;
  position: relative;
}
.section-ele .section-title .title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 60px;
  padding-bottom: 30px;
  text-align: left;
  display: block;
}
.section-ele .section-title .title-small {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: right;
  margin-top: 10px;
}
.section-ele .desc {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  color: #242424;
}
.section-ele .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-ele .box .box-left {
  display: block;
  width: 48%;
  max-width: 370px;
}
.section-ele .box .box-right {
  display: block;
  width: 62%;
}
.section-ele .box .box-right .desc {
  margin-top: 10px;
}

.line {
  display: block;
  height: 1px;
  opacity: 0;
  background: #000;
  width: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.line.animated {
  opacity: 1;
  width: 100%;
}

.box-2-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-2-items .item {
  width: 46%;
  display: block;
  margin-bottom: 100px;
}

.head-info {
  max-width: 940px;
  display: block;
  margin: 30px auto;
  margin-bottom: 110px;
  text-align: center;
}
.head-info .desc {
  margin-top: 30px;
}

.group-info-content .item .head-img {
  display: block;
  margin-bottom: 60px;
  padding-left: 135px;
  position: relative;
}
.group-info-content .item .head-img .anim-contain {
  position: absolute;
  left: 0;
}
.group-info-content .item .head-img .anim-contain img {
  height: 80px;
  width: auto;
  max-width: none;
}
.group-info-content .item .head-img .anim-contain .icon-animation {
  width: 115px;
  height: 80px;
}
.group-info-content .item .head-img .anim-contain .icon-animation svg {
  width: 400px !important;
  height: 300px !important;
  -webkit-transform: translate3d(-150px, -100px, 0) !important;
          transform: translate3d(-150px, -100px, 0) !important;
}
.group-info-content .item .head-img .anim-contain .icon-animation2 {
  width: 132px;
  height: 80px;
}
.group-info-content .item .head-img .anim-contain .icon-animation2 svg {
  width: 300px !important;
  height: 250px !important;
  -webkit-transform: translate3d(-85px, -85px, 0) !important;
          transform: translate3d(-85px, -85px, 0) !important;
}
.group-info-content .item .head-img .anim-contain #idea-icon svg {
  -webkit-transform: translate3d(-100px, -85px, 0) !important;
          transform: translate3d(-100px, -85px, 0) !important;
}
.group-info-content .item .head-img .anim-contain #wireframe-icon svg {
  -webkit-transform: translate3d(-110px, -85px, 0) !important;
          transform: translate3d(-110px, -85px, 0) !important;
}
.group-info-content .item .head-img .title {
  display: block;
  vertical-align: top;
  font-size: 24px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
}
.group-info-content .item .head-img .line {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 18px;
}
.group-info-content .item .head-img .line.animated {
  width: 30px;
}
.group-info-content .item .desc {
  font-size: 18px;
  line-height: 40px;
  color: #242424;
}

.circle-box {
  position: absolute;
  z-index: 900;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to bottom, #e3097f, #f13950);
}
.circle-box.animated {
  opacity: 1;
}

.text-move {
  display: block;
  white-space: nowrap;
  color: #f6f6f6;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 6vw;
  line-height: 100%;
  position: relative;
  padding-left: 80px;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.text-move.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.move-enter {
  position: relative;
  display: block;
  margin-top: 75px;
}
.move-enter .pink-right {
  position: absolute;
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  opacity: 0;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.move-enter .pink-right.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.copyright2 {
  padding: 20px 0;
  text-align: center;
}

#first-screen {
  z-index: 100;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to right, #e3097f, #f13950);
  color: #fff;
  overflow: hidden;
  pointer-events: unset !important;
}
#first-screen .arrow-down {
  bottom: 95px;
}
#first-screen .wrapper {
  position: relative;
  height: 100%;
}
#first-screen .heading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 25%;
  left: 0;
  width: 100%;
  z-index: 50;
}
#first-screen .heading h1 {
  font-size: 54px;
  line-height: 85px;
  font-weight: 300;
  text-align: center;
}
#first-screen .heading .circle-white {
  position: absolute;
  z-index: 100;
  width: 80%;
  max-width: 624px;
  display: inline-block;
  bottom: -200px;
  left: 50%;
  margin-left: -312px;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#first-screen .heading .circle-white img {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.6s 0s ease-in-out;
  transition: all 0.6s 0s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#first-screen .heading .circle-white img.none {
  -webkit-transition: none;
  transition: none;
}
#first-screen .heading .circle-white.none {
  -webkit-transition: none !important;
  transition: none !important;
}
#first-screen .heading .circle-white.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.5s 0s ease-in-out;
  transition: all 1.5s 0s ease-in-out;
}
#first-screen .heading .circle-white.animated img {
  opacity: 1;
}
#first-screen .copyright {
  color: #000;
  position: absolute;
  font-weight: 600;
  left: 80px;
  bottom: 80px;
  font-size: 12px;
}
#first-screen .copyright p {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  text-transform: uppercase;
}
#first-screen .svg-content {
  position: absolute;
  z-index: 110;
  top: 120%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
#first-screen .svg-content p span {
  font-size: 150px;
  color: #fff;
}
#first-screen .scroll {
  color: #000;
  position: absolute;
  right: 60px;
  bottom: 175px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.menu-nav-wrapper {
  position: relative;
  display: block;
  height: 51px;
  margin: 80px 0;
  width: 100%;
}
.menu-nav-wrapper.fixed .menu-nav {
  position: fixed;
}

.menu-nav {
  display: block;
  position: relative;
  padding: 15px;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #fff;
}
.menu-nav .wrapper {
  padding: 15px 0;
}
.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -5px;
}
.menu-nav ul li {
  margin-right: 50px;
}
.menu-nav ul li a {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 5px;
  color: #000;
}
.menu-nav ul li:last-child {
  margin-right: 0;
}
.menu-nav .get-in-touch-txt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer;
  color: #000;
}
.menu-nav .get-in-touch-txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 15px;
  height: 12px;
  background-size: 15px 12px;
  background-repeat: no-repeat;
  background-image: url(../images/mail-icon.png);
}

#about {
  z-index: 90;
  margin-top: 120px;
}
#about .txt-logic {
  display: block;
  margin-top: 90px;
  font-size: 48px;
  line-height: 85px;
  text-align: left;
}
#about .circle-box {
  right: 0;
  top: 270px;
  -webkit-transition: opacity 1.5s 0.25s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s 0.25s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s 0.25s ease, transform 1.5s ease;
  transition: opacity 1.5s 0.25s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
#about .arrow-down {
  top: 180px;
  left: 0;
}

.box-video {
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  height: 280px;
  margin: 0 auto;
}
.box-video.box-pink {
  background-color: #E0427F;
}
.box-video.box-pink p {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 95px;
}
.box-video p {
  pointer-events: none;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  margin-right: 72px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.box-video p span {
  color: #E0427F;
}
.box-video .icon-play {
  display: inline-block;
  pointer-events: none;
}

.section-video {
  display: block;
  padding-top: 0;
}
.section-video#section-video-pink {
  padding-top: 120px;
}
.section-video#section-video-white {
  padding-bottom: 95px;
  background-color: #FCF8F5;
}

#service {
  margin-top: 115px;
  z-index: 80;
}
#service .circle-box {
  left: 0;
  bottom: -35px;
}
#service .head-info .arrow-down {
  right: 0;
  top: 90px;
}
#service .group-info-content .item:nth-child(4) .head-img .anim-contain img {
  position: relative;
  right: 55px;
}

#workflow {
  z-index: 70;
  background: #fcf8f5;
  overflow: hidden;
}
#workflow .arrow-down {
  top: 180px;
  left: 0;
}
#workflow .wrapper {
  padding-top: 130px;
}
#workflow .group-info-content {
  margin-top: 125px;
}
#workflow .group-info-content .item .head-img {
  padding-left: 170px;
}
#workflow .circle-pink {
  position: absolute;
  width: 100%;
  max-width: 624px;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
  -webkit-transition: all 1s 0.3s ease;
  transition: all 1s 0.3s ease;
}
#workflow .circle-pink.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#porfolio {
  padding-top: 110px;
  padding-bottom: 85px;
}
#porfolio .email-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#porfolio .email-send input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8;
  /* Firefox */
}
#porfolio .email-send input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8;
  /* Firefox */
}
#porfolio .email-send input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8;
  /* Firefox */
}
#porfolio .email-send input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8;
  /* Firefox */
}
#porfolio .email-send input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#porfolio .email-send input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
#porfolio .email-send .form-group {
  width: 79%;
  position: relative;
}
#porfolio .email-send .form-group .with-errors {
  color: #e3097f;
  padding: 10px 0;
}
#porfolio .email-send .form-group .loading {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to right, #e3097f, #f13950);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s ease, visibility 0.5s 0.5s ease;
  transition: opacity 0.5s 0s ease, visibility 0.5s 0.5s ease;
  visibility: hidden;
}
#porfolio .email-send .form-group .loading.active {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 1s 0s ease, visibility 0s 0s ease;
  transition: opacity 1s 0s ease, visibility 0s 0s ease;
}
#porfolio .email-send .email {
  width: 100%;
  display: block;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to right, #e3097f, #f13950);
  color: #fff;
}
#porfolio .email-send .bt-submit {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to bottom, #e3097f, #f13950);
  cursor: pointer;
  position: relative;
}
#porfolio .email-send .bt-submit .icon {
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#porfolio .email-send .bt-submit input {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  cursor: pointer;
}

#team {
  padding-bottom: 70px;
}
#team .head-info .arrow-down {
  right: 0;
  top: 90px;
}
#team .team-member .item img {
  width: 90%;
  max-width: 180px;
  margin: 0 auto;
}

#clients {
  background: #fcf8f5;
  padding-top: 80px;
  padding-bottom: 115px;
}
#clients .box .desc {
  margin-top: 75px;
}
#clients .list-clients {
  margin: 0 auto;
  margin-top: 80px;
  width: 600px;
}
#clients .list-clients .item {
  text-align: center;
}
#clients .list-clients .item a {
  margin: 20px 0;
  display: inline-block;
  line-height: 100%;
  color: inherit;
  font-size: 40px;
  font-weight: 200;
}

#get-in-touch {
  padding-top: 100px;
  padding-bottom: 130px;
}
#get-in-touch .move-enter {
  margin-top: 130px;
}
#get-in-touch .move-enter .circle-pink {
  bottom: -100px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#get-in-touch .move-enter .text-move {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  padding-left: 430px;
}
#get-in-touch .box .box-right .title {
  margin-top: 25px;
}
#get-in-touch .box .box-right .title a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
}
#get-in-touch .box .box-right .title a.mail {
  margin-right: 50px;
}
#get-in-touch .box .box-right .line {
  margin-top: 25px;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#get-in-touch .box .box-right .address {
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  color: #000;
  margin-top: 16px;
}

/* owl carousel css */
.owl-theme .owl-dots {
  margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e3097f;
}

/*Popup thank you */
.popup-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-container .bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.popup-container .popup-content {
  width: 90%;
  max-width: 460px;
  min-height: 230px;
  background: #fff;
  padding: 20px;
  padding-left: 50px;
  padding-top: 30px;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 110;
}
.popup-container .popup-content span {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.popup-container .popup-content.thankyou .bt-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/close_icon.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  cursor: pointer;
  display: block;
  top: -30px;
  right: -10px;
}
.popup-container .popup-content.thankyou p {
  position: relative;
  z-index: 200;
}
.popup-container .popup-content.thankyou:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/thankyou_bg1.png");
  background-repeat: no-repeat;
  background-position: left bottom -12px;
  background-size: 100% auto;
  z-index: 0;
}
.popup-container .popup-content.thankyou:after {
  position: absolute;
  content: '';
  display: block;
  width: 27px;
  height: 45px;
  top: 0;
  right: 0;
  background-image: url("../images/thankyou_bg2.png");
  background-size: 27px 45px;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 10;
}

.popup-video {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.popup-video.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s 0s, visibility 0s 0s;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}
.popup-video .bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup-video .video-wrapper {
  position: relative;
  z-index: 120;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 120;
  width: 70%;
  max-width: 1200px;
  display: block;
}
.popup-video .video-wrapper .bt-close {
  position: absolute;
  z-index: 10;
  width: 23px;
  height: 23px;
  background-image: url("../images/close_icon2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: block;
  top: -40px;
  right: 20px;
}
.popup-video .video-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}
.popup-video .video-content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-dots {
    margin-top: 20px !important;
  }

  .popup-video .video-wrapper {
    width: 100%;
  }
  .popup-video .video-wrapper .bt-close {
    top: -40px;
  }

  .popup-container .popup-content.thankyou {
    padding-left: 40px;
  }
  .popup-container .popup-content.thankyou p {
    font-size: 18px;
  }

  .main-content .wrapper {
    padding: 0;
  }

  .box-2-items {
    display: block;
  }
  .box-2-items .item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .section-ele .desc {
    font-size: 18px;
    line-height: 36px;
  }
  .section-ele .head-info {
    text-align: left;
  }
  .section-ele .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-ele .box .box-left {
    width: 100%;
  }
  .section-ele .box .box-right {
    width: 100%;
  }
  .section-ele .section-title {
    width: 100%;
  }
  .section-ele .section-title .title {
    padding-bottom: 5px;
  }

  #about {
    margin-top: 50px;
  }
  #about .arrow-down {
    top: 145px;
  }
  #about .desc {
    margin-top: 0;
    padding-left: 15px;
  }
  #about .txt-logic {
    font-size: 36px;
    line-height: 72px;
    margin-top: 30px;
  }
  #about .circle-pink {
    height: 120px;
    left: -10px;
    bottom: -40px;
  }
  #about .text-move {
    font-size: 24px;
    padding-left: 40px;
  }

  .box-video {
    height: 180px;
  }
  .box-video.box-pink p {
    margin-right: 25px;
  }
  .box-video p {
    margin-right: 25px;
  }

  #first-screen .heading {
    top: 20%;
  }
  #first-screen .heading h1 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
  }
  #first-screen .heading .circle-white {
    width: 280px;
    margin-left: -140px;
    bottom: -80%;
  }
  #first-screen .copyright {
    left: 10px;
  }
  #first-screen .svg-content {
    width: 115%;
    top: 75%;
    left: 51.5%;
    -webkit-transform: translate3d(-50%, 40px, 0);
            transform: translate3d(-50%, 40px, 0);
  }
  #first-screen .svg-content.animated {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  #first-screen .svg-content p span {
    font-size: 40px;
  }
  #first-screen .scroll {
    -webkit-animation: none;
            animation: none;
    bottom: 150px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    opacity: 0;
    -webkit-transition: all 1s 0.5s ease;
    transition: all 1s 0.5s ease;
  }
  #first-screen .scroll.animated {
    opacity: 1;
  }
  #first-screen .arrow-down {
    bottom: 70px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }

  #workflow .wrapper {
    padding-top: 80px;
  }
  #workflow .circle-pink {
    width: 50%;
    max-width: 170px;
  }
  #workflow .arrow-down {
    top: 100px;
  }
  #workflow .group-info-content {
    margin-top: 60px;
  }
  #workflow .group-info-content .item {
    margin-bottom: 40px;
  }
  #workflow .group-info-content .item .head-img {
    padding-left: 120px;
    margin-bottom: 30px;
  }
  #workflow .group-info-content .item .head-img .anim-contain img {
    height: auto;
    width: 100px;
  }
  #workflow .group-info-content .item .head-img .title {
    font-size: 20px;
    line-height: 30px;
  }

  #porfolio {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #porfolio .email-send .email {
    height: 50px;
    line-height: 50px;
  }
  #porfolio .email-send .bt-submit {
    width: 50px;
    height: 50px;
  }

  #team .head-info .arrow-down {
    top: 140px;
  }
  #team .desc {
    padding-right: 10px;
  }
  #team .team-member .item img {
    width: 100px;
    margin: 0 auto;
  }

  #service {
    padding-bottom: 40px;
  }
  #service .head-info {
    margin-bottom: 50px;
  }
  #service .head-info .desc {
    margin-top: 0;
    padding-right: 10px;
  }
  #service .head-info .arrow-down {
    top: 150px;
  }
  #service .group-info-content .item:nth-child(4) .head-img .anim-contain img {
    right: 15px;
  }

  #get-in-touch {
    padding-bottom: 70px;
  }
  #get-in-touch .txt-logic {
    font-size: 36px;
    line-height: 72px;
    margin-top: 30px;
  }
  #get-in-touch .move-enter {
    margin-top: 100px;
  }
  #get-in-touch .move-enter .circle-pink {
    height: 120px;
    left: -10px;
    bottom: -40px;
  }
  #get-in-touch .move-enter .text-move {
    font-size: 24px;
    padding-left: 40px;
  }

  #clients .list-clients {
    width: 100%;
  }
  #clients .list-clients .item a {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  #first-screen .heading h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .group-info-content .item .desc {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
  }

  .move-enter {
    margin-top: 60px;
  }
  .move-enter .pink-right {
    width: 300px;
  }

  .text-move {
    padding-left: 100px;
  }

  .section-ele .head-info .desc {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-ele .desc {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
  }
  .section-ele .wrapper {
    padding: 0;
  }
  .section-ele .box .box-left {
    padding-right: 20px;
  }
  .section-ele .box .box-right {
    padding-left: 20px;
  }
  .section-ele .section-title {
    max-width: 100%;
  }

  .menu-nav ul li {
    margin-right: 25px;
  }
  .menu-nav .get-in-touch-txt {
    padding-left: 25px;
  }

  #first-screen .copyright {
    left: 20px;
  }
  #first-screen .scroll {
    right: 20px;
  }
  #first-screen .arrow-down {
    right: 35px;
  }
  #first-screen .heading h1 {
    font-size: 42px;
    line-height: 60px;
  }
  #first-screen .svg-content {
    top: 300px;
  }
  #first-screen .svg-content p span {
    font-size: 100px;
  }

  #workflow .circle-pink {
    max-width: 400px;
  }
  #workflow .group-info-content .item {
    margin-bottom: 60px;
  }
  #workflow .group-info-content .item .head-img {
    padding-left: 150px;
    margin-bottom: 40px;
  }
  #workflow .group-info-content .item .head-img .title {
    font-size: 18px;
    line-height: 36px;
  }
  #workflow .group-info-content .item .head-img .anim-contain img {
    height: 72px;
  }

  #porfolio {
    padding-top: 60px;
  }

  #get-in-touch .move-enter .text-move {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .section-ele {
    padding: 0;
  }

  .menu-nav {
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  #about .move-enter .pink-right {
    bottom: -40px;
  }
}
.f-robotor, .recruit-page .box-intro .item .info .desc, .recruit-page .section-intro .desc, .recruit-page .section-info .list-info .item .date, .recruit-page .section-info .list-info .item .desc, .recruit-page footer .wrapper .info-contact, .recruit-page footer .wrapper .address, .detail-page .popup-container .popup-content.thankyou p, .detail-page #myForm .form-group label, .detail-page #myForm .form-group input, .detail-page #myForm .form-group .with-errors, .detail-page #myForm .form-group .input-file-contain .error-txt, .detail-page #myForm .form-group .input-file-contain .file-name span, .detail-page #myForm .form-group .input-file-contain p, .detail-page .section-detail .info .offer, .detail-page .section-detail .info .list-desc .item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.hidden-h {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

.recruit-page {
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 500;
}
.recruit-page .btn-apply {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-width: 134px;
  max-width: 260px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.recruit-page .btn-apply.btn-apply2 {
  border: 2px solid #e92c90;
  color: #e92c90;
  min-width: 194px;
}
.recruit-page .btn-apply.btn-apply2:hover {
  background: #e92c90;
  color: #fff;
}
.recruit-page .btn-apply:hover {
  background: #fff;
  color: #e92c90;
}
.recruit-page .logo {
  display: block;
  padding-top: 35px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.recruit-page .box-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100vh - 124px);
  max-height: 680px;
  overflow: hidden;
}
.recruit-page .box-intro .item {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 110px;
}
.recruit-page .box-intro .item .info {
  text-align: center;
  display: block;
  position: relative;
  z-index: 100;
}
.recruit-page .box-intro .item .info .title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-align: center;
}
.recruit-page .box-intro .item .info .desc {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.025em;
  display: block;
  max-width: 370px;
  margin: 26px 0;
  margin-bottom: 42px;
}
.recruit-page .box-intro .item .box-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.recruit-page .box-intro .item .box-img svg {
  position: absolute;
  top: 0;
}
.recruit-page .box-intro .item:nth-child(1) {
  background-image: url("../images/recruit/bg1.jpg");
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit-page .box-intro .item:nth-child(1) #box-img1 svg {
  left: 0;
  top: 0;
  -webkit-transform: scale(1.586) translate3d(-31.2%, -1.6%, 0px) !important;
          transform: scale(1.586) translate3d(-31.2%, -1.6%, 0px) !important;
  width: auto !important;
  height: 100% !important;
}
.recruit-page .box-intro .item:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url("../images/recruit/bg2.jpg");
}
.recruit-page .box-intro .item:nth-child(2) #box-img2 svg {
  right: 0;
  -webkit-transform: scale(1.586) translate3d(31.2%, -1.6%, 0px) !important;
          transform: scale(1.586) translate3d(31.2%, -1.6%, 0px) !important;
  width: auto !important;
  height: 100% !important;
}
.recruit-page .section-intro {
  text-align: center;
  background: #fff;
  padding-bottom: 80px;
  padding-top: 40px;
}
.recruit-page .section-intro .intro {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin: 50px auto;
}
.recruit-page .section-intro .desc {
  font-size: 18px;
  width: 80%;
  max-width: 853px;
  line-height: 1.67;
  color: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.recruit-page .section-info {
  padding: 110px 20px;
  padding-bottom: 50px;
  background: #fcf8f5;
}
.recruit-page .section-info .section-title {
  font-size: 30px;
  line-height: 2;
  color: #e30c7c;
  text-align: center;
}
.recruit-page .section-info .section-title .line {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}
.recruit-page .section-info .list-info {
  display: block;
}
.recruit-page .section-info .list-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 105px;
}
.recruit-page .section-info .list-info .item .title {
  width: 230px;
  display: block;
  font-size: 16px;
  color: #e30c7c;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.recruit-page .section-info .list-info .item .title .title-line {
  width: 170px;
  height: 1px;
  background: #000;
  display: block;
  margin-top: 30px;
  position: relative;
}
.recruit-page .section-info .list-info .item .title .title-line:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.recruit-page .section-info .list-info .item .date {
  font-size: 14px;
  line-height: 2.14;
  color: #222222;
  width: 115px;
}
.recruit-page .section-info .list-info .item .desc {
  display: block;
  padding-left: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.67;
  color: #222222;
}
.recruit-page footer {
  color: #000;
  padding: 40px 0;
  padding-bottom: 60px;
  background: #fff;
}
.recruit-page footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
}
.recruit-page footer .wrapper .head {
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-right: 260px;
  display: block;
}
.recruit-page footer .wrapper .info-contact {
  margin-right: 140px;
  margin-top: 25px;
  display: block;
  font-size: 18px;
  line-height: 2.22;
  color: #222222;
}
.recruit-page footer .wrapper .info-contact a {
  color: inherit;
}
.recruit-page footer .wrapper .address {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 2.22;
  color: #222222;
}

@media screen and (min-width: 1024px) {
  .recruit-page .box-intro .item {
    padding: 0 250px;
  }
  .recruit-page .box-intro .item:nth-child(1) {
    padding-right: 30px;
  }
  .recruit-page .box-intro .item:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1460px) {
  .recruit-page .box-intro .item {
    padding: 0 110px;
  }
  .recruit-page .box-intro .item:nth-child(1) {
    padding-right: 110px;
  }
  .recruit-page .box-intro .item:nth-child(2) {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit-page .box-intro {
    height: auto;
    max-height: none;
  }
  .recruit-page .box-intro .item {
    width: 100%;
    height: 480px;
    padding: 0 120px;
  }
  .recruit-page .box-intro .item:nth-child(1) {
    padding-left: 180px;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-page .box-intro .item:nth-child(1) #box-img1 svg {
    -webkit-transform: translate3d(-556px, -152px, 0) !important;
            transform: translate3d(-556px, -152px, 0) !important;
    width: 1130px !important;
    height: auto !important;
  }
  .recruit-page .box-intro .item:nth-child(2) {
    padding-right: 180px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-page .box-intro .item:nth-child(2) #box-img2 svg {
    -webkit-transform: translate3d(556px, -152px, 0) !important;
            transform: translate3d(556px, -152px, 0) !important;
    width: 1130px !important;
    height: auto !important;
  }
  .recruit-page .section-info .list-info .item .desc {
    padding-left: 0;
    text-align: justify;
  }
  .recruit-page footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-page footer .wrapper .head {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .btn-apply {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .recruit-page .box-intro {
    height: auto;
    max-height: none;
  }
  .recruit-page .box-intro .item {
    width: 100%;
    height: 420px;
  }
  .recruit-page .box-intro .item .info .title {
    font-size: 26px;
  }
  .recruit-page .box-intro .item .info .desc {
    font-size: 13px;
    max-width: 250px;
    margin: 15px 0;
    text-align: justify;
    min-height: 0 !important;
  }
  .recruit-page .box-intro .item:nth-child(1) {
    padding-left: 140px;
    padding-right: 15px;
  }
  .recruit-page .box-intro .item:nth-child(1) #box-img1 svg {
    -webkit-transform: translate3d(-395px, -30px, 0) !important;
            transform: translate3d(-395px, -30px, 0) !important;
    width: 800px !important;
    height: auto !important;
    bottom: 0;
  }
  .recruit-page .box-intro .item:nth-child(2) {
    padding-right: 140px;
    padding-left: 15px;
  }
  .recruit-page .box-intro .item:nth-child(2) #box-img2 svg {
    -webkit-transform: translate3d(395px, -30px, 0) !important;
            transform: translate3d(395px, -30px, 0) !important;
    width: 800px !important;
    height: auto !important;
    bottom: 0;
  }
  .recruit-page .section-intro {
    padding-top: 0;
  }
  .recruit-page .section-intro .intro {
    width: 80%;
    max-width: 280px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .recruit-page .section-info {
    padding: 50px 20px;
  }
  .recruit-page .section-info .list-info .item {
    display: block;
    margin-bottom: 40px;
  }
  .recruit-page .section-info .list-info .item .title {
    font-size: 20px;
    width: 100%;
  }
  .recruit-page .section-info .list-info .item .title .title-line {
    margin: 10px 0;
    width: 100%;
  }
  .recruit-page .section-info .list-info .item .date {
    display: block;
    margin-bottom: 15px;
  }
  .recruit-page .section-info .list-info .item .desc {
    text-align: left;
  }
  .recruit-page footer {
    padding-bottom: 50px;
  }
  .recruit-page footer .wrapper {
    padding-left: 20px;
    display: block;
  }
  .recruit-page footer .wrapper .info-contact {
    margin-top: 5px;
  }
  .recruit-page footer .wrapper .address {
    margin-top: 10px;
  }
}
.detail-page .popup-container {
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}
.detail-page .popup-container:before {
  content: '';
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  opacity: 0.8;
  background: url("../images/recruit/loading.svg");
  background-size: cover;
  display: none;
}
.detail-page .popup-container.disabled .popup-content {
  pointer-events: none;
}
.detail-page .popup-container.disabled .popup-content form {
  opacity: 0.5;
}
.detail-page .popup-container.disabled:before {
  display: block;
}
.detail-page .popup-container .bg {
  background: none;
}
.detail-page .popup-container .popup-content {
  top: 75px;
  margin-bottom: 50px;
  padding-left: 20px;
  display: none !important;
}
.detail-page .popup-container .popup-content.active {
  display: block !important;
}
.detail-page .popup-container .popup-content .bt-close {
  position: absolute;
  right: 0;
  top: -35px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/recruit/close-icon.png");
  background-size: 20px 20px;
}
.detail-page .popup-container .popup-content.form {
  border-radius: 5px;
  width: 100%;
  max-width: 570px;
}
.detail-page .popup-container .popup-content.thankyou {
  top: 100px;
  height: 300px;
  max-width: 570px;
  text-align: center;
  border-radius: 5px;
  padding-top: 60px;
}
.detail-page .popup-container .popup-content.thankyou p span {
  color: #e30c7c;
}
.detail-page .popup-container .popup-content.thankyou:before {
  border-radius: 5px;
}
.detail-page .popup-container .popup-content.thankyou:after {
  border-radius: 5px;
}
.detail-page #myForm {
  width: 100%;
  max-width: 370px;
  padding: 50px 0;
  margin: 0 auto;
}
.detail-page #myForm .form-title {
  font-size: 30px;
  line-height: 2;
  text-transform: uppercase;
  color: #e30c7c;
  display: block;
  text-align: center;
}
.detail-page #myForm #btn-send {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.detail-page #myForm .form-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  color: #333333;
}
.detail-page #myForm .form-group.has-error input {
  border: 1px solid red;
}
.detail-page #myForm .form-group:last-child {
  margin-bottom: 0;
}
.detail-page #myForm .form-group.file-group.error .input-file-contain .error-txt {
  display: block;
}
.detail-page #myForm .form-group.file-group.error .input-file-contain .file-input {
  border: 1px solid red;
}
.detail-page #myForm .form-group label {
  display: block;
  font-size: 16px;
  line-height: 3.75;
}
.detail-page #myForm .form-group input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.detail-page #myForm .form-group .with-errors {
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  color: red;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.detail-page #myForm .form-group .input-file-contain {
  display: block;
  position: relative;
}
.detail-page #myForm .form-group .input-file-contain .error-txt {
  color: red;
  font-size: 13px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  display: none;
}
.detail-page #myForm .form-group .input-file-contain .file-name {
  position: absolute;
  bottom: -50px;
}
.detail-page #myForm .form-group .input-file-contain .file-name span {
  color: #e30c7c;
  font-size: 13px;
}
.detail-page #myForm .form-group .input-file-contain p {
  font-size: 12px;
  line-height: 2;
  display: block;
  margin-top: -10px;
  color: #808080;
}
.detail-page #myForm .form-group .input-file-contain .file-input {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 71px;
  background: url("../images/recruit/icon-upload.png");
  background-size: 100px 71px;
  cursor: pointer;
}
.detail-page #myForm .form-group .input-file-contain .file-input input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.detail-page .section-detail {
  padding-bottom: 90px;
}
.detail-page .section-detail .logo {
  padding-top: 35px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.detail-page .section-detail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-page .section-detail .info .bt-back {
  font-size: 14px;
  line-height: 1;
  color: #808080;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.detail-page .section-detail .info .bt-back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 7px;
  height: 9px;
  background: url("../images/recruit/icon-right.png");
  background-size: 7px 9px;
}
.detail-page .section-detail .info h1.title {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
  color: #333333;
  display: block;
  text-align: center;
}
.detail-page .section-detail .info .offer {
  display: block;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
}
.detail-page .section-detail .info #btn-apply-top {
  margin: 40px 0;
  margin-bottom: 75px;
}
.detail-page .section-detail .info #btn-apply-bottom {
  margin-top: 60px;
}
.detail-page .section-detail .info .btn-apply2 {
  width: 194px;
}
.detail-page .section-detail .info .list-desc {
  display: block;
  width: 100%;
}
.detail-page .section-detail .info .list-desc .item {
  display: block;
  padding: 70px 0;
  padding-bottom: 25px;
}
.detail-page .section-detail .info .list-desc .item:nth-child(1) {
  background: #fcf8f5;
  min-height: 224px;
}
.detail-page .section-detail .info .list-desc .item .wrapper {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.detail-page .section-detail .info .list-desc .item .wrapper .title {
  width: 150px;
  display: block;
  margin-right: 200px;
}
.detail-page .section-detail .info .list-desc .item .wrapper .title h2 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.25;
}
.detail-page .section-detail .info .list-desc .item .wrapper .title .title-line {
  height: 1px;
  display: block;
  background: #222222;
  width: 102px;
  margin-top: 25px;
}
.detail-page .section-detail .info .list-desc .item .wrapper .desc {
  display: block;
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2.14;
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .detail-page .section-detail .info .list-desc .item .wrapper .title {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .detail-page .popup-container .popup-content.form {
    width: 90%;
  }
  .detail-page .popup-container .popup-content.thankyou {
    height: 250px;
  }
  .detail-page #myForm {
    padding: 20px 0;
    padding-top: 0;
  }
  .detail-page .section-detail {
    padding-bottom: 50px;
  }
  .detail-page .section-detail .info h1.title {
    font-size: 30px;
  }
  .detail-page .section-detail .info #btn-apply-top {
    margin-bottom: 45px;
  }
  .detail-page .section-detail .info #btn-apply-bottom {
    margin-top: 30px;
  }
  .detail-page .section-detail .info .list-desc .item {
    padding: 30px 0;
  }
  .detail-page .section-detail .info .list-desc .item .wrapper {
    padding: 0 20px;
    display: block;
  }
  .detail-page .section-detail .info .list-desc .item .wrapper .title {
    width: 100%;
    margin-right: 0;
  }
  .detail-page .section-detail .info .list-desc .item .wrapper .title .title-line {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .detail-page .section-detail .info .list-desc .item .wrapper .desc {
    padding-left: 0;
  }
}
.page-portfolio {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to left, #e3097f, #f13950);
}
.page-portfolio header .language li {
  margin-right: 46px;
}
.page-portfolio header .language li a {
  font-weight: 500;
}
.page-portfolio header .language li:last-child {
  margin-right: 0;
}
.page-portfolio header .language li:nth-child(3) {
  position: relative;
  padding-left: 36px;
}
.page-portfolio header .language li:nth-child(3):before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 12px;
  background: url("../images/portfolio/mail-icon.png") no-repeat;
  background-size: 15px 12px;
}
.page-portfolio header .language li:nth-child(4) {
  position: relative;
  padding-right: 36px;
}
.page-portfolio header .language li:nth-child(4):before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
  height: 9px;
  background: url("../images/portfolio/arrow-icon.png") no-repeat;
  background-size: 21px 9px;
}
.page-portfolio h1 {
  display: block;
  margin-top: 0;
}
.page-portfolio .logo {
  top: 42px;
}
.page-portfolio #first-screen .heading {
  display: block;
}
.page-portfolio #first-screen .heading h1 {
  display: block;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 65px;
}
.page-portfolio .main-content {
  overflow: hidden;
  min-height: calc(100vh - 150px);
}
.page-portfolio footer #get-in-touch {
  padding-top: 80px;
  padding-bottom: 90px;
  background: #fcf8f5;
}
.page-portfolio footer #get-in-touch .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-portfolio footer #get-in-touch .box .box-left .section-title .title {
  font-size: 34px;
  line-height: 32px;
  font-weight: 400;
  text-transform: unset;
}
.page-portfolio footer #get-in-touch .box .box-left .section-title .title-small {
  font-weight: 500;
}
.page-portfolio footer #get-in-touch .box .box-right .title {
  margin-top: 0;
  font-style: normal;
}
.page-portfolio footer #get-in-touch .box .box-right .title a {
  font-style: normal;
}
.page-portfolio footer #get-in-touch .box .box-right p {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.page-portfolio footer #get-in-touch .box .box-right p.copyright {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-portfolio footer .goto_top {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  right: 10px;
  top: -40px;
  width: 12px;
  height: 135px;
  background: url("../images/portfolio/scroll_top.png");
  background-size: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
.page-portfolio footer .goto_top.hide {
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
  visibility: hidden;
  opacity: 0;
}
.page-portfolio footer .goto_top.fixed {
  position: fixed;
  bottom: 40px;
  top: auto;
}

@media screen and (max-width: 767px) {
  .page-portfolio {
    padding-top: 50px;
  }
  .page-portfolio .logo {
    top: 12px;
  }
  .page-portfolio header {
    background-image: -webkit-gradient(linear, right top, left top, from(#e3097f), to(#f13950));
    background-image: linear-gradient(to left, #e3097f, #f13950);
  }
  .page-portfolio .main-content {
    min-height: calc(100vh - 50px);
    overflow: visible;
  }
  .page-portfolio footer .goto_top {
    right: 5px;
  }
  .page-portfolio footer #get-in-touch {
    padding: 50px 0;
    padding-top: 100px;
  }
  .page-portfolio footer #get-in-touch .box {
    padding: 0 10px;
  }
  .page-portfolio footer #get-in-touch .box .box-left .section-title .title {
    padding-bottom: 20px;
  }
  .page-portfolio footer #get-in-touch .box .box-left .section-title .title-small {
    margin-top: 0;
  }
  .page-portfolio footer #get-in-touch .box .box-right .title {
    margin-top: 0;
  }
  .page-portfolio footer #get-in-touch .box .box-right .title a {
    font-size: 16px;
  }
  .page-portfolio footer #get-in-touch .box .box-right p {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-portfolio .main-content .wrapper {
    padding: 0 15px;
  }
  .page-portfolio .section-ele .box .box-right .address {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .page-portfolio .section-ele .box .box-right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1380px) {
  .page-portfolio .main-content .wrapper {
    padding: 0;
  }
  .page-portfolio footer .goto_top {
    right: 40px;
  }
}
.page-login {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to left, #e3097f, #f13950);
  /* css placeholder */
}
.page-login header .language li {
  margin-right: 46px;
}
.page-login header .language li:last-child {
  margin-right: 0;
}
.page-login header .language li:nth-child(3) {
  position: relative;
  padding-left: 36px;
}
.page-login header .language li:nth-child(3):before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 12px;
  background: url("../images/portfolio/mail-icon.png") no-repeat;
  background-size: 15px 12px;
}
.page-login header .language li:nth-child(4) {
  position: relative;
  padding-right: 36px;
}
.page-login header .language li:nth-child(4):before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
  height: 9px;
  background: url("../images/portfolio/arrow-icon.png") no-repeat;
  background-size: 21px 9px;
}
.page-login h1 {
  display: block;
  margin-top: 0;
}
.page-login .logo {
  top: 50px;
}
.page-login .main-content {
  overflow: hidden;
  height: calc(100vh - 150px);
}
.page-login ::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
}
.page-login :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
}
.page-login ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
}
.page-login ::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
}
.page-login #first-screen {
  overflow: auto;
  height: 100%;
  background: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  padding-right: 15px;
}
.page-login #first-screen .wrapper {
  height: auto;
  max-width: none;
  width: 100%;
  margin: 0;
  margin-top: 75px;
  padding: 0;
}
.page-login #first-screen .heading {
  position: relative;
  display: block;
  top: 0;
}
.page-login #first-screen .heading h1 {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 65px;
}
.page-login #first-screen .heading .circle-white {
  bottom: -100px;
}
.page-login #first-screen #btn-login {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 49px;
  line-height: 49px;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to right, #e3097f, #f13950);
}
.page-login #first-screen .login-content {
  position: relative;
  z-index: 200;
  width: 90%;
  margin: 0 auto;
  max-width: 459px;
  background: #fff;
}
.page-login #first-screen .login-content:before {
  content: '';
  width: 100%;
  height: 88px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/portfolio/popup_bg_bottom.jpg) left bottom no-repeat;
  background-size: contain;
}
.page-login #first-screen .login-content:after {
  content: '';
  width: 100%;
  height: 74px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/portfolio/popup_bg_top.jpg) right top no-repeat;
  background-size: contain;
}
.page-login #first-screen .login-content form {
  min-height: 370px;
  display: block;
  padding: 55px;
  padding-top: 35px;
}
.page-login #first-screen .login-content form .form-title {
  position: relative;
  font-size: 26px;
  margin-bottom: 20px;
  color: #000;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 60px;
}
.page-login #first-screen .login-content form .form-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  left: 80px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-login #first-screen .login-content form input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  height: 49px;
  line-height: 49px;
  color: #000;
  padding: 0 20px;
}
.page-login #first-screen .login-content form#formLogin .form-group {
  position: relative;
}
.page-login #first-screen .login-content form#formLogin .form-group #inputPassword {
  top: -1px;
  position: relative;
}
.page-login #first-screen .login-content form#formLogin .form-group.has-error {
  z-index: 100;
}
.page-login #first-screen .login-content form#formLogin .form-group.has-error input {
  border: 1px solid red;
}
.page-login #first-screen .copyright2 {
  position: relative;
  z-index: 120;
  margin-top: 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #e30a7e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-login {
    padding-top: 50px;
  }
  .page-login .logo {
    top: 12px;
  }
  .page-login header {
    background-image: -webkit-gradient(linear, right top, left top, from(#e3097f), to(#f13950));
    background-image: linear-gradient(to left, #e3097f, #f13950);
  }
  .page-login .main-content {
    height: calc(100vh - 50px);
    overflow: visible;
  }
  .page-login #first-screen {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .page-login #first-screen .wrapper {
    margin-top: 30px;
  }
  .page-login #first-screen .heading h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .page-login #first-screen .heading .circle-white {
    width: 100%;
    bottom: -40px;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .page-login #first-screen .copyright2 {
    margin-top: 20px;
  }
  .page-login #first-screen .login-content {
    max-width: 85%;
  }
  .page-login #first-screen .login-content form {
    min-height: 0;
    display: block;
    padding: 25px;
    padding-bottom: 50px;
  }
}
.selectbox {
  display: inline-block;
  position: relative;
  width: 204px;
}
.selectbox:before {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  right: 0;
  width: 12px;
  height: 11px;
  background: url("../images/portfolio/select-icon.png") no-repeat;
  background-size: 12px 11px;
}
.selectbox select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.selectbox .select-text {
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 26px;
}

.page-project .main-content {
  background: #fff;
}
.page-project #first-screen {
  background-image: -webkit-gradient(linear, right top, left top, from(#e3097f), to(#f13950));
  background-image: linear-gradient(to left, #e3097f, #f13950);
  height: 250px;
  overflow: visible;
}
.page-project #first-screen .heading .circle-white {
  bottom: -160px;
}
.page-project #list-projects {
  padding: 100px 0;
  padding-top: 180px;
  display: block;
  background: #fff;
}
.page-project #list-projects .wrapper {
  max-width: 1030px;
}
.page-project #list-projects .group-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 95px;
}
.page-project #list-projects .group-filter .selectbox {
  margin-right: 20px;
}
.page-project #list-projects .group-filter p {
  display: inline-block;
  line-height: 36px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.page-project #list-projects .list-project-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-project #list-projects .list-project-items .project-item {
  position: relative;
  display: none;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 95px;
}
.page-project #list-projects .list-project-items .project-item.active {
  display: block;
}
.page-project #list-projects .list-project-items .project-item .img-contain {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57.4%;
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.page-project #list-projects .list-project-items .project-item .img-contain .cat-img {
  position: absolute;
  bottom: 17px;
  right: 20px;
  width: 41.9%;
  height: auto;
  display: block;
}
.page-project #list-projects .list-project-items .project-item .img-contain img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
}
.page-project #list-projects .list-project-items .project-item .title {
  font-size: 24px;
  line-height: 60px;
  color: #000;
  display: inline-block;
}
.page-project #list-projects .list-project-items .project-item .title a {
  color: inherit;
}
.page-project #list-projects .list-project-items .project-item .desc {
  font-size: 18px;
  line-height: 40px;
  color: #242424;
  display: block;
  margin: 0;
  margin-bottom: 30px;
}
.page-project #list-projects .list-project-items .project-item .category {
  display: block;
  position: relative;
}
.page-project #list-projects .list-project-items .project-item .category p {
  display: block;
}
.page-project #list-projects .list-project-items .project-item .category p span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.page-project #list-projects .list-project-items .project-item .category p span:before {
  content: '-';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-project #list-projects .list-project-items .project-item .category p span:last-child:before {
  display: none;
}
.page-project #list-projects .list-project-items .project-item .category .line-black {
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: 5px;
}
@-webkit-keyframes move_arrow1 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@keyframes move_arrow1 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@-webkit-keyframes move_arrow2 {
  0% {
    width: 0;
  }
  100% {
    width: 12px;
  }
}
@keyframes move_arrow2 {
  0% {
    width: 0;
  }
  100% {
    width: 12px;
  }
}
.page-project #list-projects .list-project-items .project-item .category .line-black .line1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  display: block;
  background: #000;
}
.page-project #list-projects .list-project-items .project-item .category .line-black .line2 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  height: 1px;
  width: 0;
  display: block;
  background: #000;
}
.page-project #list-projects .list-project-items .project-item .category .line-black.animated .line1 {
  -webkit-animation: move_arrow1 0.6s 0.5s ease forwards;
          animation: move_arrow1 0.6s 0.5s ease forwards;
}
.page-project #list-projects .list-project-items .project-item .category .line-black.animated .line2 {
  -webkit-animation: move_arrow2 0.4s 1s ease forwards;
          animation: move_arrow2 0.4s 1s ease forwards;
}

@media screen and (min-width: 1024px) {
  .page-project #list-projects {
    padding: 100px 15px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page-project #first-screen {
    height: 150px;
  }
  .page-project #first-screen .heading .circle-white {
    bottom: -60px;
  }
  .page-project #first-screen .heading h1 {
    font-size: 50px;
  }
  .page-project #list-projects {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .page-project #list-projects .group-filter {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-project #list-projects .group-filter .selectbox {
    width: 180px;
    text-align: left;
  }
  .page-project #list-projects .group-filter p {
    display: block;
    margin-top: 20px;
  }
  .page-project #list-projects .list-project-items {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
  .page-project #list-projects .list-project-items .project-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-project #list-projects .list-project-items .project-item .img-contain {
    margin-bottom: 0;
  }
  .page-project #list-projects .list-project-items .project-item .title {
    font-size: 24px;
    line-height: 50px;
  }
  .page-project #list-projects .list-project-items .project-item .desc {
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-project #list-projects .list-project-items .project-item .category {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .page-project #list-projects .list-project-items {
    padding: 0 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-project #list-projects .list-project-items .project-item {
    padding: 0 15px;
  }
  .page-project #list-projects .list-project-items .project-item .category {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-project #list-projects .list-project-items {
    padding: 0;
    margin-left: -45px;
    margin-right: -45px;
  }
  .page-project #list-projects .list-project-items .project-item {
    padding: 0 45px;
  }
  .page-project #list-projects .list-project-items .project-item .category {
    display: block;
  }
}
.page-project-detail {
  background: none;
}
.page-project-detail .main-content .copyright {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -102px) rotate(90deg);
          transform: translate(0, -102px) rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
}
.page-project-detail .main-content .copyright.animated {
  opacity: 1;
  -webkit-transform: translate(0, -142px) rotate(90deg);
          transform: translate(0, -142px) rotate(90deg);
}
.page-project-detail .main-content .scroll {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-project-detail .main-content .scroll .arrow-down {
  right: 20px;
  bottom: -78px;
}
.page-project-detail header .logo {
  color: #000;
}
.page-project-detail header .language li a {
  color: #000;
}
.page-project-detail header .language li a:before {
  background: #000;
}
.page-project-detail header .language li:nth-child(3):before {
  background: url(../images/portfolio/mail-icon2.png) no-repeat;
  background-size: 15px 12px;
}
.page-project-detail header .language li:nth-child(4):before {
  background: url(../images/portfolio/arrow-icon2.png) no-repeat;
  background-size: 21px 9px;
}
.page-project-detail #section-detail {
  display: block;
}
.page-project-detail #section-detail .detail-title {
  display: block;
  position: relative;
  margin-bottom: 95px;
  margin-top: 80px;
}
.page-project-detail #section-detail .detail-title h1 {
  font-size: 48px;
  line-height: 60px;
  color: #000;
}
.page-project-detail #section-detail .detail-title .detail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-project-detail #section-detail .detail-title .detail-category img {
  display: block;
  margin-right: 45px;
}
.page-project-detail #section-detail .detail-title .detail-category .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-project-detail #section-detail .detail-title .detail-category .category span {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.page-project-detail #section-detail .detail-title .detail-category .category span:last-child:before {
  display: none;
}
.page-project-detail #section-detail .detail-title .detail-category .category span:before {
  content: '-';
  position: absolute;
  font-size: inherit;
  top: 50%;
  right: -14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-project-detail #section-detail .img-full {
  display: block;
  position: relative;
  margin: 90px 0;
  height: 0;
  width: 100%;
}
.page-project-detail #section-detail .img-full img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.page-project-detail #section-detail .group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-project-detail #section-detail .group-text .title {
  display: block;
  margin-top: 15px;
  width: 374px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
}
.page-project-detail #section-detail .group-text .desc {
  padding-left: 95px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #242424;
}
.page-project-detail #section-detail .group-text .desc a {
  color: inherit;
  position: relative;
  margin-left: 30px;
  display: inline-block;
  line-height: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.page-project-detail #section-detail .group-text .desc a:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 2px;
  width: 16px;
  height: 15px;
  background: url("../images/portfolio/link_icon.png");
  background-size: 16px 15px;
}
.page-project-detail #section-detail .group-navigation {
  display: block;
  width: 100%;
  max-width: 572px;
  margin: 80px auto;
  text-align: center;
}
.page-project-detail #section-detail .group-navigation .navigation {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-project-detail #section-detail .group-navigation .navigation a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
}
.page-project-detail #section-detail .group-navigation .navigation a:before {
  position: absolute;
  content: '';
  top: 5px;
  width: 60px;
  height: 8px;
  background-size: 60px 8px;
  background-repeat: no-repeat;
}
.page-project-detail #section-detail .group-navigation .navigation a.previous {
  padding-left: 100px;
}
.page-project-detail #section-detail .group-navigation .navigation a.previous:before {
  background-image: url("../images/portfolio/nav_previous.png");
  left: 0;
}
.page-project-detail #section-detail .group-navigation .navigation a.next {
  padding-right: 100px;
}
.page-project-detail #section-detail .group-navigation .navigation a.next:before {
  right: 0;
  background-image: url("../images/portfolio/nav_next.png");
}
.page-project-detail #section-detail .group-navigation .back-list {
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  color: inherit;
}

@media screen and (max-width: 1199px) {
  .page-project-detail .main-content .wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-project-detail header .logo {
    color: #fff;
  }
  .page-project-detail #section-detail .detail-title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page-project-detail #section-detail .detail-title h1 {
    font-size: 34px;
  }
  .page-project-detail #section-detail .detail-title .detail-category {
    display: block;
    position: relative;
  }
  .page-project-detail #section-detail .detail-title .detail-category img {
    max-width: 150px;
  }
  .page-project-detail #section-detail .detail-title .detail-category p {
    margin-top: 20px;
  }
  .page-project-detail #section-detail .group-text {
    display: block;
  }
  .page-project-detail #section-detail .group-text .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
  }
  .page-project-detail #section-detail .group-text .desc {
    padding-left: 0;
  }
  .page-project-detail #section-detail .img-full {
    margin: 20px 0;
    margin-bottom: 50px;
  }
  .page-project-detail #section-detail .group-navigation {
    margin: 40px 0;
  }
  .page-project-detail #section-detail .group-navigation .navigation {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a {
    width: 130px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a:before {
    width: 40px;
    background-size: 40px 8px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.previous {
    padding-left: 40px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.next {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-project-detail .section-ele .box .box-right {
    display: block;
    width: 90%;
  }
  .page-project-detail #section-detail .detail-title h1 {
    font-size: 34px;
  }
  .page-project-detail #section-detail .detail-title .detail-category img {
    max-width: 150px;
    margin-right: 25px;
  }
  .page-project-detail #section-detail .group-text .title {
    width: 180px;
  }
  .page-project-detail #section-detail .group-navigation {
    display: block;
    width: 100%;
    max-width: 572px;
    margin: 80px auto;
    text-align: center;
  }
  .page-project-detail #section-detail .group-navigation .navigation {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-project-detail #section-detail .group-navigation .navigation a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
  }
  .page-project-detail #section-detail .group-navigation .navigation a:before {
    position: absolute;
    content: '';
    top: 5px;
    width: 60px;
    height: 8px;
    background-size: 60px 8px;
    background-repeat: no-repeat;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.previous {
    padding-left: 100px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.previous:before {
    background-image: url("../images/portfolio/nav_previous.png");
    left: 0;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.next {
    padding-right: 100px;
  }
  .page-project-detail #section-detail .group-navigation .navigation a.next:before {
    right: 0;
    background-image: url("../images/portfolio/nav_next.png");
  }
  .page-project-detail #section-detail .group-navigation .back-list {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    color: inherit;
  }
}
@media screen and (min-width: 1340px) {
  .page-project-detail .main-content .copyright {
    display: block;
  }
  .page-project-detail .main-content .scroll {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .page-project-detail .main-content .copyright {
    left: 80px;
  }
  .page-project-detail .main-content .scroll {
    right: 60px;
  }
  .page-project-detail .main-content .scroll .arrow-down {
    right: 20px;
    bottom: -78px;
  }
}
.page-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page-intro .img-loading {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-intro.is-loading {
  pointer-events: none;
}
.page-intro.is-loading .page-wrapper {
  opacity: 0;
  visibility: hidden;
}
.page-intro.is-loading .img-loading {
  opacity: 1;
  visibility: visible;
}
.page-intro .page-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-intro .video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #FDF9F4;
}
.page-intro .video-container .video-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-intro .video-container #video-kv {
  display: block;
  width: 100%;
}
.page-intro .video-container .bt-volume {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #EFEDE9;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../..//assets/images/volume_off.png");
}
.page-intro .video-container .bt-volume:before {
  content: '';
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-image: url("../..//assets/images/volume_on.png");
}
.page-intro .video-container .bt-volume.active {
  background-image: url("../..//assets/images/volume_on.png");
}
.page-intro .bt-our-service {
  position: absolute;
  z-index: 1002;
  right: 50px;
  top: 50px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.page-intro .bt-our-service.animate {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.page-intro .anim-reveal {
  -webkit-transform: translate3d(-50%, 15px, 0);
          transform: translate3d(-50%, 15px, 0);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s, -webkit-transform 0.4s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s, -webkit-transform 0.4s 0s;
  transition: opacity 0.4s 0s, transform 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, transform 0.4s 0s, visibility 0s 0.4s, -webkit-transform 0.4s 0s;
}
.page-intro .anim-reveal.animate {
  -webkit-transition: opacity 0.8s 0s, visibility 0s 0s, -webkit-transform 0.8s 0s;
  transition: opacity 0.8s 0s, visibility 0s 0s, -webkit-transform 0.8s 0s;
  transition: opacity 0.8s 0s, transform 0.8s 0s, visibility 0s 0s;
  transition: opacity 0.8s 0s, transform 0.8s 0s, visibility 0s 0s, -webkit-transform 0.8s 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
}
.page-intro .bt-go-home {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 56%;
}
.page-intro .bt-replay {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 72%;
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}

@media screen and (max-width: 1023px) {
  .page-intro .video-container .bt-volume {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
  }
  .page-intro .bt-our-service {
    width: 203px;
    right: 25px;
    top: 25px;
  }
  .page-intro .bt-go-home {
    top: 64%;
  }
  .page-intro .bt-replay {
    top: 78%;
  }
}
