﻿body, button, input, select, textarea, .h1, .h2, h1, h2, .h3, .h4, h3, h4, p,
.menu__submenu-title, .article-content h3,
.article-content ol li *,
.tabs-leadership .tabs__item .general-cards__item h4 span.position,
.cards__item-content h3,
.select-wrap label,
.select-styled,
.general-cards__item-cont h4,
.case-next__content h4,
.case-next__heading h4 p,
.render-loc.render-city .heading h1,
.careers__listing .insights__item-content-link h4,
.case-studies > h3,
.case-related h3,
.case-studies__item-content h4,
.case-studies__item-content .category,
.footer__bot ul li a,
.block-heading .mobile-heading {
    /*font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;*/
    font-family: "メイリオ", sans-serif;
}

.header__main-nav .menu > li > a,
.mobile-nav .menu-header-menu-container a,
.mobile-nav .header__lang-tog .header__lang-cur,
.mobile-nav .menu-header-top-menu-container a, .mobile-nav > a,
.menu__submenu-list__item a,
.footer__connect form button,
.footer__bot ul li a,
.industries__descr h3,
.industries__list > li > a,
.industries__list--item__detail .related-slider h4,
.industries__rel h4,
.case-studies > h3,
.case-studies__item-content .category,
.case-studies__item-content h4,
.news > h3,
.news__item-cont .category,
.news__item-cont .date,
.footprint > h3,
.cms-content h2,
.quote-wrap cite,
.general-table thead th,
.slider h3,
.slider-control__item span,
.awwards h3,
.stats-descr h3,
.story h3,
.tabs-leadership .tabs__item .general-cards__item h4 span.position,
.load-more--wrp a,
.banner__content h1,
.banner__breadcrumbs,
.banner__category,
.block-heading .mobile-heading,
.video-bg-heading .svg-text-mask .h2-svg-mask,
.cards__item-content ul a,
.cards__item-content ul a .select-wrap label,
.select-styled,
.select-options li,
.categories-filter li a,
.general-cards h3,
.intro-heading h3,
.tabs-heading-wrap h3,
.tabs-control__item span,
.leader-popup__heading span.position,
.contact-us form .form-item input,
.contact-us form .form-item .select-styled,
.case-next__heading h4,
.case-related h3,
.case-landing-bottom h3,
.insights__item-content .category,
.insights__item-content .date,
.load-more__wrap a,
.locations__cities-item ul li a,
.render-loc .heading h1,
.render-loc.render-city .heading h2,
.render-loc.render-city .detail__mail,
.careers__listing .insights__item-content .location,
.contact-us h1 {
    text-transform: none;
}

body, html {
    height: auto;
    line-height: 1.25;
}

div.page {
    overflow: hidden;
}

main {
    z-index: 1;
}

section {
    padding: 50px 25px;
}

    section.large-spacing {
        padding: 90px 25px 50px;
    }

/*.general-cards__item-cont p,
p {
    line-height: 1.5;
}*/

.hide {
    display: none;
}

.error-msg {
    color: #ce1b2e;
}

.success-msg {
    color: #018124;
}

.text-underline {
    border-bottom: 1px solid #666;
    display: inline-block;
    line-height: 1.5;
}

#content .text-remark {
    color: #a1a1a1;
    margin-bottom: 0;
}

#content .text-red {
    color: #f00;
}

    #content .text-red a,
    #content .text-red a:hover {
        color: #f00;
    }

.select-options {
    max-height: 350px;
    overflow-y: auto;
}

.link {
    color: #003a81;
}

    .link:hover {
        color: #ce1b2e;
    }

/*.link-arrow {
    font-weight: normal;
}*/

.bgc-lightgray {
    background-color: #eaeaea;
}

.text-text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.line-block {
    display: inline-block;
}

a.red-arrow {
    padding-left: 35px;
    color: #fff;
    display: block;
}

    a.red-arrow::before {
        content: url(/Img/list-arr.png);
        position: absolute;
        left: 0;
    }

    a.red-arrow:hover {
        color: #ce1b2e;
    }

button.btn-default,
input[type=button].blue-default {
    font-size: 24px;
    padding: 12px 42px;
    background-color: rgba(8, 63, 135, 1);
    color: #fff;
    display: inline-block;
    border: none;
    cursor: pointer;
}

    button.btn-default:hover,
    input[type=button].btn-default:hover {
        background-color: rgba(8, 63, 135, .95);
    }

button[disabled=true],
button[disabled] {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.btn-default.loading {
    color: transparent;
}

    .btn-default.loading:before {
        content: url(/Img/loading.png);
        position: absolute;
        -webkit-animation: icon-loading 2s linear infinite;
        -moz-animation: icon-loading 2s linear infinite;
        -ms-animation: icon-loading 2s linear infinite;
        animation: icon-loading 2s linear infinite;
    }

@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes icon-loading {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes icon-loading {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.register {
    max-width: 950px;
}

    .register form {
        width: 100%;
        padding: 25px 0;
        max-width: 522px;
        margin: 0 auto;
    }

#content .max-width {
    max-width: 1510px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
}

#content .max-width__800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#content .max-width .swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-container .swiper-pagination {
    bottom: 10px;
}

@media screen and (max-width: 768px) {
    #content .max-width {
        padding-left: 0;
        padding-right: 0;
    }
}

.swiper-container {
    margin: 0;
}

.case-studies {
    padding-bottom: 50px;
}

/* font size */

.h3, .h4, h3, h4 {
    font-size: 20px;
    font-weight: normal;
}

.site-main .swiper-wrapper h1,
.site-main .banner-with-image h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.25;
}

.site-main p,
.site-main .banner__content p{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.site-main section h2,
.site-main h3,
.site-main .general-cards h3 {
    font-size: 44px;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    .site-main section h2,
    .site-main h3,
    .site-main .general-cards h3 {
        font-size: 32px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .site-main section h2,
    .site-main h3,
    .site-main .general-cards h3 {
        font-size: 24px;
        font-weight: 500;
    }
    /*.site-main span {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
    }*/
    .stats-descr p {
        font-size: 16px;
    }
}

section h2 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #003a81;
    margin-bottom: 25px;
}

.site-main .case-related h3 {
    font-size: 32px;
}

.site-main .general-cards h4,
.site-main .case-studies > p,
.site-main section > p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

.txt-center {
    text-align: center;
}

.mt__50 {
    margin-top: 50px;
}

.banner__content h1,
.banner__content p {
    text-align: left;
}

/* Logo */
.header__logo {
    padding: 42px 0 20px;
}

@media screen and (max-width: 1366px) {
    .header__logo {
        padding: 10px 0 0 0;
        width: 140px;
        height: 82px;
        text-align: left;
    }
}

/*.header__top-nav {
    height: 30px;
    padding-top: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

/*header__main-nav*/

.header__main-nav .menu {
    width: calc(100% - 320px);
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    .header__main-nav .menu {
        width: 100%;
    }
}

/* Header Menu*/
@media screen and (min-width: 1024px) {
    .header__lang-tog::after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        height: 34px;
        border-right: 1px solid #e1e3e7;
    }
}

.header__lang-tog > a:first-child,
.header__menu-tog > span {
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 34px;
    padding-right: 15px;
    position: relative;
    margin-right: 12px;
    min-width: 110px;
    font-size: 13px;
    color: #444648;
}

.header__menu-tog > span {
    padding-left: 52px;
    padding-right: 24px;
}

.header__menu-tog {
    padding: 8px;
    margin-top: -8px;
    z-index: 3;
}

.mobile-nav {
    top: 85px;
}

    .mobile-nav .header__menu-tog {
        height: 50px;
        position: relative;
    }

.header__menu-tog::after {
    border: 0;
}

.header__menu-tog:hover .header__menu-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header__menu-tog .header__menu-drop {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 31px 8px 15px;
    margin: 0 -8px;
    z-index: 10;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    height: auto;
}

.header__menu-drop:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: calc(100% + 39px);
    left: 0;
    top: -39px;
    border: 1px solid #e1e3e7;
    box-shadow: 0 3px 7px rgba(0,0,0,.26);
}

.header__menu-drop:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 8px;
    width: calc(100% - 16px);
    display: block;
    height: 1px;
    background: #e1e3e7;
}

.header__menu-tog .header__menu-item {
    height: 42px;
    padding: 0;
    position: relative;
    display: block;
    margin-bottom: 2px;
    border: none;
}

    .header__menu-tog .header__menu-item a {
        display: -ms-flexbox;
        display: flex;
        height: 42px;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 8px;
        background: #fff;
    }

.header__menu-drop .header__menu-item a:hover {
    color: #fff;
    background: #ce1b2e;
}

.header__lang-tog > a:first-child:before,
.header__menu-tog > span:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 16px;
}

.header__lang-tog > a:first-child:before {
    /*background: url(../Img/globe.png) no-repeat;*/
}

.header__menu-tog > span:before {
    background: url(../Img/jump.png) no-repeat;
}

.header__lang-tog > a:first-child:after,
.header__menu-tog > span:after {
    content: "";
    position: absolute;
    display: inline-block;
    color: #ce1b2e;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(2);
    -moz-transform: translateY(-50%) scaleX(2);
    -ms-transform: translateY(-50%) scaleX(2);
    -o-transform: translateY(-50%) scaleX(2);
    transform: translateY(-50%) scaleX(2);
    font-size: 6px;
}

@media screen and (min-width: 1024px) {
    .header__lang-tog > a:first-child {
        justify-content: center;
    }
}

.mobile-nav .header__menu-tog > span {
    padding-left: 36px;
}

/* Hero */
@media screen and (max-width: 767px) {
    .banner-with-image .banner__content {
        padding: 25px 55px 50px;
    }
}

/* Contact US */
.mobile-nav .contact-us::after {
    content: "»";
    display: inline;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 20px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

/* Contact-Module */
.contact-module {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -36px;
    z-index: 150;
}

.menu-opened .contact-module {
    display: none;
}

.contact-module .contact-opener {
    display: block;
    max-width: 120px;
    min-width: 80px;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
    padding: 6px 5px 11px 6px;
    background: rgba(0, 143, 211, .8);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.17;
    cursor: pointer;
}

    .contact-module .contact-opener:hover {
        background: #003283;
        background: rgba(0, 143, 211, 1);
    }

.contact-module .icon-talk svg {
    width: 32px;
    height: 32px;
}

.contact-module .contact-opener em {
    font-style: normal;
    color: #fff;
    display: block;
}

@media screen and (max-width: 475px) {
    .contact-module {
        top: auto;
        bottom: 21%;
        margin: 0;
    }

        .contact-module .contact-opener {
            min-width: auto;
            width: 42px;
            font-size: 12px;
            padding: 5px 6px 5px 6px;
            background: rgba(0,143,211,0.8);
        }

            .contact-module .contact-opener .icon-talk {
                display: none;
            }
}

/* Contact-Module Popup */

.contact-module .contact-popup {
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: -100px;
    right: 0;
    font-size: 16px;
    line-height: 1.47;
    font-family: inherit;
    z-index: 999;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .contact-module .contact-popup .contact-popup-content {
        background-color: #fafafa;
        background: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#e9e9e9));
        background: -webkit-linear-gradient(top,#fafafa,#e9e9e9);
        background: -moz-linear-gradient(top,#fafafa,#e9e9e9);
        background: -ms-linear-gradient(top,#fafafa,#e9e9e9);
        background: -o-linear-gradient(top,#fafafa,#e9e9e9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa,endColorstr=#e9e9e9,GradientType=0);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        padding: 26px 0 6px 16px;
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        position: relative;
    }

        .contact-module .contact-popup .contact-popup-content:before {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 16px;
            background: #008fd3;
        }

    .contact-module .contact-popup .btn-close {
        background: none;
        border: 0;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }

.contact-module .contact-set {
    padding: 0 20px 3px 20px;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}

    .contact-module .contact-set:after {
        content: '';
        display: block;
        clear: both;
    }

    .contact-module .contact-set .col {
        padding: 0 10px 4px 10px;
        border-left: 1px solid #ddd;
        display: table-cell;
        max-width: 200px;
        min-width: 160px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contact-module .contact-set .col:first-child {
            border-left: 0;
        }

        .contact-module .contact-set .col:last-child {
            min-width: 190px;
        }

            .contact-module .contact-set .col:last-child a:first-child {
                margin-bottom: 43px;
            }

    .contact-module .contact-set a {
        text-decoration: none;
        display: block;
        margin-bottom: 20px;
    }


    .contact-module .contact-set .title {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin: 0 0 6px;
    }

    .contact-module .contact-set .detail {
        color: #000;
        font-size: 12px;
    }

        .contact-module .contact-set .detail:last-child {
            margin: 0;
        }

        .contact-module .contact-set .detail p {
            margin: 0;
            font-size: 12px;
        }

        .contact-module .contact-set .detail a {
            color: #000;
        }

            .contact-module .contact-set .detail a:hover {
                color: #2896ef;
            }

@media screen and (min-width: 480px) {
    .contact-module .contact-phone,
    .mapTel {
        pointer-events: none;
    }
}

@media screen and (max-width: 475px) {

    .contact-module .contact-popup {
        top: auto;
        bottom: -60px;
    }

        .contact-module .contact-popup .contact-popup-content {
            padding: 10px 0 6px 16px;
        }

        .contact-module .contact-popup .btn-close {
            display: none;
        }

    .contact-module .contact-set {
        padding: 0 10px 3px 10px;
    }

        .contact-module .contact-set a {
            padding: 10px;
            border-top: 1px solid #ddd;
            margin-bottom: 0;
        }

            .contact-module .contact-set a:first-child {
                padding-bottom: 10px;
            }

        .contact-module .contact-set .col:last-child a:first-child {
            margin-bottom: 0;
        }

        .contact-module .contact-set .col:first-child a:first-child {
            border: 0;
        }

        .contact-module .contact-set .col:last-child {
            min-width: 180px;
        }

        .contact-module .contact-set .col {
            padding: 0;
            width: 180px;
            display: block;
            border: 0;
        }

        .contact-module .contact-set .col {
            min-width: 180px;
        }

        .contact-module .contact-set .title {
            margin-bottom: 6px;
        }
}

/* TOP */
#top {
    display: none;
    position: fixed;
    background-color: rgba(0, 143, 211, .8);
    bottom: 20px;
    right: 0px;
    cursor: pointer;
    z-index: 1002;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    max-width: 120px;
    min-width: 80px;
    padding: 6px 5px 11px 6px;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
    line-height: 1.17;
}

    #top .icon-top {
        display: block;
    }

    #top:hover {
        background-color: rgba(0, 143, 211, 1);
    }

@media screen and (max-width: 475px) {
    #top {
        width: 40px;
        height: 40px;
        right: 0;
        font-size: 12px;
        padding-top: 8px;
        padding: 5px 6px 5px 6px;
        min-width: auto;
    }

        #top .icon-top {
            display: none;
        }
}

/*article-content*/
.article-content {
    width: 100%;
    max-width: 830px;
    padding: 90px 25px;
    margin: 0 auto;
}

    .article-content .case-landing-bottom {
        min-width: 100%;
        max-width: 1400px;
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .article-content .bg-black {
        background-color: #000;
        color: #fff;
    }

    .article-content h1 {
        font-size: 27px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 2.5em;
    }

    .article-content h2 {
        text-transform: uppercase;
        color: #003a81;
        width: 100%;
        text-align: center;
        margin: 50px 0 30px 0;
        font-size: 20px;
        line-height: 2.5em;
    }

    .article-content h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1.25em;
    }

    .article-content video {
        width: 100%;
        height: auto;
    }

    .article-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .article-content .intro {
        width: 100%;
        text-align: center;
        font-size: 27px;
        line-height: 1.25;
        margin-bottom: 37px;
    }

    .article-content p,
    .article-content ul,
    .article-content ol {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 8px;
    }

        .article-content p b, .article-content p strong {
            font-weight: 700;
        }

        .article-content p em {
            font-style: italic;
        }

    .article-content a {
        text-decoration: underline;
        color: #003a81;
        font-size: 12px;
    }

        .article-content a:hover {
            text-decoration: none;
            color: #ce1b2e;
        }

        .article-content a.link-arrow {
            color: #fff;
            text-decoration: none;
        }

            .article-content a.link-arrow:hover {
                color: #ce1b2e;
            }

    .article-content ol li {
        counter-increment: a;
        padding-left: 14px;
        position: relative;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

        .article-content ol li * {
            font-size: 14px;
        }

        .article-content ol li[value]:before {
            content: attr(value) ".";
        }

        .article-content ol li:before {
            content: counter(a) ".";
            position: absolute;
            left: 0;
            top: 0;
            color: #222;
            display: inline-block;
            font-size: 15px;
            font-weight: normal;
        }

    .article-content ul li {
        color: #222;
        font-size: 14px;
        font-weight: normal;
        padding-left: 0;
        position: relative;
        line-height: 1.4;
        margin-bottom: 4px;
        list-style: disc inside;
    }

        .article-content ul li:before {
            content: "";
            width: 20px;
            height: 7px;
            position: absolute;
            left: 0;
            top: 8px;
            background: none;
        }

    .article-content ul.red-arrow li {
        list-style: none;
        padding-left: 35px;
    }

        .article-content ul.red-arrow li:before {
            background: url(/Img/list-arr.png) no-repeat;
        }

/*Article Download*/
.article-download {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.article-download-item {
    margin: 10px;
}

    .article-download-item i {
        display: block;
        text-align: center;
        margin-bottom: 16px;
    }

        .article-download-item i img {
            width: 100%;
            max-width: 42px !important;
            height: auto;
        }

@media screen and (max-width: 475px) {

    .article-download {
        display: block;
    }

    .article-download-item {
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
    }

        .article-download-item i {
            margin: 0 10px 0 0;
        }
}

/*Articel Share*/
.article-share {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .article-share .share-title {
        font-weight: bold;
    }

.article-content .article-share li {
    list-style: none;
    cursor: pointer;
}

.article-share .hoverImage img {
    position: absolute;
    max-width: 248px !important;
    height: auto;
    -webkit-transform: translateX(-128px) translateY(-100%);
    -moz-transform: translateX(-128px) translateY(-100%);
    -ms-transform: translateX(-128px) translateY(-100%);
    -o-transform: translateX(-128px) translateY(-100%);
    transform: translateX(-128px) translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease .1s;
}

.article-share li:hover .hoverImage img {
    z-index: 4;
    -webkit-transform: translateX(-128px) translateY(-120%);
    -moz-transform: translateX(-128px) translateY(-120%);
    -ms-transform: translateX(-128px) translateY(-120%);
    -o-transform: translateX(-128px) translateY(-120%);
    transform: translateX(-128px) translateY(-120%);
    opacity: 1;
    visibility: visible;
}

.article-share a > img,
.article-share a > svg {
    width: 100%;
    height: auto;
}

.article-share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 8px;
    -ms-background-size: contain;
    background-size: contain;
}

.article-share .facebook {
    background-image: url(-/media/PacteraOW/Social/Facebook.ashx?la=zh-CN);
}

.article-share .twitter {
    background-image: url(-/media/PacteraOW/Social/Twitter.ashx?la=zh-CN);
}

.article-share .weixin {
    background-image: url(-/media/PacteraOW/Social/Wechat.ashx?la=zh-CN);
}

.article-share .weibo {
    background-image: url(-/media/PacteraOW/Social/Weibo.ashx?la=zh-CN);
}

.article-share .linkedin {
    background-image: url(-/media/PacteraOW/Social/LinkedIn.ashx?la=zh-CN);
}

@media screen and (max-width: 900px) {
    .article-content .article-share .hoverImage img {
        -webkit-transform: translateX(-128px) translateY(-65%);
        -moz-transform: translateX(-128px) translateY(-65%);
        -ms-transform: translateX(-128px) translateY(-65%);
        -o-transform: translateX(-128px) translateY(-65%);
        transform: translateX(-128px) translateY(-65%);
    }
}

@media screen and (max-width: 425px) {
    .article-share a {
        margin: 0 6px;
    }
}

@media screen and (max-width: 400px) {
    .article-share .share-title {
        width: 100%;
        padding-left: 10px;
    }
}

/*form-item__select*/
.form-item.form-item__select.expend {
    z-index: 20;
}

/*Footer start*/

.footer__top .footer__container {
    align-items: center;
    justify-content: center;
}

    .footer__top .footer__container .footer-share__title {
        flex-grow: 0;
        font-weight: bold;
        white-space: nowrap;
    }

    /*footer__social*/

    .footer__top .footer__container .footer__social {
        width: auto;
        flex-grow: 0;
        padding: 12px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer__top .footer__container .footer__social li {
            margin-left: 22px;
        }

@media screen and (max-width: 480px) {
    .footer__top .footer__container .footer__social li {
        margin-left: 10px;
    }
}

.footer__top .footer__container .footer__social li:first-child {
    margin: 0;
}

.footer__top .footer__container .footer__social li a img {
    width: 47px;
    height: 47px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visibility;
    opacity: 1;
}

.footer__social .hoverImage img {
    left: auto;
    right: 0;
    -webkit-transform: translateY(20px) translateX(0);
    -moz-transform: translateY(20px) translateX(0);
    -ms-transform: translateY(20px) translateX(0);
    -o-transform: translateY(20px) translateX(0);
    transform: translateY(20px) translateX(0);
}

/*footer__mid*/
.footer__mid .footer__container .footer__company,
.footer__mid .footer__container .footer__location,
.footer__mid .footer__container .footer__3col {
    width: calc(100% / 3);
    flex-grow: 1;
    padding: 25px;
}

.footer__mid .footer__container .footer__location {
    border-right: 1px solid #3e4247;
}

/*.footer__heading {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}*/

.footer__company ul {
    overflow: hidden;
}


.footer__location ul li,
.footer__generalinquiries ul li,
.footer__friendship ul li {
    height: auto;
    min-width: 50%;
    /*float: left;*/
    padding: 11px 4px;
    display: inline-flex;
}

.footer__company ul li {
    min-width: 50%;
}


.footer__location ul li a,
.footer__generalinquiries ul li a,
.footer__friendship ul li a {
    color: #bdbcbc;
    font-weight: normal;
    font-size: 13px;
}


    .footer__location ul li a:hover,
    .footer__generalinquiries ul li a:hover,
    .footer__friendship ul li a:hover {
        color: #ce1b2e;
    }

.footer__company ul,
.footer__location ul,
.footer__generalinquiries ul,
.footer__friendship ul {
    font-size: 0;
}

.footer__generalinquiries {
    margin-top: 22px;
}

    .footer__generalinquiries img {
        width: 18px;
        margin-right: 5px;
    }

/*.footer__contacts {
    text-align: center;
}*/

/*.footer__contacts ul li {
        text-align: center;
        justify-content: center;
    }*/

.footer__hide-on-mobile,
.footer__heading.opened + .footer__hide-on-mobile {
    max-height: none;
}

@media screen and (max-width: 1050px) {
    .footer__company ul li,
    .footer__location ul li,
    .footer__generalinquiries ul li,
    .footer__friendship ul li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .footer__top {
        border-bottom: 1px solid #3e4247;
    }

    .footer__social {
        border-bottom: none;
    }

    .footer__top .footer__container {
        flex-direction: row;
    }

    .footer__social {
        padding: 16px 25px;
    }

    .footer__heading {
        text-align: center;
        cursor: pointer;
    }

    .footer__mid .footer__container .footer__company,
    .footer__mid .footer__container .footer__location,
    .footer__mid .footer__container .footer__3col {
        width: 100%;
        padding: 0;
    }

    .footer__mid .footer__container .footer__location,
    .footer__mid .footer__container .footer__generalinquiries,
    .footer__mid .footer__container .footer__friendship {
        border-right: 0;
        border-bottom: 1px solid #3e4247;
    }

    .footer__generalinquiries {
        margin-top: 0;
    }

        .footer__company ul li,
        .footer__location ul li,
        .footer__generalinquiries ul li,
        .footer__friendship ul li {
            width: 50%;
            text-align: center;
        }

    .footer__bot ul {
        flex-direction: row;
    }

        .footer__bot ul li {
            margin: 0 10px;
        }
}

@media screen and (max-width: 400px) {
    .footer__top .footer__container {
        flex-direction: column;
    }

    .footer__social {
        padding: 16px 0;
    }

    .footer__top .footer__container .footer-share__title {
        padding-top: 16px;
    }

    .footer__social {
        justify-content: center;
    }

    .footer__bot ul {
        flex-direction: column;
    }

    .footer__company ul li,
    .footer__location ul li,
    .footer__generalinquiries ul li,
    .footer__friendship ul li {
        width: 100%;
        text-align: center;
    }
}

/*.footer__bot {
    padding: 20px 0;
}

.footer__bot .footer__container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.footer__container p {
    text-align: center;
    margin-bottom: 15px;
}*/

.menu-footer-menu-container .menu {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*Footer end*/
/*careers-detail*/
.careers-detail {
    padding: 50px 55px;
}

@media screen and (max-width: 767px) {
    .careers-detail {
        padding: 50px 15px;
    }
}

.careers-detail ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .careers-detail ul li {
        width: calc(100%/3 - 45px);
        margin: 20px;
    }

@media screen and (max-width: 875px) {
    .careers-detail ul li {
        width: calc(100%/2 - 45px);
    }
}


@media screen and (max-width: 540px) {
    .careers-detail ul li {
        width: 100%;
    }
}

.careers-detail .select-options li {
    margin: 0;
}

.careers-detail ol {
    list-style: decimal outside;
    padding-left: 24px;
}

    .careers-detail ol li {
        margin: 12px;
    }

/*JobApplicationView.cshtml*/
.careers-detail .select-options {
    display: none;
}

.careers-detail .form-item__file .span.label {
    top: 18px;
}

.careers-detail form .form-item__file {
    text-align: center;
    margin-bottom: 0;
}

.careers-detail .select-options li {
    width: 20%;
    margin: 0;
    float: left;
    justify-content: center;
}

.careers-detail form .form-item__label {
    height: auto;
}

    .careers-detail form .form-item__label span.label {
        position: relative;
        top: 0;
    }

.careers-detail .text-detail {
    line-height: 1.8;
    padding: 0 20px;
}

@media screen and (max-width: 500px) {
    .careers-detail form button[type="submit"] {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {

    .careers-detail .form-item__file a {
        margin-left: 50px;
    }
}

@media screen and (max-width: 350px) {
    .careers-detail .select-options li {
        width: 25%;
    }
}

@media screen and (max-width: 280px) {
    .careers-detail .select-options li {
        width: 32%;
    }
}

/*careers-contact-content*/
.careers-contact-content .contact-set {
    display: flex;
    justify-content: center;
}

    .careers-contact-content .contact-set .col {
        flex-grow: .4;
        text-align: center;
    }

        .careers-contact-content .contact-set .col a {
            display: inline-block;
            margin-top: 30px;
        }

        .careers-contact-content .contact-set .col i {
            display: block;
            width: 64px;
            height: 64px;
        }

        .careers-contact-content .contact-set .col img,
        .careers-contact-content .contact-set .col svg {
            max-width: 64px;
            max-width: 64px;
            width: 100%;
        }

        .careers-contact-content .contact-set .col span {
            display: block;
        }

.careers-contact-content h2 {
    color: #333;
}

.careers-contact-content .careers-social {
    display: flex;
    justify-content: center;
}

    .careers-contact-content .careers-social i {
        margin-bottom: 5px;
    }

    .careers-contact-content .careers-social .item {
        margin: 0 50px;
    }

    .careers-contact-content .careers-social .hoverImage img {
        position: absolute;
        max-width: 248px;
        height: auto;
        -webkit-transform: translateX(-37%) translateY(-65%);
        -moz-transform: translateX(-37%) translateY(-65%);
        -ms-transform: translateX(-37%) translateY(-65%);
        -o-transform: translateX(-37%) translateY(-65%);
        transform: translateX(-37%) translateY(-65%);
        display: none;
    }

    .careers-contact-content .careers-social .item:hover .hoverImage img {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        display: block;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 760px) {
    .careers-contact-content .contact-set {
        flex-direction: column;
    }

        .careers-contact-content .contact-set .col:first-child {
            margin-bottom: 50px;
        }

    .careers-contact-content .careers-social .hoverImage img {
        transform: translateX(-37%) translateY(-66%);
    }
}

@media screen and (max-width: 480px) {
    .careers-contact-content .careers-social {
        justify-content: space-around;
    }

        .careers-contact-content .careers-social .item {
            margin: 8px 0;
        }
}

/*Careers_Search*/

.social-recruitment a {
    color: #fff;
}

    .social-recruitment a:hover {
        color: #ce1b2e;
    }

.search-band form .select-wrap .select,
.search-band form .select-wrap .select-styled {
    width: 100%;
}

.search-band form .input-wrap {
    position: relative;
    flex: 1;
    min-width: 100px;
}

    .search-band form .input-wrap input {
        width: 100%;
    }

.search-band .select-group {
    padding: 0;
    margin-bottom: 40px;
}

.search-band .select-wrap {
    margin-right: 0;
}

.search-band .select-group .select-styled {
    padding: 0 12px;
    background-color: #fff;
    font-size: 18px;
}

.select .select-multiseriate + .select-styled + .select-options li {
    float: left;
    width: 20%;
}

@media screen and (min-width: 767px) {
    .search-band form .select-wrap {
        width: 200px;
    }

    .search-band .select-group .select-styled {
        border-right: 0;
    }

    .select .select-multiseriate + .select-styled + .select-options {
        width: 200%;
    }
}

@media screen and (max-width: 400px) {
    .select .select-multiseriate + .select-styled + .select-options li {
        width: 25%;
    }
}

@media screen and (max-width: 340px) {
    .select .select-multiseriate + .select-styled + .select-options li {
        width: 33.33%;
    }
}

.search-band .select-group .select-options li {
    font-size: 18px;
    height: auto;
    padding: 8px 13px;
}

.search-band .select-group input[type="text"] {
    padding: 0 12px;
    flex-grow: 1;
    height: 48px;
}

.search-band .select-group button[type="submit"] {
    background-color: #003a81;
    border: none;
    cursor: pointer;
    padding-top: 8px;
}

    .search-band .select-group button[type="submit"]:focus {
        outline: none;
    }

ul.job-list li a,
ul.job-list .job-list-title {
    display: flex;
    justify-content: space-between;
}

ul.job-list li a {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
}

    ul.job-list li a:hover {
        background: #eeeeee;
    }

.job-list-title {
    background: #000;
    color: #fff;
}

ul.job-list li span {
    text-align: center;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

.result-message.error {
    color: #ce1b2e;
}

.result-message em {
    color: #083f87;
}

.section_careersSearch h2 {
    color: #222;
}

.section_careersSearch .link-file {
    margin: 20px 0 20px;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    ul.job-list li a {
        display: block;
        position: relative;
        background-color: #fff;
        margin-bottom: 12px;
    }

    ul.job-list .job-list-item a {
        border-bottom: 3px solid #dedede;
    }

    ul.job-list .job-list-title {
        display: none;
    }

    ul.job-list li span {
        display: inline-block;
        text-align: left;
        width: auto;
    }

        ul.job-list li span.job-title {
            width: 100%;
            border-bottom: 1px dashed #ccc;
        }

        ul.job-list li span.job-pulishDate {
            float: right;
        }
}

/* upload button, link-file*/
.link-file {
    font-size: 16px;
    font-weight: normal;
    top: 12px;
    color: #003a81;
    border-bottom: 3px solid #e1e3e7;
    padding-bottom: 4px;
}

    .link-file svg {
        fill: #003a81;
    }

    .link-file:hover {
        color: #ce1b2e;
        border-color: #ce1b2e;
    }

        .link-file:hover svg {
            fill: #ce1b2e;
        }

.fileText {
    display: block;
    font-size: 15px;
    color: #018124;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .fileText.error {
        color: #ce1b2e;
    }


/*Account-info*/
.header__top-nav .account-info a {
    text-transform: none;
    margin-top: -3px;
}

.header__top-nav .account-info .user-icon img {
    width: 16px;
}

.header__top-nav .account-info .user-name {
    margin-left: 8px;
}


@media screen and (max-width: 1024px) {
    .account-info {
        margin-bottom: 20px;
        display: flex;
        align-items: baseline;
        justify-content: space-around;
    }

        .account-info .user-infor {
            flex: 1;
        }

            .account-info .user-infor a {
                display: flex;
            }

            .account-info .user-infor .user-icon {
                position: absolute;
            }

            .account-info .user-infor .user-name {
                padding: 12px 0 0 40px;
            }

            .account-info .user-infor a:hover {
                color: #ce1b2e;
            }

        .account-info .logout {
            width: 50px;
            text-align: right;
        }
}

.disPlayNone {
    display: none;
}

.overflowhidden {
    overflow: hidden;
}
/*Popupvideo*/
.PopupVideoClass {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

    .PopupVideoClass .closeVideo {
        position: absolute;
        right: 23%;
        top: 22%;
        z-index: 10001;
    }

    .PopupVideoClass .banner__video {
        width: 50%;
        min-height: 0px;
        top: 25%;
        height: auto !important;
    }

@media screen and (max-width: 768px) {
    .PopupVideoClass .banner__video {
        width: 80%;
    }

    .PopupVideoClass .closeVideo {
        right: 7%;
        top: 22%;
    }
}

@media screen and (max-width: 480px) {
    .PopupVideoClass .banner__video {
        width: 95%;
    }

    .PopupVideoClass .closeVideo {
        right: 1%;
        top: 21.5%;
    }
}

/*form*/
form .form-item {
    width: 100%;
    display: block;
    position: relative;
    height: 53px;
    margin-bottom: 20px;
}

    form .form-item.focused input.wpcf7-not-valid + span.label,
    form .form-item.hovered input.wpcf7-not-valid + span.label,
    form .form-item.not-empty input.wpcf7-not-valid + span.label,
    form .form-item.focused textarea.wpcf7-not-valid + span.label,
    form .form-item.hovered textarea.wpcf7-not-valid + span.label,
    form .form-item.not-empty textarea.wpcf7-not-valid + span.label {
        transform: translateY(-15px) scale(.5);
        opacity: 0;
    }

    form .form-item.focused .wpcf7-form-control-wrap > span:not(.label),
    form .form-item.focused span.label,
    form .form-item.hovered .wpcf7-form-control-wrap > span:not(.label),
    form .form-item.hovered span.label, form .form-item.not-empty .wpcf7-form-control-wrap > span:not(.label),
    form .form-item.not-empty span.label,
    form .form-item.default-value span.label {
        transform: translateY(-11px) scale(.85);
    }

    form .form-item span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

        form .form-item span.label {
            display: block;
            position: absolute;
            color: #8f8f8f;
            pointer-events: none;
            width: auto;
            height: auto;
            z-index: 1;
            left: 20px;
            top: 15px;
            font-size: 15px;
            transition: transform .2s ease,opacity .2s ease;
            transform: translateY(0) scale(1);
            opacity: 1;
            transform-origin: left top;
        }

            form .form-item span.label span {
                position: relative;
                display: inline;
            }

    form .form-item .wpcf7-form-control-wrap > span:not(.label) {
        display: block;
        position: absolute;
        color: #ce1b2e;
        pointer-events: none;
        width: auto;
        height: auto;
        z-index: 1;
        left: 20px;
        top: 15px;
        font-size: 15px;
        transition: transform .2s ease;
        transform: translateY(10px) scale(1);
        transform-origin: left top;
    }

    form .form-item input {
        position: relative;
        width: 100%;
        height: 100%;
        outline: none;
        border: 1px solid #8f8f8f;
        padding: 20px 19px 0;
        font-size: 15px;
        font-weight: 700;
    }

        form .form-item input[readonly] {
            opacity: .5;
        }

        form .form-item input.wpcf7-not-valid,
        form .form-item textarea.wpcf7-not-valid {
            border-color: #ce1b2e;
        }

            form .form-item input.wpcf7-not-valid + .label,
            form .form-item textarea.wpcf7-not-valid + .label {
                transform: translateY(-11px) scale(.85);
            }

    form .form-item .required-det {
        right: -35px;
        top: 17px;
        width: 17px;
        height: 17px;
        position: absolute;
        opacity: 0;
        transition: opacity .2s ease;
    }

        form .form-item .required-det:after, form .form-item .required-det:before {
            content: "";
            width: 20px;
            height: 6px;
            background: #018124;
            position: absolute;
            left: 0;
            top: 0;
            transition: transform .2s ease,background .2s ease;
        }

        form .form-item .required-det:before {
            transform: translate(-2px,9px) rotate(45deg) scaleX(.7);
        }

        form .form-item .required-det:after {
            transform: translate(6px,7px) rotate(-45deg);
        }

    form .form-item.not-empty .wpcf7-form-control,
    form .form-item .not-empty .wpcf7-form-control {
        border-color: #018124;
    }

        form .form-item.not-empty .wpcf7-form-control ~ .required-det,
        form .form-item .not-empty .wpcf7-form-control ~ .required-det,
        form .form-item .wpcf7-form-control.wpcf7-not-valid ~ .required-det {
            opacity: 1;
        }

            form .form-item .wpcf7-form-control.wpcf7-not-valid ~ .required-det:after,
            form .form-item .wpcf7-form-control.wpcf7-not-valid ~ .required-det:before {
                background: #ce1b2e;
            }

            form .form-item .wpcf7-form-control.wpcf7-not-valid ~ .required-det:before {
                transform: translateY(5px) rotate(45deg) scaleX(1);
            }

            form .form-item .wpcf7-form-control.wpcf7-not-valid ~ .required-det:after {
                transform: translateY(5px) rotate(-45deg) scaleX(1);
            }

form .form-item__select {
    position: relative;
    z-index: 2;
}

    form .form-item__select span.label {
        top: 20px;
    }

form .form-item .select {
    width: 100%;
    height: 100%;
}

form .form-item .select-styled {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    padding: 20px 20px 0;
}

    form .form-item .select-styled:after {
        border-right: 4px solid #ce1b2e;
        border-bottom: 4px solid #ce1b2e;
    }

form .form-item .select-options {
    max-height: 350px;
    overflow-y: auto;
}

form .form-item .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 27px;
    left: 20px;
    color: #ce1b2e;
}

form .form-item__textarea {
    height: 192px;
    margin-bottom: 40px;
}

    form .form-item__textarea textarea {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        resize: none;
        outline: none;
        padding: 25px 20px;
        font-size: 15px;
    }

/*checkbox*/
.ui.checkbox {
    position: relative;
    display: inline-block;
    min-width: 1em;
    min-height: 1.25em;
    line-height: 1em;
    outline: 0;
    vertical-align: middle;
}

    .ui.checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        outline: 0;
    }

    .ui.checkbox .box, .ui.checkbox label {
        cursor: pointer;
        padding-left: 2em;
        outline: 0;
    }

        .ui.checkbox .box:before, .ui.checkbox label:before {
            position: absolute;
            top: 0;
            line-height: 1;
            width: 1em;
            height: 1em;
            left: 0;
            content: '';
            border-radius: 4px;
            background: #FFF;
            -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
            -moz-transition: background-color .3s ease,box-shadow .3s ease;
            transition: background-color .3s ease,box-shadow .3s ease;
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
            box-shadow: 0 0 0 1px rgba(0,0,0,.2);
        }

        .ui.checkbox .box:after, .ui.checkbox label:after {
            -ms-filter: "alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            background: 0 0;
            border: .2em solid #333;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: .275em;
            left: .2em;
            width: .45em;
            height: .15em;
        }

    .ui.checkbox label {
        display: block;
        color: #666;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        transition: color .2s ease;
    }

        .ui.checkbox input:focus ~ label, .ui.checkbox label:hover {
            color: #888;
        }

    .ui.checkbox ~ label {
        cursor: pointer;
        opacity: .85;
        vertical-align: middle;
    }

        .ui.checkbox ~ label:hover {
            opacity: 1;
        }

    .ui.checkbox .box:hover::before, .ui.checkbox label:hover::before {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.3);
        box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    }

    .ui.checkbox .box:active::before, .ui.checkbox label:active::before {
        background-color: #F5F5F5;
    }

    .ui.checkbox input:focus ~ .box:before, .ui.checkbox input:focus ~ label:before {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.3);
        box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    }

    .ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
        -ms-filter: "alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .ui.checkbox input[disabled] ~ .box:after, .ui.checkbox input[disabled] ~ label, .ui.disabled.checkbox label, .ui.disabled.checkbox ~ .box:after {
        opacity: .4;
        color: rgba(0,0,0,.3);
    }

form .form-item__select .select select.wpcf7-not-valid + .select-styled {
    border-color: #ce1b2e;
}

form .form-item__select.selected .select .select-styled {
    border-color: #018124;
}

form .form-item__select.selected span.label,
form .form-item__select.not-empty span.label,
form .form-item__select.not-valid span.label,
form .form-item__select .select select.wpcf7-not-valid + .label {
    transform: translateY(-11px) scale(.85);
}

form .form-item__select.selected .required-det {
    opacity: 1;
}

form .form-item__select .select .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    color: #ce1b2e;
    pointer-events: none;
    width: auto;
    height: auto;
    z-index: 1;
    left: 20px;
    top: 15px;
    font-size: 15px;
    transition: transform .2s ease;
    transform: translateY(10px) scale(1);
    transform-origin: left top;
}

form .form-item.form-item__textarea {
    margin-bottom: 20px;
}

form .verification-wrap {
    height: 52px;
    margin-bottom: 20px;
    overflow: hidden;
}

    form .verification-wrap img {
        height: 100%;
    }

    form .verification-wrap input {
        width: calc(100% - 160px);
        height: 100%;
        padding: 0 12px;
        float: right;
    }

/*popup*/
@-webkit-keyframes fade-in {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@-moz-keyframes fade-out {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

.fade-in {
    -moz-animation: fade-in 0.8s forwards;
    -o-animation: fade-in 0.8s forwards;
    -webkit-animation: fade-in 0.8s forwards;
    animation: fade-in 0.8s forwards;
}

.fade-out {
    -moz-animation: fade-out 0.8s forwards;
    -o-animation: fade-out 0.8s forwards;
    -webkit-animation: fade-out 0.8s forwards;
    animation: fade-out 0.8s forwards;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

    .popup .popup-inner {
        position: relative;
        max-height: 90%;
        background: #f7f7f7;
        -webkit-box-shadow: 0 0 20px 5px rgba(0,58,129,.5);
        -ms-box-shadow: 0 0 20px 5px rgba(0,58,129,.5);
        box-shadow: 0 0 20px 5px rgba(0,58,129,.5);
        padding: 2em;
        box-sizing: border-box;
        z-index: 2;
        border-radius: 2px;
    }

        .popup .popup-inner .btn-close {
            position: absolute;
            top: 0;
            right: 0;
            margin-top: -12px;
            margin-right: -28px;
        }

            .popup .popup-inner .btn-close svg {
                width: 26px;
                height: 26px;
                fill: #aaa;
                -webkit-transition: fill .2s ease;
                -moz-transition: fill .2s ease;
                -o-transition: fill .2s ease;
                -ms-transition: fill .2s ease;
                transition: fill .2s ease;
            }

            .popup .popup-inner .btn-close:hover svg {
                fill: #666;
            }

@media (max-width: 480px) {
    .popup .popup-inner {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 10%;
        max-height: 100%;
    }

        .popup .popup-inner .btn-close {
            margin-top: 0;
            margin-right: 0;
        }
}


.popup.open {
    display: flex;
}


.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(10,10,10,0.5);
    z-index: 1;
    opacity: 0;
    transition: 0.5s all;
}

/*account-container*/
.account-container {
    width: 400px;
    max-width: 800px;
    max-height: 75vh;
    overflow-y: auto;
    text-align: center;
}

    .account-container,
    .account-container a {
        color: #636363;
    }

        .account-container .title {
            font-size: 25px;
            font-weight: 500;
            margin: 0 0 20px;
            padding: 0;
        }

            .account-container .title span .account-container .description span {
                display: inline-block;
                text-align: left;
            }

        .account-container .forgot-password-wrap {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-size: 16px;
        }

@media (max-width: 480px) {
    .account-container {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .account-container .forgot-password-wrap {
        flex-wrap: wrap;
    }

        .account-container .forgot-password-wrap a {
            width: 100%;
            text-align: left;
        }
}

.account-container a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}

    .account-container a:hover {
        color: #003a81;
    }

.account-container .link {
    color: #003a81;
}

    .account-container .link:hover {
        color: #ce1b2e;
    }

.account-container p {
    margin-bottom: 12px;
}

.account-container .callback-msg {
    text-align: left;
}

.account-container form .form-item .required-det {
    right: 20px;
}

.account-container form.login-form .form-item .required-det {
    display: none;
}

.account-container form.login-form .form-item input {
    padding-right: 40px;
}

/*apply-demo-container*/

@media (min-width:481px) {
    .apply-demo-container {
        width: 70vw;
    }

        .apply-demo-container .form-item {
            width: calc(100% / 2 - 10px);
            display: inline-block;
        }

            .apply-demo-container .form-item.form-item__textarea {
                width: 100%;
                height: 100px;
            }
}

@media (max-width:480px) {
    #applyDemo .popup-inner {
        padding: 2em 1em;
    }

    .apply-demo-container .form-item.form-item__textarea {
        height: 120px;
    }
}

/*apply-demo-list in user center */
@media (min-width:768px) {
    .product-demo-list-title,
    .product-demo-list-item {
        display: flex;
        justify-content: space-between;
    }

    .product-demo-list-title {
        background: #000;
        color: #fff;
    }

    .product-demo-label {
        display: none;
    }

    .product-demo-field {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        padding: 20px;
        border-bottom: 1px dashed #ccc;
    }

    .product-demo-list-title .product-demo-field {
        border-bottom: none;
    }
}

@media (max-width:768px) {
    .product-demo-list-item {
        display: block;
        margin-bottom: 12px;
        border: 3px solid #dedede;
    }

    .product-demo-list-title {
        display: none;
    }

    .product-demo-field {
        text-align: left;
        border-bottom: 1px dashed #ccc;
    }

        .product-demo-field:last-child {
            border-bottom: none;
        }

    .product-demo-label {
        display: inline-block;
        width: 166px;
        background-color: #eee;
        color: #000;
        padding: 10px 20px;
    }

    .product-demo-value {
        padding: 10px;
        display: inline-block;
        vertical-align: top;
    }

        .product-demo-value a {
            color: #008fd3
        }

            .product-demo-value a:hover {
                color: #003a81
            }

    #storySlider .intro {
        font-size:16px;
    }

    .article-content {
        padding: 50px 25px;        
    }
}

.btn-link-arrow {
    background: none;
    border: none;
    border-bottom: 3px solid #e1e3e7;
    height: 35px;
    line-height: 31px;
    margin: 0 auto;
    padding: 0;
    display: block;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    color: #003a81;
}

    .btn-link-arrow:after {
        content: "»";
        display: inline-block;
        /*font-family: Arial,Helvetica,sans-serif;*/
        font-size: 20px;
        font-weight: 700;
        margin-left: 9px;
        position: relative;
        top: 1px
    }

    .btn-link-arrow:not([disabled]):hover {
        color: #ce1b2e;
        border-color: #ce1b2e;
    }

    .btn-link-arrow[disabled] {
        opacity: .5;
        cursor: not-allowed
    }

    .btn-link-arrow.loading:after {
        -webkit-animation: fadeOutRight 2s linear infinite;
        -moz-animation: fadeOutRight 2s linear infinite;
        -ms-animation: fadeOutRight 2s linear infinite;
        animation: fadeOutRight 2s linear infinite;
    }

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}


.header__main-nav .menu {
        width: auto;
    }

    .header__main-nav .menu > li > a {
        padding: 0 22px;
    }

    @media screen and (max-width: 1200px){

        .header__main-nav .menu>li>a {padding: 0 2px;}

    }
    .menu__submenu-img{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .menu__submenu{
        width:130%;
    }
	
.header__lang-tog .header__lang-drop{
	display:none;
}