.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  /* COLOR 1 */
  border-top-color: #FFF;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index:1001;}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  /* COLOR 2 */
  border-top-color: #FFF;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFF;
  /* COLOR 3 */
  -moz-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}


@-webkit-keyframes spin {
  0%{
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }100%{
     -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
     -ms-transform: rotate(360deg);  /* IE 9 */
     transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
}

@keyframes spin {
  0%{
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }100%{
     -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
     -ms-transform: rotate(360deg);  /* IE 9 */
     transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
}


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff; /* Old browsers */
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;}
/* JavaScript Turned Off */
.no-js #loader-wrapper {display: none;}
.no-js h1 {color: #222222;}
#loader-wrapper .load_title {
  font-family:'Open Sans';
  color:#FFF; font-size:19px; width:100%; text-align:center; z-index:9999999999999; position:absolute; top:60%; opacity:1; line-height:30px; }
#loader-wrapper .load_title span {  font-weight:normal; font-style:italic; font-size:13px; color:#FFF; opacity:0.5;}




#loading{
  background:#fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;
}
#mysvg{
  width:18%;
  height:16.5vw;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index: 10000000;
}


.st1{
  fill:#fff;
}

.st0 {
  /*fill:#00529F;*/
  fill:rgba(0,0,0,0);
  stroke-width:0.3;
  /*stroke:#00529F;*/
  stroke:rgba(0,0,0,0);
  animation: lineMove 1s ease-out 1 normal;
  animation-fill-mode: forwards;
}


@keyframes lineMove {
  0% {
    stroke-dasharray: 0, 378;
  }
  50% {
    stroke-dasharray: 378, 378;
    fill: rgba(0, 82, 159, 0);
    opacity: 0;
  }
  100% {
    stroke-dasharray: 722, 722;
    fill: rgba(0, 82, 159, 1);
    opacity: 1;
  }
}


.st2 {
  /*fill: rgba(0, 0, 0, 0);*/
  animation: lineMove1 0.3s ease-out 0s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes lineMove1 {
  0% {
    fill: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  100% {
    fill: url(#SVGID_1_);
    opacity: 1;
  }
}

/*loadin_fix*/
/*loading flash*/
.loadin_fix canvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

#c1 {
  opacity: 0;
}


.loadin_fix{
  width:100%;
  position: fixed;
  z-index: 10000;
  top:0;
  left:0;

}
.loadin_fix i{
  display: block;
  position: relative;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1.02);
  -moz-transform: translate(-50%,-50%) scale(1.02);
  -ms-transform: translate(-50%,-50%) scale(1.02);
  -o-transform: translate(-50%,-50%) scale(1.02);
  transform: translate(-50%,-50%) scale(1.02);
  width:100%;
  height: 100%;
  background: url(../images/bannertest.jpg) no-repeat center;
  background-size:cover;
}
.useload2{
  -webkit-animation: loadin_animation 6s linear 0s 1 normal;
  -o-animation: loadin_animation 6s linear 0s 1 normal;
  animation: loadin_animation 6s linear 0s 1 normal;
}
@keyframes loadin_animation {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1.08);
    -moz-transform: translate(-50%,-50%) scale(1.08);
    -ms-transform: translate(-50%,-50%) scale(1.08);
    -o-transform: translate(-50%,-50%) scale(1.08);
    transform: translate(-50%,-50%) scale(1.08);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
  }
}

.loadtext{
  position: absolute;
  top:17%;
  width:100%;
  text-align: center;
  z-index: 1000;
}
.loadtext .mycontainer{
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:5%;
}
.loadtext .mycontainer>b{
  display: block;
  height: 2px;
  width: 0%;
  background: #fff;
  animation-fill-mode: forwards;
}
.useload01{
  -webkit-animation: load01 1.5s linear 0.8s 1 normal;
  -o-animation: load01 1.5s linear 0.8s 1 normal;
  animation: load01 1.5s linear 0.8s 1 normal;
}
.loadlogoshow{
  -webkit-animation: loadlogo 1.5s linear 0s 1 forwards;
  -o-animation: loadlogo 1.5s linear 0s 1 forwards;
  animation: loadlogo 1.5s linear 0s 1 forwards;
}
@keyframes loadlogo {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-webkit-keyframes load01 {
  0%{
    width:0%;
  }
  100%{
    width: 12%;
  }
}

@keyframes load01 {
  0%{
    width:0%;
  }
  100%{
    width: 12%;
  }
}
@-webkit-keyframes load01 {
  0%{
    width:0%;
  }
  100%{
    width: 12%;
  }
}
.loadtext .mycontainer>h3{
  font-size: 4vw;
  line-height: 4vw;
  color: #fff;
  font-family: "bebas";
  margin-top: 20px;
  font-weight: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 30%,#a2a2a2 50%,rgba(255,255,255,0.6) 70%);
  background-blend-mode: hard-light;
  background-size: 200%;
  -webkit-animation: shine 4s infinite;
}

.loadtext .mycontainer>small{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 40%, #a2a2a2 50%,rgba(255,255,255,0.6) 60%);
  background-blend-mode: hard-light;
  background-size: 200%;
  opacity:0;
  position: relative;
}
.useload04{
  -webkit-animation: load04 1s linear 2.5s 1 normal;
  -o-animation: load04 1s linear 2.5s 1 normal;
  animation: load04 1s linear 2.5s 1 normal;
  animation-fill-mode: forwards;
}
.useload044{
  -webkit-animation: shine2 4s 0ms infinite alternate;
  animation: shine2 4s 0ms infinite alternate;
}


@-webkit-keyframes shine2 {
  0% {
    background-position: 0%;
    opacity:1;
    top:0;
  }

  100% {
    background-position: 120%;
    opacity:1;
    top:0;
  }
}
@keyframes load04 {
  0%{
    opacity:0;
    top:10px;
  }
  100%{
    opacity:1;
    top:0;
  }
}
@-webkit-keyframes load04 {
  0%{
    opacity:0;
    top:10px;
  }
  100%{
    opacity:1;
    top:0;
  }
}

/*COMPANY CULTRUE*/
.textjump span {
  letter-spacing: -19px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 4vw;
  color: #fff;
  font-family: "bebas";
  transform-origin:50% 100%;
  animation-fill-mode: forwards;
  font-family: youshe;
  text-shadow: 0px 0px 0 #fff,0px 0px 0 #2e2e2e,0px 0px 0 #2c2c2c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 45%,#a2a2a2 50%,rgba(255,255,255,0.6) 55%);
  background-blend-mode: hard-light;
  /*-webkit-animation: shine 4s infinite;*/
  position: relative;
  transform: scaleY(0);
}


.useload02{
  animation-name: hover,shine;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:1;
  animation-direction:normal;
}
.textjump span:nth-child(1) {
  animation-delay:1s;
}
.textjump span:nth-child(2) {
  animation-delay:1.1s;
}

.textjump span:nth-child(3) {
  animation-delay:1.2s;
}

.textjump span:nth-child(4) {
  animation-delay:1.3s;
}

.textjump span:nth-child(5) {
  animation-delay:1.4s;
}

.textjump span:nth-child(6) {
  animation-delay:1.5s;
}

.textjump span:nth-child(7) {
  animation-delay:1.6s;
}

.textjump span:nth-child(8) {
  animation-delay:1.7s;
}

.textjump span:nth-child(9) {
  animation-delay:1.8s;
}

.textjump span:nth-child(10) {
  animation-delay:1.9s;
}

.textjump span:nth-child(11) {
  animation-delay:2.0s;
}
.textjump span:nth-child(12) {
  animation-delay:2.1s;
}
.textjump span:nth-child(13) {
  animation-delay:2.2s;
}

.textjump span:nth-child(14) {
  animation-delay:2.3s;
}
.textjump span:nth-child(15) {
  animation-delay:2.4s;
}



@keyframes hover {
  0% {
    transform: scaleY(0);
    color: #fff;
    bottom:0px;
  }

  50% {
    transform: scaleY(1.6);
    color: #fff;
    bottom: -14px;
  }

  65% {
    transform: scaleY(1);
    color: #fff;
    bottom:0px;
  }
  75% {
    transform: scaleY(1.2);
    color: #fff;
    bottom:-5px;
  }
  100% {
    transform: scaleY(1);
    color: #fff;
    bottom:0px;
  }
}


.loadtext p{
  color: #fff;
  line-height: 55px;
  letter-spacing: 4px;
  margin-bottom: 0.5vw;
}

.textchange sub{
  font-style:normal;
  vertical-align: text-top;
  position: relative;
  opacity:0;
  font-size: 44px;
}
.loadtext .addlight{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 40%, #a2a2a2 50%,rgba(255,255,255,0.6) 60%);
  background-blend-mode: hard-light;
  background-size: 200%;
  -webkit-animation: shine 2s 0s infinite;
}
.addlight sub{
  opacity:1!important;
  left:0!important;
  right:0!important;
}
.textchange sub:nth-child(even){
  animation-delay:1.5s;
}
.textchange sub:nth-child(odd){
  animation-delay:1.7s;
}
.useleft{
  animation-name:runleft;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
.useright{
  animation-name:runright;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes runleft {
  0%{
    left:-5px;
    opacity:0;
  }
  100%{
    left:0;
    opacity:1;
  }
}
@keyframes runright {
  0%{
    right:-5px;
    opacity:0;
  }
  100%{
    right:0;
    opacity:1;
  }
}

.load_logo{
  display:flex;
  align-items: center;
  margin-bottom:3vw;
}
.load_logo>img{
  margin-right:18px;
}
.load_logo>div h1{
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.load_logo>div small{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}