@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
}

body, button, input, select, textarea {
  font: 400 1rem/1 'Microsoft JhengHei', 'Lantinghei SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

input, textarea {
  font-size: initial;
  line-height: normal;
  font-family: 'Microsoft JhengHei', 'Microsoft Yahei', tahoma, Arail, 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
}

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

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

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

.alltrans, .social-icons li a, .owl-nav>button, .owl-nav>button:after, .counter-box, .about-img:after, .gallery-img img, .form-control, .owl-dot, .subscribe-row, .close-btn, .close-btn:before, .close-btn:after, .tag-btn, .btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
  text-decoration: underline;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}

.no-margin {
  margin: 0 !important;
}

.opacity-no {
  opacity: 1 !important;
}

.fp-viewing-slide01 {
  background-image: url("../images/bg1.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.fp-viewing-slide02 {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.fullpage-default {
  min-width: 320px;
  z-index: 99;
}

.wrapper-background-dark:after {
  background: #222;
  opacity: 0.95;
}

.section-inner {
  padding: 0px 30px;
}

.fp-scrollable {
  height: calc(100vh - 10vh) !important;
}

#fp-nav {
  display: none;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}

.preloader {
  background: -moz-linear-gradient(top, #000 0%, #990000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%, #990000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%, #990000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#000', GradientType=0);
  /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}

.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.preloader-bounce>span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}

.preloader-bounce>span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}

.preloader-bounce>span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

.item-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*==============================================
01. WELCOME BLOCK CSS
================================================*/

.p1-content {
  top: -12vh;
  z-index: 99;
}

.button-01 {
  cursor: pointer;
  display: inline-block;
  z-index: 99;
  margin-top: 8vh;
}

.button-01:hover img, .button-02:hover img, .button-03:hover img, .button-04:hover img, .button-05:hover img, .button-06:hover img, .button-07:hover img {
  filter: saturate(200%);
}

.p1-01 {
  margin-bottom: 2%;
}

.p1-02 {
  background: url("../images/p1-02.png") no-repeat top center;
  background-size: contain;
  z-index: 99;
  width: 100%;
  height: 33vh;
  position: relative;
  padding-top: 6%;
}

.p1-03 {
  display: block;
  position: absolute;
  background: url("../images/p1-01.png") no-repeat top center;
  background-size: 80%, contain;
  width: 100%;
  height: 10vh;
  z-index: 99;
  margin-top: -5%;
}

.web_vedio {
  width: 78%;
  position: relative;
  left: 11%;
  right: 11%;
}

.p1-object {
  width: 1857px;
  height: 778px;
  background: url("../images/object-01.png") no-repeat;
  background-size: contain;
  animation: move 4s linear infinite;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 2;
}

@keyframes move {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5vh);
    -ms-transform: translateY(-5vh);
    -webkit-transform: translateY(-5vh);
    transform: translateY(-5vh);
  }
}

.p2-object {
  width: 100%;
  height: 20vh;
  background: url("../images/object-02.png") repeat-x;
  background-position: center;
  background-size: auto, 100%, contain;
  animation: move2 8s linear infinite;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 10vh;
  z-index: 1;
}

@keyframes move2 {
  50% {
    filter: opacity(0.2);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*==============================================
02. PAGE2 STEP1
================================================*/

.p2-content {
  top: -7vh;
  z-index: 99;
}

.p2-01 {
  background: url("../images/step-1.png") no-repeat top center;
  background-size: contain;
  width: 520px;
  height: 371px;
  position: relative;
}

.p2-areaCode {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  color: #fff;
  padding: .5rem;
  background-color: #1b1b1b;
  outline: none;
  border: 0;
  position: relative;
  top: 220px;
}

.p2-telephone {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  padding: .5rem 1rem;
  background-color: #1b1b1b;
  color: #fff;
  outline: none;
  border: 0;
  position: relative;
  top: 220px;
}

.p2-agree {
  position: absolute;
  top: 280px;
  color: #1b1b1b;
}

.p2-agree>input {
  display: block;
  box-sizing: border-box;
  visibility: hidden;
  width: 26px;
  height: 26px;
  position: absolute;
  float: left;
}

.p2-agree>input+label:before {
  content: "";
  background: url("../images/check-02.png") no-repeat top center;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  box-sizing: border-box;
  transition: transform .2s, opacity .2s;
  left: 0;
}

.p2-agree>input:checked+label:before {
  content: "";
  background: url("../images/check-01.png") no-repeat top center;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  box-sizing: border-box;
  transition: transform .2s, opacity .2s;
  left: 0;
}

.p2-agree label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  float: left;
  display: block;
  padding-left: 30px;
  line-height: 26px;
}

.p2-agree>input:focus {
  visibility: hidden;
}

.button-05 {
  cursor: pointer;
  display: inline-block;
  margin-top: 1.5vh;
}

/*==============================================
03. PAGE2 STEP 2
================================================*/

.p2-02 {
  background: url("../images/step-2.png") no-repeat top center;
  background-size: contain;
  width: 520px;
  height: 371px;
  position: relative;
  padding: 210px 0 35px 35px;
}

.p2-02 input {
  display: inline-block;
  box-sizing: border-box;
  visibility: hidden;
}

.p2-02 div {
  padding: 0;
  margin-left: 10px;
}

.p2-02 label {
  padding-left: 45px;
}

.p3-c1 input+label:before, .p3-c2 input+label:before, .p3-c3 input+label:before, .p3-c4 input+label:before {
  content: "";
  background: url("../images/check-02.png") no-repeat top center;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  box-sizing: border-box;
  transition: transform .2s, opacity .2s;
  left: 1rem;
}

.p3-c1 input:checked+label:before, .p3-c2 input:checked+label:before, .p3-c3 input:checked+label:before, .p3-c4 input:checked+label:before {
  content: "";
  background: url("../images/check-01.png") no-repeat top center;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  box-sizing: border-box;
  transition: transform .2s, opacity .2s;
  left: 1rem;
}

.p2-02 input:focus {
  visibility: hidden;
}

/*==============================================
04. PAGE2 STEP 3
================================================*/

.p2-03 {
  position: relative;
}

/*==============================================
05. FOOTER
================================================*/

footer {
  background: url("../images/footer-bg.png") repeat-x center center;
  background-size: auto, 100%, contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 14vh;
  z-index: 99;
}

.button-02 a, .button-03 a, .button-04 a {
  display: inline-block;
  cursor: pointer;
  margin-top: 8%;
  height: 69px;
  width: 131px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.button-02 a {
  background: url("../images/button-02.png");
}

.button-02 a:hover, .button-02 a.active {
  background: url("../images/button-02-active.png");
}

.button-03 a {
  background: url("../images/button-03.png");
}

.button-03 a:hover, .button-03 a.active {
  background: url("../images/button-03-active.png");
}

.button-04 a {
  background: url("../images/button-04.png");
}

.button-04 a:hover {
  background: url("../images/button-04-active.png");
}

.copyright-content {
  font-size: .8rem;
  line-height: 1.2rem;
  color: #a2a2a2;
  padding-bottom: 1rem;
}

.copyright-content>.zh {
  padding-left: 2rem;
  background: url(../images/copyright-logo.png) left center no-repeat;
  -webkit-background-size: auto .8rem;
  background-size: auto 1.2rem;
  margin-left: .5rem;
  display: inline-block;
}

.copyright-content>.en {
  margin-left: .8rem;
  display: inline-block;
}

/*==============================================
05. MOBILE PC SETUP
================================================*/

.mobile-page, .mobile-page2, .footer-m {
  display: none;
}

/*==============================================
06. MOBILE SIZE
================================================*/

@media only screen and (max-width: 1200px) {
  button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .section-inner {
    padding: 0 5%;
  }
  .mobile-page {
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .vid-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background: url("../images/bg1-mobile.jpg") no-repeat top center;
    background-size: cover;
  }
  .vid-wrapper video {
    position: fixed;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 0%;
  }
  .vid-wrapper .vid-black {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #fff;
    pointer-events: none;
  }
  .m1 {
    position: fixed;
    z-index: 999;
    top: 15vh;
  }

  .pc-page, .p1-object, .p2-object, footer {
    display: none !important;
  }

  .mobile-page2 {
    display: block;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/bg1-mobile.jpg") repeat-x top center;
    background-size: cover;
    background-color: #dadcde;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .m2 {
    position: relative;
    top: 28%;
    z-index: 1;
    height: 55%;
  }
  .m2-01 {
    width: 100%;
  }
  .m2-01 .row {
    padding: 0 2%;
    text-align: center;
    margin: 0;
  }
  .p2-areaCode, .p2-telephone, .p2-agree {
    top: 0;
  }
  .m2 .p2-agree {
    position: relative;
    font-size: .8rem;
  }
  .m2 .p2-agree>input {
    height: auto;
  }
  .footer-m {
    display: block;
    position: absolute;
    background: url("../images/footer-bg-m.png") repeat-x top center;
    background-size: cover;
    width: 100%;
    height: 15%;
    bottom: 0;
    padding-top: 5vh;
  }
  .copyright-content {
    font-size: .6rem;
  }
  .p2-02 {
    width: 100%;
    height: auto;
    background: none;
    padding: 2% 25% 0 25%;
  }
  .p2-02 div {
    margin: 0;
    height: 7vh;
    line-height: 1rem;
  }
  .button-06 {
    margin-top: 5vh;
  }
  .step1-m {
    height: 100%;
  }
}

/*==============================================
07. MOBILE NAVBAR
================================================*/

.site-wrap {
  display: none;
}

@media (max-width: 1200px) {
  .site-wrap {
    display: block;
  }
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: fixed;
  top: 0;
  right: 0;
  border-bottom: rgba(255, 255, 255, 0.7);
}

.site-navbar .site-navigation .site-menu .active {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 5px 20px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #f23a79;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #f23a79;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #f23a79 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #eff1f3;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #f23a79;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown, .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown, .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 75%;
  position: fixed;
  right: 0;
  z-index: 2000;
  background: #1c1c1c;
  border-left: 1px solid #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  position: relative;
  right: 10px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #f23a79;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding-right: 35px;
  z-index: 999;
}

.site-mobile-menu .site-nav-wrap {
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 0.5rem;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #f23a79;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #f23a79;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: .5em 0;
}

.site-mobile-menu .site-nav-wrap>li>a {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

.site-mobile-menu .site-nav-wrap>li>a:hover {
  color: white;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 1;
  width: 10%;
}

.sticky-wrapper .site-navbar {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 1rem !important;
}

@media (max-width: 1200px) {
  .sticky-wrapper .site-navbar {
    padding: 0.2rem !important;
  }
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a, .site-navbar .has-children>div>a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover, .sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: rgba(255, 255, 255, 0);
}

.icon-menu:before {
  color: #fff !important;
  content: "\e5d2";
  font-size: 2.4em;
  text-shadow: 0 0 0.2em #0c0c0e;
}

.icon-close2:before {
  color: #fff !important;
  content: "\e5cd";
  font-size: 1.6em;
}

.site-mobile-menu .text-size-1 {
  font-size: 1.1em;
}