@charset "UTF-8";
html,
body,
button {
  font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Heiti TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif, Arial, Helvetica;
}

.nav {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav > div {
  display: inline-block;
}
.nav.index {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0);
}
.nav.index .logo {
  margin: 20px;
}
.nav.index .logo a {
  width: 160px;
  height: 160px;
  background: #fff url("./images/logo2.png") no-repeat top 15px center;
  background-size: auto 80px;
  text-decoration: none;
}
.nav.index .logo a span {
  margin-top: 120px;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #f4c672;
  text-align: center;
  background: #f9ad54;
  padding-top: 10px;
  height: 30px;
}
.nav.index .tool {
  right: -80px;
  border-bottom: 1px solid #f9ad54;
}
.nav.index .menu {
  display: none;
}
.nav .logo {
  width: 200px;
  height: 100%;
  position: relative;
  z-index: 5;
}
.nav .logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../images/thumb.png") no-repeat center center;
  background-size: auto 36px;
}
.nav .logo a span {
  display: none;
}
.nav .mobile-menu {
  display: none;
}
.nav .menu {
  position: absolute;
  height: 60px;
  left: 200px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  white-space: nowrap;
}
.nav .menu:hover > div, .nav .menu:focus > div {
  width: 100px;
  overflow: visible;
}
.nav .menu:hover::before, .nav .menu:focus::before {
  color: #f4c672;
}
.nav .menu::before {
  width: 30px;
  display: inline-block;
  content: "\f0c9";
  line-height: 60px;
  font-size: 15px;
  color: #333;
  font-family: FontAwesome;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.nav .menu > div {
  position: relative;
  z-index: 5;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  width: 0;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav .menu > div > a {
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  margin: 0;
  letter-spacing: 0.125em;
}
.nav .menu > div:hover, .nav .menu > div:focus {
  border-bottom: 5px solid #f4c672;
}
.nav .menu > div:hover .sub-menu, .nav .menu > div:focus .sub-menu {
  display: block;
}
.nav .menu > div:hover .sub-menu.mega, .nav .menu > div:focus .sub-menu.mega {
  display: flex;
}
.nav .menu > div:hover > a, .nav .menu > div:focus > a {
  color: #f9ad54;
}
.nav .menu > div.active {
  border-bottom: 5px solid #f4c672;
}
.nav .menu > div.active > a {
  color: #f9ad54;
}
.nav .menu > div .sub-menu {
  position: absolute;
  width: 150%;
  top: 60px;
  background-color: #f9ad54;
  display: none;
}
.nav .menu > div .sub-menu.mega {
  width: 300%;
  flex-wrap: wrap;
  left: 0;
}
.nav .menu > div .sub-menu.mega a {
  width: 50%;
}
.nav .menu > div .sub-menu a {
  display: block;
  text-decoration: none;
  line-height: 40px;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav .menu > div .sub-menu a:hover, .nav .menu > div .sub-menu a:focus, .nav .menu > div .sub-menu a.active {
  color: #fff;
  background: #f4c672;
}
.nav .menu > div .sub-menu a:hover.red, .nav .menu > div .sub-menu a:focus.red, .nav .menu > div .sub-menu a.active.red {
  background: #ea6869;
}
.nav .menu > div .sub-menu a:hover.blue, .nav .menu > div .sub-menu a:focus.blue, .nav .menu > div .sub-menu a.active.blue {
  background: #036eb7;
}
.nav .menu > div .sub-menu a:hover.green, .nav .menu > div .sub-menu a:focus.green, .nav .menu > div .sub-menu a.active.green {
  background: #f9ad54;
}
.nav .menu > div .sub-menu a:hover.line, .nav .menu > div .sub-menu a:focus.line, .nav .menu > div .sub-menu a.active.line {
  background: #06c755;
}
.nav .menu > div .sub-menu a:hover.wom, .nav .menu > div .sub-menu a:focus.wom, .nav .menu > div .sub-menu a.active.wom {
  background: #f4c672;
}
.nav .menu > div .sub-menu a:hover.yahoo, .nav .menu > div .sub-menu a:focus.yahoo, .nav .menu > div .sub-menu a.active.yahoo {
  background: #7b0099;
}
.nav .menu > div .sub-menu a:hover.pink, .nav .menu > div .sub-menu a:focus.pink, .nav .menu > div .sub-menu a.active.pink {
  background: #e40061;
}
.nav .menu > div .sub-menu a:hover.criteo, .nav .menu > div .sub-menu a:focus.criteo, .nav .menu > div .sub-menu a.active.criteo {
  background: #fe5000;
}
.nav .tool {
  float: right;
  position: relative;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav .tool > div {
  display: inline-block;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-left: 1px solid #f9ad54;
  letter-spacing: 0.05em;
}
.nav .tool > div.ad a {
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  color: #f9ad54;
  padding: 0 20px;
  margin: 0;
}
.nav .tool > div.email a {
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  color: #f9ad54;
  padding: 0 20px;
  margin: 0;
}
.nav .tool > div.email a::before {
  content: "\f003";
  font-size: 20px;
  font-family: FontAwesome;
}
.nav .tool > div.email:hover a::before, .nav .tool > div.email:focus a::before {
  position: relative;
  content: "\f2b7";
  top: -1.5px;
}
.nav .tool > div.call a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  line-height: 60px;
  color: #f9ad54;
  padding: 0 20px;
  margin: 0;
  background: #f9ad54;
  color: #fff;
}
.nav .tool > div.call a span {
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}
.nav .tool > div.consult {
  width: 80px;
  height: 60px;
  position: relative;
  background: #f9ad54;
}
.nav .tool > div.consult:hover .text, .nav .tool > div.consult:focus .text {
  width: 148px;
  height: 148px;
}
.nav .tool > div.consult:hover .corner, .nav .tool > div.consult:focus .corner {
  width: 0;
  height: 0;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #fff;
}
.nav .tool > div.consult > div {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav .tool > div.consult .corner {
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 70px;
  border-color: transparent transparent transparent #fafafa;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.nav .tool > div.consult .text {
  z-index: 1;
  background: #ea6869;
  overflow: hidden;
  width: 68px;
  height: 68px;
}
.nav .tool > div.consult .text a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  text-align: right;
}
.nav .tool > div.consult .text a span {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-right: 20px;
  width: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.banners {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 50px;
  z-index: 5;
}
.banners.taboola {
  background: #f7f7f7 url("./images/taboola.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.taboola button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.taboola button:hover, .banners.taboola button:focus {
  background: #fff;
}
.banners.me {
  background: #f7f7f7 url("./images/me.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.me button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.me button:hover, .banners.me button:focus {
  background: #fff;
}
.banners.kol {
  background: #f7f7f7 url("./images/kol.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.kol button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.kol button:hover, .banners.kol button:focus {
  background: #fff;
}
.banners.dcard {
  background: #f7f7f7 url("./images/dcard.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.dcard button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.dcard button:hover, .banners.dcard button:focus {
  background: #fff;
}
.banners.tiktok {
  background: #f7f7f7 url("./images/tiktok.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.tiktok button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.tiktok button:hover, .banners.tiktok button:focus {
  background: #fff;
}
.banners.about {
  background: #f7f7f7 url("./images/bullet.jpg") no-repeat center bottom;
  background-size: auto 200%;
}
.banners.about button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.about button:hover, .banners.about button:focus {
  background: #fff;
}
.banners.google {
  background: #f7f7f7 url("./images/people.jpg") no-repeat center center;
  background-size: cover;
}
.banners.google button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.google button:hover, .banners.google button:focus {
  background: #fff;
}
.banners.facebook {
  background: #f7f7f7 url("./images/facebook.jpg") no-repeat center center;
  background-size: cover;
}
.banners.facebook button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.facebook button:hover, .banners.facebook button:focus {
  background: #fff;
}
.banners.fbpage {
  background: #f7f7f7 url("./images/fbpage.jpg") no-repeat center center;
  background-size: cover;
}
.banners.fbpage button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.fbpage button:hover, .banners.fbpage button:focus {
  background: #fff;
}
.banners.contact {
  height: 100vh;
  background: #f7f7f7 url("./images/ad.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}
.banners.contact .content_inner {
  top: 50px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banners.youtube {
  background: #f7f7f7 url("./images/youtube.jpg") no-repeat center center;
  background-size: cover;
}
.banners.youtube button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.youtube button:hover, .banners.youtube button:focus {
  background: #fff;
}
.banners.igpage {
  background: #f7f7f7 url("./images/instagram.jpg") no-repeat center center;
  background-size: cover;
}
.banners.igpage button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.igpage button:hover, .banners.igpage button:focus {
  background: #fff;
}
.banners.line {
  background: #f7f7f7 url("./images/line.jpg") no-repeat center center;
  background-size: cover;
}
.banners.line button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.line button:hover, .banners.line button:focus {
  background: #fff;
}
.banners.yahoo {
  background: #f7f7f7 url("./images/yahoo.jpg") no-repeat center center;
  background-size: cover;
}
.banners.yahoo button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.yahoo button:hover, .banners.yahoo button:focus {
  background: #fff;
}
.banners.criteo {
  background: #f7f7f7 url("./images/criteo.jpg") no-repeat center center;
  background-size: cover;
}
.banners.criteo button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.criteo button:hover, .banners.criteo button:focus {
  background: #fff;
}
.banners.wom {
  background: #f7f7f7 url("./images/wom.jpg") no-repeat center center;
  background-size: cover;
}
.banners.wom button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.wom button:hover, .banners.wom button:focus {
  background: #fff;
}
.banners.strategy {
  background: #f7f7f7 url("./images/strategy.jpg") no-repeat center center;
  background-size: cover;
}
.banners.strategy button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.strategy button:hover, .banners.strategy button:focus {
  background: #fff;
}
.banners.press {
  background: #f7f7f7 url("./images/press.jpg") no-repeat center center;
  background-size: cover;
}
.banners.press button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.banners.press button:hover, .banners.press button:focus {
  background: #fff;
}
.banners.index {
  height: 100vh;
  margin-top: 0px;
  background: #f7f7f7 url("../images/case/back.jpg") no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}
.banners .linechart {
  width: 0%;
  height: 100vh;
  overflow: hidden;
  animation: lineup 6s;
  -webkit-animation: lineup 6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.banners .linechart::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: url("./images/linechart.png") no-repeat center center;
  background-size: cover;
}
@-webkit-keyframes lineup {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes lineup {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.banners .target {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  background: url("./images/target.png") no-repeat center center;
  pointer-events: none;
}
.banners .anim {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.01);
}
.banners .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.banners .content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 5;
  pointer-events: none;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banners .content svg {
  width: 100%;
  height: 90px;
  font-size: 85px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.banners .content .m-ants {
  display: none;
}
.banners .content .text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 10% 40%;
  stroke-width: 1px;
  -webkit-animation: stroke-offset 3s linear;
  animation: stroke-offset 3s linear;
}
.banners .content .text-copy:nth-child(1) {
  stroke: #f9ad54;
  stroke-dashoffset: 10%;
}
.banners .content .text-copy:nth-child(2) {
  stroke: #f9ad54;
  stroke-dashoffset: 20%;
}
.banners .content .text-copy:nth-child(3) {
  stroke: #f9ad54;
  stroke-dashoffset: 30%;
}
.banners .content .text-copy:nth-child(4) {
  stroke: #f9ad54;
  stroke-dashoffset: 40%;
}
.banners .content .text-copy:nth-child(5) {
  stroke: #f9ad54;
  stroke-dashoffset: 50%;
}
@-webkit-keyframes stroke-offset {
  .1% {
    stroke-dashoffset: 50%;
    stroke-dasharray: 0 125%;
  }
}
@keyframes stroke-offset {
  .1% {
    stroke-dashoffset: 50%;
    stroke-dasharray: 0 125%;
  }
}
.banners .content h3 {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #f9ad54;
  letter-spacing: 0.02em;
  line-height: 1;
}
.banners .content p {
  font-size: 28px;
  text-align: center;
  color: #000;
  letter-spacing: 0.125em;
  line-height: 1.5;
  margin: 20px auto 80px;
}
.banners .content h2 {
  font-size: 18px;
  text-align: center;
  color: #333;
  letter-spacing: 0.125em;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: 90px;
}
.banners .content_inner {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 5;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banners .content_inner svg {
  width: 100%;
  height: 90px;
  font-size: 85px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.banners .content_inner .m-ants {
  display: none;
}
.banners .content_inner .text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 10% 40%;
  stroke-width: 1px;
  -webkit-animation: stroke-offset 3s linear;
  animation: stroke-offset 3s linear;
}
.banners .content_inner .text-copy:nth-child(1) {
  stroke: #fff;
  stroke-dashoffset: 10%;
}
.banners .content_inner .text-copy:nth-child(2) {
  stroke: #fff;
  stroke-dashoffset: 20%;
}
.banners .content_inner .text-copy:nth-child(3) {
  stroke: #fff;
  stroke-dashoffset: 30%;
}
.banners .content_inner .text-copy:nth-child(4) {
  stroke: #fff;
  stroke-dashoffset: 40%;
}
.banners .content_inner .text-copy:nth-child(5) {
  stroke: #fff;
  stroke-dashoffset: 50%;
}
@-webkit-keyframes stroke-offset {
  .1% {
    stroke-dashoffset: 50%;
    stroke-dasharray: 0 125%;
  }
}
@keyframes stroke-offset {
  .1% {
    stroke-dashoffset: 50%;
    stroke-dasharray: 0 125%;
  }
}
.banners .content_inner h3 {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #f9ad54;
  letter-spacing: 0.02em;
  line-height: 1;
}
.banners .content_inner p {
  font-size: 28px;
  text-align: center;
  color: #000;
  letter-spacing: 0.125em;
  line-height: 1.5;
  margin: 20px auto 80px;
}
.banners .content_inner h2 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.125em;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: 90px;
}
.banners .broadcast {
  width: 100%;
  height: 60px;
  max-height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.banners .broadcast.index {
  max-height: 60px;
}
.banners .broadcast .bc {
  display: none;
}
.banners .broadcast .bc > div {
  display: inline-block;
  height: 60px;
  padding: 0 15px;
  float: left;
}
.banners .broadcast .bc.mode2 .type {
  color: #f4c672;
}
.banners .broadcast .bc.mode2 .name h3 {
  color: #f4c672;
}
.banners .broadcast .bc .title {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.125em;
  background: #f9ad54;
  font-family: "century gothic";
}
.banners .broadcast .bc .title::before {
  content: "\f0a1";
  font-family: FontAwesome;
  margin-right: 10px;
}
.banners .broadcast .bc .type {
  font-size: 14px;
  line-height: 60px;
  color: #000;
  letter-spacing: 0.125em;
  border-right: 1px solid #ddd;
  color: #f9ad54;
  font-weight: bold;
}
.banners .broadcast .bc .name a {
  text-decoration: none;
}
.banners .broadcast .bc .name a:hover p, .banners .broadcast .bc .name a:focus p {
  text-decoration: underline;
}
.banners .broadcast .bc .name h3 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #f9ad54;
  letter-spacing: 0.125em;
}
.banners .broadcast .bc .name p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0.125em;
}

.consultant {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1050px;
  height: auto;
  margin: 100px auto;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
.consultant > div {
  min-height: 200px;
  float: left;
  position: relative;
}
.consultant .form {
  width: 60%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.consultant .form form {
  width: 80%;
  max-width: 420px;
  margin: 40px auto;
}
.consultant .form.mapin {
  height: 550px;
  padding: 0;
}
.consultant .form .label {
  margin: 0 0 20px;
  position: relative;
  padding-top: 15px;
  display: inline-block;
  width: 100%;
}
.consultant .form .label h3 {
  font-size: 16px;
  line-height: 39px;
  position: absolute;
  color: #aaa;
  top: 15px;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.consultant .form .label.stable h3, .consultant .form .label.active h3, .consultant .form .label:focus h3 {
  font-size: 12px;
  line-height: 15px;
  top: 0;
  left: 0;
  color: #f9ad54;
}
.consultant .form .label.name {
  width: 45%;
  display: inline-block;
}
.consultant .form .label.phone {
  width: 50%;
  display: inline-block;
  float: right;
}
.consultant .form .label.other {
  width: 50%;
  display: inline-block;
  float: right;
}
.consultant .form .label.other input {
  margin-top: 10px;
}
.consultant .form .label .ads {
  margin-top: 10px;
}
.consultant .form .label .ads .ad {
  text-align: center;
  display: inline-block;
  float: left;
  cursor: pointer;
  letter-spacing: 0.125em;
  color: #aaa;
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 8px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #eee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.consultant .form .label .ads .ad.active {
  color: #fff;
  font-size: 16px;
}
.consultant .form .label .ads .ad.active.red {
  background: #ea6869;
}
.consultant .form .label .ads .ad.active.blue {
  background: #036eb7;
}
.consultant .form .label .ads .ad.active.yellow {
  background: #f4c672;
}
.consultant .form .label .ads .ad.active.green {
  background: #f9ad54;
}
.consultant .form .label .ads .ad.active.pink {
  background: #e40061;
}
.consultant .form .label .ads .ad.active.line {
  background: #06c755;
}
.consultant .form .label .ads .ad.active.yahoo {
  background: #7b0099;
}
.consultant .form .label .ads .ad.active.criteo {
  background: #fe5000;
}
.consultant .form .label .ads::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.consultant .form .label.wrong h3::after {
  content: "(*請正確填寫)";
  margin-left: 5px;
  color: #ea6869;
}
.consultant .form .label.wrong input,
.consultant .form .label.wrong textarea {
  border-color: #ea6869;
  background-color: rgba(255, 0, 0, 0.05);
}
.consultant .form input[type=text] {
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.125em;
  color: #333;
  line-height: 39px;
  height: 39px;
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(33, 155, 143, 0.3);
  outline: none;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.consultant .form input[type=text]:focus {
  border: 0;
  outline: none;
  border-bottom: 1px solid rgba(33, 155, 143, 0.7);
}
.consultant .form textarea {
  margin: 0;
  outline: none;
  width: 100%;
  border: 0;
  height: auto;
  resize: none;
  line-height: 40px;
  letter-spacing: 0.125em;
  color: #333;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.3) 39px, rgba(33, 155, 143, 0.3) 40px, transparent 40px);
  background-image: -moz-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.3) 39px, rgba(33, 155, 143, 0.3) 40px, transparent 40px);
  background-image: -ms-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.3) 39px, rgba(33, 155, 143, 0.3) 40px, transparent 40px);
  background-image: -o-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.3) 39px, rgba(33, 155, 143, 0.3) 40px, transparent 40px);
  background-image: linear-gradient(transparent 39px, rgba(33, 155, 143, 0.3) 39px, rgba(33, 155, 143, 0.3) 40px, transparent 40px);
  background-size: 100% 40px;
}
.consultant .form textarea::-webkit-scrollbar {
  display: none;
}
.consultant .form textarea:focus {
  outline: none;
  background-image: -webkit-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.7) 39px, rgba(33, 155, 143, 0.7) 40px, transparent 40px);
  background-image: -moz-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.7) 39px, rgba(33, 155, 143, 0.7) 40px, transparent 40px);
  background-image: -ms-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.7) 39px, rgba(33, 155, 143, 0.7) 40px, transparent 40px);
  background-image: -o-linear-gradient(transparent 39px, rgba(33, 155, 143, 0.7) 39px, rgba(33, 155, 143, 0.7) 40px, transparent 40px);
  background-image: linear-gradient(transparent 39px, rgba(33, 155, 143, 0.7) 39px, rgba(33, 155, 143, 0.7) 40px, transparent 40px);
}
.consultant .form select,
.consultant .form option {
  margin: 10px 0 0;
  border: none;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.125em;
  color: #fff;
  width: 100%;
  outline: none;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  font-size: 16px;
  background: #f9ad54 url(./images/city.png) no-repeat left 12px center;
  background-size: auto 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.consultant .form select::-ms-expand,
.consultant .form option::-ms-expand {
  /* for IE 11 */
  display: none;
}
.consultant .form select:focus,
.consultant .form option:focus {
  outline: none;
}
.consultant .form option {
  background: #fff;
  color: #333;
}
.consultant .form .fa-spinner {
  margin: 0 auto;
  display: block;
  color: #ea6869;
  display: none;
}
.consultant .hideOnPc {
  display: none;
}
.consultant .contact {
  width: 40%;
  background: #f9ad54;
  z-index: 1;
}
.consultant .contact h2 {
  font-size: 36;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #f4c672;
}
.consultant .contact h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.consultant .contact hr {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.consultant .contact a {
  text-decoration: none;
  color: #f4c672;
}
.consultant .contact a:hover, .consultant .contact a:focus {
  color: #f4c672;
}
.consultant .contact .info {
  padding: 30px 30px 50px;
}
.consultant .contact .info a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0;
  position: relative;
}
.consultant .contact .info a:hover, .consultant .contact .info a:focus {
  color: #f4c672;
}
.consultant .contact .info a.tel, .consultant .contact .info a.email, .consultant .contact .info a.add, .consultant .contact .info a.fax {
  display: block;
  padding-left: 25px;
}
.consultant .contact .info a.tel::before, .consultant .contact .info a.email::before, .consultant .contact .info a.add::before, .consultant .contact .info a.fax::before {
  content: "\f095";
  position: absolute;
  font-family: FontAwesome;
  line-height: 22px;
  font-size: 14px;
  color: #f4c672;
  top: 0;
  left: 0;
  width: 14px;
  height: 22px;
  text-align: center;
}
.consultant .contact .info a.email::before {
  content: "\f0e0";
}
.consultant .contact .info a.fax::before {
  content: "\f1ac";
}
.consultant .contact .info a.add::before {
  content: "\f041";
}
.consultant .contact .info a.fb, .consultant .contact .info a.ig {
  display: inline-block;
  margin-right: 8px;
}
.consultant .contact .map {
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
}
.consultant::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.section.news-index {
  border-top: 5px solid #ea6869;
}
.section > h2 {
  font-size: 46px;
  letter-spacing: 0.05em;
  color: #ea6869;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.section > h3 {
  font-size: 25px;
  letter-spacing: 0.125em;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
.section .filter {
  text-align: center;
}
.section .filter > div {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #999;
  padding: 8px 18px;
  margin: 5px 1px;
  letter-spacing: 0.125em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .filter > div::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #fff;
}
.section .filter > div.active, .section .filter > div:hover, .section .filter > div:focus {
  color: #fff;
  background: #666;
  border: 1px solid #666;
}
.section .filter > div.active.red, .section .filter > div:hover.red, .section .filter > div:focus.red {
  background: #ea6869;
  border-color: #ea6869;
}
.section .filter > div.active.blue, .section .filter > div:hover.blue, .section .filter > div:focus.blue {
  background: #036eb7;
  border-color: #036eb7;
}
.section .filter > div.active.yellow, .section .filter > div:hover.yellow, .section .filter > div:focus.yellow {
  background: #f4c672;
  border-color: #f4c672;
}
.section .filter > div.active.line, .section .filter > div:hover.line, .section .filter > div:focus.line {
  background: #06c755;
  border-color: #06c755;
}
.section .filter > div.active.yahoo, .section .filter > div:hover.yahoo, .section .filter > div:focus.yahoo {
  background: #7b0099;
  border-color: #7b0099;
}
.section .filter > div.active.criteo, .section .filter > div:hover.criteo, .section .filter > div:focus.criteo {
  background: #fe5000;
  border-color: #fe5000;
}
.section .filter > div.active::before, .section .filter > div:hover::before, .section .filter > div:focus::before {
  font-family: FontAwesome;
  margin-right: 5px;
  color: #fff;
}
.section .news {
  margin-top: 50px;
}
.section .news.news_inner .new {
  border-right: 0px solid #ddd;
  margin-bottom: 50px;
  float: none;
  width: 33%;
  padding: 20px 2%;
  position: relative;
}
.section .news.news_inner .new .type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section .news.news_inner .new .name {
  width: 100%;
  margin-left: 0;
}
.section .news .new {
  display: inline-block;
  width: 33.33%;
  padding: 20px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  float: left;
}
.section .news .new:nth-child(3n) {
  border: 0;
}
.section .news .new a {
  text-decoration: none;
}
.section .news .new a:hover .thumb img, .section .news .new a:focus .thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}
.section .news .new.mode2 .type {
  background-color: #f4c672;
}
.section .news .new.mode2 .name h3 {
  color: #f4c672;
}
.section .news .new.overdue.mode2 .name h3 {
  color: #ea6869;
}
.section .news .new.overdue.mode2 .name h3::before {
  content: "\f023";
}
.section .news .new.overdue.mode2 .name h3::after {
  content: " [已結束]";
}
.section .news .new.overdue .name h3 {
  color: #ea6869;
}
.section .news .new.overdue .name h3::before {
  content: "\f023";
}
.section .news .new.overdue .name h3::after {
  content: " [已結束]";
}
.section .news .new .type {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #f9ad54;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.125em;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
.section .news .new .name {
  width: calc(100% - 80px);
  margin-left: 14px;
  display: inline-block;
}
.section .news .new .name h3 {
  font-size: 12px;
  line-height: 18px;
  color: #f9ad54;
  letter-spacing: 0.05em;
}
.section .news .new .name h3::before {
  /* content: "\f017"; */
  font-family: FontAwesome;
  margin-right: 5px;
}
.section .news .new .name p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.section .news .new .name p.brief {
  font-size: 14px;
  color: #666;
}
.section .news .new .thumb {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  z-index: 1;
  background: #eee;
  margin-bottom: 20px;
}
.section .news .new .thumb img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .news::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section .lecturers .lecturer {
  display: inline-block;
  width: 22%;
  margin: 10px 1.5% 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.section .lecturers .lecturer a {
  text-decoration: none;
}
.section .lecturers .lecturer a:hover .thumb img, .section .lecturers .lecturer a:focus .thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}
.section .lecturers .lecturer .name {
  padding: 0 20px;
}
.section .lecturers .lecturer .name h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #f9ad54;
  letter-spacing: 0.05em;
  text-align: center;
}
.section .lecturers .lecturer .name h3::after {
  content: "-";
  display: block;
  color: #f4c672;
}
.section .lecturers .lecturer .name p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-align: left;
}
.section .lecturers .lecturer .name p::after {
  content: "\f10e";
  font-family: FontAwesome;
  display: block;
  color: #f4c672;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.section .lecturers .lecturer .thumb {
  position: relative;
  width: 80%;
  padding-top: 80%;
  margin: 0 auto;
  z-index: 1;
  background: #f9ad54;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-bottom: 20px;
}
.section .lecturers .lecturer .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .lecturers::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section .cases .case-set {
  display: flex;
  align-items: stretch;
}
.section .cases .case {
  display: inline-block;
  width: 30.33%;
  margin: 10px 1.5% 40px;
  position: relative;
  background: #f8f8f8;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.section .cases .case a {
  text-decoration: none;
}
.section .cases .case a:hover .thumb img, .section .cases .case a:focus .thumb img {
  transform: scale(1.1);
}
.section .cases .case a:hover .thumb::after, .section .cases .case a:focus .thumb::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}
.section .cases .case .adsign {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  text-align: right;
}
.section .cases .case .adsign > div {
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  background-color: #f4c672;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 2px 1px;
}
.section .cases .case .adsign > div::before {
  content: "";
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}
.section .cases .case .adsign > div.gg {
  background-color: #ea6869;
}
.section .cases .case .adsign > div.gg::before {
  content: "Google";
}
.section .cases .case .adsign > div.yt {
  background-color: #ea6869;
}
.section .cases .case .adsign > div.yt::before {
  content: "YouTube";
}
.section .cases .case .adsign > div.fb {
  background-color: #036eb7;
}
.section .cases .case .adsign > div.fb::before {
  content: "Facebook";
}
.section .cases .case .adsign > div.fp {
  background-color: #f4c672;
}
.section .cases .case .adsign > div.fp::before {
  content: "粉絲團代管";
}
.section .cases .case .adsign > div.yh {
  background-color: #7b0099;
}
.section .cases .case .adsign > div.yh::before {
  content: "Yahoo";
}
.section .cases .case .adsign > div.ig {
  background-color: #e40061;
}
.section .cases .case .adsign > div.ig::before {
  content: "Instagram";
}
.section .cases .case .adsign > div.line {
  background-color: #06c755;
}
.section .cases .case .adsign > div.line::before {
  content: "LINE LAP";
}
.section .cases .case .adsign > div.wom {
  background-color: #f9ad54;
}
.section .cases .case .adsign > div.wom::before {
  content: "口碑行銷";
}
.section .cases .case .name {
  padding: 0 20px;
}
.section .cases .case .name h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}
.section .cases .case .name h3::after {
  content: "-";
  display: block;
  color: #ccc;
}
.section .cases .case .name p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.section .cases .case .thumb {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #f9ad54;
  overflow: hidden;
  margin-bottom: 20px;
}
.section .cases .case .thumb img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .cases .case .thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.6) url("./images/detail.png") no-repeat center center;
  background-size: 75px 75px;
  position: absolute;
  z-index: 5;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  line-height: 100%;
  text-align: center;
  top: 8px;
  left: 8px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .cases::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section .mobile-slider {
  width: 100%;
  margin: 50px 0 50px;
}
.section .mobile-slider.about.about_inner {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.about.about_inner .item {
  margin: 0 5%;
  float: none;
}
.section .mobile-slider.about .item {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.section .mobile-slider.about .item:hover .icon, .section .mobile-slider.about .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.about .item:hover .icon::after, .section .mobile-slider.about .item:focus .icon::after {
  width: 10px;
  margin-left: -5px;
  bottom: -35px;
}
.section .mobile-slider.about .item:hover h3,
.section .mobile-slider.about .item:hover p, .section .mobile-slider.about .item:focus h3,
.section .mobile-slider.about .item:focus p {
  color: #000;
}
.section .mobile-slider.about .item .icon {
  width: 100%;
  height: 120px;
  margin: 50px 0 50px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.about .item .icon::after {
  content: "";
  width: 40px;
  height: 1px;
  border-top: 2px solid #f9ad54;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.about .item:nth-child(1) .icon {
  background: url("../images/about1.png") no-repeat center center;
  background-size: 111px 118px;
}
.section .mobile-slider.about .item:nth-child(2) .icon {
  background: url("../images/about2.png") no-repeat center center;
  background-size: 118px 111px;
}
.section .mobile-slider.about .item:nth-child(3) .icon {
  background: url("../images/about3.png") no-repeat center center;
  background-size: 118px 118px;
}
.section .mobile-slider.about .item:nth-child(4) .icon {
  background: url("../images/about4.png") no-repeat center center;
  background-size: 118px 118px;
}
.section .mobile-slider.about .item:nth-child(5) .icon {
  background: url("../images/about5.png") no-repeat center center;
  background-size: 97px 118px;
}
.section .mobile-slider.about .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.about .item p {
  padding: 10px 0;
  margin: 10px auto 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.google {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.google .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.google .item:hover .icon, .section .mobile-slider.google .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.google .item:hover p, .section .mobile-slider.google .item:focus p {
  color: #000;
}
.section .mobile-slider.google .item .icon {
  width: 100%;
  height: 190px;
  margin: 50px 0 50px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.google .item:nth-child(1) .icon {
  background: url("./images/google1.png") no-repeat center center;
  background-size: 185px 185px;
}
.section .mobile-slider.google .item:nth-child(2) .icon {
  background: url("./images/google2.png") no-repeat center center;
  background-size: 204px 189px;
}
.section .mobile-slider.google .item:nth-child(3) .icon {
  background: url("./images/google3.png") no-repeat center center;
  background-size: 202px 172px;
}
.section .mobile-slider.google .item p {
  padding: 0;
  margin: 0px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.facebook {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.facebook .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.facebook .item:hover .icon, .section .mobile-slider.facebook .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.facebook .item:hover p, .section .mobile-slider.facebook .item:focus p {
  color: #000;
}
.section .mobile-slider.facebook .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.facebook .item:nth-child(1) .icon {
  background: url("./images/facebook_set.png") no-repeat left top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item:nth-child(2) .icon {
  background: url("./images/facebook_set.png") no-repeat left -140px top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item:nth-child(3) .icon {
  background: url("./images/facebook_set.png") no-repeat left -280px top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item:nth-child(4) .icon {
  background: url("./images/facebook_set.png") no-repeat left -420px top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item:nth-child(5) .icon {
  background: url("./images/facebook_set.png") no-repeat left -560px top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item:nth-child(6) .icon {
  background: url("./images/facebook_set.png") no-repeat left -700px top;
  background-size: 840px 120px;
}
.section .mobile-slider.facebook .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.facebook .item p {
  padding: 10px 0;
  margin: 0 auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.fbpage {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.fbpage .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.fbpage .item:hover .icon, .section .mobile-slider.fbpage .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.fbpage .item:hover p, .section .mobile-slider.fbpage .item:focus p {
  color: #000;
}
.section .mobile-slider.fbpage .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.fbpage .item:nth-child(1) .icon {
  background: url("./images/facebook_set.png") no-repeat left top;
  background-size: 840px 120px;
}
.section .mobile-slider.fbpage .item:nth-child(3) .icon {
  background: url("./images/facebook_set.png") no-repeat left -140px top;
  background-size: 840px 120px;
}
.section .mobile-slider.fbpage .item:nth-child(2) .icon {
  background: url("./images/fbpage1.png") no-repeat center center;
  background-size: 140px 120px;
}
.section .mobile-slider.fbpage .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.fbpage .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.igpage {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.igpage .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.igpage .item:hover .icon, .section .mobile-slider.igpage .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.igpage .item:hover p, .section .mobile-slider.igpage .item:focus p {
  color: #000;
}
.section .mobile-slider.igpage .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.igpage .item:nth-child(1) .icon {
  background: url("./images/ig_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.igpage .item:nth-child(2) .icon {
  background: url("./images/ig_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.igpage .item:nth-child(3) .icon {
  background: url("./images/ig_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.igpage .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.igpage .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.line {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.line .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.line .item:hover .icon, .section .mobile-slider.line .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.line .item:hover p, .section .mobile-slider.line .item:focus p {
  color: #000;
}
.section .mobile-slider.line .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.line .item:nth-child(1) .icon {
  background: url("./images/line_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.line .item:nth-child(2) .icon {
  background: url("./images/line_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.line .item:nth-child(3) .icon {
  background: url("./images/line_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.line .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.line .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.kol {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.kol .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.kol .item:hover .icon, .section .mobile-slider.kol .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.kol .item:hover p, .section .mobile-slider.kol .item:focus p {
  color: #000;
}
.section .mobile-slider.kol .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.kol .item:nth-child(1) .icon {
  background: url("./images/kol_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.kol .item:nth-child(2) .icon {
  background: url("./images/kol_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.kol .item:nth-child(3) .icon {
  background: url("./images/kol_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.kol .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.kol .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.dcard {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.dcard .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.dcard .item:hover .icon, .section .mobile-slider.dcard .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.dcard .item:hover p, .section .mobile-slider.dcard .item:focus p {
  color: #000;
}
.section .mobile-slider.dcard .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.dcard .item:nth-child(1) .icon {
  background: url("./images/dcard_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.dcard .item:nth-child(2) .icon {
  background: url("./images/dcard_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.dcard .item:nth-child(3) .icon {
  background: url("./images/dcard_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.dcard .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.dcard .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.taboola {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.taboola .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.taboola .item:hover .icon, .section .mobile-slider.taboola .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.taboola .item:hover p, .section .mobile-slider.taboola .item:focus p {
  color: #000;
}
.section .mobile-slider.taboola .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.taboola .item:nth-child(1) .icon {
  background: url("./images/taboola_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.taboola .item:nth-child(2) .icon {
  background: url("./images/taboola_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.taboola .item:nth-child(3) .icon {
  background: url("./images/taboola_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.taboola .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.taboola .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.me {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.me .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.me .item:hover .icon, .section .mobile-slider.me .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.me .item:hover p, .section .mobile-slider.me .item:focus p {
  color: #000;
}
.section .mobile-slider.me .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.me .item:nth-child(1) .icon {
  background: url("./images/me_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.me .item:nth-child(2) .icon {
  background: url("./images/me_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.me .item:nth-child(3) .icon {
  background: url("./images/me_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.me .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.me .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.tiktok {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.tiktok .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.tiktok .item:hover .icon, .section .mobile-slider.tiktok .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.tiktok .item:hover p, .section .mobile-slider.tiktok .item:focus p {
  color: #000;
}
.section .mobile-slider.tiktok .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.tiktok .item:nth-child(1) .icon {
  background: url("./images/tiktok_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.tiktok .item:nth-child(2) .icon {
  background: url("./images/tiktok_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.tiktok .item:nth-child(3) .icon {
  background: url("./images/tiktok_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.tiktok .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.tiktok .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.yahoo {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.yahoo .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.yahoo .item:hover .icon, .section .mobile-slider.yahoo .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.yahoo .item:hover p, .section .mobile-slider.yahoo .item:focus p {
  color: #000;
}
.section .mobile-slider.yahoo .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.yahoo .item:nth-child(1) .icon {
  background: url("./images/yahoo_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.yahoo .item:nth-child(2) .icon {
  background: url("./images/yahoo_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.yahoo .item:nth-child(3) .icon {
  background: url("./images/yahoo_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.yahoo .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.yahoo .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.criteo {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.criteo .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.criteo .item:hover .icon, .section .mobile-slider.criteo .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.criteo .item:hover p, .section .mobile-slider.criteo .item:focus p {
  color: #000;
}
.section .mobile-slider.criteo .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.criteo .item:nth-child(1) .icon {
  background: url("./images/criteo_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.criteo .item:nth-child(2) .icon {
  background: url("./images/criteo_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.criteo .item:nth-child(3) .icon {
  background: url("./images/criteo_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.criteo .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.criteo .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.strategy {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.strategy .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.strategy .item:hover .icon, .section .mobile-slider.strategy .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.strategy .item:hover p, .section .mobile-slider.strategy .item:focus p {
  color: #000;
}
.section .mobile-slider.strategy .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.strategy .item:nth-child(1) .icon {
  background: url("./images/strategy_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.strategy .item:nth-child(2) .icon {
  background: url("./images/strategy_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.strategy .item:nth-child(3) .icon {
  background: url("./images/strategy_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.strategy .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.strategy .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.press {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.press .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.press .item:hover .icon, .section .mobile-slider.press .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.press .item:hover p, .section .mobile-slider.press .item:focus p {
  color: #000;
}
.section .mobile-slider.press .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.press .item:nth-child(1) .icon {
  background: url("./images/press_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.press .item:nth-child(2) .icon {
  background: url("./images/press_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.press .item:nth-child(3) .icon {
  background: url("./images/press_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.press .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.press .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.wom {
  text-align: center;
  margin: 0 0 50px;
}
.section .mobile-slider.wom .item {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  float: none;
  text-align: center;
}
.section .mobile-slider.wom .item:hover .icon, .section .mobile-slider.wom .item:focus .icon {
  top: -10px;
}
.section .mobile-slider.wom .item:hover p, .section .mobile-slider.wom .item:focus p {
  color: #000;
}
.section .mobile-slider.wom .item .icon {
  width: 140px;
  height: 120px;
  margin: 50px auto 30px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.wom .item:nth-child(1) .icon {
  background: url("./images/wom_set.png") no-repeat left top;
  background-size: 420px 120px;
}
.section .mobile-slider.wom .item:nth-child(2) .icon {
  background: url("./images/wom_set.png") no-repeat center top;
  background-size: 420px 120px;
}
.section .mobile-slider.wom .item:nth-child(3) .icon {
  background: url("./images/wom_set.png") no-repeat right top;
  background-size: 420px 120px;
}
.section .mobile-slider.wom .item h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider.wom .item p {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section .mobile-slider::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section.about .slider-btns {
  display: none;
  margin-bottom: 50px;
}
.section.blog {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  overflow: visible;
}
.section.blog::before {
  content: "\f15c";
  font-family: FontAwesome;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #f4c672;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 4px solid #fff;
  position: absolute;
  left: 50%;
  top: -27px;
  margin-left: -27px;
}
.section.blog.bind-lecturer {
  padding-top: 50px;
}
.section.blog.bind-lecturer::before {
  display: none;
}
.section.blog .lecturer {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.section.blog .lecturer img {
  width: 120px;
  position: relative;
  height: 120px;
  margin-top: -110px;
  border: 4px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.section.blog .lecturer h2 {
  font-size: 13px;
  color: #f9ad54;
  line-height: 30px;
  letter-spacing: 0.125em;
}
.section.blog .lecturer p {
  font-size: 18px;
  display: inline-block;
  color: #333;
  line-height: 30px;
  letter-spacing: 0.125em;
  text-align: center;
  white-space: nowrap;
}
.section.blog .lecturer p::after {
  content: "\f10e";
  font-family: FontAwesome;
  display: block;
  color: #f4c672;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.section.blog .content {
  width: 100%;
  margin-top: 0px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}
.section.blog .content address, .section.blog .content blockquote,
.section.blog .content dd, .section.blog .content div,
.section.blog .content dl, .section.blog .content dt, .section.blog .content fieldset, .section.blog .content form,
.section.blog .content frame, .section.blog .content frameset,
.section.blog .content h1, .section.blog .content h2, .section.blog .content h3, .section.blog .content h4,
.section.blog .content h5, .section.blog .content h6, .section.blog .content noframes,
.section.blog .content ol, .section.blog .content p, .section.blog .content ul, .section.blog .content center,
.section.blog .content dir, .section.blog .content hr, .section.blog .content menu, .section.blog .content pre {
  display: block;
  unicode-bidi: embed;
}
.section.blog .content li {
  display: list-item;
}
.section.blog .content head {
  display: none;
}
.section.blog .content table {
  display: table;
}
.section.blog .content tr {
  display: table-row;
}
.section.blog .content thead {
  display: table-header-group;
}
.section.blog .content tbody {
  display: table-row-group;
}
.section.blog .content tfoot {
  display: table-footer-group;
}
.section.blog .content col {
  display: table-column;
}
.section.blog .content colgroup {
  display: table-column-group;
}
.section.blog .content td, .section.blog .content th {
  display: table-cell;
}
.section.blog .content caption {
  display: table-caption;
}
.section.blog .content th {
  font-weight: bolder;
  text-align: center;
}
.section.blog .content caption {
  text-align: center;
}
.section.blog .content body {
  margin: 8px;
}
.section.blog .content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.section.blog .content h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.section.blog .content h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.section.blog .content h4, .section.blog .content p,
.section.blog .content blockquote, .section.blog .content ul,
.section.blog .content fieldset, .section.blog .content form,
.section.blog .content ol, .section.blog .content dl, .section.blog .content dir,
.section.blog .content menu {
  margin: 1.12em 0;
}
.section.blog .content h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.section.blog .content h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.section.blog .content h1, .section.blog .content h2, .section.blog .content h3, .section.blog .content h4,
.section.blog .content h5, .section.blog .content h6, .section.blog .content b,
.section.blog .content strong {
  font-weight: bolder;
}
.section.blog .content blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.section.blog .content i, .section.blog .content cite, .section.blog .content em,
.section.blog .content var, .section.blog .content address {
  font-style: italic;
}
.section.blog .content pre, .section.blog .content tt, .section.blog .content code,
.section.blog .content kbd, .section.blog .content samp {
  font-family: monospace;
}
.section.blog .content pre {
  white-space: pre;
}
.section.blog .content button, .section.blog .content textarea,
.section.blog .content input, .section.blog .content select {
  display: inline-block;
}
.section.blog .content big {
  font-size: 1.17em;
}
.section.blog .content small, .section.blog .content sub, .section.blog .content sup {
  font-size: 0.83em;
}
.section.blog .content sub {
  vertical-align: sub;
}
.section.blog .content sup {
  vertical-align: super;
}
.section.blog .content table {
  border-spacing: 2px;
}
.section.blog .content thead, .section.blog .content tbody,
.section.blog .content tfoot {
  vertical-align: middle;
}
.section.blog .content td, .section.blog .content th, .section.blog .content tr {
  vertical-align: inherit;
}
.section.blog .content s, .section.blog .content strike, .section.blog .content del {
  text-decoration: line-through;
}
.section.blog .content hr {
  border: 1px inset;
}
.section.blog .content ol, .section.blog .content ul, .section.blog .content dir,
.section.blog .content menu, .section.blog .content dd {
  margin-left: 40px;
}
.section.blog .content ol {
  list-style-type: decimal;
}
.section.blog .content ol ul, .section.blog .content ul ol,
.section.blog .content ul ul, .section.blog .content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.section.blog .content u, .section.blog .content ins {
  text-decoration: underline;
}
.section.blog .content br:before {
  content: "\a";
  white-space: pre-line;
}
.section.blog .content center {
  text-align: center;
}
.section.blog .content :link, .section.blog .content :visited {
  text-decoration: underline;
}
.section.blog .content :focus {
  outline: thin dotted invert;
}
.section.blog::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section.cases {
  width: 100%;
  overflow: hidden;
  max-width: none;
  background-color: #f9ad54;
}
.section.cases > h2,
.section.cases > h3 {
  color: #fff;
}
.section.cases .showcase {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
  z-index: 5;
  display: none;
}
.section.cases .showcase .cover {
  width: 50%;
  float: left;
}
.section.cases .showcase .cover a {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.section.cases .showcase .cover a img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section.cases .showcase .cover a:hover img, .section.cases .showcase .cover a:focus img {
  top: -10px;
  left: -4px;
}
.section.cases .showcase .info {
  width: 45%;
  float: right;
  padding-bottom: 50px;
  border-bottom: 5px solid #f4c672;
}
.section.cases .showcase .info .tags > div {
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  background-color: #f4c672;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
.section.cases .showcase .info .tags > div.gg, .section.cases .showcase .info .tags > div.yt {
  background-color: #ea6869;
}
.section.cases .showcase .info .tags > div.fb {
  background-color: #036eb7;
}
.section.cases .showcase .info .tags > div.fp {
  background-color: #f4c672;
}
.section.cases .showcase .info .tags > div.line {
  background-color: #f4c672;
}
.section.cases .showcase .info .tags > div.yh {
  background-color: #7b0099;
}
.section.cases .showcase .info .tags > div.ig {
  background-color: #e40061;
}
.section.cases .showcase .info .tags > div.green {
  background-color: #f9ad54;
}
.section.cases .showcase .info h3 {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.125em;
  color: #fff;
}
.section.cases .showcase .info h3::after {
  content: "-";
  display: block;
}
.section.cases .showcase .info p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.125em;
  color: #fff;
}
.section.cases .showcase::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.section.cases.insight::before {
  left: -25px;
}
.section.cases.insight::after {
  right: -50px;
}
.section.cases::before {
  content: "";
  position: absolute;
  width: 783px;
  height: 382px;
  top: -50px;
  left: -800px;
  background: url("./images/tra.png") no-repeat center center;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section.cases::after {
  content: "";
  position: absolute;
  width: 1042px;
  height: 388px;
  bottom: -100px;
  right: -1050px;
  background: url("./images/cker.png") no-repeat center center;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section.cases.case_inner {
  position: relative;
  background: #f9ad54;
  padding-bottom: 20px;
}
.section.cases.case_inner .slider-btns {
  display: none;
}
.section.cases.new_inner {
  position: relative;
  background: #666;
  padding-bottom: 20px;
}
.section.cases.new_inner.bind-lecturer {
  padding-bottom: 60px;
}
.section.cases.new_inner .showcase .info {
  border: 0;
  padding-bottom: 0;
}
.section.cases.new_inner .showcase .info h2 {
  margin: 20px 0;
  color: #f4c672;
  letter-spacing: 0.125em;
  font-size: 16px;
  text-align: left;
  line-height: 2;
}
.section.cases.new_inner .showcase .info h2::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f4c672;
}
.section.cases.new_inner .showcase .info button {
  font-size: 14px;
  line-height: 28px;
  padding: 0 30px;
}
.section.cases.new_inner .slider-btns {
  display: none;
}
.section.timeline {
  width: 100%;
  max-width: none;
}
.section.timeline::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block;
  left: 50%;
  margin-left: -50px;
  top: -45px;
  background: #fff url("./images/logo3.png") no-repeat center center;
  background-size: 60px 60px;
}
.section.timeline h2 {
  color: #ccc;
}
.section.timeline .group-line {
  position: relative;
  padding: 0;
  margin: 30px 0 0;
  height: 200px;
  overflow: hidden;
}
.section.timeline .group-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: 90px;
}
.section.timeline .group-line .arrow {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -150px;
  z-index: 15;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
  color: #f4c672;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}
.section.timeline .group-line .arrow::before {
  content: "\f053";
  font-family: FontAwesome;
}
.section.timeline .group-line .arrow.next {
  margin-left: 120px;
}
.section.timeline .group-line .arrow.next::before {
  content: "\f054";
}
.section.timeline .group-line .group {
  position: relative;
  top: 0;
  left: 150%;
  margin: 0;
  margin-left: -140px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  z-index: 10;
  width: 9999px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section.timeline .group-line .group.active {
  left: 50%;
}
.section.timeline .group-line .group li {
  display: inline-block;
  width: 280px;
  margin-right: 50px;
  position: relative;
  float: left;
}
.section.timeline .group-line .group li h3 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #f9ad54;
  line-height: 70px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.section.timeline .group-line .group li p {
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.125em;
}
.section.timeline .group-line .group li:hover::before, .section.timeline .group-line .group li:focus::before {
  width: 18px;
  height: 18px;
  background-color: #f9ad54;
}
.section.timeline .group-line .group li::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 90px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section.timeline .group-line .group li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 2;
  background: #f4c672;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 90px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.section.service {
  width: 100%;
  max-width: none;
  height: 700px;
  background: #f9ad54 url("./images/service1.png") no-repeat center center;
  background-size: 1043px 975px;
}
.section.service .member {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section.service .member > div {
  display: inline-block;
  width: 50%;
  position: absolute;
}
.section.service .member > div:nth-child(1) {
  top: 0;
  left: 0;
}
.section.service .member > div:nth-child(2) {
  top: 0;
  left: 50%;
}
.section.service .member > div:nth-child(3) {
  top: 500px;
  left: 0;
}
.section.service .member > div:nth-child(4) {
  top: 500px;
  left: 50%;
}
.section.service .member > div h3 {
  font-size: 24px;
  color: #f4c672;
  letter-spacing: 0.125em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.section.service .member > div p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.125em;
  line-height: 1.8;
}
.section.service .member > div.dis {
  display: block;
  height: 350px;
}
.section.service .board {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -225px;
  width: 450px;
  height: 450px;
  background: url("./images/service2.png") no-repeat center center;
  background-size: 449px 408.5px;
}

.blog-nav {
  background: #f4c672;
  padding: 0px 0 50px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.blog-nav.fixed {
  position: fixed;
  width: 100%;
  top: 50%;
  pointer-events: none;
  background: none;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.blog-nav.fixed.active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}
.blog-nav.fixed::before {
  display: none;
}
.blog-nav.fixed > div {
  max-width: none;
  pointer-events: none;
  width: 100%;
}
.blog-nav.fixed.green a {
  background: #f9ad54;
}
.blog-nav.fixed a {
  width: 50px;
  display: inline-block;
  pointer-events: auto;
  background: #f4c672;
  position: relative;
  overflow: hidden;
}
.blog-nav.fixed a.prev {
  text-align: center;
  padding: 30px 5px;
  border: none;
  float: left;
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}
.blog-nav.fixed a.prev h3 {
  line-height: 24px;
}
.blog-nav.fixed a.prev h3::before {
  display: block;
  font-size: 24px;
  margin: 0px;
}
.blog-nav.fixed a.next {
  text-align: center;
  padding: 30px 5px;
  border: none;
  float: right;
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
.blog-nav.fixed a.next h3 {
  line-height: 24px;
}
.blog-nav.fixed a.next h3::after {
  display: none;
}
.blog-nav.fixed a.next h3::before {
  content: "\f054";
  font-family: FontAwesome;
  display: block;
  font-size: 24px;
  margin: 0px;
}
.blog-nav.fixed a span {
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.blog-nav.fixed a:hover {
  width: 150px;
  background: #333;
}
.blog-nav.fixed a:hover span {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
.blog-nav.fixed a p {
  display: none;
}
.blog-nav::before {
  content: "";
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 40px;
  margin: 0px auto 0;
  position: relative;
  top: -20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.blog-nav > div {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-nav > div::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.blog-nav a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.blog-nav a h3 {
  font-size: 12px;
  color: #fff;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.125em;
  position: relative;
  z-index: 5;
}
.blog-nav a p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}
.blog-nav a.prev {
  text-align: left;
  padding-left: 8px;
  padding-right: 10%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}
.blog-nav a.prev h3::before {
  content: "\f053";
  font-family: FontAwesome;
  margin-right: 5px;
}
.blog-nav a.next {
  text-align: right;
  padding-right: 8px;
  padding-left: 10%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
}
.blog-nav a.next h3::after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 5px;
}
.spliter {
  width: 100%;
  overflow: hidden;
}
.spliter.red {
  background: #ea6869;
}
.spliter.red h3 {
  color: #f4c672;
}
.spliter.red p {
  color: #fff;
}
.spliter.pink {
  background: #e40061;
}
.spliter.pink h3 {
  color: #fff;
}
.spliter.pink p {
  color: #fff;
}
.spliter.yellow {
  background: #f4c672;
}
.spliter.yellow h3 {
  color: #fff;
}
.spliter.green {
  background: #f9ad54;
}
.spliter.blue {
  background: #036eb7;
}
.spliter.blue h3 {
  color: #f4c672;
}
.spliter.blue p {
  color: #fff;
}
.spliter.line {
  background: #06c755;
}
.spliter.line h3 {
  color: #f4c672;
}
.spliter.line p {
  color: #fff;
}
.spliter.yahoo {
  background: #7b0099;
}
.spliter.yahoo h3 {
  color: #f4c672;
}
.spliter.yahoo p {
  color: #fff;
}
.spliter.criteo {
  background-color: #fe5000 !important;
}
.spliter.criteo h3 {
  color: #fff;
}
.spliter.criteo p {
  color: #fff;
}
.spliter.wom {
  background: #f9ad54;
}
.spliter.wom h3 {
  color: #f4c672;
}
.spliter.wom p {
  color: #fff;
}
.spliter.tiktok {
  background: #333;
}
.spliter.tiktok h3 {
  color: #00f0e9;
}
.spliter.tiktok p {
  color: #fff;
}
.spliter.reverse .txt {
  float: right;
}
.spliter.reverse .icon {
  float: left;
}
.spliter.reverse .icon .item {
  margin-left: -200%;
}
.spliter.verticle .txt {
  width: 100%;
  float: none;
  text-align: center;
}
.spliter.verticle .icon {
  width: 100%;
  float: none;
}
.spliter.verticle .icon .item {
  transform: scale(0);
  margin-left: 0;
}
.spliter.bg1 {
  background: #ea6869 url("./images/google6.png") no-repeat right center;
  background-size: auto 110%;
}
.spliter.bg2 {
  background: #fff url("./images/facebook1.png") no-repeat left center;
  background-size: auto 120%;
}
.spliter.bg3 {
  background: #fff url("./images/youtube2.png") no-repeat right -30px bottom;
  background-size: auto 120%;
}
.spliter.bg4 {
  background: #f4c672 url("./images/linechart2.png") no-repeat right bottom;
  background-size: 60% auto;
}
.spliter.bg5 {
  background: #fff url("./images/ig1.png") no-repeat left center;
  background-size: auto 120%;
}
.spliter h3 {
  font-size: 36px;
  letter-spacing: 0.125em;
  line-height: 1.5;
  color: #f9ad54;
  margin: 0 0 20px;
}
.spliter p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.125em;
  color: #333;
}
.spliter p span {
  font-weight: bold;
  display: block;
  margin: 8px 0;
}
.spliter .txt {
  width: 45%;
  float: left;
  padding: 60px 10% 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spliter .txt.red h3 {
  color: #ea6869;
}
.spliter .txt.line h3 {
  color: #06c755;
}
.spliter .txt.yahoo h3 {
  color: #7b0099;
}
.spliter .txt.criteo h3 {
  color: #fe5000;
}
.spliter .txt.yellow h3 {
  color: #f4c672;
}
.spliter .txt.blue h3 {
  color: #036eb7;
}
.spliter .txt.pink h3 {
  color: #e40061;
}
.spliter .icon {
  width: 55%;
  float: right;
  text-align: center;
}
.spliter .icon .item {
  margin-left: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.spliter .icon.active .item {
  margin-left: 0;
  transform: scale(1);
}
.spliter .other {
  text-align: center;
  margin-bottom: 80px;
}
.spliter .other .item {
  display: inline-block;
  width: 185px;
  text-align: center;
  margin: 0 20px;
}
.spliter .other .item .icon {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background: #fff;
}
.spliter .other .item:nth-child(1) .icon {
  background: #fff url("./images/tech.jpg") no-repeat left top;
  background-size: 500px 100px;
}
.spliter .other .item:nth-child(2) .icon {
  background: #fff url("./images/tech.jpg") no-repeat left -100px top;
  background-size: 500px 100px;
}
.spliter .other .item:nth-child(3) .icon {
  background: #fff url("./images/tech.jpg") no-repeat left -200px top;
  background-size: 500px 100px;
}
.spliter .other .item:nth-child(4) .icon {
  background: #fff url("./images/tech.jpg") no-repeat left -300px top;
  background-size: 500px 100px;
}
.spliter .other .item:nth-child(5) .icon {
  background: #fff url("./images/tech.jpg") no-repeat left -400px top;
  background-size: 500px 100px;
}
.spliter .other .item h3 {
  font-size: 24px;
  letter-spacing: 0.125em;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.spliter .other .item p {
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 0.125em;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.spliter::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.footer {
  position: relative;
}
.footer.red::before {
  border-color: #ea6869 transparent transparent transparent;
}
.footer.line::before {
  border-color: #06c755 transparent transparent transparent;
}
.footer.yahoo::before {
  border-color: #7b0099 transparent transparent transparent;
}
.footer.criteo::before {
  border-color: #fe5000 transparent transparent transparent;
}
.footer.blue::before {
  border-color: #036eb7 transparent transparent transparent;
}
.footer.yellow::before {
  border-color: #f4c672 transparent transparent transparent;
}
.footer.green::before {
  border-color: #f9ad54 transparent transparent transparent;
}
.footer.pink::before {
  border-color: #e40061 transparent transparent transparent;
}
.footer.green2::before {
  border-color: #177c75 transparent transparent transparent;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}
.footer .contact {
  width: 90%;
  max-width: 1200px;
  padding: 50px 0;
  border-top: 5px solid #f9ad54;
  margin: 0 auto;
}
.footer .contact button {
  margin: 0;
}
.footer .contact > div {
  display: inline-block;
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8%;
}
.footer .contact > div:last-child {
  width: 66.66%;
}
.footer .contact > div:last-child > div {
  display: inline-block;
  float: left;
  width: 50%;
}
.footer .contact > div:last-child .certificate {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  width: 100%;
  padding: 30px 0 0;
}
.footer .contact > div:last-child .certificate img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer .contact h3 {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1.8;
  color: #f9ad54;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .contact p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.footer .contact a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-decoration: none;
  margin-right: 5px;
}
.footer .contact a:hover, .footer .contact a:focus {
  color: #f4c672;
}
.footer .contact::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.footer .copyright {
  background: #333;
  padding: 12px 0;
}
.footer .copyright > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  line-height: 1.8;
  color: #aaa;
  letter-spacing: 0.05em;
}
.footer .copyright > div a {
  text-decoration: none;
  color: #aaa;
}
.footer .copyright > div a:hover, .footer .copyright > div a:focus {
  color: #f4c672;
}
.footer .copyright > div a:first-child {
  float: left;
}
.footer .copyright > div a.cms::before {
  content: "\f013";
  font-family: FontAwesome;
}
.footer .ads {
  padding: 80px 0;
  /* background: url("./images/ad.jpg") no-repeat center center;
  background-size: cover; */
  position: relative;
}
.footer .ads::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.footer .ads > div {
  z-index: 5;
  position: relative;
}
.footer .ads .ad {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .ads .ad .item {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}
.footer .ads .ad .item.red h2 {
  color: #ea6869;
}
.footer .ads .ad .item.line h2 {
  color: #06c755;
}
.footer .ads .ad .item.yahoo h2 {
  color: #7b0099;
}
.footer .ads .ad .item.criteo h2 {
  color: #fe5000;
}
.footer .ads .ad .item.pink h2 {
  color: #e40061;
}
.footer .ads .ad .item.green h2 {
  color: #f9ad54;
}
.footer .ads .ad .item.blue h2 {
  color: #036eb7;
}
.footer .ads .ad .item h3 {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 40px;
}
.footer .ads .ad .item h2 {
  font-size: 80px;
  color: #f4c672;
  font-family: "century gothic";
  letter-spacing: 0.1em;
  line-height: 100px;
}
.footer .ads .ad .item h2::after {
  content: "個客戶使用";
  font-size: 14px;
  display: block;
  font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Heiti TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif, Arial, Helvetica;
  letter-spacing: 0.125em;
  line-height: 30px;
  color: #fff;
}
.footer .ads .ad::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.footer .ads .wording {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.125em;
}
.footer .ads .wording span {
  width: calc(50% - 200px);
  display: inline-block;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}

.compares {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #f9ad54;
  background-image: -webkit-linear-gradient(transparent 140px, rgba(0, 0, 0, 0.1) 140px, rgba(0, 0, 0, 0.1) 315px, transparent 315px, transparent 456px, rgba(0, 0, 0, 0.1) 456px, rgba(0, 0, 0, 0.1) 597px, transparent 597px);
  background-image: -moz-linear-gradient(transparent 140px, rgba(0, 0, 0, 0.1) 140px, rgba(0, 0, 0, 0.1) 315px, transparent 315px, transparent 456px, rgba(0, 0, 0, 0.1) 456px, rgba(0, 0, 0, 0.1) 597px, transparent 597px);
  background-image: -ms-linear-gradient(transparent 140px, rgba(0, 0, 0, 0.1) 140px, rgba(0, 0, 0, 0.1) 315px, transparent 315px, transparent 456px, rgba(0, 0, 0, 0.1) 456px, rgba(0, 0, 0, 0.1) 597px, transparent 597px);
  background-image: -o-linear-gradient(transparent 140px, rgba(0, 0, 0, 0.1) 140px, rgba(0, 0, 0, 0.1) 315px, transparent 315px, transparent 456px, rgba(0, 0, 0, 0.1) 456px, rgba(0, 0, 0, 0.1) 597px, transparent 597px);
  background-image: linear-gradient(transparent 140px, rgba(0, 0, 0, 0.1) 140px, rgba(0, 0, 0, 0.1) 315px, transparent 315px, transparent 456px, rgba(0, 0, 0, 0.1) 456px, rgba(0, 0, 0, 0.1) 597px, transparent 597px);
  text-align: center;
}
.compares .compare {
  display: inline-block;
}
.compares .compare:first-child > div:first-child {
  display: none;
}
.compares .compare > div {
  display: inline-block;
  padding-bottom: 50px;
}
.compares .compare > div:nth-child(1) {
  width: 150px;
}
.compares .compare > div:nth-child(1) > div {
  font-size: 18px;
  color: #f4c672;
  line-height: 1.8;
  border-bottom: 1px solid transparent;
}
.compares .compare > div:nth-child(1) > div:first-child {
  margin-bottom: 4px;
}
.compares .compare > div:nth-child(1) > div:last-child {
  border: 0;
}
.compares .compare > div:nth-child(2) {
  width: 350px;
  background-color: #f7f7f7;
  position: relative;
}
.compares .compare > div:nth-child(2) > div {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
}
.compares .compare > div:nth-child(2) > div:last-child {
  border: 0;
}
.compares .compare > div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  background: url("./images/side.png") repeat-x left bottom;
  top: -29px;
}
.compares .compare > div > div {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.compares .compare > div > div.title {
  font-size: 36px;
  line-height: 100px;
  color: #999;
  border-bottom: 5px solid #333;
}
.compares .compare > div > div.title.check {
  color: #f9ad54;
}
.compares .compare > div > div.title.check::before {
  content: "\f00c";
  color: #ea6869;
  margin-right: 8px;
  line-height: 80px;
  vertical-align: top;
  font-family: FontAwesome;
}
.compares .compare > div > div:nth-child(1) {
  height: 100px;
}
.compares .compare > div > div:nth-child(2) {
  height: 130px;
}
.compares .compare > div > div:nth-child(3) {
  height: 100px;
}
.compares .compare > div > div:nth-child(4) {
  height: 100px;
}

.slider-btns {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.slider-btns li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.slider-btns li.active {
  background-color: #f4c672;
}

.split-line {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  height: 1px;
  border-top: 1px solid #f9ad54;
}
.split-line::before {
  content: "";
  display: block;
  position: relative;
  top: -30px;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  
  background-size: 60px 60px;
}

button {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  padding: 0 50px;
  letter-spacing: 0.125em;
  background-color: #ea6869;
  border: 0;
  outline: none;
  cursor: pointer;
  display: block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #ea6869;
  white-space: nowrap;
  pointer-events: auto;
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}
button.green {
  background-color: #f9ad54;
  border: 1px solid #f9ad54;
}
button.green:hover, button.green:focus {
  color: #f9ad54;
}
button.yellow {
  background-color: #f4c672;
  border: 1px solid #f4c672;
}
button.yellow:hover, button.yellow:focus {
  color: #f4c672;
}
button.course::before {
  content: "我要報名 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f4c672;
}
button.latest::before {
  content: "活動連結 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f9ad54;
}
button.latest_nolink {
  color: #333;
  pointer-events: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
button.latest_nolink::before {
  content: "活動時間 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #333;
}
button.course_nolink {
  pointer-events: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
button.course_nolink::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f4c672;
}
button.overdue {
  background-color: #ea6869;
  border: 1px solid #ea6869;
  pointer-events: none;
}
button.overdue::before {
  content: "\f023";
  font-family: FontAwesome;
  margin-right: 5px;
}
button.overdue::after {
  content: " [已結束]";
}
button:hover, button:focus {
  color: #ea6869;
  background-color: rgba(255, 255, 255, 0);
}

#ok {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  padding: 0 50px;
  letter-spacing: 0.125em;
  background-color: #ea6869;
  border: 0;
  outline: none;
  cursor: pointer;
  display: block;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ea6869;
  white-space: nowrap;
  pointer-events: auto;
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}
#ok.green {
  background-color: #f9ad54;
  border: 1px solid #f9ad54;
}
#ok.green:hover, #ok.green:focus {
  color: #f9ad54;
}
#ok.yellow {
  background-color: #f4c672;
  border: 1px solid #f4c672;
}
#ok.yellow:hover, #ok.yellow:focus {
  color: #f4c672;
}
#ok.course::before {
  content: "我要報名 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f4c672;
}
#ok.latest::before {
  content: "活動連結 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f9ad54;
}
#ok.latest_nolink {
  color: #333;
  pointer-events: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#ok.latest_nolink::before {
  content: "活動時間 \f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #333;
}
#ok.course_nolink {
  pointer-events: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#ok.course_nolink::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f4c672;
}
#ok.overdue {
  background-color: #ea6869;
  border: 1px solid #ea6869;
  pointer-events: none;
}
#ok.overdue::before {
  content: "\f023";
  font-family: FontAwesome;
  margin-right: 5px;
}
#ok.overdue::after {
  content: " [已結束]";
}
#ok:hover, #ok:focus {
  color: #ea6869;
  background-color: rgba(255, 255, 255, 0);
}

a.ig {
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: alpha(opacity=20);
  pointer-events: none;
}

a.fb {
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #3b5998;
}
a.fb:hover::after, a.fb:focus::after {
  color: #fff;
}
a.fb::after {
  content: "\f09a";
  line-height: 43px;
  font-size: 25px;
  color: #fff;
  font-family: FontAwesome;
}

a.ig {
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  text-align: center;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
a.ig:hover::after, a.ig:focus::after {
  color: #fff;
}
a.ig::after {
  content: "\f16d";
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-family: FontAwesome;
}

.social-share {
  margin-top: 50px;
  text-align: center;
}
.social-share::before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  color: #666;
  line-height: 50px;
  margin-right: 8px;
}
.social-share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin: 0 2px;
}
.social-share a.facebook {
  background: #3e61a6;
}
.social-share a.facebook::before {
  content: "\f09a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  line-height: 50px;
}
.social-share a.lineat {
  background: #00c300 url(./images/line.png) no-repeat center;
  background-size: 31px 31px;
}
.social-share a.googleplus {
  background: #dc5043 url(./images/googleplus.png) no-repeat center;
  background-size: 31px 31px;
}

@media screen and (max-width: 850px) {
  .nav {
    height: 50px;
  }
  .nav > div {
    display: inline-block;
  }
  .nav.index {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
  }
  .nav.index .logo {
    margin: 0px;
  }
  .nav.index .logo a {
    width: 100%;
    height: 100%;
    background: url("./images/logo.png") no-repeat center center;
    background-size: auto 30px;
  }
  .nav.index .logo a span {
    display: none;
  }
  .nav.index .tool {
    display: none;
  }
  .nav.index .menu {
    display: none;
  }
  .nav .logo {
    width: 150px;
  }
  .nav .logo a {
    background-size: auto 30px;
  }
  .nav .menu,
  .nav .tool {
    display: none;
  }
  .nav .mobile-menu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: right;
    max-height: 50px;
  }
  .nav .mobile-menu.active {
    max-height: none;
  }
  .nav .mobile-menu.active .trig::before {
    content: "\f00d";
  }
  .nav .mobile-menu.active .menu-area {
    right: -100px;
  }
  .nav .mobile-menu.active .menu-area-bg {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav .mobile-menu .call {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav .mobile-menu .call a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .nav .mobile-menu .call a::before {
    content: "\f095";
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 20px;
    color: #f9ad54;
  }
  .nav .mobile-menu .trig {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background: #f9ad54;
  }
  .nav .mobile-menu .trig::before {
    content: "\f0c9";
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 20px;
    color: #f4c672;
  }
  .nav .mobile-menu .menu-area {
    display: block;
    position: relative;
    top: 0px;
    right: -100%;
    height: calc(100vh - 50px);
    background-color: #f9ad54;
    overflow: auto;
    text-align: left;
    text-indent: 20px;
    z-index: 5;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .nav .mobile-menu .menu-area a {
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav .mobile-menu .menu-area a.red {
    background: #ea6869;
  }
  .nav .mobile-menu .menu-area a.yellow {
    background: #f4c672;
  }
  .nav .mobile-menu .menu-area .col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .nav .mobile-menu .menu-area > div {
    position: relative;
    z-index: 2;
    outline: none;
  }
  .nav .mobile-menu .menu-area > div:hover:nth-child(1) > a::after, .nav .mobile-menu .menu-area > div:hover:nth-child(2) > a::after, .nav .mobile-menu .menu-area > div:focus:nth-child(1) > a::after, .nav .mobile-menu .menu-area > div:focus:nth-child(2) > a::after {
    content: "";
  }
  .nav .mobile-menu .menu-area > div:hover .sub-menu a, .nav .mobile-menu .menu-area > div:focus .sub-menu a {
    max-height: 50px;
  }
  .nav .mobile-menu .menu-area > div:nth-child(1) > a, .nav .mobile-menu .menu-area > div:nth-child(2) > a {
    position: relative;
  }
  .nav .mobile-menu .menu-area > div:nth-child(1) > a::after, .nav .mobile-menu .menu-area > div:nth-child(2) > a::after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 120px;
  }
  .nav .mobile-menu .menu-area > div .sub-menu a {
    background: #333;
    border: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .nav .mobile-menu .menu-area > div .sub-menu.col2 a {
    width: calc(50% - 50px);
  }
  .nav .mobile-menu .menu-area-bg {
    display: block;
    position: absolute;
    top: 50px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .banners {
    height: 180px;
  }
  .banners.index {
    background: #f7f7f7 url("../images/case/back.jpg") no-repeat center bottom;
    /* background-size: 240% auto; */
  }
  .banners.contact .content_inner {
    top: 10px;
  }
  .banners .content p,
  .banners .content_inner p {
    font-size: 18px;
  }
  .banners .content svg,
  .banners .content_inner svg {
    width: 100%;
    height: 130px;
    font-size: 55px;
    letter-spacing: 0.01em;
    font-weight: bold;
  }
  .banners .content .m-ants,
  .banners .content_inner .m-ants {
    display: block;
  }
  .banners .content .g-ants,
  .banners .content_inner .g-ants {
    display: none;
  }
  .banners .broadcast {
    display: none;
  }
  .banners .anim {
    background: rgba(0, 0, 0, 0);
  }
  .section {
    overflow: hidden;
    padding: 30px 0;
  }
  .section > h2 {
    font-size: 36px;
  }
  .section > h3 {
    font-size: 18px;
  }
  .section .news.news_inner .new {
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
  }
  .section .news.news_inner .new .type {
    top: -10px;
  }
  .section .news.news_inner .new .name {
    width: 100%;
    margin-left: 0;
  }
  .section .news .new {
    width: 100%;
    padding: 0px;
    border: none;
  }
  .section .lecturers .lecturer {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 50px;
    float: none;
  }
  .section.blog {
    margin-top: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .section.blog .content {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .section .cases .case-set {
    display: block;
  }
  .section .cases .case {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    float: none;
  }
  .section .cases .case .adsign {
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
  }
  .section .cases .case .thumb::after {
    background-size: 50px 50px;
  }
  .section .mobile-slider {
    margin: 50px 0 50px;
    overflow: hidden;
  }
  .section .mobile-slider.about.about_inner {
    text-align: left;
  }
  .section .mobile-slider.about.about_inner .item {
    width: 300px;
    margin: 0;
    float: left;
  }
  .section .mobile-slider.about.about_inner .item p {
    width: 90%;
    max-width: 250px;
  }
  .section .mobile-slider.about .items {
    width: 1500px;
    position: relative;
    left: calc(50% - 150px);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .section .mobile-slider.google {
    text-align: left;
  }
  .section .mobile-slider.google .item {
    width: 300px;
    margin: 0;
    float: left;
  }
  .section .mobile-slider.google .item p {
    width: 90%;
    max-width: 250px;
  }
  .section .mobile-slider.google .items {
    width: 900px;
    position: relative;
    left: calc(50% - 150px);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .section .mobile-slider.facebook {
    text-align: left;
  }
  .section .mobile-slider.facebook .item {
    width: 300px;
    margin: 0;
    float: left;
  }
  .section .mobile-slider.facebook .item p {
    width: 90%;
    max-width: 250px;
  }
  .section .mobile-slider.facebook .items {
    width: 1800px;
    position: relative;
    left: calc(50% - 150px);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .section .mobile-slider.tiktok, .section .mobile-slider.taboola, .section .mobile-slider.me, .section .mobile-slider.kol, .section .mobile-slider.dcard, .section .mobile-slider.igpage, .section .mobile-slider.yahoo, .section .mobile-slider.wom, .section .mobile-slider.line, .section .mobile-slider.criteo, .section .mobile-slider.strategy, .section .mobile-slider.press {
    text-align: left;
  }
  .section .mobile-slider.tiktok .item, .section .mobile-slider.taboola .item, .section .mobile-slider.me .item, .section .mobile-slider.kol .item, .section .mobile-slider.dcard .item, .section .mobile-slider.igpage .item, .section .mobile-slider.yahoo .item, .section .mobile-slider.wom .item, .section .mobile-slider.line .item, .section .mobile-slider.criteo .item, .section .mobile-slider.strategy .item, .section .mobile-slider.press .item {
    width: 300px;
    margin: 0;
    float: left;
  }
  .section .mobile-slider.tiktok .item p, .section .mobile-slider.taboola .item p, .section .mobile-slider.me .item p, .section .mobile-slider.kol .item p, .section .mobile-slider.dcard .item p, .section .mobile-slider.igpage .item p, .section .mobile-slider.yahoo .item p, .section .mobile-slider.wom .item p, .section .mobile-slider.line .item p, .section .mobile-slider.criteo .item p, .section .mobile-slider.strategy .item p, .section .mobile-slider.press .item p {
    width: 90%;
    max-width: 250px;
  }
  .section .mobile-slider.tiktok .items, .section .mobile-slider.taboola .items, .section .mobile-slider.me .items, .section .mobile-slider.kol .items, .section .mobile-slider.dcard .items, .section .mobile-slider.igpage .items, .section .mobile-slider.yahoo .items, .section .mobile-slider.wom .items, .section .mobile-slider.line .items, .section .mobile-slider.criteo .items, .section .mobile-slider.strategy .items, .section .mobile-slider.press .items {
    width: 1800px;
    position: relative;
    left: calc(50% - 150px);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .section .mobile-slider.fbpage {
    text-align: left;
  }
  .section .mobile-slider.fbpage .item {
    width: 300px;
    margin: 0;
    float: left;
  }
  .section .mobile-slider.fbpage .item p {
    width: 90%;
    max-width: 250px;
  }
  .section .mobile-slider.fbpage .items {
    width: 900px;
    position: relative;
    left: calc(50% - 150px);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .section.about {
    width: 100%;
  }
  .section.about .slider-btns {
    display: block;
  }
  .section.about > h2 {
    padding: 0 5%;
  }
  .section.about > h3 {
    padding: 0 5%;
  }
  .section.cases.case_inner .showcase {
    width: 100%;
    margin: 20px auto 40px;
  }
  .section.cases.case_inner .showcase .cover {
    position: relative;
    z-index: 1;
  }
  .section.cases.case_inner .showcase .cover::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* Standard syntax (must be last) */
  }
  .section.cases.case_inner .showcase .info {
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 5;
  }
  .section.cases.new_inner .showcase {
    width: 100%;
    margin: 20px auto 40px;
  }
  .section.cases.new_inner .showcase .cover {
    position: relative;
    z-index: 1;
  }
  .section.cases.new_inner .showcase .cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* Standard syntax (must be last) */
  }
  .section.cases.new_inner .showcase .info {
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
  .section.cases .showcase .cover {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .section.cases .showcase .info {
    width: 100%;
    float: none;
    padding-bottom: 30px;
    border-bottom: 2px solid #f4c672;
  }
  .section.cases .showcase .info .tags > div {
    padding: 6px 10px;
  }
  .section.cases .showcase .info h3 {
    font-size: 18px;
  }
  .section.cases .showcase .info p {
    font-size: 14px;
  }
  .section.timeline {
    overflow: visible;
    padding-top: 50px;
  }
  .section.service {
    width: 100%;
    max-width: none;
    height: 700px;
    background: #f9ad54 url("./images/service1.png") no-repeat center center;
    background-size: 909px 850px;
  }
  .section.service .member > div:nth-child(1) {
    top: 50px;
    left: 0;
  }
  .section.service .member > div:nth-child(2) {
    top: 50px;
    left: 50%;
  }
  .section.service .member > div:nth-child(3) {
    top: 500px;
    left: 0;
  }
  .section.service .member > div:nth-child(4) {
    top: 500px;
    left: 50%;
  }
  .section.service .member > div h3 {
    font-size: 18px;
  }
  .section.service .member > div p {
    font-size: 14px;
    color: #000;
  }
  .section.service .board {
    transform: scale(0.6);
  }
  .spliter.reverse .txt {
    float: none;
  }
  .spliter.reverse .icon {
    float: none;
  }
  .spliter.bg1 {
    background: #ea6869;
  }
  .spliter.bg2 {
    background: #fff url("./images/facebook1.png") no-repeat left bottom;
    background-size: auto 60%;
  }
  .spliter.bg3 {
    background: #fff url("./images/youtube2.png") no-repeat center bottom;
    background-size: auto 60%;
  }
  .spliter.bg4 {
    background-size: 100% auto;
  }
  .spliter.bg5 {
    background: #fff url("./images/ig1.png") no-repeat left bottom;
    background-size: auto 60%;
  }
  .spliter h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .spliter p {
    font-size: 18px;
  }
  .spliter .txt {
    width: 100%;
    padding: 50px 10% 20px;
    float: none;
  }
  .spliter .icon {
    width: 100%;
    float: none;
  }
  .spliter .icon .item img {
    max-width: 90%;
  }
  .spliter .other .item {
    width: 41%;
    max-width: 185px;
    margin: 0 4% 20px;
  }
  .spliter .other .item h3 {
    font-size: 18px;
  }
  .spliter .other .item p {
    font-size: 14px;
  }
  .footer .contact button {
    margin: 0 auto;
  }
  .footer .contact > div {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer .contact > div:last-child {
    width: 100%;
  }
  .footer .contact > div:last-child > div {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .copyright > div {
    text-align: center;
  }
  .footer .copyright > div a:first-child {
    float: none;
    display: block;
  }
  .footer .ads .ad {
    width: 100%;
    text-align: center;
  }
  .footer .ads .ad .item {
    display: inline-block;
    width: 49%;
    float: none;
    margin-bottom: 30px;
  }
  .footer .ads .ad .item h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .footer .ads .ad .item h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .footer .ads .ad .item h2::before {
    line-height: 10px;
    margin-bottom: 20px;
  }
  .footer .ads .ad .item h2::after {
    font-size: 12px;
  }
  .footer .ads .wording {
    margin: 40px auto 80px;
    font-size: 18px;
  }
  .compares {
    background-image: none;
  }
  .compares .compare {
    display: block;
  }
  .compares .compare > div {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .compares .compare > div:nth-child(1) {
    width: 30%;
    text-align: right;
  }
  .compares .compare > div:nth-child(1) > div {
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .compares .compare > div:nth-child(2) {
    text-align: left;
    width: 70%;
    background-color: #f4c672;
  }
  .compares .compare > div:nth-child(2)::after {
    display: none;
  }
  .compares .compare > div:nth-child(2) > div {
    font-size: 13px;
    border-color: rgb(255, 255, 255);
  }
  .compares .compare > div > div {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .compares .compare > div > div.title {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
  }
  .compares .compare > div > div.title.check::before {
    line-height: 60px;
  }
  .compares .compare > div > div:nth-child(1) {
    height: 70px;
  }
  .compares .compare > div > div:nth-child(2) {
    height: 90px;
  }
  .compares .compare > div > div:nth-child(3) {
    height: 70px;
  }
  .compares .compare > div > div:nth-child(4) {
    height: 70px;
  }
  .compares .compare:first-child > div:first-child {
    display: inline-block;
  }
  .compares .compare::after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
  }
  .consultant {
    width: 100%;
    margin: 50px auto 0;
    display: block;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .consultant .hideOnPc {
    display: block;
  }
  .consultant .hideOnMobile {
    display: none;
  }
  .consultant > div {
    float: none;
  }
  .consultant .form {
    width: 100%;
    padding-top: 20px;
    background: #fff;
  }
  .consultant .form form {
    width: 80%;
    max-width: 420px;
    margin: 0 auto;
  }
  .consultant .form.mapin {
    height: 70%;
  }
  .consultant .form .label.name {
    width: 100%;
    display: block;
  }
  .consultant .form .label.phone {
    width: 100%;
    display: block;
    float: none;
  }
  .consultant .form .label.other {
    width: 100%;
    display: block;
    float: none;
  }
  .consultant .form .label .ads .ad {
    width: 48%;
  }
  .consultant .contact {
    width: 100%;
  }
  .consultant .contact .map {
    position: relative;
    bottom: 0;
  }
  .g-recaptcha {
    margin: 0 auto;
    text-align: center;
  }
  .blog-nav.fixed {
    display: none;
  }
  .blog-nav a {
    display: block;
    width: 100%;
  }
  .blog-nav a.prev, .blog-nav a.next {
    border: 0;
    text-align: center;
    padding: 0 10%;
  }
  .blog-nav a:nth-child(2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1280px) {
  .nav .menu > div {
    width: 100px;
    overflow: visible;
  }
  .compares .compare > div:nth-child(1) {
    width: 200px;
  }
  .compares .compare > div:nth-child(2) {
    width: 450px;
  }
}