@font-face {
    font-family: 'iconfont';
    font-display: swap;
    src: url('../fonts/iconfont.eot?vuhkm4');
    src: url('../fonts/iconfont.eot?vuhkm4#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.ttf?vuhkm4') format('truetype'),
    url('../fonts/iconfont.woff?vuhkm4') format('woff'),
    url('../fonts/iconfont.svg?vuhkm4#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Duepuntozero Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/Duepuntozero-Pro-Regular.woff2') format('woff2'),
    url('../fonts/Duepuntozero-Pro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Duepuntozero Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/Duepuntozero-Pro-Bold.woff2') format('woff2'),
    url('../fonts/Duepuntozero-Pro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(""),
    url("../fonts/inter-v2-latin-regular.woff2") format("woff2"),
    url("../fonts/inter-v2-latin-regular.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local(""),
    url("../fonts/inter-v2-latin-700.woff2") format("woff2"),
    url("../fonts/inter-v2-latin-700.woff") format("woff");
}

[class^="wc-"], [class*=" wc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wc-contract:before {
    content: "\e905";
}

.wc-security:before {
    content: "\e906";
}

.wc-support:before {
    content: "\e907";
}

.wc-server:before {
    content: "\e904";
}

.wc-envelope:before {
    content: "\e900";
}

.wc-pen:before {
    content: "\e901";
}

.wc-phone:before {
    content: "\e902";
}

.wc-speech-bubble:before {
    content: "\e903";
}

.wc-globe:before {
    content: "\e908";
}

.wc-wechat:before {
    content: "\e909";
}

.wc-icp-filing:before {
    content: "\e90a";
}

.wc-multilingual-support:before {
    content: "\e90b";
}

.wc-multilingual-support-2:before {
    content: "\e90c";
}

.icon-lg {
    line-height: 120px;
}

.swiper-container .animated.group1 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.swiper-container .animated.group2 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.swiper-container .animated.group3 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.swiper-slide-active .rd-parallax-inner::after {
    background-color: rgba(0, 0, 0, 0.15);
}

body {
    color: #091a35;
    position: relative;
    font-size: 15px;
    line-height: 1.75;
}

.ios body {
    cursor: pointer;
}

h1, .jumbotron h1, .jumbotron-mod-1 h1 {
    font-weight: 500;
    letter-spacing: -0.15px;
    font-size: 55px;
}

h2, h3 {
    font-weight: normal;
}

h2 {
    letter-spacing: 0.85px;
    font-size: 38px;
}

.container-fluid > h2 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

h2 small {
    font-size: 25px;
    font-weight: 400;
}

h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    letter-spacing: normal;
    font-size: 33px;
    font-weight: 400;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.jumbotron-mod-1 h1 span {
    text-transform: none !important;
}

ol, ul {
    padding-left: 0;
}

a:hover,
a:focus,
a:active {
    color: #01a0e4;
    border-bottom: 1px solid #01a0e4;
}

a.btn {
    border-bottom-width: 2px;
}

a[data-toggle="modal"] {
    cursor: pointer;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 160, 228, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 160, 228, 0.6);
}

hr, .bg-primary hr {
    border-bottom: 3px solid #01a0e4;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-fluid {
    max-width: 1200px;
}

.container-fluid.smaller {
    max-width: 970px;
}

.container-fluid > p.font-lg, .container-fluid > p.font-lg + .moreText {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.rd-parallax .container-fluid {
    position: relative;
    z-index: 50;
}

.container-block {
    display: block;
}

.font-lg {
    font-size: 22px;
    line-height: 30px;
    word-spacing: 2px;
}

.font-lg + .font-lg {
    margin-top: 25px;
}

.font-lg + p:not(.font-lg) {
    margin-top: 20px;
}

.bg-secondary {
    background-color: #0f7db2;
}

.bg-dark {
    background-color: #091a34;
}

.bg-dark-grey {
    background-color: #e3e3e3;
}

.bg-services {
    background-image: url(../images/bg-shanghai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bg-services:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0));
    z-index: 1;
}

.bg-services .container-fluid {
    position: relative;
    z-index: 10;
}

.bg-map {
    background-image: url(../images/world_map.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.btn {
    border-radius: 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
}

span.fa {
    color: inherit;
}

.list-marked {
    padding-left: 0;
}

p + .list-marked {
    margin-top: 10px;
}

.list-marked li {
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-marked li:before {
    content: '';
    position: absolute;
    left: 5px;
    margin-top: 5px;
    /* top: 1em; */
    top: 15px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #01a0e4;
}

.bg-primary .list-marked li:before {
    background-color: #fff;
}

.form-label {
    color: #999;
}

.form-control, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    color: #091a35;
    font-weight: 400;
    font-size: 15px;
    background-color: #f6f6f6;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding-right: 35px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 60px;
    line-height: 60px;
}

.select2-dropdown {
    border-radius: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.modal-dialog {
    animation-duration: 500ms;
}

.modal-content {
    border-radius: 0;
}

.modal-title.h4 {
    margin-top: 0;
}

.modal-header {
    background-color: #01a0e4;
    border: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    margin-top: 1px;
    text-shadow: none;
}

.modal-body {
    padding: 15px 30px 30px;
    overflow-y: auto;
}

.modal-body h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.modal-body > h5:first-child {
    margin-top: 0;
}

.modal-body ul.list-marked li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-body ul.list-marked li:before {
    margin-top: 0.5px;
}

.bg-white {
    color: #091a35;
}

/* .infoBox {
    color: #091a35;
    text-align: center;
    border-radius: 50%;
    position: relative;
    padding-right: 5px;
}

    .infoBox:hover,
    .infoBox:focus,
    .infoBox:active {
        color: #091a35 !important;
        border: none;
    }

    .list-marked .infoBox a:before {
        content: '';
        display: none;
    }

.tooltip {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .tooltip {
        width: 100%;
    }
}

.tooltip.top {
    padding-top: 9px;
    padding-bottom: 9px;
}

.tooltip.bottom {
    padding-top: 9px;
    padding-bottom: 9px;
}

    .tooltip-inner {
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border: 1px solid #999;
        padding: 15px;
        color: #091a35;
        text-align: left;
        max-width: none;
    }

    .tooltip.top .tooltip-arrow {
        margin-left: -11px;
        border-width: 11px 11px 0;
        border-top-color: #999;
        bottom: -1px;
    }

    .tooltip.top .tooltip-arrow:before {
        content: '';
        position: absolute;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-top-color: #fff;
        border-width: 10px 10px 0;
        bottom: 1px;
    }

    .tooltip.bottom .tooltip-arrow {
        margin-left: -11px;
        border-width: 0 11px 11px;
        border-bottom-color: #999;
        top: -1px;
    }

    .tooltip.bottom .tooltip-arrow:before {
        content: '';
        position: absolute;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 0 10px 10px;
        top: 1px;
    } */

.page-header {

}

.rd-navbar-wrap {
    background-color: #fff;
}

.rd-navbar-wrap a {
    border-bottom: none;
}

.rd-navbar-wrap .submenuContainer {
    position: relative;
    max-width: 1200px;
    margin-top: 0;
}

.rd-navbar-wrap .submenuWrapper {
    position: absolute;
    right: 3px;
    z-index: 30;
}

.rd-navbar-wrap .submenu > a {
    font-size: 13px;
    color: #666;
    padding: 12px 12px 10px;
    display: block;
    transition: all 0.3s ease-out;
}

.rd-navbar-wrap .rd-navbar--is-stuck .submenu > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.rd-navbar-wrap .submenu.open > a,
.rd-navbar-wrap .submenu > a:hover,
.rd-navbar-wrap .submenu > a:focus,
.rd-navbar-wrap .submenu > a:active {
    color: #01a0e4;
    background-color: #f3f3f3;
}

.rd-navbar-wrap .submenu > a .fa-user-o,
.rd-navbar-wrap .submenu > a .wc-globe {
    color: #01a0e4;
    margin-right: 5px;
    position: relative;
    font-size: 14px;
    top: 1px;
}

.rd-navbar-wrap .submenu > a .fa-user-o {
    top: 0;
    font-size: 13px;
}

.rd-navbar-wrap .submenu > a .icon {
    font-size: 17px;
    line-height: 1.0em;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.rd-navbar-wrap .language > .dropdown-menu {
    border: none;
    background-color: #f3f3f3;
    min-width: 0;
    font-size: 14px;
    margin-top: -2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar-wrap .language > .dropdown-menu > li > a {
    color: #091a35;
    padding-left: 28px;
    padding-right: 28px;
}

.rd-navbar-wrap .language > .dropdown-menu > li > a:hover,
.rd-navbar-wrap .language > .dropdown-menu > li > a:focus,
.rd-navbar-wrap .language > .dropdown-menu > li > a:active {
    color: #01a0e4;
}

.rd-navbar-wrap .language > .dropdown-menu > li.active > a {
    color: #fff;
}

.rd-navbar-static .rd-navbar-inner {
    transition: all 0.3s ease-out;
    padding-top: 25px;
    padding-bottom: 0;
    align-items: end;
}

.header-corporate .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
    padding-top: 11px;
    padding-bottom: 0;
}

.rd-navbar-static .rd-navbar-brand {
    padding-bottom: 26px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand {
    padding-bottom: 16px;
}

.rd-navbar-brand .brand-name > img {
    /* height: 61px; */
    height: 76px;
    max-width: none;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    text-align: right;
    padding-top: 26px;
    transition: all 0.3s ease-out;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap {
    padding-top: 29px;
}

.rd-navbar-static .rd-navbar-nav {
    /* text-transform: uppercase; */
    text-transform: lowercase;
}

.rd-navbar-static .rd-navbar-nav > li > a {
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    font-size: 20px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
    padding-bottom: 21px;
}

.rd-navbar-static .rd-navbar-nav > li.active > a {
    color: #01a0e4;
    border-color: #01a0e4;
}

.rd-navbar-static .rd-navbar-nav > li.active > a:hover,
.rd-navbar-static .rd-navbar-nav > li.active > a:focus,
.rd-navbar-static .rd-navbar-nav > li.active > a:hover {
    color: #01a0e4;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle:after {
    color: #091a35;
}

.rd-navbar-fixed .rd-navbar-nav a:hover ~ .rd-navbar-submenu-toggle:after,
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle:hover:after {
    color: #fff;
}

.rd-navbar-static .rd-navbar-top-panel {
    position: absolute;
    width: 100%;
    background-color: rgba(9, 26, 52, 0.87);
    z-index: 10;
    opacity: 0;
    transition: opacity 350ms ease-out;
    pointer-events: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel {
    opacity: 1;
    pointer-events: all;
}

.rd-navbar-static .top-panel-inner {
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 22px;
}

.rd-navbar-static .top-panel-inner .contactHeadline {
    font-size: 17px;
    letter-spacing: 0.6px;
    max-height: 100px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    transition: max-height 1000ms linear;
}

.rd-navbar-static.rd-navbar--is-stuck .top-panel-inner .contactHeadline {
    max-height: 0;
    transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
}

.rd-navbar-static .top-panel-inner .address-group {
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 0.2px;
}

.rd-navbar .address-group a {
    color: #01a0e4;
    display: inline-block;
    vertical-align: top;
}

.rd-navbar .address-group a.internationalPhoneLink {
    display: block;
    /*font-size: 13px;*/
    font-size: 15px;
    line-height: 16px;
    text-transform: none;
    margin-left: 0;
}

.rd-navbar .address-group .description {
    font-family: 'Duepuntozero Pro';
    font-size: 18px;
}

.rd-navbar .address-group a:hover .description {
    border-bottom: 1px solid #01a0e4;
}

.rd-navbar .top-panel-inner .address-group .phoneLinks {
    display: inline-block;
    padding-left: 36px;
    position: relative;
    text-align: left;
}

.rd-navbar .top-panel-inner .address-group .phoneLinks:before {
    content: "\e902";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    color: #01a0e4;
}

.rd-navbar .address-group a.contactFormLink {
    position: relative;
    top: -1px;
}

.rd-navbar .address-group a .wc-icon:before {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 16px;
}

.rd-navbar .address-group a .wc-speech-bubble:before {
    font-size: 19px;
    top: 4px;
}

.rd-navbar .address-group a .wc-pen:before {
    font-size: 22px;
    top: 5px;
}

.rd-navbar .address-group a .wc-envelope:before {
    font-size: 17px;
}

.rd-navbar .address-group a .wc-wechat:before {
    font-size: 22px;
    top: 4px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel {
    display: block;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    background-color: #fff;
}

.rd-navbar-toggle {
    margin-left: auto;
    color: #091a35;
    width: auto;
}

.rd-navbar-toggle:before {
    content: 'Menü';
    display: inline-block;
    /* text-transform: uppercase; */
    margin-right: 6px;
    font-size: 16px;
}

html[lang="en"] .rd-navbar-toggle:before {
    content: 'Menu';
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    border-radius: 0;
    width: 21px;
    height: 2px;
    background-color: #01a0e4;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
    -webkit-transform-origin: 0.7px center;
    -moz-transform-origin: 0.7px center;
    -ms-transform-origin: 0.7px center;
    transform-origin: 0.7px center;
}

.rd-navbar-toggle span:before {
    top: -3px; /* -5px */
}

.rd-navbar-toggle span:after {
    top: 3px; /* 5px */
}

.rd-navbar-toggle span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: inline-block;
    top: -7px; /* -4px*/
    height: 0; /* added */
}

.rd-navbar-toggle.active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
    width: 12px;
}

.rd-navbar-fixed .rd-navbar-brand {
    left: 15px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    left: auto;
    right: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    z-index: 140;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(-38px);
    transform: translateX(-38px);
}

.rd-navbar-fixed .rd-navbar-nav {
    background-color: #fff;
    padding-top: 20px;
    font-family: 'Duepuntozero Pro';
    font-size: 20px;
    text-transform: lowercase;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    color: #091a35;
    border-left: 3px solid transparent;
    padding-left: 12px;
    background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a:hover {
    color: #01a0e4;
    background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #01a0e4;
    border-color: #01a0e4;
    background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer {
    margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer > .languageDropdownToggle {
    cursor: pointer;
    padding: 11px 56px 11px 16px;
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer > .languageDropdownToggle:after {
    content: '\f078';
    position: absolute;
    top: 25px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 44px;
    font: 400 14px "FontAwesome";
    line-height: 42px;
    text-align: center;
    z-index: 2;
    transition: 0.4s transform ease;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer.opened > .languageDropdownToggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer > .languageDropdownToggle:hover {
    color: #01a0e4 !important;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer.opened > .languageDropdownToggle {
    color: #fff !important;
    background-color: #01a0e4;
}

.rd-navbar-fixed .rd-navbar-nav li.submenuContainer > .rd-navbar-submenu-toggle {
    display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    max-width: none;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.rd-navbar-fixed .rd-navbar-top-panel .address-group {
    display: flex;
    justify-content: space-around;
}

.rd-navbar-fixed .rd-navbar-top-panel a {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-top-panel a + a,
.rd-navbar-fixed .rd-navbar-top-panel .phoneLinks + a {
    margin-top: 0;
}

#topContactOptionWeChat .wc-wechat {
    float: left;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    right: 50px;
}

.swiper-container {
    height: 420px;
}

.swiper-slide {
    background-size: cover;
}

html:not(.ie-11):not(.ie-10):not(.ie-09) .swiper-container .swiper-slide {
    width: 105vw !important;
    height: 118vh !important;
    margin-top: -18vh;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: moveOver;
    animation-name: moveOver;
}

.backgroundSrcsetImage {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

#home {
    color: #fff;
}

#home .shadowContainer {
    position: relative;
    padding: 30px 0;
}

#home .shadow {
    position: absolute;
    top: -100vh;
    left: -100vw;
    width: 120%;
    height: 120%;
    box-shadow: 100vw 100vh 100px rgba(5, 102, 146, 0.3);
    border-radius: 75%;
    margin-left: -10%;
    margin-top: -3%;
}

.swiper-container .jumbotron-mod-1 .h4 {
    font-weight: normal;
    font-size: 22px;
}

.swiper-container .jumbotron-mod-1 .h4.sloganTop {
    font-size: 30px;
    font-weight: 500;
}

.swiper-container .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

#problem {
    background-color: #f3f3f3;
    position: relative;
    z-index: 30;
}

#problem .bg-primary + .container-fluid {
    margin-top: 91px;
}

#problem h2 {
    margin-bottom: 63px;
}

#problem h2 + hr {
    display: none;
}

#problem ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 165px;
    -moz-column-gap: 165px;
    -ms-column-gap: 165px;
    column-gap: 165px;
    text-align: left;
}

#problem ul > li {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
}

#solutions {
    color: #fff;
    z-index: 60;
}

#solutions .container-fluid {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 89px;
}

#solutions .servicesBoxContainer {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#solutions .servicesBoxContainer:before, #solutions .servicesBoxContainer:after {
    content: normal;
}

#solutions .servicesBox {
    background-clip: content-box;
}

#solutions .servicesBoxInner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 33px;
    padding-top: 36px;
}

#solutions .servicesBoxInner .headline {
    margin-bottom: 12px;
}

#solutions .servicesBoxInner .description {
    /*font-size: 15px;*/
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
}

#solutions .servicesBoxInner .description a[title],
#solutions .servicesBoxInner .description a[title]:hover,
#solutions .servicesBoxInner .description a[title]:focus,
#solutions .servicesBoxInner .description a[title]:active {
    text-decoration: none;
    border-bottom: none;
}

#solutions .servicesBoxInner .icon {
    font-size: 89px;
}

#solutions .servicesBoxInner .wc-server {
    font-size: 84px;
}

#solutions .servicesBoxInner .wc-security {
    font-size: 105px;
}

#solutions .servicesBoxInner .wc-contract {
    font-size: 97px;
}

#solutionBoxes {
    counter-reset: solutioncount;
    background-color: #fff;
    position: relative;
    z-index: 30;
}

#solutionBoxes .solutionBoxContainer {
    padding-top: 82px;
    padding-bottom: 91px;
}

#solutionBoxes .solutionBoxContainer:nth-child(2n) {
    background-color: #d6e8ee;
}

#solutionBoxes .solutionBox {

}

#solutionBoxes .headline {
    margin-top: 0;
}

#solutionBoxes .headline:before {
    content: counter(solutioncount);
    counter-increment: solutioncount;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #01a0e4;
    font-size: 26px;
    line-height: 1.0em;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    color: #fff;
    margin-right: 23px;
}

#solutionBoxes .solutionBoxInner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 62px;
    align-items: center;
}

#solutionBoxes .solutionBoxInner:before, #solutionBoxes .solutionBoxInner:after {
    content: normal;
}

#solutionBoxes .solutionBox .solutionBoxImageContainer {
    margin-top: 0;
    order: 1;
    padding-right: 30px;
}

#solutionBoxes .solutionBox .solutionBoxContentContainer {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    order: 2;
    padding-left: 60px;
}

#solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxImageContainer {
    order: 2;
    padding-right: 15px;
    padding-left: 30px;
}

#solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxContentContainer {
    order: 1;
    padding-left: 15px;
    padding-right: 60px;
}

#solutionBoxes .solutionBox .solutionBoxContent {

}

#solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxContent {

}

#solutionBoxes .solutionBox .solutionPerformance {
    margin-bottom: 16px;
}

#solutionBoxes .solutionBox .solutionPerformance .solutionPerformanceLabel {
    position: relative;
    top: -3px;
}

#solutionBoxes .solutionBox .solutionPerformance .solutionPerformanceStars {
    color: #01a0e4;
}

#solutionBoxes .solutionBox .solutionPerformance .solutionPerformanceStars .fullStar,
#solutionBoxes .solutionBox .solutionPerformance .solutionPerformanceStars .emptyStar,
#solutionBoxes .solutionBox .solutionPerformance .solutionPerformanceStars .halfStar {
    font-size: 24px;
    padding-left: 1px;
    padding-right: 1px;
}

#solutionBoxes .solutionBox .solutionBoxContent h4 {
    margin-top: 0;
    margin-bottom: 25px;
}

#solutionBoxes .solutionBox .solutionBoxContent .list-marked li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    width: auto;
    height: auto;
    color: #01a0e4;
    border-radius: 0;
    background-color: transparent;
    left: 0;
    top: 8px;
    margin-top: 0;
    font-size: 18px;
}

#solutionBoxes .solutionBox .solutionBoxContent .list-marked li a:before {
    display: none;
}

#solutionBoxes .solutionBox .solutionBoxButton {
    margin-top: auto;
    margin-left: -30px;
}

#solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxButton {
    margin-left: 0;
    margin-right: -30px;
}

#solutionBoxes .solutionBox .solutionBoxButton a.btn {
    width: 100%;
}

#solutionBoxes a.btn {
    margin-top: 12px;
}

#solutionBoxes a.btn.icon:before {
    line-height: 1.0em;
    margin-right: 9px;
}

#aboutUs {

}

#aboutUs .moreTextTriggerContainer {
    margin-top: 30px;
    opacity: 1;
    transition: opacity 250ms linear;
}

#aboutUs .collapsing + .moreTextTriggerContainer {
    opacity: 0;
}

#aboutUs .collapse.in + .moreTextTriggerContainer {
    display: none;
}

#aboutUs .moreTextTrigger .fa-angle-down {
    padding-left: 7px;
}

#aboutUs .moreTextTrigger:hover,
#aboutUs .moreTextTrigger:focus,
#aboutUs .moreTextTrigger:active {
    border-bottom: none;
}

#aboutUs .moreTextTrigger:hover > .moreTextTriggerLabel,
#aboutUs .moreTextTrigger:focus > .moreTextTriggerLabel,
#aboutUs .moreTextTrigger:active > .moreTextTriggerLabel {
    border-bottom: 1px solid #01a0e4;
}

#aboutUs .moreText {
    margin-top: 25px;
}

#aboutUs .quoteContainer {
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}

#aboutUs .quoteContainer .imageContainer {
    width: 440px;
    overflow: hidden;
    position: absolute;
}

#aboutUs .quoteContainer .imageContainer img {
    max-width: none;
    position: relative;
    left: -60%;
}

#aboutUs .quoteContainer .textContainer {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
    padding-left: 440px;
}

#aboutUs .quoteContainer .textContainer blockquote {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 50px;
    /* font-size: 22px; */
    font-size: 20px;
    line-height: 30px;
}

#aboutUs .quoteContainer .textContainer blockquote footer {
    margin-top: 11px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.3px;
}

#aboutUs .quoteContainer .textContainer blockquote footer:before {
    display: none;
}

#contact {

}

#contact .bg-map {
    background-position: center 20px;
}

#contact h2 + hr {
    display: none;
}

#contact .contactOptionsOuterContainer {
    margin-top: 46px;
}

#contact .contactOptionsContainer {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact .contactOptionsContainer:before, #contact .contactOptionsContainer:after {
    content: normal;
}

#contact .contactOption {
    padding-bottom: 63px;
    position: relative;
    width: 20%;
}

#contact .contactOptionText {
    font-size: 20px;
    text-transform: none;
    font-family: 'Duepuntozero Pro';
}

#contactOptionContactForm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    border-bottom-color: #0f7db2;
    border-width: 15px;
}

#contact .contactOption a {
    display: block;
    border-bottom: none;
    color: #fff;
}

#contact .contactOption .icon {
    color: #fff;
    font-size: 35px;
    height: 74px;
    line-height: 74px;
    width: auto;
}

#contact #contactOptionContactForm .icon {
    font-size: 45px;
}

#contact #contactOptionPhone .icon {
    font-size: 42px;
}

#contact #contactOptionWeChat .icon {
    font-size: 45px;
}

#contact .contactOption a:hover .contactOptionText,
#contact .contactOption a:focus .contactOptionText,
#contact .contactOption a:active .contactOptionText {
    border-bottom: 1px solid #fff;
    color: #fff;
}


#contact .contactOption .internationalNumberContainer {
    font-size: 16px;
    line-height: 20px;
}

#contact #contactForm {
    position: relative;
}

#contact .formContainer {
    max-width: 810px;
}

#contact .fancyLabelContainer {
    position: relative;
}

#contact label {
    font-weight: normal;
}

#contact label.req {
    font-weight: bold;
}

#contact .fancyLabelContainer label {
    position: absolute;
    top: 4px;
    z-index: 10;
    cursor: text;
    color: #091a35;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 11px 17px 13px;
    width: auto;
}

#contact .fancyLabelContainer.focused label {
    top: -11px;
    padding-bottom: 0;
    color: #01a0e4;
    font-size: 14px;
}

#contact .form-inline {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
}

#contact .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

#contact .form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

#contact .form-control {
    padding-top: 14px;
    padding-bottom: 10px;
}

#contact textarea.form-control {
    padding-top: 20px;
}

.select2-results__option {
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contact .powermail_fieldwrap_type_text {
    font-weight: bold;
    text-shadow: 2px 0 3px rgba(15, 125, 178, 0.7),
    0 2px 3px rgba(15, 125, 178, 0.7);
}

#contact textarea.form-control {
    height: 130px;
    min-height: 130px;
    max-height: 250px;
}

#contact .btn {
    border-color: #89b80b;
    display: block;
    margin-top: 25px;
    width: 100%;
}

#contact .btn:hover,
#contact .btn:focus,
#contact .btn:active,
#contact .btn:active:hover,
#contact .btn:active:focus {
    border-color: #759d18;
}

.tx-powermail .powermail_create {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tx-powermail .powermail_create h3 {
    margin-top: 0;
}

.tx-powermail .powermail_progressbar {
    width: 100%;
    height: 100%;
    position: absolute;
    float: none;
    border: none;
    clear: both;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(9, 26, 52, 0.87);
}

.tx-powermail .powermail_progressbar:before {
    content: '';
    display: block;
    background: url('/fileadmin/images/loader.png') center center no-repeat transparent;
    -webkit-animation: infinite-spinning 1.5s infinite linear;
    -moz-animation: infinite-spinning 1.5s infinite linear;
    -o-animation: infinite-spinning 1.5s infinite linear;
    animation: infinite-spinning 1.5s infinite linear;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tx-powermail .powermail_progressbar > .powermail_progress {
    display: none;
}

.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
    background-image: none;
    display: none;
}

.tx-powermail .powermail_fieldset .powermail-errors-list.filled {
    position: absolute;
    transition: .3s;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    padding: 7.5px 15px;
    display: block;
    left: 20px;
    bottom: -33px;
    right: auto;
    z-index: 400;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
    width: auto;
    margin-top: -15px;
    color: #a94442;
}

.tx-powermail .powermail_fieldset .powermail-errors-list:after, .tx-powermail .powermail_fieldset .powermail-errors-list:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tx-powermail .powermail_fieldset .powermail-errors-list:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 11px;
    margin-left: -11px;
}

.tx-powermail .powermail_fieldset .powermail-errors-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.tx-powermail .powermail_fieldset .powermail-errors-list > li {
    border-radius: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #a94442;
}

#references {
    padding-top: 45px;
    padding-bottom: 45px;
}

#references .referenceText {
    letter-spacing: 0.4px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
}

#references .referencesContainer {
    overflow: hidden;
}

#references .referencesSliderContainer {
    display: flex;
    will-change: transform;
}

#references .referencesSliderContainer.initialized {
    -webkit-animation: logo-marquee 50s infinite linear;
    -moz-animation: logo-marquee 50s infinite linear;
    -o-animation: logo-marquee 50s infinite linear;
    animation: logo-marquee 50s infinite linear;
}

#references .referencesContainer .reference {
    align-self: center;
    text-align: center;
    float: left;
    padding-left: 60px;
    padding-right: 60px;
}

#references .referencesContainer .reference img {
    height: 100%;
    max-height: 60px;
    width: auto;
    max-width: none;
}

.page-foot {
    color: #fff;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 14px;
}

.page-foot .logo {
    max-width: 164px;
    margin-right: 35px;
}

.page-foot .copyright {
    margin-top: 0;
    padding-top: 0;
}

.page-foot .copyright a, .page-foot .copyright .list-inline a {
    color: #fff;
    border-bottom: none;
}

.page-foot .metaNav {
    display: inline-block;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.page-foot .metaNav li {
    margin-left: 20px;
}

.page-foot .metaNav li:first-child {
    margin-left: 0;
}

#performanceHintContainer {
    position: relative;
    width: 100%;
    padding: 15px 0 10px;
    background-color: #a8290b;
    z-index: 61;
    color: #fff;
}

#performanceHintContainer a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: none;
}

#performanceHintDismiss {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

#performanceHintDismiss:hover {
    color: #01a0e4;
}

#performanceHintContent {
    padding-right: 35px;
}

.ui-to-top {
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    right: 20px;
    bottom: 20px;
    position: absolute;
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background-color: #24334b;
    border-bottom: none !important;
    box-shadow: none;
}

.ui-to-top.active {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.ui-to-top:before {
    content: '\f106';
}

.owl-item > .owl-item {
    width: 100%;
}

.btn-primary {
    background-color: #89b80b;
    border-color: #89b80b;
}

.btn-primary:hover, .btn-primary:active:hover,
.btn-primary:active, .btn-primary:focus,
.btn-primary-variant-2:hover, .btn-primary-variant-2:active:hover,
.bg-white .btn-primary:hover, .bg-white .btn-primary:active:hover {
    background-color: #759d18;
    border-color: #759d18;
    color: #fff;
}

.ui-to-top:hover {
    background-color: #01a0e4;
}

.btn-white:hover {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
}

.pagination li a:focus, .pagination li a:hover {
    background-color: #89b80b;
    border-color: #89b80b;
}

.form-validation {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    padding: 7.5px 15px;
    display: none;
    left: 0;
    top: 100%;
    right: auto;
    z-index: 200000;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    margin-top: -15px;
}

.has-error .form-validation {
    display: block;
}

.form-validation:after, .form-validation:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.form-validation:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.form-validation:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 11px;
    margin-left: -11px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b::before {
    color: #323847;
}

.jumbotron-mod-1 p, .jumbotron-mod-1 .btn-group-variant {
    min-height: 0;
}

.form-group + .form-inline > .form-group {
    margin-top: 0;
}

#kayako_sitebadgecontainer {
    display: none;
}

#weChatModal {

}

.modal-open #weChatModal.centered {
    display: flex !important;
    align-items: center;
}

.modal-open #weChatModal.centered .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

#weChatModal .modal-header {
    padding-left: 15px;
    padding-right: 15px;
}

#weChatModal .modal-body {
    padding: 15px 15px 13px 15px;
}

#weChatModal .modal-body .wechat-id {
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    .jumbotron-mod-1 {
        padding: 0 35%;
    }
}

@media (min-width: 992px) {
    .swiper-container, .stageBackground {
        height: calc(100vh - 110px);
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center center;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-container, .stageBackground {
        height: calc(100vh - 55px);
    }
}

@media (min-width: 480px) {
    .jumbotron h1 small:before, .jumbotron-mod-1 h1 small:before, .jumbotron h1 small:after, .jumbotron-mod-1 h1 small:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        border-bottom: 2px solid #fff;
    }

    .jumbotron h1 small:before, .jumbotron-mod-1 h1 small:before {
        left: -120px;
    }

    .jumbotron h1 small:after, .jumbotron-mod-1 h1 small:after {
        right: -120px;
    }

    .form-inline {
        -webkit-transform: none;
        transform: none;
        margin-left: -15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-inner .rd-navbar-panel {
        width: 100%;
    }

    .rd-navbar-inner .rd-navbar-panel .rd-navbar-brand .brand-name img {
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    .rd-navbar-brand .brand-name img {
        position: absolute;
        max-height: 34px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .rd-navbar-fixed .rd-navbar-top-panel {
        position: absolute;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .rd-navbar-wrap {
        height: 0 !important;
    }

    .rd-navbar .address-group a .wc-icon:before {
        margin-right: 12px;
    }

    #problem, #solutions {
        text-align: left;
    }

    #solutions h3 {
        text-align: center;
    }

    #problem ul {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        -ms-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
    }

    #solutionBoxes .solutionBox .solutionBoxImageContainer, #solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxImageContainer {
        order: 1;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    #solutionBoxes .solutionBox .solutionBoxContentContainer, #solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxContentContainer {
        order: 2;
        padding-left: 15px;
        padding-right: 15px;
    }

    #aboutUs .quoteContainer .imageContainer {
        width: 100%;
        position: relative;
        height: 375px;
    }

    #aboutUs .quoteContainer .imageContainer img {
        left: -150px;
    }

    #aboutUs .quoteContainer .textContainer {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 0;
    }

    #aboutUs .quoteContainer .textContainer blockquote {
        padding-left: 30px;
    }

    #performanceHintContainer {
        position: fixed;
        bottom: 0;
    }
}

@media (max-width: 950px) {
    .page-foot {
        text-align: center;
    }

    .page-foot .logo {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-foot .metaNav {
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    .rd-navbar .address-group a.internationalPhoneLink .internationalPhoneNumber {
        display: block;
    }

    #contact .contactOption {
        width: 33.3333%;
    }

    #contact .noLiveChat .contactOption {
        width: 50%;
    }

    #contact #contactOptionContactForm {
        order: 4;
    }

    #contact #contactOptionPhone {
        order: 1;
    }

    #contact #contactOptionLiveChat {
        order: 2;
    }

    #contact #contactOptionWeChat {
        order: 3;
    }

    #contact #contactOptionEmail {
        order: 5;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h2 small {
        display: block;
        margin-top: 15px;
        line-height: 1.5;
    }

    .font-lg {
        font-size: 17px;
        line-height: 24px;
    }

    html:not(.ie-11):not(.ie-10):not(.ie-09) .swiper-container .swiper-slide {
        height: 495px !important;
        margin-top: -75px;
        -webkit-animation-name: moveOverMobile;
        animation-name: moveOverMobile;
    }

    .swiper-slide {
        background-position: center center;
    }

    .swiper-container .jumbotron-mod-1 {
        padding-top: 25px;
    }

    .swiper-container .jumbotron-mod-1 h1 {
        font-size: 30px;
    }

    .swiper-container .jumbotron-mod-1 .h4 {
        font-size: 18px;
    }

    .swiper-container .jumbotron-mod-1 .h4.sloganTop {
        font-size: 20px;
    }

    .rd-navbar-fixed .rd-navbar-top-panel {
        position: absolute;
        padding: 15px;
    }

    .rd-navbar-fixed .rd-navbar-top-panel .address-group {
        justify-content: center;
    }

    .rd-navbar-fixed .rd-navbar-top-panel a + a,
    .rd-navbar-fixed .rd-navbar-top-panel .phoneLinks + a {
        margin-left: 20px;
    }

    #home {
        padding-top: 58px;
    }

    #problem .h6 {
        font-size: 15px;
    }

    #problem ul {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        -ms-column-count: auto;
        -o-column-count: auto;
        column-count: auto;
    }

    #solutions .rd-parallax-layer[data-url] {
        background-image: url("/fileadmin/images/bg-shanghai-mobile.jpg") !important;
    }

    #aboutUs .quoteContainer .textContainer blockquote {
        font-size: 18px;
    }

    .tx-powermail .powermail_fieldset .powermail-errors-list.filled {
        left: 7.5px;
    }

    #contact .form-inline {
        margin-left: -7.5px;
        margin-right: -7.5px;
        display: block;
    }

    #contact .form-inline .form-group {
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #contact .powermail_fieldwrap_type_textarea.fancyLabelContainer.focused label {
        display: none;
    }

    .ui-to-top {
        display: none;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .rd-navbar-brand .brand-name img {
        max-height: 28px;
    }

    #solutionBoxes .solutionBox .solutionBoxImageContainer {
        max-width: 100%;
    }

    #solutionBoxes .solutionBox .solutionBoxContent, #solutionBoxes .solutionBoxContainer:nth-child(2n) .solutionBoxContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    #aboutUs .quoteContainer .textContainer {
        padding-right: 15px;
    }

    #aboutUs .quoteContainer .textContainer blockquote {
        padding-left: 15px;
        padding-right: 0;
    }

    #aboutUs .quoteContainer .imageContainer img {
        left: -230px;
    }

    #contact .form-inline .form-group {
        width: 100%;
    }

    #contact .contactOption {
        padding-bottom: 23px;
        width: 100%;
    }

    #contact .noLiveChat .contactOption {
        width: 100%;
    }

    #contact #contactOptionContactForm {
        order: 5;
    }

    #contact #contactOptionEmail {
        order: 4;
    }

    #contact .noLiveChat #contactOptionPhone, #contact .noLiveChat #contactOptionWeChat {
        width: 100%;
    }
}

@media (max-width: 320px) {
    html, body {
        width: 320px;
        overflow-x: auto;
    }

    .container, .container-fluid {
        width: 320px;
    }
}

@-ms-viewport {
    width: auto !important;
}

.form-control::-webkit-input-placeholder {
    color: #091a35;
}

.form-control::-moz-placeholder {
    color: #091a35;
}

.form-control:-ms-input-placeholder {
    color: #091a35;
}

.form-control:-moz-placeholder {
    color: #091a35;
}

.ie-11 .swiper-slide.rd-parallax [data-type='media'].rd-parallax-layer,
.ie-10 .swiper-slide.rd-parallax [data-type='media'].rd-parallax-layer,
.ie-9 .swiper-slide.rd-parallax [data-type='media'].rd-parallax-layer {
    position: absolute !important;
}

.ie-11 .rd-parallax [data-type='media'].rd-parallax-layer,
.ie-10 .rd-parallax [data-type='media'].rd-parallax-layer,
.ie-9 .rd-parallax [data-type='media'].rd-parallax-layer {
    position: absolute !important;
}


@-webkit-keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes moveOver {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 8vh, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 18vh, 0px);
    }
}

@-moz-keyframes moveOver {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 8vh, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 18vh, 0px);
    }
}

@-o-keyframes moveOver {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 8vh, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 18vh, 0px);
    }
}

@keyframes moveOver {
    0% {
        transform: translate3d(0px, 0px, 0px) rotate(0.1deg);
        animation-timing-function: linear;
    }
    40% {
        transform: translate3d(-2vw, 8vh, 0px) rotate(0.1deg);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 18vh, 0px) rotate(0.1deg);
    }
}

@-webkit-keyframes moveOverMobile {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 33px, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 75px, 0px);
    }
}

@-moz-keyframes moveOverMobile {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 33px, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 75px, 0px);
    }
}

@-o-keyframes moveOverMobile {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 33px, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 75px, 0px);
    }
}

@keyframes moveOverMobile {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4339622641509434, 0.21332791548151156, 0.7320754716981132, 0.5932547744819179);
    }
    40% {
        transform: translate3d(-2vw, 33px, 0px);
        animation-timing-function: cubic-bezier(0.29583333333333334, 0.39627870150435474, 0.5416666666666666, 0.8317498020585905);
    }
    100% {
        transform: translate3d(-5vw, 75px, 0px);
    }
}

@-webkit-keyframes logo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@-moz-keyframes logo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@-o-keyframes logo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes logo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
} 

.infoOverlayContainer {
    position: relative;
}

.infoOverlay {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, 0);
    margin-bottom: 10px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.infoOverlay:after {
    display: block;
    content: '';
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.hidden {
    display: none;
}

.submenu.login.active {
    background-color: #F3F3F3;
}

.submenu.login.active .icon {
    transform: rotate(180deg);
}