html {
  font-family: PingFangSC, Microsoft JhengHei, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

html, body {
  background: #f6f6f6;
  font-size: 14px;
  line-height: 1.6;
  font-family: League Spartan, Noto_Sans_SC, sans-serif;
}

.main-wrap,
header {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .main-wrap,
  header {
    width: 95%;
  }
}

.btn-cta {
  position: relative;
  min-width: 165px;
  padding: 0 15px;
  text-align: center;
  color: #080501;
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #00c0b0;
  border-radius: 3px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.btn-cta:hover {
  color: #fff;
  background: #080501;
}

.btn-cta a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.nav-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  line-height: 55px;
  margin: 25px auto;
}

@media screen and (max-width: 768px) {
  .nav-cont {
    display: none;
  }
}

.cont-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont-info .inner {
  color: #080501;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  height: 55px;
  margin-left: 20px;
}

.cont-info .inner .icon-box {
  position: relative;
  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;
  width: 55px;
  height: 55px;
  background: #f6f4f1;
  border-radius: 50%;
  overflow: hidden;
  font-size: 21px;
  color: #080501;
}

.cont-info .inner .text-box {
  padding: 0 10px;
}

.cont-info .inner .text-box p, .cont-info .inner .text-box h4 {
  margin: 0;
  font-size: 14px;
}

.cont-info .inner .text-box p {
  opacity: .6;
  font-weight: 300;
}

.cont-info .inner .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

.cont-info .inner .text-box h4 a {
  text-decoration: none;
  color: #080501;
}

@media screen and (max-width: 768px) {
  .cont-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

header {
  background: rgba(8, 5, 1, 0.9);
  -webkit-backdrop-filter: blur(3px) grayscale(0.8);
          backdrop-filter: blur(3px) grayscale(0.8);
  color: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 10;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  gap: 10px;
}

header .logo img {
  height: 60%;
}

header .lang {
  font-size: 14px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
}

header .lang span {
  font-weight: 500;
  color: #fff;
}

header .lang span.active {
  color: #00c0b0;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0;
    top: 0;
  }
  header .logo {
    font-size: 15px;
  }
  header .logo span {
    display: block;
    white-space: wrap;
    width: 0px;
    line-height: 1;
  }
  header .lang {
    font-size: 11px;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .des {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
}

.banner .des .corp {
  width: 100%;
  text-align: center;
  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;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner .des .corp::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 0 5px #00c0b0 inset;
          box-shadow: 0 0 0 5px #00c0b0 inset;
}

.banner .des h2 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 85px;
  line-height: 1.1;
  font-weight: 900;
  margin: 10px auto;
}

.banner .des p {
  font-size: 20px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 80vw;
    overflow: hidden;
  }
  .banner img {
    width: auto;
    height: 100%;
  }
  .banner .des h2 {
    font-size: 35px;
    width: 90%;
    margin: 10px auto 0;
  }
  .banner .des p {
    width: 90%;
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
    margin: 10px auto;
  }
}

section {
  width: 100%;
  position: relative;
}

section.feature .cont {
  width: 85%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.feature .cont .ftr-item {
  border-radius: 5px;
  overflow: hidden;
  height: 320px;
  background: url(../img/intro-v1-shape1.png) right bottom/auto no-repeat;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 0px 28px 0px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 0px 28px 0px;
}

section.feature .cont .ftr-item img {
  width: 100%;
  display: block;
  border-bottom: 7px solid #00c0b0;
}

section.feature .cont .ftr-item .ftr-icon {
  width: 90px;
  height: 90px;
  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;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-size: 34px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-45px);
          transform: translateX(-50%) translateY(-45px);
}

section.feature .cont .ftr-item .ftr-title {
  font-size: 24px;
  font-weight: 400;
  margin: -40px auto 10px;
  text-align: center;
}

section.feature .cont .ftr-item p {
  color: rgba(8, 5, 1, 0.8);
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  section.feature .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
  }
  section.feature .cont .ftr-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin: 10px auto;
  }
}

section.ftr-sub {
  padding: 50px 0 100px;
  background: url(../img/mid-bg.jpg) center/cover no-repeat;
}

section.ftr-sub .tag {
  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;
  color: #fff;
}

section.ftr-sub .tag h2 {
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

section.ftr-sub .tag p {
  width: 60%;
  padding: 0 20%;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  section.ftr-sub .tag h2 {
    font-size: 35px;
  }
  section.ftr-sub .tag p {
    font-size: 16px;
  }
}

section.agency {
  position: relative;
  padding-bottom: 30px;
  background: url(../img/counter-v1-bg.jpeg) center/cover no-repeat;
}

section.agency::before {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 192, 176, 0)), to(rgba(0, 192, 176, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 192, 176, 0) 30%, rgba(0, 192, 176, 0.6) 100%);
}

section.agency > div {
  position: relative;
  z-index: 1;
}

section.agency .cta-bar {
  background: url(../img/cta-v1-bg.jpeg);
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -50px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  section.agency .cta-bar {
    font-size: 21px;
    text-indent: 0px;
    line-height: 1.3;
    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;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section.agency .ms-cont {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.agency .ms-cont .ms-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  color: #080501;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.agency .ms-cont .ms-item b {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}

section.agency .ms-cont .ms-item p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  section.agency .ms-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.agency .ms-cont .ms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    font-size: 16px;
  }
  section.agency .ms-cont .ms-item b {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

section.agency .btm-tag {
  margin-top: 50px;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.agency .btm-tag {
    font-size: 21px;
  }
}

footer {
  padding: 20px 0;
  background: url(../img/footer-bg.jpeg) center/cover no-repeat;
}

footer .cont-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 10px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer .cont-info .inner .icon-box {
  -webkit-box-shadow: 0 0 0 2px #f6f4f1 inset;
          box-shadow: 0 0 0 2px #f6f4f1 inset;
  background: #080501;
  color: #f6f4f1;
}

footer .cont-info .inner .text-box {
  color: #f6f4f1;
}

footer .cont-info .inner .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

footer .cont-info .inner .text-box h4 a {
  text-decoration: none;
  color: #f6f4f1;
}

@media screen and (max-width: 768px) {
  footer .cont-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .cont-info .inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin: 10px auto;
  }
}

footer .copy {
  text-align: center;
  font-size: 11px;
  color: #f6f4f1;
  opacity: .5;
  padding: 25px 0 0;
}
