﻿/*Careers_ApprovalView.cshtml*/

.careers_approval {
    width: 100%;
    /*margin: 80px 0px;*/
}

    .careers_approval section {
        padding: 90px 25px 50px;
    }

.careers_approval_title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 32px;
    color: #024095;
}

.careers_approval_item_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.careers_approval_item {
    width: 48%;
    min-height: 130px;
    border-top: #a8a8a8 4px solid;
    display: flex;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    background-color: #e7e7e7;
    margin-bottom: 20px;
}

.marginLeft20 {
    margin-left: 10px;
}

.careers_approval_item img {
    width: 72px;
    height: 72px;
    border: #fff 4px solid;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

.careers_approval_item .item_paragraph {
    flex: 1;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .careers_approval section {
        padding: 35px 0px 50px;
    }

    .careers_approval_title {
        margin-bottom: 20px;
    }

    .careers_approval_item {
        width: 100%;
        margin-bottom: 10px;
    }   
}


/*HeroSliderView.cshtml*/

.sliderBackMask {
    height: 415px;
    top: -415px;
}

.heroBlock {
    display: block;
}

.sliderBackContent {
    top: -830px;
}

#contentDiv .videoPlay {
    top: 198px;
    transform: translate(-50%, -50%);
}


.pacteraOW-swiper-container {
    height: auto;
}

.heroslider-swiper-slide {
    padding: 0 !important;
}

.banner__video {
    height: inherit;
    pointer-events: auto;
}

.banner-with-image .videoPlay {
    cursor: pointer;
    width: 5%;
    min-width: 60px;
    min-height: 0;
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-with-image .hero_backgroundImage {
    width: 100%;
    height: 100%;
}

.font18 {
    font-size: 14px;
    line-height: 28px;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

h5 {
    font-weight: normal;
    padding-left: 24px;
    background: url("/-/media/PacteraOW/HeroSlider/Coordinate.ashx") no-repeat left -94px;
}

.HeroSlider .hero-consultation,
.heroBlock .hero-consultation {
    display: flex;
    width: 100%;
}

    .HeroSlider .hero-consultation span,
    .heroBlock .hero-consultation span {
        width: 25px;
        height: 25px;
    }

        .HeroSlider .hero-consultation span img,
        .heroBlock .hero-consultation span img {
            width: 100%;
            height: 100%;
        }

.HeroSlider .download span,
.heroBlock .download span,
.HeroSlider .instant-demo span,
.heroBlock .instant-demo span {
    margin-top: 20px;
}

.HeroSlider .contact-phone p,
.heroBlock .contact-phone p {
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 16px;
}

.HeroSlider .download a,
.heroBlock .download a,
.HeroSlider .instant-demo a,
.heroBlock .instant-demo a {
    margin-left: 10px;
    margin-bottom: 0px;
}

.HeroSlider .banner__content a,
.heroBlock .banner__content a {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .HeroSlider .contact-phone p,
    .heroBlock .contact-phone p {
        font-size: 13px;
    }

    .HeroSlider .hero-consultation span,
    .heroBlock .hero-consultation span {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .HeroSlider .download span,
    .heroBlock .download span,
    .HeroSlider .instant-demo span,
    .heroBlock .instant-demo span {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .HeroSlider .contact-phone p,
    .heroBlock .contact-phone p {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 340px) {
    .HeroSlider .banner__content a,
    .heroBlock .banner__content a {
        margin-top: 5px;
    }

    .HeroSlider .download span,
    .heroBlock .download span,
    .HeroSlider .instant-demo span,
    .heroBlock .instant-demo span {
        margin-top: 20px;
    }
}


/*Image_ParagraphView.cshtml*/

.image_paragraph {
    max-width: 1150px;
    box-sizing: content-box;
    margin: 0px auto;
    box-sizing: border-box;
}

.image_paragraph_box {
    display: flex;
    flex-direction: row;
    height: auto;
}

    .image_paragraph_box .item_paragraph {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-end;
        box-sizing: border-box;
        padding: 0px 101px 0px 0px;
    }

        .image_paragraph_box .item_paragraph .item_paragraph_title {
            font-size: 36px;
            color: #333333;
            line-height: 48px;
            box-sizing: border-box;
            text-align: left;
            color: #003a81;
        }

        .image_paragraph_box .item_paragraph .item_paragraph_paragraph {
            margin-top: 50px;
            font-size: 18px;
            color: #333333;
            line-height: 30px;
            text-align: justify;
            overflow: hidden;
        }

            .image_paragraph_box .item_paragraph .item_paragraph_paragraph .width_auto ul {
                list-style: disc;
                margin-left: 20px;
            }

        .image_paragraph_box .item_paragraph .item_paragraph_link {
            margin-top: 30px;
        }

._black_download {
    color: #333333;
    border-color: #333333;
    cursor: pointer;
}

    ._black_download:hover {
        color: #ce1b2e;
        border-color: #ce1b2e;
    }

.image_paragraph_box .item_image {
    /* flex: 1;*/
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

    .image_paragraph_box .item_image .item_image_image {
        /* width: 100%;
        height: auto;*/
        max-width: 500px;
    }

.left_style {
    flex-direction: row-reverse;
}

    .left_style .item_paragraph {
        padding: 0px 0px 0px 101px;
        text-align: right;
    }

        .left_style .item_paragraph .item_paragraph_title {
            text-align: right;
        }

        .left_style .item_paragraph .item_paragraph_paragraph {
            text-align: left;
        }

        .left_style .item_paragraph .item_paragraph_link {
            text-align: right;
        }

        .left_style .item_paragraph .width_auto {
            display: inline-block;
            float: right;
        }

.image_paragraph_box .bottom_cut .triangle {
    position: absolute;
    left: -95px;
    width: 190px;
    height: 190px;
    bottom: -95px;
    background: white;
    border: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.image_paragraph_box .top_cut .triangle {
    position: absolute;
    left: -95px;
    width: 190px;
    height: 190px;
    top: -95px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left_style .bottom_cut .triangle {
    position: absolute;
    /*left: initial;*/
    left: auto;
    right: -95px;
    width: 190px;
    height: 190px;
    bottom: -95px;
    background: white;
    border: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.left_style .top_cut .triangle {
    position: absolute;
    left: initial;
    right: -95px;
    width: 190px;
    height: 190px;
    top: -95px;
    background: white;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
    .image_paragraph_box {
        flex-direction: column;
        height: auto;
        margin: 0px;
        display: block;
    }

        .image_paragraph_box .item_paragraph {
            padding: 0px;
            align-items: center;
            display: block;
        }

            .image_paragraph_box .item_paragraph .item_paragraph_paragraph {
                margin-top: 35px;
            }

            .image_paragraph_box .item_paragraph .item_paragraph_title {
                padding: 50px 0px;
                height: auto;
                text-align: center;
            }

        .image_paragraph_box .item_image {
            margin-top: 20px;
            display: block;
        }

            .image_paragraph_box .item_image .item_image_image {
                max-width: 100%;
                width: 100%;
            }

    .item_paragraph_link {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .image_paragraph {
        padding: 35px 12px 50px;
    }

    .image_paragraph_box .item_paragraph .item_paragraph_title {
        padding: 0px;
        height: auto;
    }

    .image_paragraph_box .item_image {
        max-width: 100%;
        align-self: center;
    }

    .image_paragraph_box .bottom_cut .triangle {
        transform: rotate(-45deg) scale(0.8);
    }

    .left_style .top_cut .triangle {
        transform: rotate(135deg) scale(0.8);
    }
}


/*LandMarkView.cshtml*/

.landmark-box {
    max-width: 1510px;
    padding: 103px 55px 0px 55px;
}

.landmark-item {
    width: 100%;
    height: auto;
    display: flex;
}

.landmark-item-year {
    width: 120px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    margin-top: -10px;
}

.landmark-item-content {
    flex: 1;
    position: relative;
    border-left: 2px solid #333333;
    padding: 0px 0px 70px 92px;
}

.landmark-item:last-child .landmark-item-content {
    border: none;
}

.landmark-item-paragraph {
    margin-top: -10px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
}

    .landmark-item-paragraph img {
        margin-top: 10px;
        height: 200px !important;
        max-width: 100%;
    }

.item-circle {
    background: #ffffff;
    border: 2px solid #d01727;
    background-color: #d01727;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: -7px;
}

.landmark-item:last-child .item-circle {
    left: -5px;
}

.landmark-item-imgbox img {
    height: 204px;
    /*margin-right: 23px;*/
    /*border: 2px solid #333333;*/
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
}

    .landmark-item-imgbox img:nth-child(3n) {
        margin-right: 0px;
    }

img.LandMark_Item_Image_onlyone {
    width: 66%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .landmark-box {
        padding: 53px 55px 0px 55px;
    }

    .landmark-item-year {
        width: 100px;
        font-size: 15px;
    }

    .landmark-item-paragraph {
        font-size: 15px;
    }

        .landmark-item-paragraph p {
            font-size: 15px;
        }

    .landmark-item-imgbox img {
        height: 204px;
        width: 49%;
        margin-right: 2% !important;
        /*border: 2px solid #333333;*/
    }

        .landmark-item-imgbox img:nth-child(2n) {
            margin-right: 0px !important;
        }

    .landmark-item-content {
        padding: 0px 0px 70px 32px;
    }

    img.LandMark_Item_Image_onlyone {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .landmark-box {
        padding: 53px 15px 0px 15px;
    }

    .landmark-item-year {
        width: 80px;
        font-size: 12px;
    }

    .landmark-item-paragraph {
        font-size: 12px;
    }

        .landmark-item-paragraph p {
            font-size: 12px;
        }

    .landmark-item-imgbox img {
        width: 100%;
        margin-right: 0% !important;
        height: auto;
    }

    .landmark-item-content {
        padding: 0px 0px 70px 32px;
    }
}


/*LatestNewsView.cshtml*/

.related-wrap {
    margin-top: 0;
}

.case-related li:nth-child(n+2) h3 {
    color: transparent;
}

.case-related li {
    float: left;
}

.case-related {
    display: block;
}

.related h3 {
    color: #003a81;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}


/*OurHistoireView*/


/*html, body {
        position: relative;
        height: 100%;
    }

    body {
        background: #eee;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
    }*/


/*.swiper-container {
        width: 100%;
        height: 100%;
    }*/


/*
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }*/


/*.swiper-container {
        height: 600px;
        margin: 0 auto;
    }*/

.soluTit {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

    .soluTit span {
        display: inline-block;
        font-weight: 400;
        font-family: Roboto-Light, 微软雅黑, Helvetica, Arial, sans-serif;
        border-bottom: #ffa114 2px solid;
        padding-bottom: 8px;
    }

.about_banner {
    font-size: 18px;
    font-weight: 400;
    width: 80%;
    margin: 80px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.containerHistoire h4 {
    color: #667692;
}

.about_banner_promise {
    font-family: Roboto-Light, 微软雅黑, Helvetica, Arial, sans-serif;
}

.containerHistoire {
    height: 400px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

.mt40 {
    margin-top: 20px;
}

.aslide1c {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

    .aslide1c dd {
        float: left;
        width: 30%;
        margin-right: 5%;
    }

        .aslide1c dd img {
            width: 32%;
            margin: 0 auto;
            display: block;
            padding-bottom: 24px;
        }

        .aslide1c dd h5 {
            padding-bottom: 40px;
            color: #7d828c;
            text-align: center;
        }

        .aslide1c dd:last-of-type {
            margin-right: 0;
        }

.aslide3c {
    overflow: hidden;
    padding-top: 40px;
}

.aslide3cl {
    float: left;
    width: 30%;
    margin-right: 6%;
}

    .aslide3cl img {
        margin-left: 58%;
        width: 42%;
    }

.aslide3cr {
    float: left;
    width: 64%;
    text-align: left;
}

    .aslide3cr p {
        width: 90%;
        margin: 0 auto;
        color: #7d8591;
        font-size: 20px;
    }


/*Paragraph_FourCircleView.cshtml*/

.fourcircle.stats-wrap:before {
    background: none;
}

.fourcircle_section {
    padding-bottom: 90px;
    padding-top: 0px;
}

    .fourcircle_section .stats-descr {
        padding: 0px;
    }

        .fourcircle_section .stats-descr h3 {
            padding-top: 90px;
        }

.fourcircle_bacimg {
    height: 273px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .fourcircle_bacimg {
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .fourcircle_bacimg {
        height: 180px;
    }
}


/*Paragraph_Image_Gradient_CarouseView.cshtml*/

.pacteraOW-swiper-container {
    height: auto;
}

.gradientItem {
    padding: 0;
}

.gradientCarouseBack,
.gradientCarouseMask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gradientCarouseContent {
    z-index: 3;
    width: 100%;
}

.gradientHeroImg {
    max-width: 600px;
    max-height: 400px;
}

.case-studies__item {
    border: none;
}

.gradientListMask {
    width: 100%;
    min-height: inherit;
}

.gardientListContent {
    position: absolute;
    bottom: 45px;
    right: 38px;
}

.gardientListLi {
    padding: 0px;
}

.case-gardientListContent:nth-child(2n) .gardientListContent {
    right: auto;
}
.case-studies__item-content p {
    max-height:184px;
    overflow:hidden;
}

@media screen and (max-width: 980px) {
    .gradientListMask {
        width: 100%;
        min-height: inherit;
    }

    .gardientListContent {
        position: absolute;
        top: 0;
        left: 0;
        padding: 45px 38px;
    }

    .case-gardientListContent:nth-child(2n) .gardientListContent {
        right: auto;
    }

    .gradientCarouseContent .case-studies__item-content {
        padding: 45px 38px;
    }
}

.case-studies__item-content .case-studies__item-content-context {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 34px;
}

    .case-studies__item-content .case-studies__item-content-context p {
        margin-bottom: 0px;
    }

@media screen and (max-width: 1200px) {
    .gradientHeroImg {
        max-width: 50%;
        max-height: 55%;
    }
}

@media screen and (max-width: 767px) {
    .case-studies__item-content p {
        display: block;
        max-height:72px;
    }

    .gradientHeroImg {
        max-width: 60%;
        max-height: 30vw;
    }

    .gardientListContent,
    .gradientCarouseContent .case-studies__item-content {
        padding: 35px 15px;
    }
}


/*.heroslider-swiper-slide {
        padding: 0 !important;
    }*/

.banner__video {
    min-width: inherit;
    height: inherit;
    pointer-events: auto;
}

.videoPlay {
    cursor: pointer;
    width: 5%;
    min-width: 60px;
    min-height: 0;
    position: absolute;
    z-index: 100;
    align-self: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hero_backgroundImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*.case-studies__item {
    max-width: 1450px;
    margin: 0px auto;
}*/


/*修改IE11 align-items bug */

.case-studies__item-content {
    z-index: 0;
}

@media screen and (min-width: 980px) {
    .case-studies__item-content {
        position: absolute;
        bottom: 45px;
        right: 38px;
    }

    .case-studies__item:nth-child(2n) .case-studies__item-content {
        right: auto;
    }

        .case-studies__item:nth-child(2n) .case-studies__item-content.case-study-content-left {
            left: 38px;
        }
}

.case-studies-wrap .select-group input {
    border: 1px solid #8f8f8f;
}

    .case-studies-wrap .select-group input::-webkit-input-placeholder {
        /* Chrome */
        color: #fff;
    }

    .case-studies-wrap .select-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .case-studies-wrap .select-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .case-studies-wrap .select-group input:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #fff;
        opacity: 1;
    }

.case-studies-wrap .select-wrap .select-styled,
.case-studies-wrap .select-wrap label,
.case-studies-wrap .select-group input {
    background: #333;
    color: #fff;
}

.case-studies .see-more {
    margin: 0;
}

@media screen and (max-width: 1450px) {
    .case-banner img.case-banner__png-img {
        max-width: none;
    }
}


/*Paragraph_sliderView.cshtml*/

.paragraph_slider.tabs-heading-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
}


/* add new slider css by Yujin at 20170809 */

#slider .tabs-control__item span {
    background: #ce1b2e;
    color: #fff;
}

#slider .tabs-control__item.active span {
    color: #ce1b2e;
    background: #ffffff;
}

#slider .tabs-control__item.active:hover span {
    color: #ce1b2e;
}

#slider .tabs-control__item:hover span {
    color: #bdbcbc;
}

@media screen and (max-width: 600px) {
    #slider .tabs-control {
        justify-content: flex-start;
        transform: translateX(0);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: initial;
    }
}

@media screen and (max-width: 767px) {
    .tabs-control {
        width: calc(100% - 15px*2);
        left: 15px;
    }
}

.tabs__container .swiper-button-next,
.tabs__container .swiper-button-prev {
    height: 83px;
    top: 0;
    margin-top: 0;
    width: 55px;
    background: #050607;
    display: none;
}

@media screen and (max-width: 600px) {
    .tabs__container {
        z-index: 1;
    }

        .tabs__container .swiper-button-next,
        .tabs__container .swiper-button-prev {
            display: block;
        }
}

@media screen and (max-width: 600px) {
    #slider .tabs__container {
        padding-top: 86px;
        margin-top: -135px;
    }
}

@media screen and (max-width: 600px) {
    #slider .tabs-control__item {
        flex: 1 0 100%;
        width: 100%;
    }
}

.tabs__container .swiper-button-prev {
    left: -25px;
}

.tabs__container .swiper-button-next {
    right: -25px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


/*Honor_CertificateView*/

#honorCertificate .sliderYears {
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

#honorCertificate .swiper-button-prev {
    display: none;
}

#honorCertificate .swiper-button-next {
    display: none;
}

@media screen and (max-width: 600px) {
    #honorCertificate .swiper-button-prev {
        display: block;
    }

    #honorCertificate .swiper-button-next {
        display: block;
    }
}

.sliderYears a {
    display: block;
    border: 1px #000000 solid;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    vertical-align: middle;
    float: left;
}

    .sliderYears a:hover {
        cursor: pointer;
        color: #000;
    }

.sliderHonors {
    clear: both;
}

.selectActive {
    background-color: #ce1b2e;
}

.alignLeft {
    float: left;
}

.titleLeft {
    width: 70%;
    text-align: left;
    padding-left: 40px;
}

.titleRight {
    width: 30%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 40px;
}

.clearLeft {
    clear: both;
}

.honorTitle {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 40px;
}

.honorContent {
    line-height: 48px;
    font-size: 16px;
}

.honorLeft {
    padding-left: 40px;
}

.honorImgDiv {
    float: left;
    position: absolute;
    left: 50px;
}

    .honorImgDiv .imgBg {
        position: relative;
        top: -6px;
        left: -22px;
    }

    .honorImgDiv .imgRa {
        position: relative;
        top: -60px;
        left: 80px;
        display: block;
        width: 10px;
        height: 10px;
        border: 2px #cc1728 solid;
        border-radius: 5px;
        background-color: white;
    }

    .honorImgDiv span {
        position: relative;
        left: -80px;
        top: -30px;
        color: #fff;
    }

.yearMargin {
    left: 120px;
    position: relative;
    border-left: 1px #000 solid;
    height: 60px;
    clear: both;
}

.yearContent {
    position: absolute;
    background-color: #fafafa;
    min-width: 160px;
    float: left;
    top: 32px;
    left: 0px;
}

    .yearContent a {
        color: black;
        text-decoration: none;
        display: block;
        clear: both;
        border: 0px;
        background-color: #F3EEEB;
    }

        .yearContent a:hover {
            background-color: #ce1b2e;
        }

.showYear {
    display: block;
}

.yearMore {
    display: inline-block;
    float: none;
}

.yearHidden {
    display: none;
}

.yearParent {
    position: relative;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 600px) {
    .titleRight {
        display: none;
    }

    .honorContent {
        margin-left: 40px;
    }

    .honorImgDiv {
        left: -30px;
    }

    .titleLeft {
        width: 100% !important;
        padding-left: 0px;
    }

    .sliderYears a {
        margin-bottom: 20px;
    }

    .yearMargin {
        left: 40px;
    }
}


/*li {
        display: list-item;
    }

    ol, ul {
        list-style: none;
    }*/


/*.section__wrap {
    flex-direction: column;
    align-items: center;
}*/


/*section {
        width: 100%;
        max-width: 1450px;
        padding: 0 25px;
    }*/


/*section > p {
            font-size: 27px;
        }

        section > h3 {
            font-size: 60px;
        }*/

.two-columns {
    display: flex;
}


/*
.tabs-heading-wrap {
    background: #181c23;
    color: #fff;
    padding: 90px 25px 140px;
}*/

.tabs-heading-wrap p {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.tabs-heading-wrap h3 {
    width: 100%;
    max-width: 900px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 20px;
}


/*.swiper-container {
        height: auto;
        width: 100%;
        overflow: visible;
        z-index: 1;
    }*/


/*.swiper-slide {
        flex-shrink: 0;
        position: relative;
    }*/

.tabs__container {
    margin: 0;
    padding: 0;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.tabs__item {
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    flex-grow: 1;
}

    .tabs__item.swiper-slide {
        padding: 0;
        opacity: 0;
        transform: scale(1);
        height: 0;
        transition: transform .5s ease, opacity .5s ease, height .5s ease;
    }

    .tabs__item.swiper-slide-active {
        opacity: 1;
        height: auto;
        transform: scale(1);
    }

    /*.tabs__item p {
        font-size: 18px;
       
    }
    */

.tabs__item-desc > p {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .tabs__item-img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /*.tabs-control__item {
        flex: 0 0 50%;
    }*/

        .tabs-control__item span {
            padding: 0 20px;
        }
}


/*ParagraphView.cshtml*/

.Paragraph.stats-descr {
    width: 100%;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .stats-descr {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.stats-descr p {
    max-width: 1020px;
}

    .stats-descr p.intro {
        font-size: 27px;
        line-height: 1.35;
        margin-bottom: 38px;
    }

.stats-descr .see-more {
    margin-bottom: 75px;
}


/*Paragraph*/

.pargraphView {
    position: relative;
}

.pargraphBackImg {
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.pargarphBackMask {
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.pargraphContent {
    z-index: 3;
    position: relative;
}

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


/*ParagraphWithImgView.cshtml*/

.pargraphWithImg {
    /*height: 540px;*/
    height: auto;
    text-align: center;
    padding: 90px 0px 50px;
}

    .pargraphWithImg .pargraphWithImg-box {
        max-width: 1150px;
        margin: 0px auto;
    }

    .pargraphWithImg .Paragraph.stats-descr.general-cards {
        padding-bottom: 0px;
        /*box-sizing: content-box;*/
        padding-top: 0px;
    }

    .pargraphWithImg .pargraphWithImgLink {
        height: 32px;
        line-height: 32px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .pargraphWithImg .pargraphWithImgLink a {
            color: #333333;
            font-size: 18px;
            border-bottom-color: #333333;
        }

    .pargraphWithImg .aslide3c {
        overflow: hidden;
        padding-top: 40px;
    }

    .pargraphWithImg .aslide3cl_Left {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: 6%;
        height: auto;
        float: none;
    }

    .pargraphWithImg .aslide3cl_Right {
        display: inline-block;
        vertical-align: top;
        /*width: 54%;*/
        float: none;
    }

    .pargraphWithImg .aslide3cr {
        display: inline-block;
        vertical-align: top;
        width: 54%;
        text-align: left;
        float: none;
    }

    .pargraphWithImg .aslide3cr_Right {
        display: inline-block;
        vertical-align: top;
        height: auto;
        width: 46%;
        float: none;
    }

    .pargraphWithImg .about_banner_promise {
        font-family: Roboto-Light, 微软雅黑, Helvetica, Arial, sans-serif;
    }

    .pargraphWithImg .aslide3cl_Left img {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .pargraphWithImg .pargraphTit {
        margin-top: 40px;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .pargraphWithImg .aslide3cl_Bottom {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pargraphWithImg .aslide3cl_Bottom_P {
        margin: auto 10%;
    }

    .pargraphWithImg .pargraphTit span {
        color: #1e07b2;
        display: inline-block;
        font-weight: 400;
        font-family: Roboto-Light, 微软雅黑, Helvetica, Arial, sans-serif;
        padding-bottom: 8px;
        margin-top: 40px;
    }

    .pargraphWithImg .aslide3cr_Right img {
        width: 100%;
        height: auto;
    }

    .pargraphWithImg .pargraphWithImg p {
        /*width: 90%;
    margin: 0 auto;
    color: #7d8591;
    font-size: 20px;*/
    }

.divBottomHeight {
    height: 420px;
}

.aslide3cl_Top {
    margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
    .divBottomHeight {
        height: 420px;
    }
}

@media screen and (max-width:800px) {
    .divBottomHeight {
        height: 360px;
    }
}

@media screen and (max-width:600px) {
    .divBottomHeight {
        height: 300px;
    }

    .pargraphWithImg .aslide3cl_Left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .pargraphWithImg .aslide3cr_Right {
        width: 100%;
        margin-top: 20px;
    }
}


/*Quick_Navigation*/

.careers_recruit_style {
    width: 100%;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #33363b;
}

.careers_recruit_style_btn {
    font-size: 28px;
    line-height: 52px;
    color: #fff;
}

    .careers_recruit_style_btn a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.5;
        display: inline-block;
        border-bottom: 1px solid #fff;
        margin-right: 20px;
        margin: 0 40px;
        vertical-align: text-top;
    }

        .careers_recruit_style_btn a:hover {
            color: #ce1b2e;
            border-color: #ce1b2e;
        }

        .careers_recruit_style_btn a:after {
            content: "»";
            display: inline;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            margin-left: 9px;
            position: relative;
            top: 1px;
        }


/*careers_HappyWork*/

.careers_HappyWork {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}

.careers_mask {
    position: relative;
    min-height: 240px;
    width: 100%;
    z-index: 1;
}

.careers_content {
    z-index: 2;
}

.careers_HappyWork div.container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1195px;
    -webkit-overflow-scrolling: touch;
    /* 快速滚动和触摸回弹 */
}

.careers_HappyWork ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 0px;
}

.careers_HappyWork li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    min-width: 33.33%;
    position: relative;
}

    .careers_HappyWork li img.careerItem-image {
        width: 100%;
        height: auto;
        /*min-height:100%;*/
    }

    .careers_HappyWork li.two_columns {
        min-width: 66.66%;
    }

    .careers_HappyWork li .text-container {
        width: 100%;
        margin-left: 0px;
        padding: 20px 40px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .careers_HappyWork li.two_columns .text-container {
        width: 50%;
        margin-left: 50%;
    }

    .careers_HappyWork li p {
        color: #7d8591;
    }

    .careers_HappyWork li h4 {
        color: #333;
        font-weight: bold;
    }

    .careers_HappyWork li.whiteFont p,
    .careers_HappyWork li.whiteFont h4 {
        color: #fff;
    }

@media screen and (max-width: 1050px) {
    .careers_HappyWork div.container {
        margin: 0 6%;
    }

    .careers_HappyWork li {
        min-width: 50%;
        position: static;
    }

        .careers_HappyWork li.two_columns {
            min-width: 100%;
        }

            .careers_HappyWork li.two_columns .text-container {
                width: 100%;
                margin-left: 0px;
            }

            .careers_HappyWork li.two_columns.whiteFont p,
            .careers_HappyWork li.two_columns.whiteFont h4 {
                color: #333;
            }

    .careers_mask {
        position: relative;
        min-height: 240px;
        width: 100%;
        z-index: 1;
    }

    .careers_content {
        z-index: 2;
        min-height: 220px;
    }

    .careers_HappyWork li {
        position: relative;
    }
}

@media screen and (max-width: 800px) {
    .careers_HappyWork div.container {
        margin: 0 4%;
    }

    .careers_HappyWork li {
        min-width: 100%;
    }

        .careers_HappyWork li.two_columns {
            min-width: 100%;
        }

    .careers_mask {
        position: relative;
        min-height: 240px;
        width: 100%;
        z-index: 1;
    }

    .careers_content {
        z-index: 2;
    }
}


/*Related_DatasheetView.cshtml*/

.case-related li:nth-child(n+2) h3 {
    color: transparent;
}

.case-related li {
    float: left;
}

.case-related {
    display: block;
}


/*new*/

.news__item-cont {
    justify-content: center;
}

    .news__item-cont h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        line-height: 1.5;
    }

    .news__item-cont .news__item-cont__richtext {
        font-size: 14px;
        padding-top: 10px;
    }

        .news__item-cont .news__item-cont__richtext::after {
            content: "...";
            margin-left: 5px;
        }


/*Paragraph_Image_Gradient_ListView*/

.case-studies__item-content h4 {
    font-weight: normal;
}
    .case-studies__item-content h4 p {
        margin:0;
    }

    /*beating_notes_Multilist*/
    .beating_notes_multilist {
        padding-top: 90px;
    }

    .beating_notes_multilist .block-heading .mobile-heading {
        display: block;
        font-size: 40px;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .beating_notes_multilist .block-heading p {
        max-width: 1150px;
        width: auto;
        font-size: 18px;
    }

    .beating_notes_multilist .cards__item {
        flex: 1;
    }

    .beating_notes_multilist .cards__item-content ul li {
        color: white;
        font-size: 13px;
    }

        .beating_notes_multilist .cards__item-content ul li:nth-child(11) ~ li {
            display: none;
        }

    .beating_notes_multilist .cards__item-content ul a {
        text-decoration: none;
    }

@media screen and (max-width:540px) {
    .beating_notes_multilist .cards__item-content {
        transform: translateY(0);
    }

        .beating_notes_multilist .cards__item-content h3 {
            transform: translateY(31vw);
        }

        .beating_notes_multilist .cards__item-content ul {
            display: none;
        }

        .beating_notes_multilist .cards__item-content > a {
            position: absolute;
            display: block;
            text-indent: -9999px;
            width: 100%;
            height: 100%;
            z-index: 5;
            top: 0;
            left: 0;
        }
}


/*Beating_notesView_Rectangle.cshtml*/

.Beating_notes_rectangle.general-cards.cards-grid__wrap {
    padding-bottom: 50px;
}

.three_column_cards li:nth-child(5),
.three_column_cards li:nth-child(8) {
    margin-right: 1px !important;
}

.three_column_cards li {
    height: 300px !important;
}

@media screen and (min-width: 1201px) {
    .three_column_cards {
        max-width: 1350px;
        margin: 0px auto;
    }

        .three_column_cards li {
            flex: 0 1 33.2% !important;
            height: 300px !important;
        }

            .three_column_cards li:nth-child(3) {
                margin-right: 0px !important;
            }
}

@media screen and (max-width: 1200px) {
    .general-cards__wrap.cards-grid li:nth-child(4),
    .general-cards__wrap.cards-grid li:nth-child(5),
    .general-cards__wrap.cards-grid li:nth-child(9),
    .general-cards__wrap.cards-grid li:nth-child(10) {
        flex-basis: initial;
    }

    .three_column_cards li:nth-child(7) {
        margin-right: 1px !important;
    }

    .three_column_cards li {
        min-width: calc(33.2%) !important;
        flex-grow: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .general-cards__wrap.cards-grid li:nth-child(4),
    .general-cards__wrap.cards-grid li:nth-child(5),
    .general-cards__wrap.cards-grid li:nth-child(9),
    .general-cards__wrap.cards-grid li:nth-child(10) {
        flex-basis: initial;
    }

    .three_column_cards li {
        flex-basis: initial !important;
        min-width: 49% !important;
        flex-grow: 1 !important;
    }

        .three_column_cards li:nth-child(2) {
            margin-right: 0px !important;
        }
}

@media screen and (max-width: 450px) {
    .general-cards.cards-grid__wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .general-cards__wrap.cards-grid li {
        height: initial;
    }
}


/*Beating_notesView_Rectangle_Slide.cshtml*/

.swiper-wrapper .general-cards__item {
    height: 400px;
}

.swiper-wrapper .general-cards__item-image img {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.swiper-wrapper .general-cards__item-cont {
    -webkit-transform: translateY(100%) translateY(-100px);
    -moz-transform: translateY(100%) translateY(-100px);
    -ms-transform: translateY(100%) translateY(-100px);
    -o-transform: translateY(100%) translateY(-100px);
    transform: translateY(100%) translateY(-100px);
}

@media screen and (max-width: 1200px) {
    .general-cards__item-image {
        -webkit-transform: scaleY(.8);
        -moz-transform: scaleY(.8);
        -ms-transform: scaleY(.8);
        -o-transform: scaleY(.8);
        transform: scaleY(.8);
    }
}


/*Beating_notes_square*/

.Beating_notes_square.noTitleAndParaStyle {
    padding-top: 0px;
}

.Beating_notes_square {
    padding-bottom: 50px;
}

    .Beating_notes_square .general-cards__wrap + .general-cards__wrap {
        margin-top: -30px;
    }

_:-ms-fullscreen,
:root .general-cards__wrap .general-cards__item-image img {
    position: relative;
    left: 50%;
    transform: translateX(-50%) scaleY(1.2);
}

_:-ms-fullscreen,
:root .cards-grid.general-cards__wrap .general-cards__item-image img {
    transform: translateX(-50%) scaleY(1);
}

_:-ms-fullscreen,
:root .general-cards__wrap .general-cards__item:hover .general-cards__item-image img {
    transform: translateX(-50%) scaleY(1);
}

.Beating_notes_square .general-cards__item-image {
    transform: scaleY(.87) translateZ(0);
}

.Beating_notes_square .general-cards__item:after {
    transform: scaleY(.87) translateZ(0);
}

.Beating_notes_square .general-cards__item:hover:after {
    transform: scaleY(1) translateZ(0);
}

.general-cards__itemWithoutHover {
    height: 230px;
    display: flex;
    flex: 1 1 33.33%;
    position: relative;
    margin-right: 1px;
    color: #fff;
    overflow: hidden;
    border-bottom: 3px solid #ce1b2e;
}

.rectangleDivWithoutHover {
    width: 100%;
    height: 32px;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    position: absolute;
    bottom: 10px;
}

.rectangleItemWithoutHover {
    height: 230px;
    display: flex;
    flex: 1 1 33.33%;
    position: relative;
    margin-right: 1px;
    color: #fff;
    overflow: hidden;
}

    .rectangleItemWithoutHover .general-cards__item-image {
        max-height: 240px;
        top: 0px;
    }

@media screen and (max-width: 1200px) {
    .Beating_notes_square .general-cards__item-image {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    .Beating_notes_square .general-cards__wrap + .general-cards__wrap {
        margin-top: 0px;
    }

    .general-cards__itemWithoutHover {
        min-width: 33%;
        margin-top: 1px;
    }
}

@media screen and (max-width: 600px) {
    .Beating_notes_square .general-cards__item-cont {
        justify-content: flex-start;
    }
        .Beating_notes_square .general-cards__item-cont h4 {
            /*letter-spacing: -3px;*/
            font-size: 16px;
        }
        .Beating_notes_square .general-cards__item_mobile .general-cards__item-cont p {
            display: block;
        }
}


/*Beating_notesView_RectangleWithoutHover.cshtml*/

.Beating_notes_rectangle .general-cards__itemWithoutHover .general-cards__item-cont {
    justify-content: flex-start;
}


/*Recognition_AwardsView.cshtml*/

.recognition_awards .case-landing-bottom {
    padding: 90px 25px 50px;
}

.recognition_awards section h3.only-title {
    margin-bottom: 40px;
}

.recognition_awards .rich_content {
    padding: 10px 0px 20px 0px;
}

.bottom-rel-images {
    overflow: visible !important;
}

    .bottom-rel-images .section__wrap {
        justify-content: flex-start;
        /*min-width: 248px;*/
    }

.recognition_awards .bottom-rel-images .section__wrap img {
    max-width: 100%;
    height: auto;
}

.bottom-rel-images .section__wrap > img,
.bottom-rel-images .section__wrap > h4,
.bottom-rel-images .section__wrap > p {
    margin-bottom: 12px;
}

.bottom-rel-images .section__wrap > h4,
.bottom-rel-images .section__wrap > p {
    width: 100%;
}

.bottom-rel-images .section__wrap > p {
    text-align: left;
}

.bottom-rel-images .section__wrap > h4,
.bottom-rel-images .section__wrap p:last-child {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .bottom-rel-images .section__wrap {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .recognition_awards .case-landing-bottom {
        padding: 35px 15px 50px;
    }
}

.recognition_awards .rich_content strong {
    font-weight: bold;
}

.recognition_awards .item-full-Cover .bottom-rel-images .section__wrap img {
    width: 100%;
}

.recognition_awards .section__wrap > p {
    text-align: center;
}

.recognition_awards_with_slider .bottom-rel-images div + div {
    border-left: none;
}

.recognition_awards_without_slider .swiper-button-prev,
.recognition_awards_without_slider .swiper-button-next {
    display: none;
}


/**/

.leadership-page__container .tabs__item ul.general-cards__wrap {
    justify-content: flex-start;
}


/*Tab_Beating_notesView.cshtml*/

.leader-popup__heading {
    font-weight: normal;
}

.leader-popup-img.scaled {
    -webkit-transform: translateY(0) scale(0.6734);
    -moz-transform: translateY(0) scale(0.6734);
    -ms-transform: translateY(0) scale(0.6734);
    -o-transform: translateY(0) scale(0.6734);
    transform: translateY(0) scale(0.6734);
}

.leader-popup__cont {
    line-height: 1.5;
}

.leadership-page__tabs > section {
    padding-top: 0px;
}


/*Search_PositionView.cshtml*/

.contact-us .Search_Position form .form-item {
    width: 50%;
    float: left;
}

    .contact-us .Search_Position form .form-item .keywordinput {
        width: 70%;
    }

    .contact-us .Search_Position form .form-item .search_button {
        height: 100%;
        vertical-align: top;
        padding: 10px;
        background-color: transparent;
        color: black;
        border: 1px solid #8f8f8f;
    }


/*Paragraph_RotateView*/

.paragraph_rotate .slider-wrap {
    padding-bottom: 0px;
}

.paragraph_rotate_item_paragraph strong {
    font-weight: bold;
}

.paragraph_rotate_item_img_style {
    padding: 0PX !important;
}

    .paragraph_rotate_item_img_style .paragraph_rotate_item {
        text-align: left;
        max-width: 1150px;
        margin: 0px auto;
    }

        .paragraph_rotate_item_img_style .paragraph_rotate_item .paragraph_rotate_item_img img {
            width: 100%;
            height: auto;
            max-height: 350px;
        }

.paragraph_rotate_item .paragraph_rotate_item_paragraph p {
    margin-bottom: 0px;
    padding: 0PX 30PX 0PX 0PX;
}

@media screen and (max-width: 768px) {
    .paragraph_rotate_item_img_style .paragraph_rotate_item {
        text-align: center;
        flex-direction: column;
    }

        .paragraph_rotate_item_img_style .paragraph_rotate_item .paragraph_rotate_item_paragraph {
            max-width: 85%;
            margin: 0px auto;
        }

            .paragraph_rotate_item_img_style .paragraph_rotate_item .paragraph_rotate_item_paragraph p {
                padding: 0px;
                max-width: 100%;
            }

        .paragraph_rotate_item_img_style .paragraph_rotate_item .paragraph_rotate_item_img img {
            MARGIN-TOP: 20PX;
        }

    .general-cards__itemWithoutHover {
        min-width: 49%;
        flex: 1 1 calc(50% - 1px);
    }
}

.paragraph_rotate {
    padding: 90px 25px 50px;
    max-width: 1150px;
    box-sizing: content-box;
}

    .paragraph_rotate .paragraph_rotate_item_title {
        width: 100%;
        margin-bottom: 80px;
        border-bottom: 3px solid #e1e3e7;
    }

    .paragraph_rotate .paragraph_rotate_item .paragraph_rotate_item_paragraph {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .paragraph_rotate .slider-control {
        max-width: 1150px;
        margin: 0px auto;
        border: none;
    }

    .paragraph_rotate .swiper-button-prev,
    .paragraph_rotate .swiper-button-next {
        display: none;
    }

@media screen and (max-width: 600px) {
    .paragraph_rotate .swiper-button-prev,
    .paragraph_rotate .swiper-button-next {
        display: block;
    }

    .general-cards__itemWithoutHover {
        min-width: 100%;
        flex: 1 1 100%;
        margin-right: 0;
        height: 120px;
    }
}


/*Careers_TreeView.cshtml*/

.career_tree {
    width: 100%;
    max-width: none;
    padding: 0px;
}

.careers_tree_title {
    width: 100%;
    max-width: 1510px;
    padding: 0px 55px;
    margin: 90px auto;
    margin-bottom: 0px;
    text-align: center;
    font-size: 32px;
    color: #024095;
    position: relative;
}

.careers_tree_list_mobile {
    opacity: 0;
    height: 0px;
}

    .careers_tree_list_mobile .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .careers_tree_list_mobile .bottom-rel-images .section__wrap > img {
        margin-bottom: 0;
    }

.careers_tree_paragraph {
    position: absolute;
    left: 55px;
    top: 160px;
    width: 310px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

    .careers_tree_paragraph ul {
        list-style-type: disc;
        color: #0a90f2;
        text-align: left;
        margin-left: 18px;
        margin-top: 100px;
    }

        .careers_tree_paragraph ul li span,
        .careers_tree_paragraph ul li p {
            color: #333333;
        }

.career_tree .careers_tree_box object {
    width: 100%;
    height: 1174.69px;
}

@media screen and (max-width: 1024px) {
    .careers_tree_title {
        margin-top: 35px;
    }

    .careers_tree_box #flash,
    .careers_tree_paragraph ul {
        display: none;
    }

    .careers_tree_paragraph {
        position: static;
        margin-top: 55px;
        width: 100%;
    }

    .careers_tree_list_mobile {
        opacity: 1;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 980px) {
    .careers_tree_list_mobile .bottom-rel-images {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .careers_tree_title {
        padding: 0 15px;
        margin-top: 0px;
    }

    .careers_tree_paragraph {
        margin-top: 25px;
    }
}


/*Social_Recruitment.cshtml*/

.social-recruitment_details p {
    margin-bottom: 4px;
}

.social-recruitment .general-cards__wrap .general-cards__item {
    height: 400px;
    -ms-flex: 0 1 24.8%;
    flex: 0 1 calc(100% / 4 - 4px);
}

.PositionList ul {
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-wrap: wrap;
}

.PositionList li.PositionItem {
    width: calc(100% / 4);
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .PositionList li.PositionItem {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 480px) {
    .PositionList li.PositionItem {
        width: calc(100% / 2);
    }
}

.PositionList .positionName,
.PositionList .positionName a {
    color: #003a81;
}

    .PositionList .positionName a:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #003a81;
        border-right: 0;
        border-bottom: 0;
        transform: rotate(135deg);
        display: inline-block;
        position: absolute;
        margin: 7px 0 0 4px;
    }

.PositionList .positionNum {
    margin-top: 24px;
    padding-bottom: 5px;
    border-bottom-color: #003a81;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: gray;
    font-size: 14px;
}

.campus-band .careers_recruit_style_btn {
    max-width: 1180px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

    .campus-band .careers_recruit_style_btn a {
        float: right;
        margin: 0;
    }

@media only screen and (max-width: 980px) {
    .campus-band .careers_recruit_style_btn {
        padding-bottom: 32px;
    }

        .campus-band .careers_recruit_style_btn a {
            display: block;
            position: absolute;
            right: 30px;
        }
}


/*ShowSubitem*/

.ShowSubitem .Subitem-head {
    color: black;
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
}

    .ShowSubitem .Subitem-head h3 {
        margin: 90px 0px 40px;
    }

    .ShowSubitem .Subitem-head .intro {
        font-size: 27px;
        line-height: 1.35;
    }

.ShowSubitem .subitemintroduction_subIntro {
    padding-left: 50px;
    width: 80%;
}

.ShowSubitem .subitemintroduction_columnContent {
    padding-right: 0px;
    width: 100%;
}

.ShowSubitem .industries__list li a {
    padding-left: 0px;
    font-size: 16px;
}

.ShowSubitem .industries__list > li > a.active:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: -5px;
    border-right: 5px solid #ce1b2e;
    border-bottom: 5px solid #ce1b2e;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    transform: scaleX(1) rotate(-45deg);
    transition: transform .15s ease;
}

.ShowSubitem .industries__list > li > a.active:before {
    display: none;
}

.ShowSubitem .industries__list {
    max-width: 250px;
}

    .ShowSubitem .industries__list li {
        height: 46px;
    }

.ShowSubitem .industries__descr p {
    font-size: 18px;
}

.ShowSubitem .two-columns-item {
    width: auto;
}

    .ShowSubitem .two-columns-item.industries__list-wrap {
        width: 20%;
    }

.ShowSubitem .two-columns {
    justify-content: flex-start;
}

.ShowSubitem .industries {
    max-width: 1100px;
    flex-direction: row;
    padding: 40px 0px 50px;
}

.ShowSubitem .industries__descr h3.changed-heading {
    font-size: 32px;
    margin-top: 20px;
}

.ShowSubitem .fade-out.industries__descr {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.ShowSubitem .industries__list > li > a .svg_wrap {
    height: 70%;
}

.ShowSubitem .industries__list li a .svg_wrap img,
.ShowSubitem .industries__list li a svg {
    width: 100%;
    height: 100%;
}

.ShowSubitem .industries__descr p {
    line-height: 1.5;
    margin-bottom: 15px;
}

    .ShowSubitem .industries__descr p .SubitemIntroduction_Image {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

@media only screen and (max-width: 980px) {
    .two-columns {
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .ShowSubitem .two-columns-item.industries__list-wrap {
        width: 100%;
        margin: 0px;
    }

    .ShowSubitem .industries__list {
        max-width: 100%;
    }

        .ShowSubitem .industries__list li {
            height: auto;
        }

            .ShowSubitem .industries__list li a {
                width: 100%;
                padding-left: 50px;
            }

    .ShowSubitem .subitemintroduction_subIntro {
        display: none;
    }

    .industries__list > li > a.active + div.industries__list--item__detail {
        max-height: none;
    }

        .industries__list > li > a.active + div.industries__list--item__detail p img {
            width: 100%;
            height: auto;
        }

        .industries__list > li > a.active + div.industries__list--item__detail a {
            width: auto;
            padding-left: 0px;
        }

    .ShowSubitem .industries__list > li > a.active:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #content .ShowSubitem {
        padding: 0px 25px;
    }

    .ShowSubitem .industries__list li a {
        padding-left: 0px;
    }
}


/*LatestNews*/

.LatestNews section {
    padding-top: 0px;
}

.LatestNews.related-wrap {
    padding-top: 90px;
    padding-bottom: 50px;
}

.LatestNews .related h3 {
    margin-bottom: 0px;
}

.LatestNews .case-related {
    padding-top: 40px;
    padding-bottom: 50px;
}


/*FootPrint*/

.footprint {
    padding-bottom: 50px;
}

.tab_beating_notes_pageheadspace {
    padding: 0px 25px 20px;
}


/* -------------------------------- 
    Timeline
-------------------------------- */

.cd-horizontal-timeline-wrap {
    background-color: inherit;
}

.honorSpan {
    display: inline-block;
    line-height: 25px;
    vertical-align: text-top;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    color: inherit;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7b9d6f;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 15px;
        color: #383838;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #dfdfdf;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #7b9d6f;
        border-color: #7b9d6f;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url("/-/media/PacteraOW/Timeline/cd-arrow.ashx") no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right,
        .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left,
        .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right,
        .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li > * {
            margin: 0 auto;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.6rem;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        line-height: 1.2;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.4rem;
        color: #959595;
    }

    .cd-horizontal-timeline .events-content em,
    .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

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

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

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

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

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

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

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

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/*casedetail*/

.case-section-bg {
    width: 100%;
}

.case-section {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

    .case-section .title {
        text-align: center;
        color: #003a81;
    }

        .case-section .title a {
            font-size: 32px;
            font-weight: 500;
            color: #003a81;
            border-color: #003a81;
            cursor: pointer;
        }

            .case-section .title a:hover {
                color: #ce1b2e;
                border-color: #ce1b2e;
            }

    .case-section .content-list {
        margin-top: 25px;
        padding-left: 5px;
    }

        .case-section .content-list div {
            margin-bottom: 4px;
            font-size: 14px;
            line-height: 1.5;
        }

            .case-section .content-list div p {
                margin-bottom: 4px;
                font-size: 14px;
                line-height: 1.5;
            }

        .case-section .content-list ul li {
            padding-left: 35px;
            position: relative;
            list-style: none;
            line-height: 1.5;
            font-size: 14px;
        }

            .case-section .content-list ul li:before {
                content: "";
                width: 20px;
                height: 7px;
                position: absolute;
                left: 0;
                top: 8px;
                background: url(/Img/list-arr.png) no-repeat;
            }

        .case-section .content-list h5 {
            font-weight: bold;
            background: none;
            padding-left: 0px;
            line-height: 1.5;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .case-section .content-list img {
            width: 100%;
            height: auto;
        }

.hide {
    display: none;
}

.show {
    display: inherit;
}

#contactForm {
    text-align: center;
    width: 40%;
    position: fixed;
    top: 200px;
    left: 25%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 50px;
}

    #contactForm div input {
        margin: 10px 0px;
        height: 40px;
        line-height: 40px;
        width: 50%;
    }

    #contactForm button {
        /*color: white;*/
    }

@media screen and (max-width: 767px) {
    #contactForm {
        width: 80%;
        left: 10%;
    }

        #contactForm div input {
            width: 80%;
        }
}


/*caseDetailEvaluation*/

.case-detail-evaluation {
    background-image: url(/Img/case-detail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 楷体;
}

    .case-detail-evaluation .evaluation-title {
        text-align: center;
        padding-top: 70px;
    }

    .case-detail-evaluation .evaluation-content {
        margin: 0 auto;
        max-width: 1150px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .case-detail-evaluation .semicolon {
        font-size: 40px;
        line-height: 22px;
    }

    .case-detail-evaluation .left-semicolon {
        text-align: left;
    }

    .case-detail-evaluation .right-semicolon {
        text-align: right;
        margin-top: 15px;
    }

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

.case-detail-evaluation p {
    font-family: 楷体;
}


/*************casedetail********/


/* PartnerListView.cshtml*/

.partner-list ul li {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

    .partner-list ul li img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

@media screen and (max-width: 768px) {
    .partner-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .partner-list ul li {
        width: 100%;
    }
}


/**Item_listView**/

.categories-filter li a {
    cursor: pointer;
}

.insights__wrap .input-wrap,
.case-studies-wrap .input-wrap {
    position: relative;
    margin-right: 40px;
    width: 400px;
    max-width: 400px;
}

.insights__wrap .select-group input[type="text"],
.case-studies-wrap .select-group input[type="text"] {
    padding: 0 12px;
    flex-grow: 1;
    height: 48px;
    font-size: 13px;
    width: 100%;
    padding-right: 40px;
}

.insights__wrap .select-group button[type="submit"],
.case-studies-wrap .select-group button[type="submit"] {
    position: absolute;
    top: 8px;
    right: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.insights__wrap .insights-listing .insights__item .insights__item-links > a:first-child {
    border-right: none;
}

.insights__item-image-wrap img {
    height: auto;
}

@media screen and (max-width: 767px) {
    .insights__wrap .input-wrap,
    .case-studies-wrap .input-wrap {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .insights__item-image-wrap a {
        height: 208px;
    }

    .insights__item-image-wrap img {
        max-height: none;
    }
}


/**Item_listView**/


/*locations*/

.render-loc.render-city .heading {
    position: relative;
}

    .render-loc.render-city .heading h2 {
        margin-right: 0px;
    }

.render-loc.render-city .detail__item {
    padding: 0 10px;
    border-right: none;
    max-width: 100%;
    margin: 0 auto 40px 0;
    /*flex: 1;*/
}

    .render-loc.render-city .detail__item p {
        padding-left: 33px;
    }

    .render-loc.render-city .detail__item > svg {
        left: 10px;
    }

.render-loc.render-city .render-loc__subtitle-wrap {
    min-width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media screen and (max-width: 1200px) {
    .render-loc.render-city .detail__item {
        min-width: 50%;
    }
}

@media screen and (max-width: 1100px) {
    .render-loc.render-city .render-loc__subtitle-wrap {
        position: static;
    }

    .render-loc.render-city .heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .render-loc.render-city .detail__item {
        min-width: 100%;
    }

    .locations .general-cards__item-cont {
        transform: translateY(100%) translateY(-100px) !important;
    }

    #locationsContainer {
        margin-bottom: 90px;
    }
}


/**ImageTitleDesc_ListView**/

.image-text-desc-list.hasMargin {
    margin-top: -132px;
}

.image-text-desc-list h3 {
    color: #003a81;
}

.image-text-desc-list ul {
    display: flex;
    align-items: stretch;
}

    .image-text-desc-list ul li {
        border: solid 1px #ddd;
        margin: 0 0.2%;
        flex: 1;
        height: auto;
        display: flex;
        flex-direction: column;
    }

        .image-text-desc-list ul li .image {
            text-align: center;
            padding-top: 40px;
        }

        .image-text-desc-list ul li .list-item-text {
            padding: 20px 0px;
        }

        .image-text-desc-list ul li .title {
            align-self: center;
            margin: 0 auto;
            display: -webkit-box;
            -webkit-box-pack: center;
            -webkit-box-align: center;
            -webkit-box-orient: vertical;
            text-align: center;
            color: #333;
            margin-bottom: 20px;
        }

        .image-text-desc-list ul li .description {
            color: #868686;
            font-size: 14px;
            padding: 0 10px;
            line-height: 25px;
        }

@media only screen and (max-width: 1390px) {
    .image-text-desc-list ul li {
    }
}

@media only screen and (max-width: 1200px) {
    .image-text-desc-list ul li {
    }
}

@media only screen and (max-width: 1000px) {
    .image-text-desc-list ul {
        flex-wrap: wrap;
    }

        .image-text-desc-list ul li {
            min-width: 100%;
            flex-direction: row;
            align-items: center;
            padding: 20px 0px;
        }

            .image-text-desc-list ul li .image {
                min-width: 20%;
                padding-top: 0px;
            }
}

@media only screen and (max-width: 768px) {
    .image-text-desc-list.hasMargin {
        margin-top: -82px;
    }
}


/*AbilityDevelopmentView*/

.ability-development {
    max-width: 810px;
    margin: 0px auto;
    padding: 0px 50px;
    background: url('/-/media/PacteraOW/FloatDesign/Ability-Development-up.ashx') no-repeat;
    background-position: 0px 65px;
    background-size: contain;
}

.ability-development-box {
    display: flex;
}

    .ability-development-box > div {
        flex: 1;
        padding: 0px 20px 20px;
        display: flex;
        flex-direction: column;
    }

    .ability-development-box .stage1 {
        margin-top: 65px;
    }

    .ability-development-box .stage2 {
        margin-top: 30px;
    }

@keyframes high-light-circle {
    from {
        width: 72px;
        height: 72px;
        opacity: 1;
    }

    to {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

.ability-development-box .circle-box:hover {
    /*opacity:0;
            animation:high-light-circle 1s infinite;
            -webkit-animation:high-light-circle 1s infinite;*/
}

.ability-development-box .stage1 .circle-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #29B6FF;
    padding: 5px;
}

.ability-development-box .circle-white {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

    .ability-development-box .circle-white canvas {
        position: relative;
        left: 1px;
        top: 1px;
    }

.ability-development-box .stage2 .circle-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #9985F3;
    padding: 5px;
}

.ability-development-box .stage3 .circle-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #E64682;
    padding: 5px;
}

.ability-development-box .item-percent {
    position: absolute;
    top: 20px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

.ability-development-box .stage1 .stage-title {
    color: #29B6FF;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
}

.ability-development-box .stage2 .stage-title {
    color: #9985F3;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
}

.ability-development-box .stage3 .stage-title {
    color: #E64682;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
}

.ability-development-box .stage-title {
    margin-bottom: 80px;
}

.ability-development-box .stage-list ul {
    list-style-type: disc;
    margin-left: 20px;
}

.ability-development-box .stage1 ul {
    color: #29B6FF;
}

.ability-development-box .stage2 ul {
    color: #9985F3;
}

.ability-development-box .stage3 ul {
    color: #E64682;
}

.ability-development-box .stage-list ul li {
    position: relative;
    cursor: pointer;
    margin: 5px 0px;
}

.ability-development-box .item-content {
    opacity: 0;
    position: absolute;
    font-size: 0;
    /*display: none;*/
    height: 0px;
    overflow: hidden;
    z-index: 100;
}

.ability-development-box .stage1 .item-content {
    left: -370px;
    top: -20px;
}

.ability-development-box .stage2 .item-content {
    left: -200px;
    top: 40px;
}

.ability-development-box .stage3 .item-content {
    left: 100%;
    top: -20px;
    width: 360px;
}

.ability-development-box .item-detail {
    display: inline-block;
    height: auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    color: #000000;
    width: 320px;
    font-size: 14px;
    line-height: 22px;
}

.ability-development-box .stage1 .stage-list .item-detail {
    border: 1px solid #29B6FF;
}

.ability-development-box .stage2 .stage-list .item-detail {
    border: 1px solid #9985F3;
}

.ability-development-box .stage3 .stage-list .item-detail {
    border: 1px solid #E64682;
}

.ability-development-box .stage1 .stage-list .item-line {
    border-top: 1px solid #29B6FF;
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
    width: 32px;
}

.ability-development-box .stage1 .stage-list .item-dot {
    display: none;
    vertical-align: top;
    margin-top: 36px;
    width: 5px;
    height: 5px;
    background-color: #29B6FF;
    border-radius: 50%;
}

.ability-development-box .stage2 .stage-list .item-line {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 24px;
    border-top: 1px solid #9985F3;
    border-left: 1px solid #9985F3;
    height: 28px;
}

.ability-development-box .stage3 .stage-list .item-dot {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    width: 5px;
    height: 5px;
    background-color: #E64682;
    border-radius: 50%;
}

.ability-development-box .stage3 .stage-list .item-line {
    border-top: 1px solid #E64682;
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
    width: 32px;
}

.ability-development-box .stage-list ul li:hover .item-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    transition: opacity 0.5s ease;
}

@media screen and (max-width:1400px) {
    .ability-development-box .stage1 .item-content {
        left: 0px;
        top: 30px;
    }

    .ability-development-box .stage1 .stage-list .item-line {
        display: none;
    }

    .ability-development-box .stage3 .item-content {
        left: 0px;
        top: 30px;
    }

    .ability-development-box .stage3 .stage-list .item-line,
    .ability-development-box .stage3 .stage-list .item-dot {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .ability-development {
        background: none;
        margin-top: -40px;
        padding: 0px;
    }

    .ability-development-box {
        display: block;
    }

        .ability-development-box .item-content {
            left: 0px !important;
            top: 30px !important;
            width: auto !important;
        }

        .ability-development-box .stage-list .item-line,
        .stage-list .item-dot {
            display: none !important;
        }

        .ability-development-box > div {
            flex: 1;
            padding: 0px 0px 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .ability-development-box .stage1,
        .ability-development-box .stage2,
        .ability-development-box .stage3 {
            margin-top: 0px;
        }

        .ability-development-box .stage-head {
            flex: 1;
            text-align: center;
        }

        .ability-development-box .circle-box {
            margin: 0px auto;
        }

        .ability-development-box .stage-title {
            margin-bottom: 0px;
        }

        .ability-development-box .stage-list {
            flex: 1;
        }

            .ability-development-box .stage-list .item-detail {
                width: auto;
            }
}


/*searchresultview*/

.search-page {
    padding: 0px 25px;
}

    .search-page ul {
        padding-top: 80px;
    }

        .search-page ul li a {
            width: 100%;
            box-sizing: border-box;
        }

    .search-page .search-no-result {
        padding-bottom: 20px;
    }

    .search-page .search-content {
        font-size: 16px;
        padding-top: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 1350px;
    }

    .search-page .keyword-highlight {
        color: #ce1b2e;
    }

@media screen and (max-width: 767px) {
    .search-page ul li a {
        font-size: 16px;
    }

    .search-page .search-content {
        font-size: 14px;
        padding-top: 4px;
    }
}

.search-page__breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px 25px 50px;
    width: 100%;
    max-width: 1450px;
}

    .search-page__breadcrumbs a,
    .search-page__breadcrumbs a span,
    .search-page__breadcrumbs span a {
        font-size: 13px;
    }

        .search-page__breadcrumbs a:hover,
        .search-page__breadcrumbs a span:hover,
        .search-page__breadcrumbs span a:hover {
            color: #ce1b2e;
        }

    .search-page__breadcrumbs > span {
        margin-right: 11px;
    }

        .search-page__breadcrumbs > span + span {
            margin-left: 11px;
        }

.search-page .search-ico {
    cursor: pointer;
    position: relative;
    z-index: 4;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .search-page .search-ico form {
        position: absolute;
        left: 0;
        top: -4px;
        z-index: 4;
        pointer-events: none;
        width: 500px;
        max-width: 100%;
    }

        .search-page .search-ico form input {
            pointer-events: auto;
            -webkit-appearance: none;
            box-sizing: border-box;
            display: block;
            position: relative;
            height: 42px;
            width: 100%;
            padding: 0 66px 0 12px;
            outline: none;
            border: 1px solid #8f8f8f;
            transform-origin: left center;
            transform: translateX(0) scale(1);
            opacity: 1;
            transition: transform .3s ease, opacity .3s ease;
            font-size: 15px;
            font-weight: 500;
        }

        .search-page .search-ico form button {
            position: absolute;
            cursor: pointer;
            width: 66px;
            height: 42px;
            right: 0;
            top: 0;
            border: none;
            background: transparent;
            outline: none;
            text-indent: -99999px;
        }

    .search-page .search-ico svg {
        height: 17px;
        width: 17px;
        fill: #8f8f8f;
        position: absolute;
        z-index: 5;
        pointer-events: none;
        right: 10px;
        top: 13px;
    }

.search-page .load-more--wrp {
    padding-bottom: 20px;
}

.search-page .no_pagination {
    padding-bottom: 0;
    margin-bottom: 0;
}


/*user_center*/

.user-center section {
    max-width: 1150px;
    margin: 0px auto;
    padding: 90px 25px;
}

    .user-center section h2 {
        margin-bottom: 40px;
    }

.user-center .field-line {
    display: flex;
    margin-bottom: 20px;
}

    .user-center .field-line label {
        flex: 1;
        max-width: 100px;
        height: auto;
        text-align-last: justify;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .user-center .field-line .field-box {
        flex: 1;
    }

        .user-center .field-line .field-box input {
            width: 100%;
            border-radius: 5px;
            max-width: 400px;
            border: 1px solid gray;
            padding: 5px 10px;
        }

    .user-center .field-line .user-center-submit {
        padding: 5px 20px;
        background-color: #337ab7;
        border: 1px solid #2e6da4;
        color: white;
        cursor: pointer;
    }

        .user-center .field-line .user-center-submit:hover {
            box-shadow: #337ab7 0px 3px 10px;
        }

    .user-center .field-line .field-box input.center-error-input {
        border: 1px solid #a21d16;
    }

.user-center .center-error-message {
    color: #a21d16;
    min-height: 50px;
}

.user-center .center-success-message {
    color: #5cb85c;
}


/*Sitemapview*/

.container,
.cistern {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.statistics-page {
    padding-bottom: 50px;
}

.sitemap-outside {
    padding-bottom: 10px;
}

    .sitemap-outside h3 {
        padding: 28px 0 18px 4px;
        font-size: 22px;
        line-height: 24px;
        color: #333;
    }

        .sitemap-outside h3 a {
            color: #333;
        }

.sitemap-box {
    background-color: #fafafa;
    padding: 17px 0;
}

    .sitemap-box dl {
        padding: 17px 36px;
    }

        .sitemap-box dl dt {
            font-size: 16px;
            line-height: 1.4;
            color: #333;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .sitemap-box dl dt a {
                color: #333;
            }

        .sitemap-box dl dd {
            width: 20%;
            float: left;
            padding: 4px 10px 4px 0;
            position: relative;
        }

            .sitemap-box dl dd a {
                font-size: 14px;
                line-height: 1.4;
                color: #666;
                display: inline-block;
                overflow: hidden;
            }

                .sitemap-box dl dd a i {
                    font-size: 16px;
                    position: absolute;
                    top: 5px;
                    left: 0;
                }

                .sitemap-outside h3 a:hover,
                .sitemap-box dl dt a:hover,
                .sitemap-box dl dd a:hover {
                    text-decoration: underline;
                }

@media (max-width:1600px) {
    .container,
    .cistern {
        max-width: 1230px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1400px) {
    .container,
    .cistern {
        max-width: 1200px;
    }
}

@media (max-width:768px) {
    .sitemap-box dl {
        padding: 17px 0;
    }

        .sitemap-box dl dd {
            width: 100%;
        }

    .sitemap-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .statistics-page {
        padding-bottom: 35px;
    }
}

.clearfix:after,
.cistern:after {
    display: table;
    clear: both;
    content: '';
}


/*PopularSearches*/

.popularsearches {
    background-color: #f5f5f5;
    padding: 40px 0 80px 0;
}

    .popularsearches h3 {
        color: #003a81;
    }

    .popularsearches .popularsearches-box {
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-left: 25px;
    }

    .popularsearches .popular-tag {
        width: auto;
        font-size: 14px;
        background-color: #003a81;
        color: #fff;
        padding: 10px 20px;
        margin: 15px 15px 0 0;
        cursor: pointer;
    }

        .popularsearches .popular-tag::after {
            content: "→";
            margin-left: 15px;
        }


/*solution-tab*/

.solution-tab {
    max-width: 100%;
    padding: 0;
}

    .solution-tab section > div:first-child {
        width: 50%;
        margin-left: 50% !important;
    }

    .solution-tab .article-share {
        justify-content: flex-start;
    }

        .solution-tab .article-share .hoverImage img {
            -webkit-transform: translateX(-128px);
            -moz-transform: translateX(-128px);
            -ms-transform: translateX(-128px);
            -o-transform: translateX(-128px);
            transform: translateX(-128px);
        }

        .solution-tab .article-share li:hover .hoverImage img {
            -webkit-transform: translateX(-128px);
            -moz-transform: translateX(-128px);
            -ms-transform: translateX(-128px);
            -o-transform: translateX(-128px);
            transform: translateX(-128px);
        }

.tab-main {
    display: flex;
    align-items: stretch;
}

.tab-main-desc {
    flex: 1;
    background-color: #003a81;
    color: white;
    margin-right: 10px;
}

    .tab-main-desc .desc-content {
        padding: 15px 30px;
    }

@media screen and (max-width: 1200px) {
    .tab-main-desc .desc-content > h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1076px) {
    .tab-main-desc .desc-content > h2 {
        font-size: 20px;
    }
}

.tab-main-desc h2,
.tab-main-desc h1,
.tab-main-desc h3 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: left;
    margin: 0;
}

.tab-main-desc ul {
    list-style: none;
}

    .tab-main-desc ul li {
        padding-left: 30px;
        color: white;
        background: url('-/media/PacteraOW/Files Icon/ul_list_img.svg') no-repeat;
        list-style: none;
        background-size: 21px 7px;
        background-position-y: 5px;
    }

.tab-item-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tab-item {
    flex: 1;
    max-height: 80px;
    min-height: 40px;
    display: flex;
    color: white;
    margin-top: 8px;
    align-content: center;
    cursor: pointer;
}

    .tab-item:first-child {
        margin-top: 0;
    }

    .tab-item .tab-order {
        width: 30px;
        text-align: center;
        background-color: #ce1b2e;
        display: flex;
        align-items: center;
    }

        .tab-item .tab-order span {
            flex: 1;
        }

    .tab-item .tab-item-title {
        flex: 1;
        background-color: #000;
        display: flex;
        align-items: center;
    }

        .tab-item .tab-item-title span {
            flex: 1;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
        }

            .tab-item .tab-item-title span::after {
                content: "→";
                float: right;
                font-weight: bold;
                position: absolute;
                top: 50%;
                right: 20px;
                font-size: 30px;
                transform: translateY(-50%);
            }

.solution-tab-panel-box {
    width: 100%;
    background-color: #f5f5f5;
}

#content .solution-tab-panel-box .max-width {
    max-width: 1450px;
    padding-left: 25px;
    padding-right: 25px;
}

.tab-panel {
}

.tab-panel-item {
    padding: 30px;
    display: none;
}

    .tab-panel-item:nth-child(1) {
        display: block;
    }

.panel-item-title {
    text-align: center;
    color: #003a81;
    font-size: 24px;
    padding: 50px 0;
}

.panel-item-box {
    display: flex;
    align-content: stretch;
    margin-bottom: 30px;
}

    .panel-item-box:nth-last-child(1) {
        margin-bottom: 0;
    }

.solution-tab .image-only .item-img {
    margin-right: 0;
}

.solution-tab .image-only .item-content {
    display: none;
}

.solution-tab .image-right {
    flex-direction: row-reverse;
}

    .solution-tab .image-right .item-img {
        margin-right: 0;
    }

    .solution-tab .image-right .item-content {
        margin-right: 40px;
    }

.solution-tab .item-img {
    flex: 1;
    margin-right: 40px;
}

.item-img img {
    width: 100%;
}

.solution-tab .item-content {
    flex: 1;
    padding: 10px 0;
}

.solution-tab .item-desc {
    padding-left: 30px;
}

    .solution-tab .item-desc ul li {
        font-size: 16px;
        margin-left: -30px;
        padding-left: 30px;
        background: url('-/media/PacteraOW/Files Icon/ul_list_img.svg') no-repeat;
        list-style: none;
        background-size: 21px 7px;
        background-position-y: 5px;
    }

@media screen and (max-width: 600px) {
    .solution-tab .item-desc ul li {
        margin-left: 0;
    }
}

.solution-tab .item-btn-link {
    display: inline-block;
    padding: 10px 30px;
    background-color: #003a81;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.solution-tab .item-common-link {
    margin-top: 10px;
    display: block;
    color: red;
    text-decoration: underline;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .solution-tab section > div:first-child {
        width: 100%;
        margin-left: 0 !important;
    }

    .solution-tab .article-share {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .tab-main {
        display: block;
    }

    .tab-main-desc {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tab-item-box {
        display: block;
    }

    .panel-item-box {
        display: block;
    }

    .solution-tab .item-img {
        margin-right: 0;
    }

    .solution-tab .item-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .solution-tab .article-share a {
        width: 24px;
        height: 24px;
    }

    .tab-panel-item {
        padding: 0;
    }

    .panel-item-title {
        padding: 30px;
    }
}

.popularsearches .popular-tag::after {
    content: "→";
    margin-left: 15px;
}


/* CaseStudyVideo */

.case-study-video {
    width: 100%;
    height: auto;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    display: flex;
}

    .case-study-video .left_1_pic {
        flex: 1;
        position: relative;
        overflow: hidden;
        margin-right: 5px;
    }

    .case-study-video .right_2_pic {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .case-study-video .right_2_pic .sub_thumb {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .case-study-video .right_2_pic .right_2_top {
            margin-bottom: 5px;
        }

    .case-study-video .case-studies__item-content {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 45px 38px;
    }

@media screen and (max-width: 767px) {
    /* CaseStudyVideo */
    .case-study-video {
        flex-wrap: wrap;
    }

        .case-study-video .left_1_pic {
            min-width: 100%;
            margin-bottom: 5px;
        }

        .case-study-video .right_2_pic {
            display: block;
            /*flex-direction: row;*/
        }
}


/* Requirement module */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
        flex: 0 0 calc(100% * 9 / 12);
        max-width: calc(100% * 9 / 12);
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
        flex: 0 0 calc(100% * 9 / 12);
        max-width: calc(100% * 9 / 12);
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .col-md-320 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
}

.requirement-wrap .max-width {
    max-width: 1100px !important;
}

.requirement-content {
    font-size: 14px;
    margin-top: 50px;
}

    .requirement-content .requirement-icon {
        margin-bottom: 12px;
    }

    .requirement-content .requirement-title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .requirement-content .requirement-description {
        font-size: 14px;
        color: #808080;
    }

    .requirement-content .requirement-item {
        padding: 20px 50px 40px 30px;
    }

.requirement-form-callbackMessage {
    font-size: 12px;
    margin-bottom: 20px;
}

    .requirement-form-callbackMessage.error {
        color: #ce1b2e;
    }

    .requirement-form-callbackMessage.success {
        color: #018124;
    }

.requirement-content .btn-more {
    margin-bottom: 50px;
    margin-left: 30px;
}

@media (min-width: 768px) {
    .requirement-content .requirement-item {
        padding-left: 0;
    }

    .requirement-content .btn-more {
        margin-left: 0;
    }
}

.requirement-form {
    background-color: #f0f0f0;
    padding: 30px;
}

    .requirement-form input:focus,
    .requirement-form textarea:focus {
        outline: none;
    }

    .requirement-form .form-group {
        margin-bottom: 12px;
    }

        .requirement-form .form-group label {
            font-weight: bold;
        }

    .requirement-form input,
    .requirement-form textarea {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        font-size: 14px;
        width: 100%;
        min-height: 36px;
        display: block;
        margin-top: 6px;
        padding: 0 6px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .requirement-form .verification-wrap {
        height: auto;
    }

        .requirement-form .verification-wrap img {
            height: 34px;
            margin-top: 1px;
        }

        .requirement-form .verification-wrap input {
            margin-top: 0;
            width: calc(100% - 120px);
        }

    .requirement-form .form-description {
        font-size: 14px;
        color: #808080;
        text-align: center;
        margin-bottom: 20px;
    }

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

.c-select {
    padding: 0;
    height: 36px;
    position: relative;
    background-color: #fff;
    border: 0;
    margin-top: 6px;
}

    .c-select input {
        display: block;
        width: 100%;
        border: 0;
        outline: 0;
        background: none;
        position: relative;
        top: -3px;
        cursor: pointer;
    }

    .c-select ul {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 37px;
        overflow: hidden;
        background-color: #fff;
        max-height: 200px;
        overflow-y: auto;
        border-top: 0;
        z-index: 9999;
        color: #333;
        border: 1px solid #ccc;
        border-top: 0;
    }

    .c-select.active ul {
        display: block;
    }

    .c-select ul li {
        line-height: 30px;
        overflow: hidden;
        padding: 0 6px;
        cursor: pointer;
        border-bottom: 1px dotted #ccc;
    }

        .c-select ul li:last-child {
            border-bottom: none;
        }

        .c-select ul li:after {
            border-bottom: none;
        }

        .c-select ul li:hover {
            background-color: #e0e0e0;
        }


/* LargeHero */

.large-hero {
    display: block;
    height: 634px;
}

    .large-hero #sliderBackImage {
        height: 634px;
    }

    .large-hero #sliderBackMask {
        height: 634px;
        top: -634px;
    }

    .large-hero .large-hero_title {
        font-size: 48px;
        line-height: 1.25;
        font-weight: bold;
        position: relative;
        bottom: 150%;
        z-index: 3;
        padding-left: 80px;
    }

        .large-hero .large-hero_title p {
            font-size: 48px;
            line-height: 1.25;
            font-weight: bold;
        }

    .large-hero .large-hero-content {
        background: rgba(24, 28, 35, 0.80);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
        width: 100%;
        min-height: 80px;
    }

    .large-hero .videoPlay {
        left: 80px;
        max-width: 70px;
    }

    .large-hero .large-hero-content .large-hero_paragraph {
        padding: 25px 80px 25px 160px;
        font-size: 20px;
        line-height: 30px;
    }

        .large-hero .large-hero-content .large-hero_paragraph p {
            font-size: 20px;
            line-height: 30px;
        }

@media screen and (max-width: 900px) {
    .large-hero .large-hero_title {
        font-size: 36px;
    }

        .large-hero .large-hero_title p {
            font-size: 36px;
        }
}

@media screen and (max-width: 767px) {
    .large-hero {
        height: 450px;
    }

        .large-hero #sliderBackImage {
            height: 450px;
        }

        .large-hero #sliderBackMask {
            height: 450px;
            top: -450px;
        }

        .large-hero .large-hero_title {
            font-size: 32px;
            bottom: 170%;
            padding-left: 50px;
        }

            .large-hero .large-hero_title p {
                font-size: 32px;
            }

        .large-hero .videoPlay {
            left: 50px;
        }

        .large-hero .large-hero-content .large-hero_paragraph {
            padding: 20px 50px 20px 120px;
            font-size: 18px;
        }

            .large-hero .large-hero-content .large-hero_paragraph p {
                font-size: 18px;
            }
}

@media screen and (max-width: 600px) {
    .large-hero .large-hero_title {
        font-size: 28px;
        padding-left: 30px;
    }

        .large-hero .large-hero_title p {
            font-size: 28px;
        }

    .large-hero .videoPlay {
        left: 30px;
    }

    .large-hero .large-hero-content .large-hero_paragraph {
        font-size: 16px;
        padding: 15px 30px 15px 100px;
    }

        .large-hero .large-hero-content .large-hero_paragraph p {
            font-size: 16px;
        }
}

@media screen and (max-width: 450px) {
    .large-hero .large-hero_title {
        font-size: 24px;
        padding-left: 15px;
    }

        .large-hero .large-hero_title p {
            font-size: 24px;
        }

    .large-hero .videoPlay {
        left: 15px;
    }

    .large-hero .large-hero-content .large-hero_paragraph {
        font-size: 14px;
        padding: 10px 15px 10px 80px;
    }

        .large-hero .large-hero-content .large-hero_paragraph p {
            font-size: 14px;
        }
}


/* AdvantageImage */

.advantageimage .case-landing-bottom {
    padding-bottom: 90px 25px 50px;
}

    .advantageimage .case-landing-bottom h3 {
        margin-bottom: 40px;
    }

.advantageimage-content {
    display: flex;
}

.advantageimage-item {
    text-align: center;
    padding: 0 40px;
    width: 33.3%;
}

    .advantageimage-item .product-item-image img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .advantageimage-item .product-item-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        padding: 15px 0;
    }

    .advantageimage-item .product-item-paragraph {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: left;
    }

@media screen and (max-width: 1200px) {
    .advantageimage-item {
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .advantageimage-content {
        flex-direction: column;
        display: block;
    }

    .advantageimage-item {
        width: inherit;
    }

    .advantageimage-content .advantageimage-item:not(:nth-child(1)) {
        padding-top: 20px;
    }

    .advantageimage-item .product-item-title {
        font-size: 14px;
    }

    .advantageimage-item .product-item-paragraph {
        font-size: 12px;
        text-align-last: center;
    }
}

@media screen and (max-width: 450px) {
    .advantageimage-item {
        padding: 0 10px;
    }
}


/* heroslider-quote */

.heroslider-quote {
    display: flex;
    height: 768px;
}

    .heroslider-quote .banner-with-image {
        height: 768px;
    }

    .heroslider-quote #sliderBackImage {
        height: 768px;
    }

    .heroslider-quote #sliderBackMask {
        height: 768px;
        top: -768px;
    }

    .heroslider-quote .sliderBackContent {
        height: 768px;
        top: -1536px;
    }

    .heroslider-quote .banner__content {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: row;
    }

    .heroslider-quote .banner-img {
        flex: 1;
    }

        .heroslider-quote .banner-img img {
            position: absolute;
            top: 40px;
            width: 100%;
            min-width: 0;
            min-height: 0;
            max-width: 667px;
        }

    .heroslider-quote .banner-quote {
        flex: 1;
        z-index: 4;
    }

        .heroslider-quote .banner-quote .banner-quote-padding {
            padding: 150px 100px 0 0;
        }

        .heroslider-quote .banner-quote .citation {
            color: #666666;
            font-size: 16px;
            text-align: justify;
            line-height: 24px;
        }

        .heroslider-quote .banner-quote .references {
            font-size: 14px;
            color: #333333;
            text-align: left;
            line-height: 24px;
            font-weight: bold;
        }

        .heroslider-quote .banner-quote quotes {
            display: block;
        }

        .heroslider-quote .banner-quote img {
            max-height: 44px;
            min-width: 0;
            height: 100%;
        }

        .heroslider-quote .banner-quote .quote_left {
            margin: 0 10px 30px 0;
            display: inline-block;
        }

        .heroslider-quote .banner-quote .quotes_right {
            text-align: right;
        }

            .heroslider-quote .banner-quote .quotes_right .quote_right {
                margin: 30px 0 10px 10px;
                display: inline-block;
            }

@media screen and (max-width: 1200px) {
    .heroslider-quote {
        height: 690px;
    }

        .heroslider-quote .banner-with-image {
            height: 690px;
        }

        .heroslider-quote #sliderBackImage {
            height: 690px;
        }

        .heroslider-quote #sliderBackMask {
            height: 690px;
            top: -690px;
        }

        .heroslider-quote .sliderBackContent {
            height: 690px;
            top: -1380px;
        }

        .heroslider-quote .banner-img img {
            max-width: 600px;
        }

        .heroslider-quote .banner-quote img {
            max-height: 40px;
        }

        .heroslider-quote .banner-quote .banner-quote-padding {
            padding-top: 80px;
            padding-left: 25px;
        }
}

@media screen and (max-width: 1000px) {
    .heroslider-quote {
        height: 615px;
    }

        .heroslider-quote .banner-with-image {
            height: 615px;
        }

        .heroslider-quote #sliderBackImage {
            height: 615px;
        }

        .heroslider-quote #sliderBackMask {
            height: 615px;
            top: -615px;
        }

        .heroslider-quote .sliderBackContent {
            height: 615px;
            top: -1230px;
        }

        .heroslider-quote .banner-img img {
            max-width: 535px;
        }

        .heroslider-quote .banner-quote img {
            max-height: 36px;
        }

        .heroslider-quote .banner-quote .banner-quote-padding {
            padding-top: 40px;
        }
}

@media screen and (max-width: 900px) {
    .heroslider-quote {
        height: 535px;
    }

        .heroslider-quote .banner-with-image {
            height: 535px;
        }

        .heroslider-quote #sliderBackImage {
            height: 535px;
        }

        .heroslider-quote #sliderBackMask {
            height: 535px;
            top: -535px;
        }

        .heroslider-quote .sliderBackContent {
            height: 535px;
            top: -1070px;
        }

        .heroslider-quote .banner-img img {
            max-width: 465px;
        }

        .heroslider-quote .banner-quote img {
            max-height: 30px;
        }

        .heroslider-quote .banner-quote .banner-quote-padding {
            padding-top: 40px;
            padding-left: 50px;
        }
}

@media screen and (max-width: 767px) {
    .heroslider-quote .banner-quote img {
        max-height: 22px;
    }

    .heroslider-quote .banner-quote .banner-quote-padding {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .heroslider-quote .banner-quote .citation {
        font-size: 14px;
    }

    .heroslider-quote .banner-quote .references {
        font-size: 12px;
    }

    .heroslider-quote .banner-quote .quote_left {
        margin: 0 5px 5px 0;
    }

    .heroslider-quote .banner-quote .quotes_right .quote_right {
        margin: 5px 0 10px 5px;
    }

    .heroslider-quote .banner-img img {
        position: static;
        width: 50%;
        max-width: 200px;
        margin: 20px auto 0px;
    }

    .heroslider-quote .banner__content {
        flex-direction: column;
        align-items: center;
        display: block;
    }

    .heroslider-quote .banner-with-image .banner__content {
        padding: 0;
    }

    .beating_notes_multilist {
        padding-top: 50px;
    }

    .case-studies__item {
        margin-bottom: 50px;
    }

    .case-studies .see-more {
        margin: -25px 0;
    }

    .LatestNews.related-wrap {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .LatestNews section {
        padding: 0px 25px 25px 25px;
    }

    .industries__descr {
        margin-bottom: 25px;
    }

    .Paragraph.stats-descr {        
        padding-bottom: 25px;
    }

    .case-next__heading {        
        margin: 0px auto 50px auto;
    }
}
@media screen and (max-width: 450px) {
    .heroslider-quote .banner-quote .banner-quote-padding {
        padding-left: 30px;
        padding-right: 20px;
    }

    .heroslider-quote .banner-img img {
        padding-top: 0px;
    }

    .heroslider-quote .banner-quote img {
        max-height: 18px;
    }

    .heroslider-quote .banner-quote .citation {
        font-size: 12px;
    }

    .heroslider-quote .banner-quote .references {
        font-size: 10px;
    }

    .heroslider-quote .banner-quote .quote_left {
        margin-right: 0;
    }

    .heroslider-quote .banner-quote .quotes_right .quote_right {
        margin-left: 0;
    }
}


/****modify****/
.section-2 {
    width: 50%;
    min-width:738px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .section-2 {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
}
    .section-2 .Beating_notes_square.noTitleAndParaStyle {
        padding-top: 0;
    }

.paragraph_slider.re-heading-wrap {
    padding-bottom: 30px;
}

    .paragraph_slider.re-heading-wrap h3 {
        margin-bottom: 0;
    }

.article-content.li-disc ul {
    padding-left: 20px;
}

    .article-content.li-disc ul li {
        list-style: disc;
    }

.swiper-wrapper .re-item {
    padding: 0 0 50px;
}

swiper-container .swiper-wrapper:last-child .re-item {
    padding: 0
}

.general-cards h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.custom-cards {
    height: 400px;
    max-width: 1510px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    /*.beating_notes_multilist .block-heading .mobile-heading {
        font-size: 32px;
        letter-spacing: -1px;
    }*/

    .tabs__item.swiper-slide {
        padding:25px;
    }
}

@media screen and (max-width: 1200px) {
    .sliderBackMask {
        height: 400px;
        top: -400px;
    }

    #contentDiv .videoPlay {
        top: 192px;
        transform: translate(-50%, -50%);
    }

    .sliderBackContent {
        top: -800px;
    }

    .banner-with-image {
        height: 400px;
    }
}

@media screen and (max-width: 900px) {
    #contentDiv h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .sliderBackMask {
        height: 300px;
        top: -300px;
    }

    #contentDiv .videoPlay {
        top: 142px;
        transform: translate(-50%, -50%);
    }

    .sliderBackContent {
        top: -600px;
    }

    #contentDiv h1 {
        font-size: 24px;
    }

    #contentDiv p {
        font-size: 14px;
    }

    .banner-with-image {
        height: 300px;
    }

    .beating_notes_multilist .block-heading .mobile-heading {
        font-size: 24px;        
    }

    .beating_notes_multilist .block-heading p, .beating_notes_multilist .block-heading span {
        font-size: 16px;
    }

    .site-main h3{
        font-size: 24px;
        font-weight: 500;
    }

    .ShowSubitem .industries__descr p {
        font-size: 16px;
    }
    .news_date {
        font-size: 16px;
    }
    .pargraphContent span {
        font-size: 16px;
    }
    .footer__container p {
        font-size: 14px;
    }
    .tabs__item-desc > p, .tabs__item-desc > span {
        font-size: 16px;
    }
    .stats-descr p.intro {
        font-size: 18px;       
    }
    .swiper-wrapper .re-item {
        padding: 25px 0;
    }
}

@media screen and (max-width: 450px) 
{
    .beating_notes_multilist .block-heading .mobile-heading {
        font-size: 19px;
    }
}