body {
    border: 0;
    margin: 0;
    padding: 0;
}
strong {
    font-weight: 700;
}
h1 {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
}
h2 {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 300;
    color: #004fa3;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -1px;
}
.gc-small-h2 {
    font-size: 30px;
}
h3 {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
}
.sprite {
    background-image: url("../img/image-sprite.png");
    background-repeat: no-repeat;
}
.dark-blue {
    color: #004fa3;
    font-weight: 300;
}
.light-blue {
    color: #44c8f5;
    font-weight: 300;
}
p.strong {
    font-weight: 700;
}
.cont-wrap {
    padding-top: 100px;
}
.cont-wrap h2 {
    margin-bottom: 20px;
}
.cont-wrap h5 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
}
.cont-wrap p {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 23px;
    color: #3b454c;
    font-size: 18px;
    font-family: 'Microsoft YaHei', sans-serif;
}
p.topic {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 20px;
}
#header {
    z-index: 11;
}
.cont-wrap ul {
    margin-left: 20px;
    color: #3b454c;
    font-size: 16px;
    line-height: 23px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
#retail-hero {
    margin-top: -125px;
    height: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.conclusion {
    border-top: 1px solid #44c8f5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: rgba(68,200,245,1);
    background: -moz-linear-gradient(left, rgba(68,200,245,1) 0%, rgba(51,171,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,200,245,1)), color-stop(100%, rgba(51,171,225,1)));
    background: -webkit-linear-gradient(left, rgba(68,200,245,1) 0%, rgba(51,171,225,1) 100%);
    background: -o-linear-gradient(left, rgba(68,200,245,1) 0%, rgba(51,171,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(68,200,245,1) 0%, rgba(51,171,225,1) 100%);
    background: linear-gradient(to right, rgba(68,200,245,1) 0%, rgba(51,171,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c8f5', endColorstr='#33abe1', GradientType=1 );
}
.conclusion p {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: -10px;
}
.conclusion h2 {
    color: #ffffff;
    margin-bottom: 22px;
}
.company-block {
    max-width: 940px;
    margin: 0 auto;
}
.company-block h4 {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
.company-block li {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
}
.lines {
    height: 40px;
}
p.text-large {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}
.thin {
    font-weight: 300;
}
.max {
    background: rgba(34,59,102,1) !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.max h1 {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: -20px;
}
#retail-hero .r-col, #retail-hero h1, #retail-hero p {
    text-align: center;
}
#retail-hero p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: -10px;
}
.hero-image-wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.hero-image {
    /*background: url(../img/hero-c.jpg) center top no-repeat;*/
    background-size: 1200px;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    max-width: 1366px;
    margin: 0 auto;
}
.hero-image::after {
    background: #b5b5b5;
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1;
    max-height: 980px;
}
/*.wow{
	    transform: scale(1.1);
  
	opacity: 0.5;
		transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -o-transition:all 0.3s ease;
}*/

.hero-text {
    margin-top: 21vh;
}
.hero-text-wrap {
    z-index: 6;
    position: absolute;
    width: 1366px;
    top: 0;
}
.white-back {
    background: #ffffff;
}
.col-wrap {
    width: 1120px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 120px;
}
.white-back .col-wrap {
    padding-bottom: 150px;
}
.r-right, .r-left {
    padding: 30px;
}
.col-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.r-left {
    float: left;
    width: 50%;
}
.r-right {
    float: right;
    width: 50%;
}
.btn-default {
    font-size: 16px;
    padding: 13px 26px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
    -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.18);
}
.btn-default, .btn-default:visited, .btn-default:active, .btn-default:focus {
    background: #f1a121;
    border-color: #f1a121;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-default:hover, .btn-default:active:hover {
    background: #E19400;
    border-color: #E19400;
    color: #fff;
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    text-decoration: none;
}
.btn-large {
    font-size: 24px;
    padding: 18px 45px;
}
.white-back {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transform: skewY(0deg);
}
.white-back.rot {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transform: skewY(3deg);
}
.white-back.rot .col-wrap {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transform: skewY(-3deg);
}
.rot-opp {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transform: skewY(-3deg);
}
.rot-opp .col-wrap {
    transform: skewY(3deg);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

#beacon-networks {
    margin-top: -50px;
}
.arrow-down-0 {
    z-index: 10;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 31px;
    opacity: 1;
    background: rgba(250,250,250,0);
    border-radius: 100%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.arrow-down-0:hover {
    background: rgba(250,250,250,0.2);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    cursor: pointer;
}
.arrow-down {
    margin-left: 8px;
    margin-top: 7px;
    background: url(../img/ico-arrow-down.png);
    width: 34px;
    height: 34px;
    -webkit-animation: mymove 0.8s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 0.8s infinite;
}
.main-nav-list {
    margin-top: -16px;
}
.gap-1 {
    height: 100px;
}
.gap-2 {
    height: 20px;
}
.gap-3 {
    height: 50px;
}
.subtitle {
    font-weight: 300;
}
p.info-num {
    font-size: 48px;
    color: #44c8f5;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 0px;
}
.card-stack p.info-num {
    float: none;
}
p.info-text {
    color: #6d6e71;
    font-size: 18px;
    max-width: 230px;
    margin-top: 0;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}
.card-stack p {
    margin-left: 10px;
}
.nav-pills .nav-link {
    border: 1px solid #58a0e7;
    margin: 10px 20px;
    padding: 10px 34px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.nav-pills .nav-link:hover {
    background-color: #f1a121;
    border: 1px solid #f1a121;
    color: #ffffff;
    transition: all 0.2s ease-out;
    -moz-transition: all 2.5s ease-out;
    -o-transition: all 0.2s ease-out;
}
.nav-pills .nav-link.active {
    background-color: #f1a121;
    border: 1px solid #f1a121;
}
a.nav-link {
    color: #6d6e71;
}
.nav {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
}
.tab-content>.active {
    min-height: 300px;
}
.demo-block {
    margin: 30px;
    margin-bottom: 0;
    margin-top: 50px;
    width: 208px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/i-tile-bg.png') center no-repeat;
}
.demo-block p {
    font-size: 16px;
    font-weight: 300;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
 0% {
margin-top: 5px;
opacity: 1;
}
 100% {
margin-top: 7px;
opacity: 0;
}
}

/* Standard syntax */
@keyframes mymove {
 0% {
margin-top: 5px;
opacity: 1;
}
 100% {
margin-top: 7px;
opacity: 0;
}
}
/*  slider */

.ba-slider {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 100vh;
    max-height: 980px;
}
.ba-slider img {
    width: 100%;
    display: block;
}
.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    overflow: hidden;
}
.resize-load {
    width: 83%;
    transition: all 0.5s ease;
}
.resize-end {
    width: 83%;
}
.handle { /* Thin line seperator */
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    width: 30px;
    margin-left: -14px;
    cursor: ew-resize;
}
.handle-load {
    left: 83%;
    transition: all 0.5s ease;
}
.handle-end {
    left: 83%;
}
.handle-bar { /* Thin line seperator */
    width: 2px;
    margin-left: 14px;
    background: #ffffff;
    display: block;
    height: 100%;
}
.handle:after {  /* Big orange knob  */
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -5px;
    content: '\f105';
    color: white;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    transition: all 0.3s ease;
    animation: ani-handle 1s ease infinite;
}
.handle:before {  /* Big orange knob  */
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -29px;
    content: "\f104";
    color: white;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    transition: all 0.3s ease;
    animation: ani-handle 1s ease infinite;
}
@keyframes ani-handle {
 0% {
opacity:0.3;
}
 50% {
opacity:0.8;
}
 80% {
opacity:0.3;
}
 100% {
opacity:0.3;
}
}
.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -0px;
    line-height: 48px;
    font-size: 30px;
}
.draggable:before {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -18px;
    line-height: 48px;
    font-size: 30px;
}
/*  slider end */

.hero-btn {
    position: absolute;
    top: 30vh;
    left: calc(50% - 123px);
}
#cb-1-link {
    margin-top: -100px;
    margin-bottom: 100px;
}
/*Hero image START*/

#gc-hero-image {
    height: 100vh;
}
#gc-hero-text {
    padding-top: 120px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
h1 {
    font-weight: bold;
    font-size: 60px;
    letter-spacing: -2px;
}
h1 .gc-h1-sub {
    display: block;
    font-size: 48px;
    letter-spacing: -2px;
    font-weight: 100;
}
#gc-hero-text p {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 24px;
    line-height: 24px;
}
#bar-menu {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    color: #ffffff;
    padding: 20px;
}
#bar-menu.bar-relative {
    position: relative;
}
#bar-menu p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
    margin-top: 0;
    padding: 12px;
    margin-bottom: 0;
    margin-right: 15px;
}
#bar-menu a:hover {
    text-decoration: none;
}
#bar-menu a .gc-round-icon {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transform: rotate(0deg);
}
#bar-menu a:hover .gc-round-icon {
    text-decoration: none;
    box-shadow: 1px 3px 10px rgba(1,1,1,0.2);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transform: rotate(20deg);
}
#bar-menu a:hover p {
    margin-left: -2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.bar-border-r p {
    border-right: 1px solid #3b7ed6;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.bar-r p {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.bar-l {
    width: 65px;
    float: left;
}
.bar-r {
    float: left;
    width: calc(100% - 65px);
}
.gc-round-icon {
    width: 60px;
    height: 60px;
    background: #f1a121;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
}
.gc-bg-cyan {
    background: #44c8f5;
}
.gc-bg-dark {
    background: #124395;
}
.gc-round-icon i {
    font-size: 25px;
    line-height: 59px;
}
/*Hero image END*/

/* Hero Animations start */
#hero-ani-wrapper {
    /*max-width: 1024px;*/
    margin: 0 auto;
    overflow: hidden !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
#hero-ani-1 {
    position: absolute;
    left: 0;
    top: 0;
}
#hero-ani-2 {
    position: absolute;
    top: 0;
    left: 33%;
}
#hero-ani-3 {
    position: absolute;
    top: 232px;
    left: 266px;
}
#hero-ani-4 {
    position: absolute;
    right: 0;
    top: 146px;
}
.ani-box {
    width: 100%;
    height: 100vh;
}
.ani-x {
    position: absolute;
    z-index: 3;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
iframe.ani-x {
    position: relative;
    background: none;
}
#hero-ani-2 iframe.ani-x {
    left: 93px;
}
#hero-ani-1 iframe.ani-x {
    left: 95px;
}
#hero-ani-3 iframe.ani-x {
    left: 70px;
    top: 14px;
}
#hero-ani-1, #hero-ani-3 {
    z-index: 5;
}
#gc-bicycle {
    opacity: 0;
    position: absolute;
    z-index: 10;
    -webkit-animation: run 40s linear infinite;
    -moz-animation: run 40s linear infinite;
    -o-animation: run 40s linear infinite;
    animation: run 40s linear infinite;
    animation-delay: 0s;
}
@-webkit-keyframes run {
 0% {
left: -250px;
top:200px;
}
 100% {
left: 100%;
top:200px;
}
}
@keyframes run {
 0% {
left: -250px;
top:200px;
opacity: 1;
}
 100% {
left: 100%;
top:200px;
opacity: 1;
}
}
@-webkit-keyframes run2 {
 0% {
left: -50px;
top:300px;
}
 100% {
left: 130%;
top:300px;
}
}
@keyframes run2 {
 0% {
left: -50px;
top:300px;
opacity: 1;
}
 100% {
left: 130%;
top:300px;
opacity: 1;
}
}

/*CLOUD ANIMATION START*/
#cb-7 {
    position: relative;
    overflow: hidden;
}
.cloud-1 {
    display: inline-block;
    position: absolute;
    margin-top: 150px;
    background: url("../img/cloud-1.png");
    width: 150px;
    height: 39px;
    margin-left: 75%;
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
    animation: moveclouds 50s linear infinite;
}
.cloud-2 {
    display: inline-block;
    position: absolute;
    margin-top: 310px;
    opacity: 0;
    background: url("../img/cloud-1.png");
    width: 150px;
    height: 39px;
    margin-left: 90%;
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
    animation: moveclouds 50s linear infinite;
    animation-delay: 25s;
}
.cloud-3 {
    display: inline-block;
    position: absolute;
    margin-top: 400px;
    background: url("../img/cloud-2.png");
    width: 100px;
    height: 40px;
    margin-left: 8%;
    -webkit-animation: moveclouds2 20s linear infinite;
    -moz-animation: moveclouds2 20s linear infinite;
    -o-animation: moveclouds2 20s linear infinite;
    animation: moveclouds2 20s linear infinite;
}
@-webkit-keyframes moveclouds {
 0% {
margin-left: 80%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@-moz-keyframes moveclouds {
 0% {
margin-left: 80%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@-o-keyframes moveclouds {
 0% {
margin-left: 80%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@keyframes moveclouds {
 0% {
margin-left: 80%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
 @-webkit-keyframes moveclouds2 {
 0% {
margin-left: 30%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@-moz-keyframes moveclouds2 {
 0% {
margin-left: 30%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@-o-keyframes moveclouds2 {
 0% {
margin-left: 30%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
@keyframes moveclouds2 {
 0% {
margin-left: 30%;
opacity: 0;
}
 10% {
opacity: 1;
}
 100% {
margin-left: -200px;
}
}
/*CLOUD ANIMATION END*/

/*SKY BG START */
.sky-bg {
    background-color: #7579f9;
    background-image: -moz-radial-gradient(47% 63%, circle cover, #7579f9, #452bb4 80%);
    background-image: -webkit-radial-gradient(47% 63%, circle cover, #7579f9, #452bb4 80%);
    background-image: -o-radial-gradient(47% 63%, circle cover, #7579f9, #452bb4 80%);
    background-image: -ms-radial-gradient(47% 63%, circle cover, #7579f9, #452bb4 80%);
    background-image: radial-gradient(47% 63%, circle cover, #7579f9, #452bb4 80%);
}
.sky-bg-2 {
    background-color: #7579f9;
    background-image: -moz-radial-gradient(47% 80%, circle closest-corner, #75d6fc, #7579f9 60%);
    background-image: -webkit-radial-gradient(47% 80%, circle closest-corner, #75d6fc, #7579f9 60%);
    background-image: -o-radial-gradient(47% 80%, circle closest-corner, #75d6fc, #7579f9 60%);
    background-image: -ms-radial-gradient(47% 80%, circle closest-corner, #75d6fc, #7579f9 60%);
    background-image: radial-gradient(47% 80%, circle closest-corner, #75d6fc, #7579f9 60%);
}
.sky-bg h2, .sky-bg h3, .sky-bg p, .sky-bg a.nav-link, .sky-bg-2 h2, .sky-bg-2 h3, .sky-bg-2 p, .sky-bg-2 a.nav-link {
    color: #ffffff;
    font-family: 'Microsoft YaHei', sans-serif;
}
/*SKY BG END */

.gc-strong {
    font-weight: 700;
}
.gc-cta {
    padding: 40px;
}
.gc-cta-gray {
    background-color: #f7f7f7;
}
.gc-cta-blue {
    background-color: #2f79ce;
    background-image: -moz-radial-gradient(47% 53%, circle cover, #2f79ce, #124395 100%);
    background-image: -webkit-radial-gradient(47% 53%, circle cover, #2f79ce, #124395 100%);
    background-image: -o-radial-gradient(47% 53%, circle cover, #2f79ce, #124395 100%);
    background-image: -ms-radial-gradient(47% 53%, circle cover, #2f79ce, #124395 100%);
    background-image: radial-gradient(47% 53%, circle cover, #2f79ce, #124395 100%);
}
.gc-cta-drop:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #2d75ca;
    position: absolute;
    left: 50%;
    margin-top: 84px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.gc-cta-drop h2 {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: -8px;
    vertical-align: middle;
    margin-right: 20px;
}
.btn-large {
    font-weight: 100;
    margin-top: 0;
}
.gc-stats {
    background: rgba(86, 74, 219, 0.9);
    border-radius: 4px;
    padding: 30px;
    margin-top: 32px;
}
.graph-1 {
    min-height: 1024px;
}
.gc-line {
    border-left: 1px solid #2363b6;
}
p.info-num {
    color: #44c8f5;
}
.gc-floor {
    background: url('../img/floor.png') no-repeat;
    background-position: center -6px;
}
.gc-circle {
    width: 305px;
    height: 305px;
    border: 10px solid #6b70f0;
    background: #4b3ecc;
    border-radius: 50%;
    box-shadow: 1px -12px 40px rgba(0,0,0,0.1);
    margin: auto;
    padding-top: 67px;
}
.gc-circle img {
    margin-top: -70px;
}
.gc-circle h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
	    max-width: 170px;
    margin: 0 auto;
}
.gc-circle p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
}
.gc-card-parent {
    position: relative;
    max-width: 960px;
}
.gc-fact-card {
    position: absolute;
}
#gc-fact-1 {
    top: 10px;
    left: 30px;
}
#gc-fact-2 {
    top: 230px;
    left: 0px;
}
#gc-fact-3 {
    top: 10px;
    right: 59px;
}

/* CTA BANNER START */
.gc-cta-a {
    display: inline-block;
    margin: 0 20px;
}
.gc-cta-banner {
    border-radius: 50px;
    padding: 24px 28px;
}
.gc-cta-banner h4, .gc-cta-banner p {
    color: #ffffff;
    font-family: 'Microsoft YaHei', sans-serif;
}
.gc-cta-banner h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.gc-cta-banner p {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: 15px;
    margin-right: 20px;
}
.gc-cta-banner h2 {
    color: #ffffff;
    margin: 0 20px;
    font-size: 35px;
}
.gc-cta-banner-dark {
    background: #7f65e4;
    box-shadow: 0px 7px 18px rgba(0,0,0,0.05);
}
.gc-cta-banner-dark:hover {
    background: #6464ec;
}
.gc-cta-blue .gc-cta-banner-dark:hover {
    background: #387acc;
}
.gc-cta-banner-light {
    background: #1257ab;
}
.gc-cta-banner-light:hover {
    background: #387acc;
}
.gc-cta-blue .gc-cta-banner-light {
    background: #387acc;
}
.gc-cta-banner > .gc-cta-l img {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gc-cta-banner:hover > .gc-cta-l img {
    margin-top: -2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gc-cta-m {
    float: left;
    margin-right: 15px;
}
.gc-cta-r {
    float: right;
}
.gc-cta-banner .btn-default {
    margin-top: 0px;
    border-radius: 39px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei', sans-serif;
    padding: 17px 30px;
}
.magic {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.magic {
    transition: .6s;
    overflow: hidden;
}
.magic:focus {
    outline: 0;
}
.magic:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.magic:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.gc-cta-a:hover > .magic {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.gc-cta-a:hover > .magic:before {
    -webkit-transform: translateX(700px) skewX(-15deg);
    transform: translateX(700px) skewX(-15deg);
    opacity: 0.6;
    transition: .4s;
}
.gc-cta-a:hover > .magic:after {
    -webkit-transform: translateX(700px) skewX(-15deg);
    transform: translateX(700px) skewX(-15deg);
    opacity: 1;
    transition: .4s;
}
.gc-cta-img-wrap {
    margin-bottom: -23px;
    position: absolute;
    z-index: 1;
    margin-left: 12px;
    margin-top: -25px;
}
.gc-cta-a > .gc-cta-img-wrap img {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gc-cta-a:hover > .gc-cta-img-wrap img {
    margin-top: -3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* CTA BANNER END */

/* Transition classes START */
.bloc1, .bloc2, .bloc3 {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    opacity: 0;
    margin-top: 50px;
    transform: scale(0.8, 0.8);
}
.bloc4, .bloc6, .bloc7 {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    opacity: 0;
    margin-top: 50px;
    transform: scale(0.8, 0.8);
}
.bloc5 {
    transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    opacity: 0;
    transform: scale(0.8, 0.8);
}
.appear {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    opacity: 1;
    margin-top: 0;
    transform: scale(1, 1);
}
.appear2 {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    opacity: 1;
    transform: scale(1, 1);
}
.delay1 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay5 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.delay6 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.delay7 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

/* Transition classes END */


/* NEW-HKCN */
#baloon-ani{
	position: absolute;
}

.ani-x-flame {
    position: absolute;
    z-index: 14;
    opacity: 0.4;
    top: 40px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ani-x-flame {
		display:none !important;
	}
}
@supports (-ms-ime-align:auto) {
    .ani-x-flame {
		display:none !important;
    }
}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .ani-x-flame {
		display:none !important;
    }
.baloon-text {
    color: #ffffff;
    font-family: 'Microsoft YaHei', sans-serif;
    text-align: center;
    position: absolute;
    z-index: 11;
    top: 105px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    left: 77px;
    line-height: 18px;
	    width: 120px;
}
.baloon-text span {
    font-size: 16px;
}
.ani-x-mountain {
    background-image: url("../img/hero-mountains.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100vh;
}
.ani-x-city {
    background-image: url("../img/hero-buildings.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100vh;
}
.ani-x-land {
    background-image: url("../img/hero-land.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100vh;
}
.ani-stage {
    width: 960px;
    margin: 0 auto;
    height: 100vh;
}
.train-wrapper {
    opacity: 1;
    height: 34px;
    width: 473px;
    position: absolute;
    bottom: 134px;
    margin-left: 60px;
    overflow: hidden;
}
#cloud-container {
    opacity: 0.2;
}
.wave-wrap {
    height: 72px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.wave-1 {
    background: url('../img/hero-wave-1.png') repeat-x;
    height: 72px;
    width: 200%;
    -webkit-animation: movewave-1 70s linear infinite;
    -moz-animation: movewave-1 70s linear infinite;
    -o-animation: movewave-1 70s linear infinite;
    animation: movewave-1 70s linear infinite;
}
.wave-2 {
    background: url('../img/hero-wave-2.png') repeat-x;
    height: 42px;
    width: 200%;
    margin-top: -42px;
}
.wave-fix {
    background: #7579f9;
    height: 30px;
    width: 100%;
    z-index: 10;
    position: absolute;
    margin-top: 18px;
}
#attract {
    background: url("../img/attract-bg.png") no-repeat top center;
    min-height: 500px;
    margin-top: 212px;
}
#manager {
    background: url("../img/manager-bg.png") no-repeat top center;
    min-height: 500px;
    margin-top: 78px;
    padding-left: 225px;
    padding-top: 21px;
}
#magnet {
    width: 562px;
    height: 478px;
    background: url(../img/magnet.png) no-repeat top left;
    top: -81px;
    position: absolute;
    left: 20%;
    -webkit-animation: floating 4s ease-in-out infinite;
    -moz-animation: floating 4s ease-in-out infinite;
    -o-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;
}
@keyframes floating {
 0% {
margin-top: 0;
}
 50% {
margin-top: 30px;
}
 100% {
margin-top: 0;
}
}
@-webkit-keyframes floating {
 0% {
margin-top: 0;
}
 50% {
margin-top: 30px;
}
 100% {
margin-top: 0;
}
}
@-moz-keyframes floating {
 0% {
margin-top: 0;
}
 50% {
margin-top: 30px;
}
 100% {
margin-top: 0;
}
}
@-o-keyframes floating {
 0% {
margin-top: 0;
}
 50% {
margin-top: 30px;
}
 100% {
margin-top: 0;
}
}
 @keyframes movewave-1 {
 0% {
margin-left: -100%;
}
 100% {
margin-left: 0;
}
}
@-webkit-keyframes movewave-1 {
 0% {
margin-left: -100%;
}
 100% {
margin-left: 0;
}
}
@-moz-keyframes movewave-1 {
 0% {
margin-left: -100%;
}
 100% {
margin-left: 0;
}
}
@-o-keyframes movewave-1 {
 0% {
margin-left: -100%;
}
 100% {
margin-left: 0;
}
}
.mp-ease {
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.mp-ease-slow {
    transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
}
.ani-x-overlay {
    background: #503ac5;
    width: 100%;
    height: 100vh;
    opacity: 0;
}
#hk-contents {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
    list-style: none;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-top: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
}
#hk-contents i {
    color: #44c8f5;
    margin-right: 5px;
}
.ani-x-overlay.change {
    opacity: 0.5;
}
#gc-hero-text.change {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50vh;
}
#gc-hero-text.change h1 {
    opacity: 0.2;
    font-size: 14px;
    letter-spacing: 8px;
    line-height: 24px;
}
#gc-hero-text.change p {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1px;
}
#gc-hero-text.change .arrow {
    margin-top: 30px;
}
#gc-hero-text.change #hk-contents {
    opacity: 1;
}
#hero-ani-wrapper.change {
    filter: blur(20px);
    opacity: 0.4;
}
.card {
    background: transparent;
    color: #ffffff;
    border: none;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 300;
    padding: 0 0 20px;
    max-width: 610px;
    margin: 0 auto;
}
p, div{
	font-family: 'Microsoft YaHei', sans-serif;
}
.gc-bubble {
    color: #ffffff;
    background: #44c8f5;
    display: table-cell;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
.gc-bubble span {
    font-size: 25px;
    vertical-align: top;
    margin-top: -8px;
    display: inline-block;
}
.gc-bubble:before {
    content: ' ';
    position: absolute;
    background: #44c8f5;
    width: 16px;
    height: 16px;
    margin-left: 61px;
    margin-top: 31px;
    transform: rotate(82deg);
}
.num-l .gc-bubble {
    width: 110px;
    height: 110px;
}
.num-l .gc-bubble:before {
    margin-left: 78px;
    margin-top: 33px;
}
.num-sm .gc-bubble {
    width: 85px;
    height: 85px;
}
.num-sm .gc-bubble:before {
    margin-left: 55px;
    margin-top: 25px;
}
.num-light .gc-bubble {
    background: #6e79f7;
    color: #44c8f5;
}
.num-light .gc-bubble:before {
    background: #6e79f7;
}
.num-dark .gc-bubble {
    background: #5d41dd;
    color: #44c8f5;
}
.num-dark .gc-bubble:before {
    background: #5d41dd;
}
p.num-offset {
    margin-top: -90px;
    margin-bottom: 10px;
}
.num-round {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #5b70ef;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.btn-gc {
    background: #ffffff;
    border-radius: 20px;
    color: #75a2fa;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 6px 18px rgba(0,0,0,0.1);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
#ship {
    text-align: center;
    margin-top: 170px;
    margin-bottom: -5px;
}
#gc-why {
    top: 90px;
    right: 0;
}
#gc-why h2 {
    margin-left: -15px;
}
#gc-why p.info-text {
    max-width: 160px;
    margin-left: 12px;
    margin-top: 2px;
	margin-bottom: 10px;
}
.cta-wrap-box {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.attract-h2 {
    line-height: 40px;
}
.ship-change-1 {
    margin-left: -300px;
}
.ship-change-2 {
    margin-left: -50px;
}
.ship-change-3 {
    margin-left: 150px;
}
#cta-2, #cta-3, #cta-4 {
    margin-left: -100px;
    opacity: 0;
}
#cta-2.change, #cta-3.change, #cta-4.change {
    margin-left: 0px;
    opacity: 1;
}
#anchor-wrap {
    width: 45px;
    height: 341px;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: -341px;
    overflow: hidden;
    opacity: 0.5;
}
#a-rope {
    width: 20px;
    height: 298px;
    margin: 0 auto;
    margin-top: -344px;
}
#a-rope.change {
    margin-top: -2px;
}
#a-anchor {
    width: 45px;
    height: 60px;
    background-position: -22px -1px;
}
#attract-card-1 {
    top: 241px;
    left: 50px;
    background: #47bef4;
}
#attract-card-2 {
    top: 447px;
    left: 50px;
    background: #6aacf6;
}
#attract-card-3 {
    top: 296px;
    right: 50px;
}
#attract-card-4 {
    top: 150px;
    left: 50px;
    background: #47bef4;
}
#attract-card-5 {
    top: 165px;
    right: 50px;
	max-width: 320px;
}
#attract-card-1 p.info-num, #attract-card-2 p.info-num, #attract-card-4 p.info-num {
    color: #fff;
}
.gc-fact-card h3 {
    color: #ffffff;
    margin-bottom: 24px;
}
.text-blue {
    color: #44c8f5;
}
.gc-card-stack p {
    margin-left: 0;
}
p.info-num sup {
    font-size: 25px;
    vertical-align: top;
    margin-top: 16px;
    display: inline-block;
}
p.info-num.num-l {
    font-size: 60px;
}
p.info-num.num-l sup {
    margin-top: 10px;
}
p.info-num.num-l sub {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
}
p.info-num.num-sm {
    font-size: 40px;
}
.gc-card-stack p.info-num {
    margin-top: 10px;
}
.bubble-wrap p.num-offset {
    margin-top: -35px;
    margin-right: 15px;
}
p.gc-bubble-copy {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-width: 135px;
}
.bubble-wrap {
    position: relative;
}
.bbl-img {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 145px;
    top: -43px;
}
#bbl-1 .bbl-img {
    background-position: -193px 8px;
}
#bbl-2 {
    margin-top: 80px;
}
#bbl-2 .bbl-img {
    background-position: -260px 16px;
}
#bbl-3 .bbl-img {
    background-position: -315px 18px;
}
.h3-right {
    text-align: right;
    margin-right: 40px;
    max-width: 190px;
}
.stat-wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.stat-wrap h3 {
    color: #6b70f0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.red-circle {
    width: 236px;
    height: 236px;
    background: #fe755f;
    border: 0;
    box-shadow: none;
    padding-top: 77px;
}
.gc-circle p.info-num {
    font-weight: 700;
}
.run-man {
    width: 376px;
    height: 173px;
    background-position: -33px -274px;
    margin: 0 auto;
    margin-top: -93px;
    padding-right: 23px;
    text-align: right;
}
#cb-5.offset {
    margin-top: -277px;
}
.color-box {
    background: #f76e6e;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 10px 6px;
    margin: 4px;
    min-width: 70px;
}
.color-box.yellow {
    background: #ffaf03;
}
.purple {
    background: #6e79f7;
}
.cyan {
    background: #44c8f5;
}
.tip:after {
    content: ' ';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #44c8f5;
    transform: rotate(45deg);
    bottom: -5px;
    margin-left: -8px;
}
.color-box.margin-fix {
    margin-left: 0px;
}
.block-copy {
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 15px;
    margin: 3px 0px;
}
.block-num {
    font-family: 'Roboto', sans-serif !important;
    font-size: 36px;
    font-weight: 700;
    display: block;
    line-height: 28px;
}
.block-copy.large {
    font-size: 22px;
	line-height: 22px;
}
.row-stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-stat .info-num {
    width: 92px;
}
#management-wrap .h3-right {
    max-width: 229px;
}
#bbl-5 {
    margin-top: 48px;
    margin-left: 160px;
}
#bbl-5 .bbl-img {
    background-position: -383px 20px;
}
#bbl-4 .bbl-img {
    background-position: -438px 0px;
}
p.num-white {
    color: #ffffff;
}
.h-line {
    width: 15px;
    height: 258px;
    background-position: -687px 0;
}
#sm-circle {
    position: absolute;
    left: -107px;
    width: 255px;
    height: 255px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 52px;
}
#sm-circle .info-num {
    color: #44c8f5;
    margin-bottom: 21px;
}
.bbl-img-like {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background-position: -494px -2px;
}
.table {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}
.table .color-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#survey-graph {
    margin: 0 auto;
    max-width: 560px;
    margin-top: 20px;
}
.sd-wrap {
    border-radius: 3px;
    color: #ffffff;
    padding: 30px;
    margin-top: 10px;
    position: relative;
    max-width: 300px;
}
.sd-wrap h3 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}
.sd-wrap.tip:after {
    right: -4px;
    top: 39px;
    background: #6e79f7;
}
.sd-img-wrap {
    width: 140px;
    height: 140px;
    background-color: #7588fd;
    border-radius: 50%;
    background-position: -59px 22px;
    margin: 0 auto;
}
.foot-note {
    margin: -30px;
    margin-top: 30px;
    padding: 30px;
    background: #5e63df;
}
.fn-star {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f76e6e;
    color: #ffffff;
    padding: 7px 10px;
    display: inline-block;
}
.foot-note p {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    margin-left: 48px;
    margin-top: -32px;
    font-weight: 300;
    margin-bottom: 0;
}
.intro-p {
    max-width: 566px;
    margin: 18px auto;
}
/* bounce arrow */
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-20px);
 transform: translateY(-20px);
}
 60% {
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 60% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 60% {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
.arrow {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    margin-top: -75px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* bounce arrow end */

#cta-1.active-1 .span-show{
	display:inline !important;
}
#cta-1.active-1 .span-less{
	display:none !important;
}
#cta-1:not(.collapsed) .span-show{display:none}
#cta-1:not(.collapsed) .span-less{display:inline}

#cta-1.collapsed .span-show{display:inline}
#cta-1.collapsed .span-less{display:none}

.language-link-fix{
	position: relative;
    margin-left: -151px;
    margin-top: 29px;
    display: inline-block;
	font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3F4048;
}
.language-link-fix:hover{
text-decoration:none; 
}



@media (min-width: 1441px) and (max-height: 850px) {
	#gc-hero-image, #hero-ani-wrapper, .ani-box, .ani-x-mountain, .ani-x-city, .ani-stage, .ani-x-land {
    min-height: 850px;
}
	
}
/* laptop - desktop */
@media (min-width: 768px) and (max-width: 1440px) {
.hero-fix{
	transform: scale(0.65);
    margin-top: 15vh;
    width: 130%;
    margin-left: -14%;
	}
	#gc-bicycle{
	transform: scale(0.6);
    margin-top: 0px;
	}

	#gc-hero-text h1{
    font-size: 40px;
    line-height: 40px;
	}
	#gc-hero-text P{
		margin-top: 3px;
	}
	#gc-hero-text P br{
		display: none;
	}
	#gc-hero-text.change p {
    font-size: 30px;
    letter-spacing: 0;
}
	#hk-contents{
	font-size: 16px;
		    margin-top: -9px;
		    line-height: 26px;
	}
	.arrow.bounce{
		display: none;
	}
}

/* ipad - landscape */
@media (min-width: 768px) and (max-width: 1024px) {
	#gc-why {
    right: 50px;
    }
	#manager {
    padding-left: 120px;
    }
	#hk-card-set-1{
	margin-left: 73px;
	}
	#bbl-4{
    margin-left: 203px;
    margin-top: 32px;
}
	
	#bbl-5 {
    margin-top: 23px;
    margin-left: 93px;
}
	.hidden-ipad{
		display:none;
	}
	#manager {
		min-height: 447px;
	}
	#ship {
    margin-bottom: -6px;
}
	.hero-fix {
        transform: scale(0.8);
    margin-top: 76px;
}
}



@media (min-width: 1180px) {
#page {
    height: auto;
}
#header .container #header-region {
    width: 943px;
}
#header .container {
    max-width: 1140px;
}
.tab-lan {
    display: none;
}
.wave-fix {
    margin-top: -2px;
}
}

@media (min-width: 768px) and (max-width: 1179px) {
.col-wrap {
    width: 768px;
    margin: 0 auto;
}
h1 {
    font-size: 44px;
    line-height: 44px;
}
#hero-image {
    margin-top: 50px;
}
#header .container #header-region #block-mp-mypage-save-jobs-block a {
    padding: 15px 0 15px 0;
}
	.language-link-fix{
		position: absolute;
    	right: 138px;
		margin-top: 14px;
	}
	
}

@media (max-width: 768px) {
	
	.language-link-fix{
   			right: 15px;
		position: absolute;
		margin-top: 16px;
	}	
.mob-lan {
    display: block;
}
#hero-image {
    margin-top: 50px;
}
.hero-image {
    background-size: cover;
}
.col-wrap {
    width: 100%;
    margin: 0 auto;
}
.r-right, .r-left {
    display: block;
    width: 100%;
    float: none;
    padding: 25px;
    padding-bottom: 0px;
}
h1 {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -1px;
}
#hero-image-wrap {
    margin-top: 0;
}
#hero-image {
    height: 100vh;
}
#retail-hero .r-col, #retail-hero h1, #retail-hero p {
    padding: 0 10px;
}
.col-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
#retail-hero {
    padding-top: 0;
}
.white-back.rot .col-wrap {
    padding-bottom: 20px;
}
h2 {
    font-size: 39px;
}
.hero-text {
    margin-top: -30vh;
    padding: 0 15px;
}
.arrow-down, .arrow-down-0 {
    left: 44%;
}

#gc-bicycle {
    margin-top: 50px;
	    transform: scale(1);
}
/*.gc-fact-card {
    position: initial;
    float: left;
    min-width: 394px;
}*/
#gc-fact-2 {
    top: 219px;
    left: 30px;
}	
#gc-why {
    top: 22px;
}
#ship {
    margin-top: 358px;
    margin-bottom: -6px;
	overflow: hidden;
}
.gc-floor {
    background-position: center 123px;
}
#manager {
    padding-left: 0px;
    margin-top: 258px;
}	
#attract-card-5 {
    top: 108px;
    right: 50px;
}
#management-wrap .h3-right {
    max-width: 325px;
}
#bbl-3 {
    margin-left: 254px;
}
#bbl-4 {
    margin-left: 20px;
    margin-top: 56px;
}
#bbl-5 {
    margin-top: 39px;
    margin-left: 19px;
}
#hk-card-set-1 {
    margin-left: 0px;
}	
.h-line {
    height: 402px;
}	

#retain, #hiring{
	width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;	
	}	
#hiring{
	margin-bottom: -50px;		
	}
#attract-card-3 {
    top: 590px;
}
	#attract-card-2 {
    top: 757px;
}	
#attract-card-1 {
    top: 567px;
	}
	#a3-bubbles{
		margin-top: 300px ;
	}
	#magnet{
		    top: -146px;
		left:0;
	}
	.attract-h2.fix{
		margin-left: 197px;
	}
	#attract.fix{
		    margin-top: 129px;
	}
	

.gc-7-facts {
    margin-top: -100px;
}
.gc-cta-a {
    display: block;
    margin: 30px auto;
}
	.hero-fix {
    transform: scale(1);
    margin-top: 11px;
}
}


.mob-lan {
    color: #706F6F;
}
.tab-lan {
    color: #706F6F;
    top: 14px;
    right: 270px;
    position: absolute;
}
.cont-wrap img {
    max-width: 100%;
}

@media (max-width: 500px) {
#retail-hero, .container {
    min-width: 320px;
}
.hide-mob {
    display: none !important;
}
.hero-image {
    overflow: hidden;
}
.ba-slider {
    width: 100%;
    height: 100vh;
}
.ba-slider img {
    margin-top: 5vh;
}
.resize {
    width: 90%;
}
.handle { /* Thin line seperator */
    left: 90%;
}
.hero-text {
    width: 88%;
    margin-top: 24vh;
    height: 29vh;
}
#retail-hero .hero-text p {
    margin-top: 10px;
    font-size: 16px;
}
h1 {
    font-size: 36px;
    line-height: 36px;
}
.hero-btn {
    top: 41vh;
    left: calc(50% - 96px);
}
.btn-large {
    font-size: 20px;
    padding: 14px 30px;
}

	p.info-text {
  
    padding-bottom: 20px;
}
.cont-wrap {
    padding-top: 40px;
}
.gap-1 {
    height: 40px;
}

	
}



@media (max-width: 501px) {
.hide-pc {
    display: none !important;
}
h1 .gc-h1-sub {
    font-size: 33px;
}
h2 {
    font-size: 30px;
    line-height: 34px;
}
h3 {
    font-size: 24px;
}
#hero-ani-1, #hero-ani-3, #hero-ani-4 {
    
}
#hero-ani-2 {
    left: -6%;
}
#gc-hero-text p {
    font-size: 17px;
    margin-top: 15px;
    line-height: 20px;
    padding: 0 20px;
}
#bar-menu {
    display: none;
}
#gc-bicycle {
    margin-top: 152px;
    margin-left: -113px;
	    -webkit-animation: run2 20s linear infinite;
    -moz-animation: run2 20s linear infinite;
    -o-animation: run2 20s linear infinite;
    animation: run2 20s linear infinite;
}


.gc-stats {
        padding: 25px 20px 5px;
    margin-top: 15px;
}
.gc-line {
    border-left: none;
    border-bottom: 1px solid #2363b6;
}

.gc-circle img {
    margin-top: 50px;
    width: 40%;
}
.gc-cta-drop:before {
    width: 0;
    height: 0;
}
.gc-cta-drop h2 {
    margin-bottom: 10px;
}
.line-left:before, .line-left:after, .line-mid:before, .line-mid:after, .line-right:before, .line-right:after {
    width: 0;
    height: 0;
}
.line-right, .line-mid {
    margin-top: 20px;
}
.gc-fact-card {
	    min-width: 270px;
}
.gc-fact-card h3 {
    font-weight: 500;
    font-size: 20px;
}
	#gc-bicycle{
	transform: scale(0.6);
    margin-top: -45px;	
	}
	.hero-fix {
    transform: scale(0.7);
    margin-top: 110px;
    width: 640px;
    margin-left: -129px;
}
	.wave-fix {
    margin-top: -12px;
}
	.gc-fact-card
	{
		position: relative !important;
		top:0 !important;
		left:0 !important;
	}
	
#manager	{
	padding-left: 0px;
	margin-top: 0;
	margin-left: -30px;
    margin-right: -30px;
	overflow: hidden;
	background-size: 174%;
	min-height: 312px;
	}
	#manager .ani-x {
    transform: scale(0.7);
    margin-left: -54px;
    margin-top: -75px;
}
	.run-man {
    width: 100%;
	}
#ship {
   margin-top: 30px;
   margin-right: -15px;
}	
	#ship iframe.ani-x{
		    transform: scale(0.6);
	}
	.gc-floor {
    background-position: center -128px;
    background-size: 145%;
}
	.info-num.num-offset{
		    margin-top: -80px;
	} 
	#gc-why {
    padding: 44px;
}
	#s_overview{
		background: #7579f9;
	}
	#s_overview .num-round{
		    background: #44c8f5;
	}
	#gc-fact-2 {
    margin-top: 43px;
	}
	.attract-h2.fix {
    margin-left: 0;
}
		#bbl-3 {
    margin-left: 0px;
}
	#magnet{
		    transform: scale(0.6);
    margin-left: -146px;
		    top: -76px;
	}
	#attract.fix {
    margin-left: -30px;
    margin-right: -30px;
		    min-height: 463px;
}
	#a3-bubbles {
    margin-top: 20px;
    padding: 0 30px;
}
	.h3-right{
		text-align: left;
    margin-right: 0;
    max-width: 100%;
	}
	#cb-5.offset {
    margin-top: -150px;
}
	#bbl-1{
		margin-top: 42px;
    margin-left: 0px;
	}
	#bbl-2 {
    margin-top: 42px;
    margin-left: 17px;
}
	#bbl-3 {
    margin-left: 25px;
    margin-top: 41px;
	margin-bottom: 50px;
}
	.stat-wrap h3 {
    text-align: left;
}
	.gc-cta-banner{
		    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
		padding: 60px 28px;
	}
	.gc-cta-banner p {
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
	.gc-cta-banner h2 {
    margin-bottom: 25px;
		    text-align: center;
}
	.gc-cta-m {
    float: none;
    margin-right: 0;
}
	.gc-cta-r {
    float: none;
    text-align: center;
}
	.gc-cta-banner .btn-default {
    font-size: 18px;
    padding: 14px 30px;
}
	#cta-2{
		    margin-top: -40px;
	}
	#cta-3{
		    margin-bottom: -100px;
		    margin-top: 50px;
}
	#cta-4{
		        margin-top: -90px;
}
	#cb-6 .attract-h2{
		    line-height: 34px;
    margin-top: 40px;
	}
	#cb-6 .attract-h2 br{
		display:none;
	}
	#management-wrap{
		    margin: 70px 30px;
	}
	.h-line {
    height: 0px;
}
	#sm-circle{
		position: relative;
    left: 0;
    margin-top: -10px;
    margin-bottom: 65px;
	}
	#hk-card-set-1{
		    margin-left: 15px;
	}
	.table{
		display: block;
	}
	.table .color-box{
		display: block;
	}
	.sd-wrap{
		    max-width: 100%;
    margin: 4px;
    margin-bottom: 0px;
		margin-top: -10px;
}
	.sd-wrap.tip:after{
		width:0;
		height:0;
	}
	.wave-fix{
		display:none;
	}
	.arrow.bounce{
		display:none;
	}
	.train-wrapper {
    margin-left: 22px;
}
	.wave-1 {
    -webkit-animation: movewave-1 20s linear infinite;
    -moz-animation: movewave-1 20s linear infinite;
    -o-animation: movewave-1 20s linear infinite;
    animation: movewave-1 20s linear infinite;
}
	.ship-change-1 {
    margin-left: -150px;
}
.ship-change-2 {
    margin-left: -100px;
}
.ship-change-3 {
    margin-left: 0px;
}
	.mobile-search-icon{
		display: none;
	}	
	
}


@media (max-width: 325px) {
#gc-hero-text {
    padding-top: 99px;
	}
	.hero-fix {
    transform: scale(0.6);
		margin-top: 139px;}
	.wave-wrap{
        display: none;
	}
	#gc-why p.info-text {
    max-width: 168px;
	}
	p.gc-bubble-copy {
    max-width: 130px;
}
	.container, #footer, .sky-bg, #s_overview, #hero-ani-1, #hero-ani-wrapper, .wave-fix{
		min-width:320px;
	}
			
}
@media (max-height: 450px) and (min-width: 325px) and (max-width: 900px) {
	#gc-hero-image, #hero-ani-wrapper, .ani-box, .ani-x-mountain, .ani-x-city, .ani-stage, .ani-x-land {
    height: 900px;
}
	#gc-why {
    right: 63px;
}
		.gc-cta-banner{
		    border-radius: 4px;

		padding: 60px 28px;
	}


	.container, #footer, .sky-bg, #s_overview, #hero-ani-1, #hero-ani-wrapper, .wave-fix{
		min-width:800px;
	}
	.hero-fix {
    transform: scale(1);
    margin-top: 32px;
}
	#gc-bicycle {
    margin-top: 13px;
}
	
}
@media (min-width: 502px) and (max-width: 767px)
{
		.container, #footer, .sky-bg, #s_overview, #hero-ani-1, #hero-ani-wrapper, .wave-fix{
		min-width:768px;
	}
	.stat-wrap .col-sm-4{
		width:33%;
	}
	#gc-why {
    right: 45px;
}
	#cb-6 .col-sm-6{
		width:50%;
	}
	#cb-6 .col-sm-4{
		width:33%;
	}
	#cb-6 .col-sm-1{
		width:17%;
	}
	.sd-wrap {
    max-width: 100%;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: -10px;
}
	.sd-wrap.tip:after{
		width:0;
		height:0;
	}
	
	
}



/*hamberger hide*/
#header .container .mobile-menu {
    display: none !important;
}
#header .container .logo {
    top: 0 !important;
}
/* ---   */

/* Loading */
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    /* background-image: url("http://i.stack.imgur.com/MnyxU.gif");*/
    background-repeat: no-repeat;
    background-position: center;
}
.loading-bro {
    margin: 0 auto;
    margin-top: calc(50vh - 50px);
    width: 50px;
}
#load {
    width: 50px;
    animation: loading 2s linear infinite;
}
#loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #bbb;
    fill: transparent;
}
 @keyframes loading {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes loading-circle {
 0% {
 stroke-dashoffset: 0
}
 100% {
 stroke-dashoffset: -600;
}
}

/* --- */


/*----- MENU FIX START ------*/

@media (min-width: 1180px) {
#header .container #header-region-wrapper {
    width: 940px;
}
}
#block-locale-language-content--2 .title {
    display: none;
}

@media (max-width: 1179px) and (min-width: 768px) {
#header .container #header-region .single .language-switcher-locale-url li.first a {
    top: 0;
    right: 117px;
    width: 112px;
    text-align: right;
    color: #706F6F !important;
}
}

@media screen and (max-width: 767px) {
#header-region .block-locale {
    top: 0;
    right: 0px;
    position: fixed;
}
#header .container #header-region .single .language-switcher-locale-url li.first a {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: right;
    color: #706F6F !important;
}
#header .container .logo {
    text-align: left;
	width: 60%;
}
}
#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search .pane-title {
    color: #3F4048;
    letter-spacing: 0;
}
#header .container #header-region-wrapper .menu ul .menu-box-header {
    letter-spacing: 0;
}
#header .container #header-region-wrapper #block-mp-mypage-save-jobs-block{
	display: none;
}
#header .container .search-filter-toggle, #header .container .mobile-search-icon{
	display: none;
}
/*----- MENU FIX END ------*/




