﻿@font-face {
    font-family: montserrat;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(img/montserrat-regular-webfont.woff2) format('woff2'), url(img/montserrat-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(img/montserrat-bold-webfont.woff2) format('woff2'), url(img/montserrat-bold-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(img/montserrat-extralight-webfont.woff2) format('woff2'), url(img/montserrat-extralight-webfont.woff) format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(img/icomoon.ttf) format('truetype'), url(img/icomoon.woff) format('woff'), url(img/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}
.title-cn{
	font-weight: 300;
}
.title-en{
	font-weight: 500!important;
	line-height: 2!important
}
[class*=icon-]:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-fullscreen:before {
    content: "\e5d0"
}

.icon-fullscreen_exit:before {
    content: "\e5d1"
}

.icon-at-sign:before {
    content: "\e901"
}

.icon-clock:before {
    content: "\e902"
}

.icon-qrcode:before {
    content: "\e606"
}

.icon-info:before {
    content: "\e600"
}

.icon-home:before {
    content: "\e60e"
}

.icon-location:before {
    content: "\e611"
}

.icon-link:before {
    content: "\e612"
}

.icon-drafts:before {
    content: "\e602"
}

.icon-monitor:before {
    content: "\e900"
}

.icon-smartphone:before {
    content: "\e903"
}

.icon-close:before {
    content: "\e904"
}

.icon-plus:before {
    content: "\e905"
}

.icon-minus:before {
    content: "\e906"
}

.icon-chevron-right:before {
    content: "\e907"
}

.icon-chevron-left:before {
    content: "\e908"
}

.icon-th-small:before {
    content: "\e909"
}

.icon-th-menu:before {
    content: "\e90a"
}

.icon-phone:before {
    content: "\f095"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-wechat:before {
    content: "\f1d7"
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.trans {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.trans2 {
    -webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
    -o-transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition: all .4s cubic-bezier(1, 0, 0, 1)
}

.trans-md {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.trans-md2 {
    -webkit-transition: all .8s cubic-bezier(1, 0, 0, 1);
    -o-transition: all .8s cubic-bezier(1, 0, 0, 1);
    transition: all .8s cubic-bezier(1, 0, 0, 1)
}

@-webkit-keyframes loader {
    to {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

@keyframes loader {
    to {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

@-webkit-keyframes loader_dash {
    from {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0
    }

    to {
        stroke-dasharray: 100 150;
        stroke-dashoffset: -140
    }
}

@keyframes loader_dash {
    from {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0
    }

    to {
        stroke-dasharray: 100 150;
        stroke-dashoffset: -140
    }
}

.anim-loader {
    -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
    animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite
}

@-webkit-keyframes scroll_tip_dot {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes scroll_tip_dot {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade_out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.anim-fade-out {
    -webkit-animation: fade_out .4s ease forwards;
    animation: fade_out .4s ease forwards
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.anim-fade-in {
    -webkit-animation: fade_in .4s ease forwards;
    animation: fade_in .4s ease forwards
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

body {
    font-family: montserrat, "Avenir Next", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 'Noto Sans CJK SC', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background-color: #F0F0F0;
    color: #1E1E23;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    width: 100%;
    height: 100%
}

::-moz-selection {
    color: #FFF;
    background: #F82F4D
}

::selection {
    color: #FFF;
    background: #F82F4D
}

div,
footer,
header,
main,
nav,
section {
    position: relative
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.desktop a:hover,
a:focus {
    text-decoration: none
}

a:focus {
    outline: 0
}

ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    position: relative
}

img {
    display: block;
    width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    margin: 0;
    text-rendering: optimizeLegibility
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2
}

.h4.tcn,
.h5.tcn,
.h6.tcn,
h4.tcn,
h5.tcn,
h6.tcn {
    line-height: 1.4
}

.h1,
h1 {
    font-size: 64px
}

.h2,
h2 {
    font-size: 48px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

@media (max-width:1199px) {

    .h1,
    h1 {
        font-size: 52px
    }

    .h2,
    h2 {
        font-size: 39px
    }

    .h3,
    h3 {
        font-size: 29px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .h5,
    h5 {
        font-size: 16px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 27px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 14px
    }
}

@media (max-width:400px) {

    .h1,
    h1 {
        font-size: 28px
    }

    .h2,
    h2 {
        font-size: 24px
    }

    .h3,
    h3 {
        font-size: 18px
    }
}

@media (orientation:landscape) {

    .iphone_x .h1,
    .iphone_x h1 {
        font-size: 48px
    }

    .iphone_x .h2,
    .iphone_x h2 {
        font-size: 32px
    }

    .iphone_x .h3,
    .iphone_x h3 {
        font-size: 24px
    }

    .iphone_x .h4,
    .iphone_x h4 {
        font-size: 18px
    }

    .iphone_x .h6,
    .iphone_x h6 {
        font-size: 14px
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 70px;
        line-height: .9
    }
}

@media (min-width:1600px) {

    .h1,
    h1 {
        font-size: 96px
    }
}

span {
    display: inline-block;
    color: inherit
}

p {
    font-size: 16px;
    color: #505050;
    margin-top: 0;
    margin-bottom: 1.4em
}

p:last-child {
    margin-bottom: 0
}

p.small {
    font-size: 14px
}

p a {
    display: inline-block
}

@media (max-width:767px) {
    p {
        font-size: 14px
    }

    p.small {
        font-size: 12px
    }
}

.title-big {
    font-family: montserrat, "Avenir Next", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15vw
}

.mobile .title-big {
    text-shadow: 0 20px 60px rgba(0, 0, 0, .05)
}

@media (orientation:landscape) {
    .iphone_x .title-big {
        font-size: 10vw
    }
}

.bold {
    font-weight: 700
}

.thin {
    font-weight: 100
}

.fs-small {
    font-size: 12px
}

.fs0 {
    font-size: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text
}

.link {
    position: relative;
    display: inline-block
}

.link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #F82F4D;
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.text-left .link:after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.desktop .link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.oneline-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-list ol,
.text-list ul {
    text-align: left;
    margin: 0;
    padding-left: 18px
}

.text-list ol li,
.text-list ul li {
    color: #C8C8C8;
    margin-bottom: 5px;
    line-height: 1.6
}

.text-list ul {
    list-style: disc
}

.text-list ol {
    list-style: decimal
}

.c-gray {
    color: #C8C8C8
}

.c-white {
    color: #fff
}

.c-white p {
    color: #fff
}

.c-graydark {
    color: #505050
}

.c-light {
    color: #F0F0F0
}

.c-dark {
    color: #1E1E23
}

.c-brand {
    color: #F82F4D
}

.c-alpha-dark {
    color: rgba(0, 0, 0, .4)
}

.bgc-white {
    background-color: #fff
}

.bgc-light {
    background-color: #F0F0F0
}

.bgc-gray {
    background-color: #C8C8C8
}

.bgc-dark {
    background-color: #1E1E23;
    color: #fff
}

.bgc-dark p {
    color: #fff
}

.bgc-brand {
    background-color: #F82F4D;
    color: #fff
}

.bgc-brand p {
    color: #fff
}

.dark-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3)
}

.grad-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .2)), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 50%);
    background-repeat: repeat-x
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 86%
}

@media (min-width:768px) {
    .container {
        width: 86%
    }
}

@media (min-width:813px) {
    .container {
        width: 80%
    }
}

@media (min-width:1200px) {
    .container {
        width: 80%
    }
}

@media (min-width:1600px) {
    .container {
        width: 70%
    }
}

@media (orientation:landscape) {
    .iphone_x .container {
        width: 80%
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row:not(.no-gutter) {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px
}

.row:not(.no-gutter) [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

@media (max-width:812px) {
    .row:not(.no-gutter) {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }

    .row:not(.no-gutter) [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .row:not(.no-gutter) {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px
    }

    .row:not(.no-gutter) [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px
    }
}

.col-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:768px),
(max-width:767px) and (orientation:landscape) {
    .col-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:813px) {
    .col-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

button {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 0;
    text-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button,
button.active,
button:active {
    outline: 0;
    background-image: none
}

button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: 0
}

button.disabled,
button[disabled],
fieldset[disabled] button {
    cursor: not-allowed;
    background: #C8C8C8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1
}

.btn:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.btn .text .spt {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    font-weight: 700;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.btn[class*=icon-] {
    text-align: left;
    padding-left: 40px
}

.btn[class*=icon-]:before {
    position: absolute;
    left: 15px;
    font-size: 20px
}

.btn[class*=icon-]:after {
    padding-left: 40px
}

.btn.fixedw {
    width: 150px
}

.btn.fixedw .text,
.btn.fixedw:after {
    position: absolute;
    right: 20px;
   	font-size: large;
    width: auto
}

.desktop .btn:hover:after {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.desktop .btn:hover .spt {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.desktop .btn:hover .spt:nth-child(1) {
    -webkit-transition-delay: 45ms;
    -o-transition-delay: 45ms;
    transition-delay: 45ms
}

.desktop .btn:hover .spt:nth-child(2) {
    -webkit-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms
}

.desktop .btn:hover .spt:nth-child(3) {
    -webkit-transition-delay: 135ms;
    -o-transition-delay: 135ms;
    transition-delay: 135ms
}

.desktop .btn:hover .spt:nth-child(4) {
    -webkit-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s
}

.desktop .btn:hover .spt:nth-child(5) {
    -webkit-transition-delay: 225ms;
    -o-transition-delay: 225ms;
    transition-delay: 225ms
}

.desktop .btn:hover .spt:nth-child(6) {
    -webkit-transition-delay: .27s;
    -o-transition-delay: .27s;
    transition-delay: .27s
}

.desktop .btn:hover .spt:nth-child(7) {
    -webkit-transition-delay: 315ms;
    -o-transition-delay: 315ms;
    transition-delay: 315ms
}

.desktop .btn:hover .spt:nth-child(8) {
    -webkit-transition-delay: .36s;
    -o-transition-delay: .36s;
    transition-delay: .36s
}

.desktop .btn:hover .spt:nth-child(9) {
    -webkit-transition-delay: 405ms;
    -o-transition-delay: 405ms;
    transition-delay: 405ms
}

.desktop .btn:hover .spt:nth-child(10) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.desktop .btn:hover .spt:nth-child(11) {
    -webkit-transition-delay: 495ms;
    -o-transition-delay: 495ms;
    transition-delay: 495ms
}

.desktop .btn:hover .spt:nth-child(12) {
    -webkit-transition-delay: .54s;
    -o-transition-delay: .54s;
    transition-delay: .54s
}

.desktop .btn:hover .spt:nth-child(13) {
    -webkit-transition-delay: 585ms;
    -o-transition-delay: 585ms;
    transition-delay: 585ms
}

.desktop .btn:hover .spt:nth-child(14) {
    -webkit-transition-delay: .63s;
    -o-transition-delay: .63s;
    transition-delay: .63s
}

.desktop .btn:hover .spt:nth-child(15) {
    -webkit-transition-delay: 675ms;
    -o-transition-delay: 675ms;
    transition-delay: 675ms
}

.desktop .btn:hover .spt:nth-child(16) {
    -webkit-transition-delay: .72s;
    -o-transition-delay: .72s;
    transition-delay: .72s
}

.desktop .btn:hover .spt:nth-child(17) {
    -webkit-transition-delay: 765ms;
    -o-transition-delay: 765ms;
    transition-delay: 765ms
}

.desktop .btn:hover .spt:nth-child(18) {
    -webkit-transition-delay: .81s;
    -o-transition-delay: .81s;
    transition-delay: .81s
}

.desktop .btn:hover .spt:nth-child(19) {
    -webkit-transition-delay: 855ms;
    -o-transition-delay: 855ms;
    transition-delay: 855ms
}

.desktop .btn:hover .spt:nth-child(20) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

@media (max-width:767px) {
    .btn {
        font-size: 12px
    }
}

.btn-brand {
    background: #F82F4D;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #F82F4D
}

.btn-dark {
    background: #1E1E23;
    color: #fff
}

.iconbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #F82F4D;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.desktop .iconbtn:hover,
.iconbtn.active {
    background: #F82F4D;
    color: #fff
}

.iconbtn.bgc-light {
    background: #F0F0F0
}

.upbtn {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    padding: 16px;
    border-radius: 50%;
    bottom: 30px;
    left: 50%
}

.upbtn i {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 0;
    background: #fff
}

.upbtn i::before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: -7px;
    margin-top: -12px;
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.desktop .upbtn:hover {
    background: #F82F4D
}

.desktop .upbtn:hover i {
    height: 100%
}

.desktop .upbtn:hover i::before {
    margin-top: 0
}

.p-rel {
    position: relative
}

.p-abs {
    position: absolute
}

.p-fix {
    position: fixed
}

.top {
    top: 0
}

.btm {
    bottom: 0
}

.lt {
    left: 0
}

.rt {
    right: 0
}

.inlineblock {
    display: inline-block
}

.block {
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.overhide {
    overflow: hidden
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centerv {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flex-centerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.full {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fullw {
    width: 100%
}

.fullh {
    height: 100%
}

.fullvh {
    height: 100vh
}

@media (orientation:portrait) {
    .v-p-rel {
        position: relative
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .phone-v-fullw {
        width: 100%
    }
}

.wrap {
    padding: 60px
}

@media (max-width:767px) {
    .wrap {
        padding: 30px
    }
}

.wrap-sm {
    padding: 30px
}

@media (max-width:767px) {
    .wrap-sm {
        padding: 20px
    }
}

.wrap-xs {
    padding: 20px
}

@media (max-width:767px) {
    .wrap-xs {
        padding: 10px
    }
}

.p-v-xs {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-v-sm {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .p-v-sm {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.p-v-md {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:812px) {
    .p-v-md {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .p-v-md {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.p-v-lg {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width:812px) {
    .p-v-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .p-v-lg {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .p-v-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1600px) {
    .p-v-lg {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

.p-h-xs {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:767px) {
    .p-h-xs {
        padding-left: 10px;
        padding-right: 10px
    }
}

.p-h-sm {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .p-h-sm {
        padding-left: 15px;
        padding-right: 15px
    }
}

.p-h-md {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:767px) {
    .p-h-md {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.m-b-xxs {
    margin-bottom: 5px
}

.m-b-xs {
    margin-bottom: 10px
    margin-top: 20px;
}

.m-b-sm {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .m-b-sm {
        margin-bottom: 15px
    }
}

.m-b-md {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .m-b-md {
        margin-bottom: 20px
    }
}

.m-b-lg {
    margin-bottom: 60px
}

@media (max-width:812px) {
    .m-b-lg {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .m-b-lg {
        margin-bottom: 30px
    }
}

.m-t-xxs {
    margin-top: 5px
}

.m-t-xs {
    margin-top: 10px
}

.m-t-sm {
    margin-top: 20px
}

@media (max-width:767px) {
    .m-t-sm {
        margin-top: 15px
    }
}

.m-t-md {
    margin-top: 30px
}

@media (max-width:767px) {
    .m-t-md {
        margin-top: 20px
    }
}

.m-t-lg {
    margin-top: 60px
}

@media (max-width:812px) {
    .m-t-lg {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .m-t-lg {
        margin-top: 30px
    }
}

.m-r-xs {
    margin-right: 10px
}

.m-r-sm {
    margin-right: 20px
}

@media (max-width:767px) {
    .m-r-sm {
        margin-right: 10px
    }
}

.m-r-md {
    margin-right: 30px
}

@media (max-width:767px) {
    .m-r-md {
        margin-right: 20px
    }
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

nav ul li a {
    position: relative;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

nav ul li a:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -3px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F82F4D;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.desktop nav ul li a:hover {
    color: #F82F4D
}

nav ul li.active a {
    color: #F82F4D;
    padding-left: 16px;
    pointer-events: none
}

nav ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.desktop nav ul li.active a:hover {
    color: #F82F4D;
    cursor: default
}

.c-white nav ul li a {
    border-radius: 3px
}

.desktop .c-white nav ul li a:hover {
    background-color: #fff
}

.c-white nav ul li.active a {
    color: #fff
}

.c-white nav ul li.active a:after {
    background-color: #fff
}

.desktop .c-white nav ul li.active a:hover {
    color: #fff
}

.logo {
    position: fixed;
    top: 30px;
    left: 30px;
    color: #fff;
    height: 70px;
    padding: 15px;
    border-radius: 4px;
    z-index: 1030;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.cssfilters .logo:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1
}

.no-cssfilters .logo {
    background-color: #F82F4D
}

.logo svg {
    height: 100%;
    fill: currentColor
}

.desktop .logo:hover {
    background-color: #F82F4D
}

.menu_btn {
    position: fixed;
    top: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #F82F4D;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.menu_btn span {
    top: 29px;
    left: 20px
}

.menu_btn span:after,
.menu_btn span:before {
    content: "";
    left: 0
}

.menu_btn span:before {
    top: -6px
}

.menu_btn span:after {
    top: 6px
}

.desktop .menu_btn:hover,
.nav-open .menu_btn {
    background-color: #F82F4D;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.desktop .menu_btn:hover span,
.nav-open .menu_btn span {
    background-color: transparent
}

.desktop .menu_btn:hover span:after,
.desktop .menu_btn:hover span:before,
.nav-open .menu_btn span:after,
.nav-open .menu_btn span:before {
    background-color: #fff
}

.desktop .menu_btn:hover span:before,
.nav-open .menu_btn span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}

.desktop .menu_btn:hover span:after,
.nav-open .menu_btn span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg)
}

.desktop .menu_btn:hover span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.desktop .nav-open .menu_btn:hover span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030
}

.nav-header .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0
}

.nav-header .nav-bg {
    position: absolute;
    top: 65px;
    right: 65px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%) scale(0);
    -ms-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0);
    width: 1500px;
    height: 1500px;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.nav-open .nav-header .bg {
    visibility: visible;
    opacity: 1
}

.nav-open .nav-header .nav-bg {
    -webkit-transform: translate(50%, -50%) scale(1);
    -ms-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1)
}

#topnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    height: 700px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 5%;
    visibility: hidden
}

#topnav .cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -30px
}

#topnav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#topnav nav li {
    display: block;
    float: none;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all .2s ease .3s;
    -o-transition: all .2s ease .3s;
    transition: all .2s ease .3s
}

#topnav nav li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

#topnav nav li:nth-child(3) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

#topnav nav li a {
    padding: 10px;
    line-height: 1
}

#topnav nav li a:after {
    left: -10px;
    width: 10px;
    height: 10px;
    margin-top: -5px
}

#topnav .photography {
    padding: 10px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#topnav .photography img {
    width: auto;
    height: 35px;
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.photo-text{
	margin-left: 15px;
	float: left;
}

.desktop #topnav .photography a:hover {
    color: #F82F4D
}

.nav-open #topnav {
    visibility: visible
}

.nav-open #topnav .photography,
.nav-open #topnav nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.nav-open #topnav nav li {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.nav-open #topnav nav li:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.nav-open #topnav nav li:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.nav-open #topnav .photography {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.nav-open {
    overflow: hidden
}

.header-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1005
}

@media (min-width:768px) {
    .header-bg {
        height: 120px
    }
}

@media (min-width:1200px) {
    #topnav nav a {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .logo {
        top: 10px;
        left: 10px;
        padding: 10px;
        height: 50px
    }

    .menu_btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px
    }

    .menu_btn span,
    .menu_btn span:after,
    .menu_btn span:before {
        width: 12px
    }

    .menu_btn span {
        top: 19px;
        left: 14px
    }

    .menu_btn span:before {
        top: -4px
    }

    .menu_btn span:after {
        top: 4px
    }

    .nav-open .menu_btn span:before {
        -webkit-transform: translateY(4px) rotate(-45deg);
        -ms-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg)
    }

    .nav-open .menu_btn span:after {
        -webkit-transform: translateY(-4px) rotate(45deg);
        -ms-transform: translateY(-4px) rotate(45deg);
        transform: translateY(-4px) rotate(45deg)
    }

    .nav-header .nav-bg {
        top: 35px;
        right: 35px;
        width: 1100px;
        height: 1100px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    #topnav {
        width: 530px;
        height: 530px
    }
}

@media (max-width:812px) and (orientation:landscape) {
    #topnav {
        width: 500px;
        height: 500px
    }

    #topnav .cont {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    #topnav nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    #topnav nav ul li {
        margin-right: 20px
    }
}

@media (orientation:landscape) {
    .iphone_x .logo {
        top: 10px;
        left: 10px;
        height: 60px
    }

    .iphone_x .menu_btn {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px
    }

    .iphone_x .menu_btn span {
        top: 24px;
        left: 15px
    }

    .iphone_x #topnav {
        width: 600px;
        height: 600px
    }

    .iphone_x body:not(.nav-open) .nav-header .nav-bg {
        top: 45px;
        right: 45px
    }
}

footer {
    width: 100%;
    background-color: #1E1E23;
    color: #fff;
    margin-top: -1px;
    pointer-events: auto
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

footer .info {
    color: #C8C8C8;
    line-height: 2
}

footer .info a {
    color: #fff;
    font-weight: 700
}

footer .info a:after {
    bottom: 0
}

footer .photography img {
    width: auto;
    height: 50px
}

.iphone.safari .page:not(.page-home) footer {
    padding-bottom: 85px
}

@media (max-width:812px) {
    footer .photography img {
        height: 42px
    }

    footer .copyright {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    footer .info {
        font-size: 12px
    }
}

body.loading {
    overflow: hidden
}

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 5000
}

#pageloader canvas {
    width: 200px
}

#pageloader .loader-logo {
    width: 40px
}

#pageloader .loader-logo g {
    fill: #000
}

body.init #pageloader {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1)
}

body.init #pageloader .cont {
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.loader-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.loader-icon .line {
    fill: none;
    stroke: #F82F4D;
    stroke-width: 4px;
    stroke-linecap: round;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}

.loader-icon .line:not(.anim-loader) {
    visibility: hidden
}

.thumb {
    color: #fff;
    text-align: center;
    overflow: hidden
}

.thumb .img-wrap {
    background: #1E1E23
}

.thumb .info {
    padding: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.thumb .title-cn,
.thumb .title-en {
    text-transform: uppercase
}

.thumb .title-cn {
    font-weight: 600;
    margin-bottom: 5px
}

.thumb .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.thumb .btn-white {
    margin-left: 10px
}

.thumbs .thumb {
    width: 100%;
    height: 25vw
}

.thumbs .thumb .img-wrap {
    overflow: hidden
}

.thumbs .thumb .title-cn {
    font-size: 18px
}

.thumbs .thumb .title-en {
    font-size: 24px
}

.thumbs .thumb .btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.thumbs .thumb.filter-hide {
    height: 0
}

@media (min-width:768px),
(orientation:landscape) {
    .thumbs .thumb .info {
        padding: 0 20vw;
        text-align: left
    }

    .thumbs .thumb .info>div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .thumbs .thumb .btns {
        margin-left: 50px
    }

    .thumbs .thumb .btn {
        color: #fff !important
    }

    .thumbs .thumb .btn-brand {
        background-color: transparent !important
    }

    .thumbs .thumb .btn-white {
        width: 50px;
        margin-left: 20px;
        padding: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .2);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

    .thumbs .thumb .btn-white .text,
    .thumbs .thumb .btn-white:after {
        display: none
    }

    .desktop .thumbs .thumb .btn-white:hover {
        background-color: #fff;
        color: #F82F4D !important
    }
}

@media (orientation:portrait) {
    .thumbs .thumb {
        height: 40vw
    }

    .thumbs .thumb .info {
        padding: 0 10vw
    }
}

@media (max-width:767px) {

    .thumbs .thumb .title-cn,
    .thumbs .thumb .title-en {
        font-size: 14px
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .thumbs .thumb .info {
        padding: 0 10vw
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .thumbs .thumb {
        height: 56vw
    }

    .thumbs .thumb .btn {
        height: 46px;
        line-height: 46px
    }

    .thumbs .thumb .info {
        padding: 10px 30px
    }

    .thumbs .thumb .info .btns {
        height: 0
    }

    .thumbs .thumb .info.hover .btns {
        height: 46px;
        margin-top: 20px
    }

    .thumbs .thumb .btn-white {
        margin-left: 4px
    }
}

.phone .thumbs .thumb .title-cn,
.phone .thumbs .thumb .title-en {
    font-size: 14px
}

.fixed-thumbs {
    display: none
}

.fixed-thumbs .grad-layer {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(-20deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(110deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(-20deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    opacity: 0
}

.fixed-thumbs footer {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.fixed-thumbs .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25vh 15vw
}

.fixed-thumbs .thumb .img-wrap {
    top: 25vh;
    left: 15vw;
    width: 70vw;
    height: 50vh
}

.fixed-thumbs .thumb .img {
    height: 200%;
    top: -50%
}

.fixed-thumbs .thumb .info {
    padding: 40px
}

@media (mix-width:1200px) {
    .fixed-thumbs .thumb .info {
        padding: 60px
    }
}

.fixed-thumbs .thumb .btns {
    margin-top: 30px
}

.fixed-thumbs .thumb .btns.skrollable-before {
    visibility: hidden
}

.fixed-thumbs .thumb.filter-hide {
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
    opacity: 0;
    visibility: hidden
}

.no-cssclippath .fixed-thumbs .thumb {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html:not(.safari).cssclippath .fixed-thumbs .thumb .img-wrap {
    overflow: visible
}

.filter-trans {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s !important;
    -o-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s !important;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s !important
}

.grid-thumbs .upbtn {
    display: none
}

.thumb-holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    z-index: 1009
}

.thumb-holder.showin {
    background-color: #1E1E23
}

.thumb-holder.showout {
    opacity: 0
}

.thumb-holder .bg-wrap {
    position: absolute;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.thumb-holder .bg-wrap .coverbg {
    position: absolute
}

.thumb-holder .bg-wrap.showin {
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.thumb-holder .bg-wrap.trans-up {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s
}

.cssclippath .thumb-holder .bg-wrap.trans-up {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0) !important
}

.thumb-holder .bg-wrap.trans-up .coverbg {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

html[bslang=zh-cn] [lang=en] {
    display: none
}

html:not([bslang=zh-cn]) [lang=zh] {
    display: none
}

.coverbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.containbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

section {
    overflow: hidden
}

.head {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (min-width:1200px) {
    .head .title-big {
        margin-top: -1vw
    }
}

.head-full {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0
}

.head-full .link {
    line-height: 1.4;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

@media (orientation:landscape) {
    .mobile .head {
        height: 100vh
    }

    .mobile .head~#skrollr-body .head-holder {
        height: 60vw
    }
}

@media (orientation:portrait) {
    .mobile .head {
        height: 100vw
    }

    .mobile .head~#skrollr-body .head-holder {
        height: 100vw
    }
}

@media (min-width:768px) and (orientation:landscape) {
    .mobile .head~#skrollr-body .head-holder {
        height: 100vh
    }
}

@media (orientation:landscape) {
    .mobile .head-full {
        height: 60vw
    }

    .mobile .head-full~#skrollr-body .head-holder {
        height: 60vw
    }
}

@media (orientation:portrait) {
    .mobile .head-full {
        height: 160vw
    }

    .mobile .head-full~#skrollr-body .head-holder {
        height: 160vw
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .mobile .head-full {
        height: 120vw
    }

    .mobile .head-full~#skrollr-body .head-holder {
        height: 120vw
    }
}

.scroll-tip {
    position: absolute;
    bottom: 0;
    left: 50%
}

.scroll-tip .line {
    width: 2px;
    margin-left: -1px;
    height: 60px;
    background-image: -o-linear-gradient(top, #F82F4D 0, rgba(248, 47, 77, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F82F4D), to(rgba(248, 47, 77, 0)));
    background-image: linear-gradient(to bottom, #F82F4D 0, rgba(248, 47, 77, 0) 100%);
    background-repeat: repeat-x
}

@media (max-width:767px) {
    .scroll-tip .line {
        height: 50px
    }
}

.scroll-tip .dot {
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background: #F82F4D;
    border-radius: 50%
}

.scroll-tip .dot:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border: 2px solid #F82F4D;
    border-radius: 50%;
    -webkit-animation: scroll_tip_dot 2s ease infinite;
    animation: scroll_tip_dot 2s ease infinite
}

.scroll-tip .title {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 80px;
    margin-left: -40px
}

.bgc-brand .scroll-tip .line {
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x
}

.bgc-brand .scroll-tip .dot {
    background: #fff
}

.bgc-brand .scroll-tip .dot:after {
    border-color: #fff
}

.img-wrap {
    overflow: hidden
}

.img-wrap img {
    width: 100%
}

.img-wrap.dark-overlay:before {
    z-index: 0
}

.img-wrap.dark-overlay img {
    z-index: -1
}

.info-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 86%
}

@media (min-width:813px) {
    .info-wrap {
        width: 70%
    }
}

@media (min-width:1200px) {
    .info-wrap {
        width: 65%
    }
}

@media (min-width:1600px) {
    .info-wrap {
        width: 60%
    }
}

@media (orientation:landscape) {
    .iphone_x .info-wrap {
        width: 70%
    }
}

#skrollr-body {
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

#skrollr-body section {
    pointer-events: auto
}

#skrollr-body section:not([class*=bgc-]) {
    background-color: #F0F0F0
}

.skrollr-mobile #skrollr-body {
    z-index: 10;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html:not(.chrome) .desktop-skr-trans .skrollable:not(.anim_emt):not(.split) {
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.skr-notrans .skrollable:not(.anim_emt):not(.split):not(.header-mask) {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.head-holder {
    height: 100vh;
    visibility: hidden
}

.skrollr .skr-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gap {
    height: 100%;
    visibility: hidden;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    display: none
}

.skrollr .gap {
    display: block
}

.gap.filter-hide {
    height: 0
}

.scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    overflow: hidden;
    z-index: 1040;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.skrollr-mobile .scrollbar {
    display: block
}

.scrollbar .bar {
    width: 100%;
    padding: 4px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.scrollbar .bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.scrollbar.light .bar:before {
    background: rgba(255, 255, 255, .5)
}

.scrollbar.showin {
    opacity: 1
}

.header-mask {
    width: 100%;
    height: 200px;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    pointer-events: none;
    z-index: 1008;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .8s !important;
    -o-transition: all .8s !important;
    transition: all .8s !important
}

.header-mask.skrollable-after {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-mask.showout {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (max-width:767px) {
    .header-mask {
        height: 100px
    }
}

@media (orientation:landscape) {
    .iphone_x .header-mask {
        height: 100px
    }
}

.no-scroll .header-mask {
    display: none
}

.video-wrap {
    overflow: hidden
}

.video-wrap .mask {
    background: rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer
}

.desktop .video-wrap .mask:hover .play-icon path {
    fill: #fff;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.mobile .video-wrap .mask {
    display: none
}

.video-wrap .play-icon {
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.video-wrap .play-icon path {
    fill: #F82F4D;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.video-wrap .loader-icon {
    display: none;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px
}

.video-wrap .loader-icon .line {
    stroke: #fff
}

.video-wrap.play .mask {
    opacity: 0
}

.video-wrap.play .play-icon {
    display: none
}

.video-wrap.play .loader-icon {
    display: none
}

.video-wrap.pause .mask {
    opacity: 1
}

.video-wrap.pause .play-icon {
    display: block
}

.video-wrap.waiting .mask {
    opacity: 1
}

.video-wrap.waiting .loader-icon {
    display: block
}

.video-wrap.waiting:not(.pause) .play-icon {
    display: none
}

@media (max-width:767px) {
    .video-wrap .play-icon svg {
        width: 40px;
        height: 40px
    }
}

.fixed-btn {
    position: fixed;
    top: 40px;
    right: 120px;
    z-index: 1009;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fixed-btn.link-btn {
    font-size: 24px
}

@media (max-width:767px) {
    .fixed-btn {
        top: 15px;
        right: 65px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

@media (orientation:landscape) {
    .iphone_x .fixed-btn {
        top: 20px;
        right: 80px
    }
}

#dots {
    width: 100%;
    height: 100vh;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:767px) {
    #dots {
        height: 100%
    }
}

#nolandview {
    z-index: 5100
}

.underline {
    position: relative;
    display: inline-block
}

.underline:after {
    content: '';
    display: block;
    height: 2px;
    margin-top: 5px;
    background: #F82F4D;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.title-icon {
    display: block;
    font-size: 48px
}

@media (max-width:767px) {
    .title-icon {
        font-size: 24px
    }
}

.mix-overlay {
    mix-blend-mode: overlay
}

.notrans {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.no-hover {
    pointer-events: none !important
}

.trans3d0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#eagle-drag-images,
#eagle-drop-area {
    display: none !important
}

.cssanimations .anim_emt {
    visibility: hidden
}

.cssanimations .anim_emt.visb {
    visibility: visible
}

.cssanimations .split {
    text-rendering: optimizeSpeed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden
}

.cssanimations .split.visb {
    visibility: visible
}

.cssanimations .split .spt {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden
}

.cssanimations .split .spt.start {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.cssanimations .split .spt.start-trans {
    -webkit-transition: all 1.2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
}

.cssanimations .split.underline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden
}

.cssanimations .split.visb.underline:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    -webkit-transition: background-color .4s, -webkit-transform 1.2s cubic-bezier(.77, 0, .175, 1);
    transition: background-color .4s, -webkit-transform 1.2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: transform 1.2s cubic-bezier(.77, 0, .175, 1), background-color .4s;
    transition: transform 1.2s cubic-bezier(.77, 0, .175, 1), background-color .4s;
    transition: transform 1.2s cubic-bezier(.77, 0, .175, 1), background-color .4s, -webkit-transform 1.2s cubic-bezier(.77, 0, .175, 1)
}

.anim_emt.scale_up {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.anim_emt.scale_up.start {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.anim_emt.scale_up.start-trans {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.anim_emt.fade_in {
    opacity: 0
}

.anim_emt.fade_in.start {
    opacity: 1
}

.anim_emt.fade_in.start-trans {
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s
}

.anim_emt.r_to_l {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.anim_emt.r_to_l.start {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.anim_emt.r_to_l.start-trans {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.anim_emt.l_to_r {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
}

.anim_emt.l_to_r.start {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.anim_emt.l_to_r.start-trans {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.anim_emt.t_to_b {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.anim_emt.t_to_b.start {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.anim_emt.t_to_b.start-trans {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.anim_emt.b_to_t {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}

.anim_emt.b_to_t.start {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.anim_emt.b_to_t.start-trans {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.anim_emt.palx_img {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0
}

.anim_emt.palx_img .dark-layer,
.anim_emt.palx_img .img {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.anim_emt.palx_img.start {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.anim_emt.palx_img.start .dark-layer,
.anim_emt.palx_img.start .img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.anim_emt.palx_img.start-trans {
    overflow: hidden;
    -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: opacity 1.2s, -webkit-transform 1.2s;
    -o-transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s
}

.anim_emt.palx_img.start-trans .dark-layer,
.anim_emt.palx_img.start-trans .img {
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s
}

.thumbs .thumb .img-wrap.anim_emt {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0
}

.thumbs .thumb .img-wrap.anim_emt.start {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.thumbs .thumb .img-wrap.anim_emt.start-trans {
    -webkit-transition: opacity .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s;
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s cubic-bezier(.77, 0, .175, 1);
    transition: transform .8s, opacity .8s cubic-bezier(.77, 0, .175, 1);
    transition: transform .8s, opacity .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s
}

#pjax-cont {
    width: 100%;
    height: 100%
}

.page {
    width: 100%;
    height: 100%;
    background: #e14553
}

.page+.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.page.pjax-showin {
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s
}

.pjax-start {
    overflow: hidden
}

.pjax-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow: hidden;
    display: none
}

.pjax-mask .bg {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.pjax-mask .shape {
    width: 100%;
    height: 100%;
    display: block;
    fill: #F82F4D
}

.pjax-mask.trans-out .bg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pjax-mask .loader-icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pjax-mask .loader-icon .line {
    stroke: #fff
}

.pjax-start .pjax-mask {
    display: block
}

.pjax-preload .pjax-mask .loader-icon .line {
    -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
    animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
    visibility: visible
}

@media (orientation:portrait) {
    .pjax-mask {
        left: -70vw;
        right: -70vw
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: url(img/icon-zoomin.svg) 16 16, -webkit-zoom-in;
    cursor: url(img/icon-zoomin.svg) 16 16, zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #17171b;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform .4s cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform .4s cubic-bezier(.4, 0, .22, 1);
    transition: transform .4s cubic-bezier(.4, 0, .22, 1);
    transition: transform .4s cubic-bezier(.4, 0, .22, 1), -webkit-transform .4s cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: 0 0
}

.pswp__img--placeholder--blank+.pswp__img {
    opacity: 0
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #F82F4D
}

.pswp__container.anim_trans {
    -webkit-transition: -webkit-transform .8s cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform .8s cubic-bezier(.4, 0, .22, 1);
    transition: transform .8s cubic-bezier(.4, 0, .22, 1);
    transition: transform .8s cubic-bezier(.4, 0, .22, 1), -webkit-transform .8s cubic-bezier(.4, 0, .22, 1)
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    display: block;
    margin: 0;
    font-size: 24px;
    float: right;
    color: #fff;
    opacity: .75;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.desktop .pswp__button:hover,
.pswp__button:focus {
    background-color: #fff;
    color: #F82F4D;
    opacity: 1
}

.pswp__button:active {
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    color: #F82F4D;
    opacity: 1
}

.mobile .pswp__button--fs {
    display: none
}

.pswp_arrow {
    position: fixed;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: #F82F4D;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.desktop .pswp_arrow:hover {
    background-color: #fff;
    color: #F82F4D
}

.mobile .pswp_arrow {
    display: none
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__counter {
    float: left;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    color: #FFF;
    opacity: .75;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__preloader {
    width: 16px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    float: left;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.pswp__preloader .loader-icon {
    position: absolute;
    top: 17px;
    width: 16px;
    height: 16px
}

.pswp__preloader .loader-icon .line {
    stroke: #fff;
    stroke-width: 6px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .loader-icon .line {
    -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
    animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
    visibility: visible
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity .4s cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity .4s cubic-bezier(.4, 0, .22, 1);
    transition: opacity .4s cubic-bezier(.4, 0, .22, 1)
}

.pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp_arrow {
    opacity: 0
}

.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp_arrow {
    opacity: .001
}

.pswp__ui--one-slide .pswp__counter,
.pswp__ui--one-slide .pswp_arrow {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

@media (max-width:767px) {
    .pswp__top-bar {
        height: 50px;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

    .pswp__ui--hidden .pswp__top-bar {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .pswp__button {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .pswp__button--close {
        opacity: 1
    }

    .pswp__counter {
        height: 50px;
        line-height: 50px
    }
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1200
}

.modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background-color: rgba(30, 30, 35, .95);
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1)
}

.backdropfilter:not(.chrome) .modal .modal-bg {
    background-color: rgba(30, 30, 35, .9);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px)
}

.modal .modal-bg.showin {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.modal .modal-bg.showin~.close-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s;
    transition: background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s;
    -o-transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease;
    transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease;
    transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s
}

.modal .scroll-cont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0;
    z-index: 0;
    pointer-events: none
}

.wechat .modal .scroll-cont {
    height: calc(100% + 1px)
}

.modal .scroll-cont>.cont {
    color: #fff;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    pointer-events: auto
}

.modal .close-btn {
    position: fixed;
    top: 35px;
    right: 35px;
    border-radius: 50%;
    background: #F0F0F0;
    color: #F82F4D;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 99
}

.desktop .modal .close-btn:hover,
.modal .close-btn.active {
    background: #F82F4D;
    color: #fff
}

@media (max-width:812px) {
    .modal .close-btn {
        top: 20px;
        right: 20px
    }
}

@media (max-width:767px) {
    .modal .close-btn {
        top: 15px;
        right: 15px
    }
}

.modal.showin .scroll-cont {
    overflow-y: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal.showin .scroll-cont>.cont {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.modal.close {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.modal.close .scroll-cont {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.modal.close .close-btn {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important
}

.modal.contact .scroll-cont>.cont {
    position: absolute;
    bottom: 0;
    width: 100%
}

@media (max-width:767px) and (orientation:landscape) {
    .modal.contact .scroll-cont>.cont {
        position: relative
    }
}

.modal.qrcode .scroll-cont>.cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 6px
}

body.modal-show {
    overflow: hidden
}

body.modal-show .nav-header .menu_btn {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.pop {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    top: -10px;
    left: 50%;
    line-height: 1;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    z-index: 500
}

.pop:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px
}

.pop.popshow {
    visibility: visible;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    opacity: 1
}

.qrcode-img {
    width: 129px;
    height: auto
}

.sitetip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F82F4D;
    color: #fff;
    z-index: 5100;
    display: none
}

.sitetip a {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 10px;
    font-weight: 600;
    background-color: #fff;
    color: #F82F4D;
    border-radius: 5px
}

.home-intro {
    color: #fff
}

.home-intro .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-intro .pic {
    width: 40vw;
    margin-left: auto;
    margin-right: auto
}

@media (orientation:portrait) {
    .home-intro .pic {
        width: 80%
    }
}

.home-intro .info {
    text-align: left;
    width: 25vw
}

.home-intro.showout {
    pointer-events: none
}

.home-intro.showout .cont {
    opacity: 0
}

@media (max-width:767px) and (orientation:portrait) {
    .home-intro .cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -60px
    }

    .home-intro .pic {
        width: 80%;
        left: 10vw
    }

    .home-intro .info {
        width: 70%;
        text-align: center
    }

    .home-intro .info .ten {
        display: none
    }
}

.backgroundblendmode .home-intro {
    mix-blend-mode: lighten;
    z-index: 50
}

.page-home {
    background: #1E1E23
}

.page-home #skrollr-body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: hidden
}

.page-home .skrollable {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.page-home footer {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.page-home>footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.case {
    background-color: #1E1E23;
    color: #fff
}

.skrollr.cssclippath .case {
    visibility: hidden
}

.case .char {
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: all .3s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: all .3s cubic-bezier(.165, .84, .44, 1) 0s
}

.desktop .case .char:hover {
    color: #F82F4D
}

.case .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.case .btns .btn {
    margin: 5px
}

@media (max-width:767px) and (orientation:portrait) {
    .case .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

html.skrollr .case .info .anim {
    -webkit-transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0s
}

html.skrollr .case .info .title-en {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

html.skrollr .case .info .btns {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) .4s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) .4s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) .4s
}

html.skrollr .case .info.skrollable-before {
    visibility: hidden
}

html.skrollr .case .info.skrollable-before .anim {
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

html.skrollr .case .info.skrollable-before .btns {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

html.skrollr .case .info.skrollable-after {
    visibility: visible
}

html.skrollr .case .info.skrollable-after .anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

html.skrollr .case .info.skrollable-after .btns {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:767px) {
    .case .wrap {
        padding: 0
    }
}

.case.pjaxtrans .container {
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.desktop .page-cases:not(.grid-thumbs) #skrollr-body {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    visibility: hidden
}

.desktop .page-cases:not(.grid-thumbs) footer {
    margin-top: 0
}

.page-cases.notrans #skrollr-body,
.page-cases.notrans .skrollable:not(.anim_emt):not(.split) {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.desktop .page-cases .head-holder {
    height: calc(100vh - 80px)
}

.page-cases.grid-thumbs .head-holder {
    height: 80vh
}

@media (orientation:portrait) {
    .mobile .page-cases .head {
        padding-top: 40px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .mobile .page-cases .head .container {
        width: 90%
    }
}

.page-cases .header-mask {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.desktop .page-cases:not(.grid-thumbs) .header-mask {
    display: none
}

.fixed-thumbs {
    -webkit-transition: background-color 1.2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: background-color 1.2s cubic-bezier(.77, 0, .175, 1);
    transition: background-color 1.2s cubic-bezier(.77, 0, .175, 1)
}

.fixed-thumbs .skrollable {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

.fixed-thumbs.scroll-trans .skrollable {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1)
}

.fixed-thumbs.scroll-trans .skrollable.btns {
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1)
}

.fixed-thumbs.scroll-trans .skrollable.btns.skrollable-between {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.fixed-thumbs.scroll-trans .skrollable.char,
.fixed-thumbs.scroll-trans .skrollable.title-group {
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1)
}

.fixed-thumbs.scroll-trans .skrollable.char.skrollable-between,
.fixed-thumbs.scroll-trans .skrollable.title-group.skrollable-between {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.filter-nav {
    display: inline-block
}

.filter-nav-wrap-fixed {
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
    z-index: 1009
}

.filter-nav-wrap-fixed nav {
    padding: 5px 10px;
    border-radius: 4px
}

.view-model-btn:before {
    display: block
}

.view-model-btn:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    background: #F82F4D;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.grid-thumbs .view-model-btn:before {
    display: none
}

.grid-thumbs .view-model-btn:after {
    display: block
}

.desktop .view-model-btn:hover:after {
    background: #fff
}

.mobile .view-model-btn {
    display: none
}

.page-about .head .container,
.page-about .head .grad-layer {
    pointer-events: none
}

.page-about #gap-intro {
    height: 200%
}

.mobile .page-about #gap-intro {
    height: auto
}

.desktop .page-about .intro {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.mobile .page-about .intro {
    position: relative
}

.mobile .page-about .intro .img-wrap,
.mobile .page-about .intro .info {
    height: auto
}

@media (min-width:813px) {
    .mobile .page-about .intro .img-wrap {
        position: absolute
    }

    .mobile .page-about .intro .info {
        position: relative
    }
}

@media (max-width:812px) {
    .mobile .page-about .intro .info {
        position: relative;
        padding-top: 0;
        margin-top: -20px
    }
}

.mobile .page-case .head-full {
    -webkit-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

.mobile .page-case .head-full.fullh {
    height: 100% !important
}

@media (max-width:767px) and (orientation:portrait) {
    .page-case .scroll-tip .line {
        height: 100px
    }
}

.page-case .header-mask {
    display: block
}

.page-case .header-mask.showin {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.imac-section {
    text-align: center;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-perspective: 100vw;
    perspective: 100vw;
    pointer-events: none
}

.desktop .imac-section,
.desktop .imac-section .cont,
.desktop .imac-section .display,
.desktop .imac-section .imac {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.desktop .imac-section .cont {
    height: 100%;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0)
}

.desktop .imac {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.desktop.no-preserve3d .imac {
    bottom: -7vw
}

.imac .bg {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F0F0F0;
    z-index: -2
}

.imac .display {
    display: inline-block;
    background-color: #111;
    border-radius: 1.2vw;
    border-bottom: 6vw solid #ccc;
    padding: 2%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    pointer-events: auto
}

.preserve3d .imac .display {
    border-top: .5vw solid #ccc;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.preserve3d.no-scroll .imac .display {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg)
}

.imac .display:before {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg width="46" height="54" viewBox="0 0 46 54" xmlns="http://www.w3.org/2000/svg"><path d="M44.52 18.25c-4.03 2.85-6.04 6.27-6.04 10.28 0 4.8 2.48 8.48 7.46 11.05a29.72 29.72 0 0 1-5.8 10.1c-2.53 2.86-4.84 4.3-6.94 4.3-.98 0-2.32-.33-4.03-.98l-.82-.32a12.44 12.44 0 0 0-4.43-.97 12 12 0 0 0-3.98.76l-1.03.37-1.29.53a8.3 8.3 0 0 1-3.08.6c-2.45 0-5.15-2-8.1-6.03C2.2 42.17.06 35.89.06 29.08c0-4.83 1.33-8.72 3.98-11.68 2.66-2.95 6.17-4.43 10.55-4.43 1.63 0 3.16.3 4.59.9l.97.4 1.03.42c.91.39 1.65.58 2.22.58.72 0 1.52-.17 2.4-.5l1.34-.53 1-.37c1.6-.58 3.37-.87 5.3-.87 4.59 0 8.28 1.75 11.08 5.25zM33.65.79a11.17 11.17 0 0 1-3.24 9.43 10.42 10.42 0 0 1-7.73 3.44c-.08-.69-.13-1.18-.13-1.48 0-2.58 1.03-5 3.09-7.27A11.74 11.74 0 0 1 32.78.92l.87-.13z" fill="#111" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    bottom: -4.5vw;
    height: 3vw;
    left: 0;
    right: 0;
    text-align: center
}

.imac .display:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1vw 1vw 0 0;
    background: -o-linear-gradient(20deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 59.9%, rgba(255, 255, 255, .075) 60%, rgba(255, 255, 255, .35) 100%);
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 59.9%, rgba(255, 255, 255, .075) 60%, rgba(255, 255, 255, .35) 100%)
}

.imac .screen {
    background-color: #000;
    text-align: center;
    border-radius: 2px;
    width: 50vw;
    height: 28.125vw;
    overflow: hidden
}

.imac .screen img {
    width: 100%;
    height: auto
}

.imac .stand {
    background-color: #999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), to(#ddd));
    background: -o-linear-gradient(#999 0, #ddd 100%);
    background: linear-gradient(#999 0, #ddd 100%);
    border-bottom: 1px solid #fff;
    width: 12vw;
    height: 12vw;
    margin: 0 auto;
    border-radius: 20%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5), 0 0 100px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5), 0 0 100px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: -1
}

@media (orientation:portrait) {
    .imac-section {
        -webkit-perspective: 100vh;
        perspective: 100vh
    }

    .preserve3d .imac .display {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg)
    }

    .imac .screen {
        width: 60vw;
        height: 33.75vw
    }
}

.iphone-section {
    overflow: visible !important
}

.iphone-section .mockup svg {
    display: block
}

.iphone-section .mockup .screen {
    padding: 4.5% 5.4%
}

.iphone-section .mockup img {
    height: 100%;
    border-radius: 10px
}

.iphone-section .mockup::before {
    content: '';
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 5%;
    right: 5%;
    display: block;
    -webkit-box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .8);
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .8);
    z-index: -1
}

.desktop .iphone-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0)
}

.desktop .iphone-section .mockup-wrap {
    width: 50%;
    height: 100%;
    padding: 10vh;
    -webkit-transform: translate3d(50%, -12vw, 0);
    transform: translate3d(50%, -12vw, 0)
}

.desktop .iphone-section .mockup {
    width: 39.7368vh
}

.desktop .iphone-section .mockup svg {
    width: auto;
    height: 100%
}

.desktop .iphone-section .info {
    width: 50%
}

.desktop .iphone-section .info-wrap {
    margin-left: 0
}

.iphone-section .qrcode {
    display: inline-block
}

.mobile .iphone-section {
    display: none
}

.mobile .iphone-section .mockup-wrap {
    padding: 0 20vw;
    margin: -12% auto 0 auto;
    height: auto
}

.mobile .iphone-section .mockup {
    max-width: 300px
}

.mobile .iphone-section .mockup svg {
    width: 100%;
    height: auto
}

.mobile .iphone-section .info {
    width: 100%
}

.mobile .iphone-section .info-wrap {
    margin-left: auto;
    text-align: center
}

@media (max-width:767px) {
    .mobile .iphone-section .mockup {
        max-width: 200px
    }
}

.mobile #skrollr-body .iphone-section {
    display: block
}

#gap-iphone {
    height: 250vh
}

@media (max-width:767px) and (orientation:portrait) {
    .res-design img {
        width: 140vw;
        margin-left: -20vw
    }
}

.res-design+section {
    margin-top: -1px
}

.mackbook-wrap {
    overflow: visible;
    z-index: 2
}

.mackbook-wrap .bg {
    height: 80%
}

.macbook .video-wrap {
    width: 65.43%
}

.gallery .row {
    margin-bottom: 0
}

.gallery .row [class*=col-] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    margin-bottom: 0
}

@media (max-width:812px) {
    .gallery .row [class*=col-] {
        padding: 10px
    }
}

@media (max-width:767px) {
    .gallery .row [class*=col-] {
        padding: 5px
    }
}

.gallery .row [class*=col-].vertical {
    padding-top: 0;
    padding-bottom: 0
}

.gallery .vertical .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.desktop .gallery a:hover {
    cursor: url(img/icon-zoomin.svg) 16 16, -webkit-zoom-in;
    cursor: url(img/icon-zoomin.svg) 16 16, zoom-in
}

.mobile-screens {
    background-color: #5d5d5d !important
}

.mobile-screens .qrcode {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px
}

.desktop .mobile-screens {
    height: 75vw
}

@media (max-width:767px) and (orientation:portrait) {
    .mobile-screens .img {
        width: 140%;
        -webkit-transform: translateX(-20vw);
        -ms-transform: translateX(-20vw);
        transform: translateX(-20vw)
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .mobile-old .container {
        width: 100%;
        overflow-x: auto
    }

    .mobile-old .container img {
        width: 200%;
        padding: 0 20px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .icontitle .title-icon {
        display: inline-block;
        margin-right: 5px
    }

    .icontitle .title-icon::before {
        display: block;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px)
    }

    .icontitle h2 {
        display: inline-block
    }
}

.next-case {
    height: 50vh
}

.next-case .coverbtn {
    height: 100%;
    overflow: hidden
}

.next-case .coverbtn .coverbg {
    height: 100vh
}

.next-case .coverbtn .coverbg:before {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.next-case .coverbtn h4 {
    margin-bottom: 5px
}

.desktop .next-case .coverbtn:hover .coverbg:before {
    background-color: rgba(248, 47, 77, .8)
}

.desktop .next-case .coverbtn:hover .underline:after {
    background: #fff
}

@media (orientation:portrait) {
    .next-case {
        height: 60vw;
        max-height: 400px
    }
}

.mobile .next-case .coverbg {
    height: 100%
}

.desktop .mobile-case .fixed-btn.link-btn {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.visb {
    visibility: visible
}

.invisible {
    visibility: hidden
}

html.mobile .only-desktop {
    display: none
}

html.desktop .only-mobile {
    display: none
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-xs-p {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .visible-xs-p {
        display: block !important
    }

    table.visible-xs-p {
        display: table !important
    }

    tr.visible-xs-p {
        display: table-row !important
    }

    td.visible-xs-p,
    th.visible-xs-p {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:812px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:813px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:812px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:813px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}