html,
body {
    width: 100%;
    font-size: 18px;
    height: 100%;
}

a.disabled,
a.disabled:hover {
    color: #d0d2d8 !important;
    pointer-events: none;
}

.-mt32 {
    margin-top: 32px;
}

section {}

section.header {
    margin-bottom: 102px !important;
}

.container-fluid._w1600 {
    max-width: 1600px;
}

.container {}

.container._w890 {
    max-width: 890px;
}

.navbar {
    z-index: 999;
}

.navbar-header {
    flex: 1;
}

.navbar-nav li.active {
    background: #151f3a;
}

.navbar-nav li.active a {
    color: #fff !important;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
}

.ps-solution-hero {
    max-width: 1920px;
    min-height: 100%;
    margin: 0 auto;
}

.ps-hero-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1920px;
    height: 800px;
    background: url('./../images/hero-bg.svg') no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.ps-hero-txt {
    float: left;
    position: relative;
    margin-top: 200px;
    color: #fff;
}

.ps-hero-txt h1 {
    color: #fff;
    position: relative;
    margin-bottom: 82px;
    font-size: 52px;
}

.ps-hero-txt h1:after {
    content: "";
    background-color: #d62027;
    height: 5px;
    width: 25%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 42px);
}

.ps-hero-txt p {
    font-size: 24px;
}

.ps-hero-txt .btn {
    margin-top: 42px;
}

.ps-hero-product {
    float: right;
    margin-top: 122px;
}

.ps-hero-product img {
    width: 340px;
}

.ps-hero-career {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 680px;
    background: url('./../images/hero-career-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.ps-solution._career {
    padding-top: 410px;
}

.ps-solution._career h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 10px #151f3a;
}

.ps-solution._career h3._career {
    color: #fff;
    text-shadow: 0 0 10px #151f3a;
}

footer {
    line-height: 62px;
    background: #f2f2f2;
}

.copy-right {
    float: left;
}

.social {
    float: right;
}

.list-social {}

.list-social a {
    display: inline-block;
    margin-left: 22px;
}

.list-social img {
    width: 22px;
}

.ps-solution {
    padding: 162px 0 162px 0;
    min-height: 100%;
    background: url(./../images/logo-paysociety-bg.svg) no-repeat;
    background-size: 322px;
    background-position: 105% bottom;
}

.ps-solution section {
    margin-bottom: 32px;
}

.ps-solution li {
    margin-bottom: 18px;
}

.ps-solution p {
    margin-bottom: 18px;
}

.ps-solution h1 {
    text-align: center;
    position: relative;
    margin-bottom: 82px;
    font-size: 42px;
}

.ps-solution h1:after {
    content: "";
    background-color: #d62027;
    height: 5px;
    width: 10%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 32px);
}

.ps-solution h2 {
    position: relative;
    margin-bottom: 32px;
}

.ps-solution h2:after {
    content: "";
    background-color: #d0d2d8;
    height: 2px;
    width: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}

.ps-solution h3 {
    font-size: 24px;
    margin-bottom: 22px;
}

.ps-career {}

.ps-career h3 {
    color: #a1a5b0;
}

.ps-career>div {
    margin-bottom: 32px;
    /* min-height: 260px; */
}

.ps-career ul {
    padding: 0;
    margin-top: 22px;
}

.ps-career li {
    position: relative;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 32px;
}

.ps-career li:before {
    font-family: ps-font !important;
    content: "\E912";
    color: #d62027;
    position: absolute;
    top: 0;
    left: 0;
}

.ps-career li a {
    color: #151f3a;
}

.form-apply {
    background: #f3f4f5;
    margin-top: 122px;
    padding: 32px 16px;
}

.form-apply .fileUp {
    display: none;
}

.form-apply .drag_upload {
    background: #fff;
    margin-top: 32px;
    width: 100%;
    height: 220px;
    border: 2px dashed #d0d2d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.centerDiv {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 32px);
    transform: translate(-50%, 32px);
}

.ps-upload {}

.ps-upload .upload-icon {}

.ps-upload .upload-icon i {
    font-size: 82px;
}

.ps-upload .upload-txt {}

.ps-upload .upload-txt p {
    margin-bottom: 0;
    /* font-size: 18px; */
}

.ps-upload .upload-txt p.title {
    font-size: 24px;
}

.ps-upload.is-upload {
    /* display: none; */
}

.ps-upload.is-success {
    display: none;
}

.ps-upload.is-ext {
    display: none;
}

.ps-upload.is-ext i {
    color: #d62027;
}

.ps-upload.is-ext .title {
    color: #d62027;
}

.div_loading {
    display: none;
}

.div_success {
    display: none;
}

.div_success i {
    font-size: 112px;
}

.mobile-menu {}

.ps-collapse {
    padding-top: 72px;
    position: absolute;
    background: #fff;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ps-collapse a {
    margin: 12px 0;
    display: block;
    font-size: 18px;
    color: #5b6275;
}

.ps-close {
    position: absolute;
    right: 22px;
    top: 22px;
}

.ps-close i {
    color: #5b6275;
    font-size: 21px;
}

.ps-map {
    padding-top: 72px;
}

.ps-solution._map {
    padding: 32px 0 0 0;
    min-height: 0 !important;
    background: #fff;
}

footer._map {
    position: fixed;
    bottom: 0;
    width: 100%;
}

section.header._map {
    margin-bottom: 0 !important;
}

._img {}

._img img {
    width: 100%;
}

.go-back {
    margin-top: 62px;
}

.ps-team {
    position: relative;
    height: 252px;
    background: #d0d2d8;
    border-radius: 4px;
    margin-bottom: 32px;
}

.ps-team._primary {
    background: #d62027;
    color: #fff;
}

.ps-team._primary72 {
    background: #de4d52;
    color: #fff;
}

.ps-team._secondary70 {
    background: #5b6275;
    color: #fff;
}

.ps-team._bg-team {
    background: url(./../images/about-us.jpg) no-repeat;
    background-position: center;
    background-size: auto 100%;
    color: #fff;
}

.ps-sec-team-txt {
    position: absolute;
    left: 22px;
    bottom: 22px;
}

.ps-sec-team-txt h4 {
    font-size: 102px;
}

.ps-sec-team-txt p {
    margin-top: -22px;
    margin-bottom: 0;
    padding: 0;
}

.ps-sec-team-txt span {
    font-size: 28px;
}

.ps-sec-team-txt span._mt {
    display: block;
    margin-bottom: 22px;
}

span.formError {
    color: #de4d52;
    display: block;
    font-size: 13px;
}

@media (max-height: 856px) {
    footer._map {
        position: relative;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 16px;
    }
    .navbar-brand {
        padding: 0;
    }
    .mobile-menu {}
    .mobile-menu a i {
        font-size: 21px !important;
        color: #5b6275;
    }
    .ps-solution-hero {}
    .ps-hero-bg {
        z-index: -1;
        background-repeat: no-repeat;
        background-size: 1800px auto;
    }
    .ps-hero-txt {
        float: none;
        padding: 0 32px;
        margin-top: 120px;
    }
    .ps-hero-txt h1 {
        color: #fff;
        margin-bottom: 62px;
        font-size: 32px;
    }
    .ps-hero-txt h1:after {
        height: 5px;
        width: 25%;
        transform: translate(0, 42px);
    }
    .ps-hero-txt p {
        font-size: 18px;
    }
    .ps-hero-txt button {
        margin-top: 32px;
    }
    .ps-hero-product {
        margin-top: 62px;
        float: none;
        text-align: center;
    }
    .ps-hero-product img {
        width: 260px;
    }
    section.header {
        margin-bottom: 42px !important;
    }
    .ps-solution {
        padding: 102px 0 42px 0;
    }
    .ps-solution h1 {
        margin-bottom: 62px;
        font-size: 32px;
    }
    .ps-solution h1:after {
        content: "";
        background-color: #d62027;
        height: 5px;
        width: 10%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 26px);
    }
    .ps-solution h2 {
        font-size: 24px;
    }
    .ps-solution h3 {
        margin-bottom: 12px;
        font-size: 21px;
    }
    /** Career solution  *****/
    .ps-hero-career {
        z-index: 1;
        height: 260px;
        background-size: auto 182px;
    }
    .ps-solution._career {
        position: relative;
        padding-top: 290px;
    }
    .ps-solution._career h1 {
        font-size: 36px;
        color: #5b6275;
        text-shadow: none;
    }
    .ps-solution._career h3._career {
        font-size: 18px;
        color: #5b6275;
        text-shadow: none;
    }
    .ps-career>div>div:first-child {
        margin-bottom: 32px;
    }
    /** // footer **/
    footer {
        margin-top: 32px;
        padding: 22px 0 32px 0;
        line-height: normal;
    }
    footer._map {
        position: relative;
    }
    .copy-right,
    .social {
        text-align: center;
        float: none;
    }
    .social {
        margin-top: 16px;
    }
    .form-apply {
        margin: auto 16px;
    }
    .ps-team {
        height: 182px;
    }
    .ps-sec-team-txt {
        left: 12px;
        bottom: 12px;
    }
    .ps-sec-team-txt h4 {
        font-size: 72px;
    }
    .ps-sec-team-txt p {
        margin-top: -22px;
    }
    .ps-sec-team-txt span {
        font-size: 18px;
    }
    .ps-upload .upload-txt p.title {
        font-size: 18px;
    }
}

/* (min-width: 768px) and  */

@media (max-width: 992px) {
    .ps-solution {
        background: #fff;
    }
}

/* (min-width: 992px) and */

@media (max-width: 1200px) {}

@media (min-width: 1200px) {}