html {
    font-family: "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: All .3s linear;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #333;
    transition: All .3s
}

a:hover {
    color: #4694c6
}

.adviser-m a {
    color: #4694c6
}

.adviser-m a:hover {
    color: #333
}

a,
p,
li,
div {
    -webkit-text-size-adjust: 100%
}

img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100%
}

p {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0 10px;
    overflow: hidden !important;
    position: relative;
    width: 100%;
    line-height: 1.14285714
}

@media (max-width:767px) {
    body {
        padding: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wow {
    visibility: hidden
}

input,
textarea,
select,
button {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 500
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
    -webkit-appearance: none;
    appearance: none
}

input[type=submit]:hover,
input[type=checkbox]:hover {
    cursor: pointer
}

input[type=checkbox]+label {
    cursor: pointer
}

input:-moz-placeholder {
    color: #99a1a8
}

input::-moz-placeholder {
    color: #99a1a8
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #99a1a8
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
label {
    color: #99a1a8
}

label:hover {
    cursor: text
}

dd,
dt,
dl {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
    font-family: poppins-light;
    transition: All .3s linear
}

.slick-slide {
    outline: none
}

h1 {
    font-family: "freight-neo-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 55px
}

@media (max-width:1000px) {
    h1 {
        font-size: 30px;
        line-height: 35px
    }
}

h2 {
    font-family: "freight-neo-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px
}

@media (max-width:1000px) {
    h2 {
        font-size: 25px;
        line-height: 30px
    }
}

h2.smallest {
    font-size: 15px;
    color: #004168
}

h2.footer {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #004168
}

h3 {
    font-family: "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px
}

.tat h3 {
    font-size: 15px
}

h4 {
    font-size: 18px
}

@media (max-width:998px) {
    h4 {
        font-size: 17px
    }
}

h5 {
    font-size: 16px
}

p.small {
    font-size: 18px
}

ul {
    margin: 10px 0;
    padding-left: 20px
}

ul li {
    line-height: 26px;
    height: auto;
    margin-bottom: 14px;
    padding-left: 17px
}

ol {
    list-style-type: none;
    counter-reset: sectioncounter;
    padding: 0;
    position: relative
}

ol li {
    padding-left: 36px;
    color: #000;
    line-height: 26px;
    height: auto;
    margin-bottom: 14px
}

ol li:before {
    content: counter(sectioncounter) ".";
    counter-increment: sectioncounter;
    position: absolute;
    left: 0
}

cite {
    font-style: normal
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 44px;
    font-family: "freight-neo-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #004168
}

blockquote p {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 0
}

@media (max-width:990px) {
    blockquote p {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:600px) {
    blockquote p {
        font-size: 20px;
        line-height: 25px
    }
}

@media (max-width:990px) {
    blockquote {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:600px) {
    blockquote {
        font-size: 20px;
        line-height: 25px
    }
}

table {
    margin: 10px 0;
    width: auto;
    border-collapse: collapse
}

table.on tbody tr {
    opacity: .4
}

table thead tr th {
    background-color: #0e3244;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500
}

table thead tr th:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px
}

table tbody {
    background-color: #fff
}

table tbody tr:nth-child(2n+1) td {
    border-bottom: 2px solid #f5f7f8;
    border-top: 2px solid #f5f7f8
}

table tbody tr {
    background-color: #fff
}

table td {
    padding: 24px 10px;
    text-align: center;
    font-size: 14px
}

table td:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px
}

table th {
    font-size: 14px
}

table tfoot td,
table tfoot th {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    font-weight: 500
}

nav {
    height: 150px;
    background: #fff;
    transition: all .3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

@media (max-width:767px) {
    nav {
        height: 120px
    }
}

nav.dark-bg {
    background: none;
    color: #fff;
    box-shadow: none
}

nav.dark-bg a {
    color: #fff
}

nav.dark-bg .logo img {
    display: block
}

nav.dark-bg .logo img:nth-child(2) {
    display: none
}

nav.dark-bg .menu-hide li.sign-in a {
    border-color: #fff;
    color: #fff
}

nav.menu-open {
    color: #333
}

nav.menu-open a {
    color: #fff
}

nav.menu-open .logo img {
    display: none
}

nav.menu-open .logo img:nth-child(2) {
    display: block
}

nav.menu-open .menu-hide li.sign-in a {
    border-color: #edf2f4;
    color: #fff
}

nav .logo {
    position: absolute;
    top: 35px;
    left: 7%;
    z-index: 100
}

@media (max-width:1000px) {
    nav .logo {
        height: auto;
        left: 25px;
        top: 43px
    }
}

nav .logo img {
    width: 150px;
    display: none
}

nav .logo img:nth-child(2) {
    display: block
}

@media (max-width:1000px) {
    nav .logo img {
        width: 100px
    }
}

@media (max-width:767px) {
    nav .logo img {
        width: 78px
    }
}

nav .logo a:hover {
    opacity: .7
}

nav .m-menu {
    position: absolute;
    right: 7.2%;
    top: 49px;
    z-index: 6
}

@media (min-width:1001px) {
    nav .m-menu {
        display: block !important
    }
}

@media (min-width:1001px) {
    nav .chi {
        display: none
    }
}

nav .chi {
    display: block;
    height: 40px;
    width: 40px;
    color: #4694c6;
    border: 2px solid #f1f1f3;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 45px
}

nav .chi:hover {
    cursor: pointer
}

@media (min-width:1001px) {
    nav .chi {
        display: none
    }
}

@media (max-width:1000px) {
    nav .m-menu {
        display: none;
        z-index: 99;
        padding: 100px 25px 0 25px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff
    }
    nav .m-menu li a {
        color: #333 !important;
        font-size: 25px;
        height: auto;
        padding-top: 12.5px;
        padding-bottom: 12.5px
    }
    nav .m-menu li.active a {
        color: #4694c6 !important
    }
}

nav .menu-hide {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1000px) {
    nav .menu-hide {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%
    }
}

@media (min-width:1001px) {
    nav .menu-hide {
        height: auto !important
    }
}

@media (min-width:1001px) {
    nav .menu-hide>li.active>a,
    nav .menu-hide>li:hover>a {
        border-bottom: 2px solid #004168
    }
}

nav .menu-hide li {
    padding: 0;
    margin: 0;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 19px;
    position: relative
}

@media (max-width:1000px) {
    nav .menu-hide li {
        float: none;
        height: auto;
        margin-right: 0
    }
    nav .menu-hide li>a {
        border-bottom: 2px solid #f5f7f8
    }
    nav .menu-hide li.has-sub>a {
        background: url('../images/down.png') 99% -47px no-repeat;
        transition: background 0s
    }
    nav .menu-hide li.has-sub>a.active {
        background-position: 99% 24px;
        border-color: #004168
    }
}

nav .menu-hide li .sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    list-style: none;
    min-width: 153px;
    padding: 20px 30px;
    margin: 0;
    border-top: 2px solid #004168;
    top: calc(100% - 2px);
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (min-width:1001px) {
    nav .menu-hide li .sub-menu {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
    }
}

@media (max-width:1000px) {
    nav .menu-hide li .sub-menu {
        position: relative;
        font-size: 15px !important;
        border-top: 0;
        padding: 0
    }
}

@media (min-width:1001px) {
    nav .menu-hide li .sub-menu:before {
        content: '';
        position: absolute;
        top: -20px;
        left: calc(50% - 5px);
        border: 10px solid transparent;
        transition: all .3s
    }
}

nav .menu-hide li .sub-menu.on:before {
    border-bottom-color: #004168
}

nav .menu-hide li .sub-menu li {
    height: auto;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 0
}

nav .menu-hide li .sub-menu li:last-child {
    margin-bottom: 0
}

nav .menu-hide li .sub-menu li.small {
    min-width: 282px
}

nav .menu-hide li .sub-menu li.small a {
    color: #454950
}

nav .menu-hide li .sub-menu li.small a span {
    color: #4694c6
}

nav .menu-hide li .sub-menu li.active a {
    color: #4694c6 !important
}

nav .menu-hide li .sub-menu a {
    height: auto;
    color: #004168 !important;
    display: inline-block
}

nav .menu-hide li .sub-menu a:hover {
    color: #4694c6 !important
}

@media (max-width:1000px) {
    nav .menu-hide li .sub-menu a {
        font-size: 15px;
        display: block
    }
}

nav .menu-hide li:last-child {
    margin-right: 0
}

nav .menu-hide li a {
    display: block;
    height: 40px
}

@media (min-width:1001px) {
    nav .menu-hide li a {
        border-bottom: 2px solid transparent
    }
}

@media (max-width:1000px) {
    nav .menu-hide li a {
        height: auto
    }
}

nav .menu-hide li.sign-in {
    line-height: 35px;
    width: 90px
}

@media (max-width:1000px) {
    nav .menu-hide li.sign-in {
        width: auto;
        margin-top: 40px;
        margin-bottom: 50px
    }
}

nav .menu-hide li.sign-in a {
    text-align: center;
    border: 2px solid #edf2f4;
    color: #004168
}

nav .menu-hide li.sign-in a .rarr {
    color: #4694c6;
    font-size: 16px
}

@media (max-width:1000px) {
    nav .menu-hide li.sign-in a {
        width: 100%;
        color: #004168 !important
    }
}

nav .menu-hide li.sign-in a:hover {
    background-color: #004168;
    border: 2px solid #004168;
    color: #fff !important
}

#hamburger {
    position: absolute;
    z-index: 10;
    transition: all .3s;
    width: 37px;
    height: 28px
}

#hamburger:hover {
    cursor: pointer
}

#hamburger:hover span {
    background-color: #004168
}

#hamburger span {
    display: block;
    background-color: #4694c6;
    width: 37px;
    height: .15em;
    border-radius: 1px;
    position: absolute;
    transition: all .5s
}

#hamburger span:first-child {
    top: 0;
    left: 0;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

#hamburger span:nth-child(2) {
    top: 8px;
    left: 0;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

#hamburger span:last-child {
    top: 16px;
    left: 0;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

nav.dark-bg #hamburger:hover span {
    background-color: #ccc
}

nav.dark-bg #hamburger span {
    background-color: #fff
}

#hamburger {
    top: 53px;
    right: 25px
}

@media (min-width:1001px) {
    #hamburger {
        display: none
    }
}

span.rarr {
    color: #4694c6 !important;
    padding-left: 5px;
    padding-right: 5px
}

.sign-m {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-color: #fff
}

.sign-m.active {
    visibility: visible;
    opacity: 1
}

.sign-m.active .block-left {
    left: 0
}

.sign-m.active .block-right {
    left: 50%
}

.sign-m .block-choice {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 25px
}

.sign-m .block-choice .button-choice {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.sign-m .block-choice .button-choice a {
    display: block;
    padding: 14.5px 20.5px;
    text-align: center
}

.sign-m .block-choice .button-choice a:not(:nth-child(1)) {
    margin-top: 23px
}

@media (max-width:640px) {
    .sign-m .block-choice {
        display: block
    }
}

@media (max-height:590px) {
    .sign-m .block-choice {
        display: block
    }
}

.sign-m .block-left,
.sign-m .block-right {
    position: absolute;
    top: 0;
    width: 50%;
    left: -50%;
    height: 100%;
    padding: 47px 56px 90px 60px;
    transition: left .6s
}

@media (min-width:641px) and (min-height:591px) {
    .sign-m .block-left,
    .sign-m .block-right {
        display: block !important
    }
}

@media (max-width:1000px) {
    .sign-m .block-left,
    .sign-m .block-right {
        padding: 25px
    }
}

@media (max-height:667px) {
    .sign-m .block-left,
    .sign-m .block-right {
        padding: 25px
    }
}

@media (max-width:640px) {
    .sign-m .block-left,
    .sign-m .block-right {
        width: 100%;
        left: 0 !important;
        display: none;
        z-index: 100
    }
}

@media (max-height:590px) {
    .sign-m .block-left,
    .sign-m .block-right {
        width: 100%;
        left: 0 !important;
        display: none;
        z-index: 100
    }
}

.sign-m input[type=submit] {
    transition: all .3s
}

.sign-m .content {
    height: 100%;
    position: relative;
    padding-top: 14px
}

.sign-m .content form div {
    position: relative
}

.sign-m .content form input:not([type=submit]) {
    background-color: transparent;
    height: 49px;
    width: 100%;
    padding-right: 16px;
    border-bottom: 1px solid #4694c6;
    position: relative;
    font-size: 18px
}

.sign-m .content form input[type=submit] {
    padding: 8px 38px
}

.sign-m .content form label {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%
}

.sign-m .content form label span {
    position: relative;
    top: 0;
    transition: all .3s
}

.sign-m .content form label:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all .3s
}

.sign-m .content form label.on span {
    top: -24px
}

.sign-m .content form label.on:after {
    width: 100%
}

.sign-m .content .title-m p {
    line-height: 25px;
    font-size: 18px;
    color: #7d848b;
    margin-bottom: 40px
}

@media (max-width:1000px) {
    .sign-m .content .title-m p {
        margin-bottom: 30px;
        font-size: 15px
    }
}

@media (max-height:667px) {
    .sign-m .content .title-m p {
        margin-bottom: 30px;
        font-size: 15px
    }
}

.sign-m .content .title-m p+h2 {
    line-height: 50px
}

@media (max-width:1000px) {
    .sign-m .content .title-m p+h2 {
        line-height: 35px
    }
}

@media (max-height:667px) {
    .sign-m .content .title-m p+h2 {
        line-height: 35px
    }
}

.sign-m .content .title-m h2 {
    color: #004168;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px
}

@media (max-width:1000px) {
    .sign-m .content .title-m h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

@media (max-height:667px) {
    .sign-m .content .title-m h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.sign-m .content span.chi {
    display: block;
    height: 40px;
    width: 40px;
    color: #4694c6;
    border: 2px solid #f1f1f3;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.sign-m .content span.chi:hover {
    cursor: pointer
}

.sign-m .content .m-pass,
.sign-m .content .m-name {
    margin-bottom: 40px
}

.sign-m .content .m-sub {
    margin-top: 60px
}

.sign-m .content .m-sub a {
    margin-left: 26px;
    font-size: 14px
}

@media (max-width:1000px) {
    .sign-m .content .m-sub {
        margin-top: 50px
    }
    .sign-m .content .m-sub a {
        margin-left: 4px
    }
}

@media (max-height:667px) {
    .sign-m .content .m-sub {
        margin-top: 50px
    }
    .sign-m .content .m-sub a {
        margin-left: 4px
    }
}

.sign-m .block-right {
    background-color: #fff;
    left: 100%
}

@media (max-width:640px) {
    .sign-m .block-right {
        left: 0 !important
    }
}

@media (max-height:590px) {
    .sign-m .block-right {
        left: 0 !important
    }
}

.sign-m .block-left {
    background-color: #004168
}

.sign-m .block-left a {
    color: #fff
}

.sign-m .block-left a:hover {
    color: #4694c6
}

.sign-m .block-left span.chi {
    display: none
}

@media (max-width:640px) {
    .sign-m .block-left span.chi {
        display: block
    }
}

@media (max-height:590px) {
    .sign-m .block-left span.chi {
        display: block
    }
}

.sign-m .block-left input:not([type=submit]) {
    color: #fff
}

.sign-m .block-left form label:after {
    background-color: #fff
}

.sign-m .block-left label {
    color: rgba(255, 255, 255, 0.5)
}

.sign-m .block-left .get-started.whi:hover {
    border-color: #fff
}

.sign-m .block-left .title-m p {
    color: rgba(255, 255, 255, 0.7)
}

.sign-m .block-left .title-m h2 {
    color: #fff
}

.sign-m .block-left .m-sub a {
    color: #fff
}

.forms-m {
    padding-bottom: 2px;
    position: absolute;
    left: 0;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch
}

@media (max-width:1200px) {
    .forms-m {
        width: 100%
    }
}

@media (min-width:641px) and (min-height:591px) {
    .forms-m {
        max-width: 340px;
        padding-right: 20px;
        overflow-y: hidden
    }
    .forms-m::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:640px) {
    .forms-m {
        height: auto !important;
        bottom: auto;
        top: 40px
    }
}

@media (max-height:590px) {
    .forms-m {
        height: auto !important;
        bottom: auto;
        top: 40px;
        max-height: calc(100% - 40px)
    }
}

.forms-m a.get-started {
    margin-bottom: 10px
}

header {
    position: relative
}

header .full-scr {
    color: #fff
}

header .full-scr .img {
    height: 100vh;
    background-size: cover;
    background-position: center
}

@media (max-width:500px) {
    header .full-scr .img {
        display: none
    }
}

header .full-scr .img2 {
    height: 100vh;
    background-size: cover;
    background-position: center
}

@media (min-width:501px) {
    header .full-scr .img2 {
        display: none
    }
}

header .full-scr .arti-con {
    position: absolute;
    top: 44.5%;
    left: 50%;
    max-width: 520px;
    text-align: center
}

header .full-scr .arti-con>p:nth-child(1) {
    margin-bottom: 50px
}

@media (max-width:767px) {
    header .full-scr .arti-con>p:nth-child(1) {
        margin-bottom: 30px
    }
}

@media (max-width:1000px) {
    header .full-scr .arti-con {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    header .full-scr .arti-con {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (max-width:767px) {
    header .full-scr .arti-con {
        top: 100px;
        left: 0;
        max-width: none
    }
}

header .full-scr .arti-con.m-left {
    top: 47.5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 7%;
    text-align: left;
    width: 550px;
    max-width: none
}

@media (max-width:1000px) {
    header .full-scr .arti-con.m-left {
        top: 250px;
        left: 0;
        width: 50%
    }
}

@media (max-width:767px) {
    header .full-scr .arti-con.m-left {
        width: 80%
    }
}

header .arti-con p {
    font-size: 18px;
    margin-top: 40px
}

@media (max-width:1000px) {
    header .arti-con p {
        margin-top: 25px
    }
}

header .arti-con a {
    margin-right: 30px
}

header .arti-con a.get-started {
    margin-top: 24px
}

@media (max-width:1000px) {
    header .arti-con a.get-started {
        margin-top: 0
    }
}

header .arti-con a.get-started:hover {
    color: #fff
}

header .arti-con a.get-started.spe {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

header .arti-con a.get-started.spe:hover {
    background-color: #004168;
    border-color: #004168
}

header .tab-bu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 4.7%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1000px) {
    header .tab-bu {
        padding-left: 10px;
        padding-right: 10px
    }
}

header .tab-bu.two .tabs {
    width: 49.7%
}

header .tab-bu.two .tabs:nth-child(2n) {
    margin-left: .6%
}

@media (max-width:767px) {
    header .tab-bu.two .tabs {
        width: 100%;
        margin-bottom: 10px
    }
    header .tab-bu.two .tabs:nth-child(2n) {
        margin-left: 0
    }
}

header .tab-bu.three .tabs {
    width: 32.9%;
    margin-left: .5%
}

header .tab-bu.three .tabs:nth-child(3n+1) {
    margin-left: 0
}

@media (max-width:1000px) {
    header .tab-bu.three .tabs {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0
    }
}

@media (max-width:767px) {
    header .tab-bu.three p.right {
        transform: translate(0, -50%) rotate(90deg) !important
    }
}

header .tab-bu .tabs {
    background-color: #fff
}

header .tab-bu .tabs>a {
    display: block;
    padding: 27px;
    height: 100%;
    position: relative
}

@media (max-width:767px) {
    header .tab-bu .tabs>a {
        padding: 17px
    }
}

header .tab-bu .tabs>a span.title {
    font-weight: 600;
    color: #004168;
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 150px)
}

@media (max-width:767px) {
    header .tab-bu .tabs>a span.title {
        width: calc(100% - 40px)
    }
    header .tab-bu .tabs>a span.title+.right span:nth-child(1) {
        display: none
    }
}

header .tab-bu .tabs>a p.right {
    position: absolute;
    right: 27px;
    top: 27px
}

@media (max-width:767px) {
    header .tab-bu .tabs>a p.right {
        right: 17px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

header .tab-bu .tabs>a p.right span {
    margin-left: 5px;
    color: #4694c6;
    transition: all .3s
}

header .tab-bu .tabs>a:hover {
    background-color: #004168;
    color: #fff
}

header .tab-bu .tabs>a:hover span.title {
    color: #fff
}

header .tab-bu .tabs>a:hover p.right span:not(.rarr) {
    color: #fff
}

header .text-hero {
    padding: 210px 7% 0
}

@media (max-width:1000px) {
    header .text-hero {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 220px
    }
}

@media (max-width:767px) {
    header .text-hero {
        padding-top: 160px
    }
}

header .text-hero .arti-con {
    padding-bottom: 113px;
    border-bottom: 2px solid #f5f7f8
}

@media (max-width:767px) {
    header .text-hero .arti-con {
        padding-bottom: 56px
    }
}

header .text-hero h1 {
    color: #004168;
    margin-bottom: 47px;
    margin-top: 0
}

@media (max-width:767px) {
    header .text-hero h1 {
        margin-bottom: 20px
    }
}

header .text-hero p {
    margin-top: 0;
    line-height: 1.6;
    max-width: 540px
}

header .text-hero p+h1 {
    margin-top: 30px
}

header .text-hero p.date-m {
    color: #99a1a8;
    font-size: 14px
}

header .text-hero p.date-m .mark-m {
    padding: 0 6px
}

header .text-hero .arti-con a.get-started:hover {
    color: #004168
}

header .text-hero .arti-con a.get-started.whi:hover {
    color: #fff
}

header .text-hero a.play-m {
    color: #004168
}

header .text-hero a.play-m:hover {
    color: #4694c6
}

@media (max-width:767px) {
    body:not(.page-id-5) header .full-scr {
        overflow: hidden;
        position: relative
    }
    body:not(.page-id-5) header .full-scr .img,
    body:not(.page-id-5) header .full-scr .img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    body:not(.page-id-5) header .full-scr .arti-con {
        position: relative;
        padding-bottom: 220px;
        transform: none;
        top: 0;
        padding-top: 100px
    }
    body:not(.page-id-5) header .full-scr .tab-bu {
        position: relative
    }
}

footer {
    background-color: #f7f9fa;
    font-size: 14px
}

footer .m-footer {
    padding: 87px 7% 87px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1000px) {
    footer .m-footer {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:767px) {
    footer .m-footer {
        padding-top: 30px;
        padding-bottom: 0
    }
}

footer .m-footer>div {
    padding-right: 10px
}

@media (max-width:1000px) {
    footer .m-footer>div {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    footer .m-footer>div {
        margin-bottom: 15px
    }
}

footer .m-footer h2 {
    margin-bottom: 38px
}

@media (max-width:767px) {
    footer .m-footer h2 {
        margin-bottom: 20px
    }
}

footer .m-footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .m-footer ul li {
    padding: 0;
    margin: 0;
    line-height: 30px
}

@media (max-width:767px) {
    footer .m-footer ul li {
        line-height: 27px
    }
}

footer .m-footer .newsletter {
    width: 26.3%
}

@media (max-width:1000px) {
    footer .m-footer .newsletter {
        width: 50%
    }
}

@media (max-width:670px) {
    footer .m-footer .newsletter {
        width: 100%
    }
}

footer .m-footer .newsletter ul {
    max-width: 220px
}

@media (max-width:670px) {
    footer .m-footer .newsletter ul {
        width: 100%;
        max-width: none
    }
}

footer .m-footer .newsletter ul .footer-form {
    position: relative;
    margin-top: 20px
}

footer .m-footer .newsletter ul .footer-form input {
    background-color: transparent;
    height: 34px;
    margin-top: 15px
}

footer .m-footer .newsletter ul .footer-form input:not([type=submit]) {
    width: 100%;
    padding-right: 16px;
    border-bottom: 1px solid #4694c6;
    position: relative;
    font-size: 14px
}

footer .m-footer .newsletter ul .footer-form input:not([type=submit]).on:after {
    width: 100%
}

footer .m-footer .newsletter ul .footer-form input:not([type=submit]).on+label span {
    top: -24px
}

footer .m-footer .newsletter ul .footer-form input:not([type=submit]).on+label:after {
    width: 100%
}

footer .m-footer .newsletter ul .footer-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #4694c6
}

footer .m-footer .newsletter ul .footer-form label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%
}

footer .m-footer .newsletter ul .footer-form label span {
    position: relative;
    top: 0;
    transition: all .3s
}

footer .m-footer .newsletter ul .footer-form label:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all .3s
}

@media (max-width:767px) {
    footer .m-footer .newsletter ul .footer-form label:after {
        bottom: -12px
    }
}

footer .m-footer .newsletter ul .footer-form label.on span {
    top: -24px
}

footer .m-footer .newsletter ul .footer-form label.on:after {
    width: 100%
}

footer .m-footer .m-contact {
    width: 26.5%
}

@media (max-width:1000px) {
    footer .m-footer .m-contact {
        width: 50%
    }
}

@media (max-width:670px) {
    footer .m-footer .m-contact {
        width: 100%
    }
}

footer .m-footer .m-address,
footer .m-footer .short-link {
    width: 17.5%
}

@media (max-width:1000px) {
    footer .m-footer .m-address,
    footer .m-footer .short-link {
        width: 25%
    }
}

@media (max-width:670px) {
    footer .m-footer .m-address,
    footer .m-footer .short-link {
        width: 50%
    }
}

footer .m-footer .follow-us {
    width: 12%
}

@media (max-width:1000px) {
    footer .m-footer .follow-us {
        width: 25%
    }
}

@media (max-width:670px) {
    footer .m-footer .follow-us {
        width: 50%
    }
}

footer .copy {
    padding: 50px 7%
}

@media (max-width:1000px) {
    footer .copy {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

@media (max-width:1000px) {
    footer .copy .cont {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .copy .cont span {
    display: inline-block;
    width: 88%;
    padding-right: 10px
}

footer .copy .cont span:nth-child(2) {
    width: 12%
}

@media (max-width:1000px) {
    footer .copy .cont span {
        width: 100%;
        text-align: center;
        margin-bottom: 5px
    }
    footer .copy .cont span:nth-child(2) {
        width: 100%
    }
}

footer a:hover {
    color: #4694c6
}

a span.rarr {
    position: relative;
    left: 0;
    transition: All .3s
}

@media (min-width:768px) {
    a:hover span.rarr {
        left: 10px
    }
}

a.get-started,
.get-started {
    padding: 11.5px 20.5px;
    color: #fff;
    background-color: #004168;
    border: 2px solid #004168;
    display: inline-block;
    font-size: 15px
}

a.get-started.whi,
.get-started.whi {
    color: #004168;
    border: 2px solid #f1f1f3;
    background-color: #fff
}

a.get-started.whi:hover,
.get-started.whi:hover {
    background-color: #004168;
    color: #fff;
    border-color: #004168
}

a.get-started.space,
.get-started.space {
    background-color: transparent;
    border-color: #edf2f4;
    color: #004168
}

a.get-started.space:hover,
.get-started.space:hover {
    background-color: #004168;
    color: #fff;
    border-color: #004168
}

a.get-started:hover,
.get-started:hover {
    background-color: transparent;
    color: #004168
}

.box-m {
    padding: 0 7%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1000px) {
    .box-m {
        padding-left: 20px;
        padding-right: 20px
    }
}

.box-m .left-m {
    width: 35%;
    font-size: 20px;
    color: #004168
}

@media (max-width:767px) {
    .box-m .left-m {
        display: none
    }
}

.box-m .left-m a {
    color: #004168
}

.box-m .left-m a:hover,
.box-m .left-m a.active {
    color: #4694c6
}

.box-m .left-m .left-list {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    list-style: none;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .box-m .left-m .left-list {
        padding-top: 65px
    }
}

.box-m .left-m .left-list li {
    margin: 0;
    padding: 0;
    line-height: 28.5px;
    margin-bottom: 17px;
    padding-right: 30px
}

.box-m .left-m .left-list li.sub-catergory {
	margin-left: 30px;
}

.box-m .left-m .left-list li.active a {
    color: #4694c6
}

.box-m .right-m {
    width: 65%;
    padding-top: 117px
}

@media (max-width:767px) {
    .box-m .right-m {
        width: 100%;
        padding-top: 43px
    }
}

.box-m .right-m .title-m {
    width: 85%
}

@media (max-width:767px) {
    .box-m .right-m .title-m {
        width: 100%
    }
}

.box-m .right-m .title-m .play-btn img {
    transition: all .3s
}

.box-m .right-m .title-m>a:hover .img {
    opacity: .7
}

.box-m .right-m .title-m>a:hover .play-btn img {
    transform: scale(1.2)
}

.box-m .right-m .title-m .img {
    transition: all .3s
}

.box-m .right-m .title-m p {
    font-size: 18px;
    color: #7d848b;
    margin-bottom: 52px
}

@media (max-width:767px) {
    .box-m .right-m .title-m p {
        line-height: 25px;
        margin-bottom: 30px
    }
    .box-m .right-m .title-m p span {
        display: block
    }
}

.box-m .right-m .title-m p+h2 {
    margin-top: 0
}

.box-m .right-m .title-m h2 {
    margin-top: -14px;
    color: #004168;
    margin-bottom: 40px
}

.box-m .right-m .title-m h2:last-child {
    margin-bottom: 52px
}

@media (max-width:767px) {
    .box-m .right-m .title-m h2:last-child {
        margin-bottom: 30px
    }
}

.box-m .right-m .title-m .img {
    margin-bottom: 47px;
    position: relative;
    width: 54vw
}

@media (max-width:767px) {
    .box-m .right-m .title-m .img {
        width: 100%
    }
}

.box-m .right-m .title-m .img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box-m .right-m .pdf-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.box-m .right-m .pdf-list li {
    padding: 0;
    margin: 0;
    margin-bottom: 6px
}

.box-m .right-m .pdf-list li a {
    display: block;
    padding: 19px 128px 19px 30px;
    position: relative;
    border: 2px solid #f5f7f8;
    color: #004168;
    font-weight: 600
}

@media (max-width:767px) {
    .box-m .right-m .pdf-list li a {
        line-height: 20px
    }
}

.box-m .right-m .pdf-list li a:hover {
    background-color: #004168;
    border-color: #004168;
    color: #fff
}

.box-m .right-m .pdf-list li a:hover .iamright {
    color: #fff
}

.box-m .right-m .pdf-list li .iamright {
    position: absolute;
    font-weight: 500;
    color: #333;
    right: 22px;
    top: 19px;
    padding-right: 26px;
    background: url("../images/download.svg") 100% center no-repeat;
    transition: all .3s
}

.box-m .right-m a.get-started {
    padding: 5px 25px;
    margin-left: 10px
}

.box-m .right-m a.get-started:nth-child(1) {
    margin-left: 0
}

.box-m .right-m .gallert-m {
    padding-top: 7px;
    position: relative
}

.box-m .right-m .gallert-m .back-img {
    z-index: 1;
    width: 60%;
    position: absolute;
    right: -50%;
    top: 51%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 1s, opacity .3s;
    opacity: 0
}

.box-m .right-m .gallert-m .back-img img {
    width: 100%
}

.box-m .right-m .gallert-m.on .main-img {
    transform: scale(1);
    opacity: 1
}

.box-m .right-m .gallert-m.on .back-img {
    right: 7px;
    opacity: 1
}

.box-m .right-m .gallert-m.on>div:before {
    background-color: transparent
}

.box-m .right-m .gallert-m .main-img {
    z-index: 10;
    position: relative;
    width: 72.5%;
    transform: scale(.8);
    transition: all 1s, opacity .3s;
    opacity: 0
}

.box-m .right-m .gallert-m .main-img img {
    width: 100%
}

.box-m .right-m .gallert-m>div:before {
    content: '';
    position: absolute;
    width: 81.5%;
    height: 86.6%;
    background-color: #fff;
    top: 6.7%;
    right: 9.2%;
    transition: all 1.6s
}

.box-m .right-m .part:nth-child(1),
.box-m .right-m .part-arti:nth-child(1) {
    padding-top: 83px
}

@media (max-width:767px) {
    .box-m .right-m .part:nth-child(1),
    .box-m .right-m .part-arti:nth-child(1) {
        padding-top: 50px
    }
}

.box-m .right-m .part>.img,
.box-m .right-m .part-arti>.img {
    padding-top: 27px
}

.box-m .right-m .part>p,
.box-m .right-m .part-arti>p {
    line-height: 26px;
    margin-bottom: 22px
}

.box-m .right-m .part {
    border-bottom: 2px solid #f5f7f8
}

.box-m .right-m .part:last-child {
    border: 0
}

.box-m .right-m .part>p {
    margin-bottom: 0
}

.box-m .right-m .part .editor>p {
    line-height: 26px;
    margin-bottom: 22px
}

.box-m .right-m p.smaller {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #4694c6;
    letter-spacing: 2.4px;
    padding-bottom: 19px;
    border-bottom: 2px solid #f5f7f8
}

.box-m .right-m .bigger-img {
    width: calc(100vw - 30px);
    margin-left: calc(-37vw + 10px);
    position: relative
}

@media (max-width:767px) {
    .box-m .right-m .bigger-img {
        margin-left: -20px;
        width: 100vw
    }
}

.box-m .right-m .gallery {
    position: relative;
    width: 100vw;
    margin-left: -37vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 7vw
}

@media (max-width:767px) {
    .box-m .right-m .gallery {
        width: 100%;
        padding-left: 0;
        margin-left: 0
    }
}

.box-m .right-m .gallery .img-small {
    width: 27.3%;
    margin-right: 5%;
    overflow: hidden
}

@media (max-width:767px) {
    .box-m .right-m .gallery .img-small {
        width: 100%;
        padding-right: 0;
        margin-right: 0
    }
}

.box-m .right-m .gallery .img-small .con {
    position: relative
}

@media (max-width:767px) {
    .box-m .right-m .gallery .img-small .con {
        margin-bottom: 50px
    }
}

.box-m .right-m .gallery .img-small button {
    background-color: transparent;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 30px;
    transition: all .3s
}

.box-m .right-m .gallery .img-small button.slick-next {
    left: 40px
}

.box-m .right-m .gallery .img-small button:hover {
    opacity: .7;
    cursor: pointer
}

.box-m .right-m .gallery .img-big {
    width: 66.7%
}

@media (max-width:767px) {
    .box-m .right-m .gallery .img-big {
        width: 100%
    }
}

.box-m .right-m .filter-m {
    padding-bottom: 25px;
    border-bottom: 2px solid #f5f7f8;
    position: relative
}

.box-m .right-m .filter-m span {
    font-size: 12px;
    font-weight: 600;
    color: #4694c6;
    letter-spacing: 2px
}

.box-m .right-m .filter-m .filters {
    position: absolute;
    right: 0;
    top: -5px;
    text-align: right
}

@media (max-width:767px) {
    .box-m .right-m .filter-m .filters {
        position: relative;
        text-align: left;
        float: none;
        margin-top: 20px
    }
    .box-m .right-m .filter-m .filters form {
        margin-right: 20px
    }
}

.box-m .right-m .filter-m .filters .sear-area {
    display: inline-block;
    position: relative
}

.box-m .right-m .filter-m .filters .sear-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.box-m .right-m .filter-m .filters .sear-area:hover {
    cursor: pointer
}

.box-m .right-m .filter-m .filters .sear-area:hover span.sear {
    color: #4694c6;
    background-image: url("../images/search-dark.svg")
}

.box-m .right-m .filter-m .filters .sear-area:hover span.sear span {
    color: #4694c6
}

.box-m .right-m .filter-m .filters .sear-area input[type=submit] {
    background-color: transparent;
    width: 20px
}

.box-m .right-m .filter-m .filters .sear-area input:not([type=submit]) {
    width: 0;
    border-bottom: 1px solid transparent;
    transition: all .3s
}

@media (max-width:767px) {
    .box-m .right-m .filter-m .filters .sear-area input:not([type=submit]) {
        position: absolute;
        top: calc(100% + 10px);
        right: 0
    }
}

.box-m .right-m .filter-m .filters .sear-area.on:before {
    display: none
}

.box-m .right-m .filter-m .filters .sear-area.on input:not([type=submit]) {
    width: 150px;
    border-bottom-color: #004168;
    margin-left: 10px
}

.box-m .right-m .filter-m .filters .sear-area.on #ajaxsearchpro1_1 {
    width: 150px !important
}

.box-m .right-m .filter-m .filters select {
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 29px;
    letter-spacing: 2px;
    color: #333;
    background: transparent url('../images/filter.svg') calc(100% - 12px) center no-repeat
}

.box-m .right-m .filter-m .filters select:hover {
    color: #4694c6
}

@media (max-width:767px) {
    .box-m .right-m .filter-m .filters select {
        padding-left: 0
    }
}

.box-m .right-m .filter-m .filters span.sear {
    color: #333;
    background: url('../images/search.svg') calc(100% - 6px) center no-repeat;
    padding-right: 26px
}

.box-m .right-m .filter-m .filters span.sear span {
    color: #333
}

.box-m .right-m .filter-m .filters .search-m {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none
}

.box-m .right-m .options-m {
    border-bottom: 2px solid #f5f7f8
}

.box-m .right-m .options-m .has-pic {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.box-m .right-m .options-m .has-pic .left,
.box-m .right-m .options-m .has-pic .right {
    width: 46.5%
}

@media (max-width:700px) {
    .box-m .right-m .options-m .has-pic .left,
    .box-m .right-m .options-m .has-pic .right {
        width: 100%
    }
}

.box-m .right-m .options-m .has-pic .right {
    margin-left: 7%
}

@media (max-width:700px) {
    .box-m .right-m .options-m .has-pic .right {
        margin-left: 0
    }
}

.box-m .right-m .options-m .no-pic .cont {
    width: 80%
}

@media (max-width:767px) {
    .box-m .right-m .options-m .no-pic .cont {
        width: 100%
    }
}

.box-m .right-m .options-m p.date-m {
    color: #99a1a8;
    font-size: 14px;
    margin-bottom: 30px
}

.box-m .right-m .options-m p.date-m .mark-m {
    padding: 0 6px
}

.box-m .right-m .options-m h2 {
    margin-bottom: 32px;
    margin-top: 0
}

.box-m .right-m .options-m .cont p {
    line-height: 25px
}

.box-m .right-m .dif-page-all {
    padding-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #f5f7f8
}

.box-m .right-m .dif-page-all a {
    line-height: 27px
}

.box-m .right-m .dif-page-all a:hover {
    color: #4694c6
}

.box-m .right-m .dif-page-all a:hover span.mname {
    color: #4694c6
}

.box-m .right-m .dif-page-all .next-page {
    text-align: right;
    float: right;
    display: inline-block
}

.box-m .right-m .dif-page-all span.mname {
    color: #004168;
    font-weight: 600;
    transition: all .3s
}

@media (max-width:767px) {
    .box-m .right-m .dif-page-all span.mname {
        display: none
    }
}

.box-m .right-m .dif-page-all>a {
    width: calc(50% - 30px)
}

.box-m .right-m .dif-page-all>a.prev-page:hover span {
    left: -10px
}

.box-m .right-m .dif-page-all>.m-all:nth-child(1) {
    margin-left: calc(50% - 30px)
}

.box-m .right-m .dif-page-all .m-all {
    text-align: center;
    position: relative;
    width: 60px
}

.box-m .right-m .dif-page-all .m-all img {
    position: relative;
    top: -10px;
    width: auto
}

.box-m .right-m .dif-page {
    margin-top: 21px;
    padding-bottom: 20px;
    text-align: center
}

.box-m .right-m .dif-page a {
    line-height: 32px;
    width: 120px
}

.box-m .right-m .dif-page a:hover {
    color: #4694c6;
    cursor: pointer
}

.box-m .right-m .dif-page a.prev-page:hover span.rarr {
    left: -10px
}

.box-m .right-m .dif-page .next-page {
    text-align: right
}

.box-m .right-m .dif-page .page-m:nth-child(1) {
    margin-left: 120px
}

.box-m .right-m .dif-page .page-m {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.box-m .right-m .dif-page .page-m li {
    margin: 0;
    padding: 0;
    display: inline-block
}

.box-m .right-m .dif-page .page-m li a {
    padding: 0 8px;
    display: block;
    width: auto;
    position: relative
}

.box-m .right-m .dif-page .page-m li a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    top: calc(100% + 5px);
    left: 14px;
    background-color: transparent;
    transition: all .3s
}

.box-m .right-m .dif-page .page-m li.active a:after,
.box-m .right-m .dif-page .page-m li:hover a:after {
    background-color: #004168
}

.box-m .right-m .footer-form form {
    position: relative
}

.box-m .right-m .footer-form form input:not([type=submit]) {
    width: 100%;
    font-size: 18px;
    height: 45px;
    border-bottom: 2px solid #4694c6
}

.box-m .right-m .footer-form form input[type=submit] {
    margin-top: 59px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 30px
}

.box-m .right-m .footer-form form .maill-- {
    max-width: 320px;
    width: 100%;
    position: relative
}

.box-m .right-m .footer-form form .maill-- label {
    width: 100%;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 2
}

.box-m .right-m .footer-form form .maill-- label span {
    position: relative;
    top: 0;
    transition: all .3s
}

.box-m .right-m .footer-form form .maill-- label:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    bottom: -15px;
    left: 0;
    transition: all .3s
}

.box-m .right-m .footer-form form .maill-- label.on span {
    top: -30px
}

.box-m .right-m .footer-form form .maill-- label.on:after {
    width: 100%
}

.box-m .right-m .footer-form form .input-box {
    max-width: 320px;
    width: 100%;
    margin-bottom: 30px
}

.box-m .right-m .footer-form form .input-box .wpcf7-form-control-wrap:after {
    display: none
}

.box-m .right-m .footer-form form .input-box label {
    width: 100%;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 2
}

.box-m .right-m .footer-form form .input-box label span {
    position: relative;
    top: 0;
    transition: all .3s
}

.box-m .right-m .footer-form form .input-box label:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    bottom: -15px;
    left: 0;
    transition: all .3s
}

.box-m .right-m .footer-form form .input-box label.on span {
    top: -30px
}

.box-m .right-m .footer-form form .input-box label.on:after {
    width: 100%
}

.box-m .right-m .footer-form form .subm {
    position: relative
}

.box-m .right-m .footer-form form .subm input[type=checkbox] {
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: -3px
}

.box-m .right-m .footer-form form .subm input[type=checkbox]:checked+span:after {
    background-color: #004168 !important
}

.box-m .right-m .footer-form form .subm input[type=checkbox]:checked+span {
    color: #004168
}

.box-m .right-m .footer-form form .subm input[type=checkbox]:checked+span:before {
    border-color: #004168
}

.box-m .right-m .footer-form form .subm input[type=checkbox]:hover+span:after {
    background-color: #edf2f4
}

.box-m .right-m .footer-form form .subm input[type=checkbox]+span {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 10px;
    color: #99a1a8
}

.box-m .right-m .footer-form form .subm input[type=checkbox]+span:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -32px;
    height: 20px;
    width: 20px;
    border: 2px solid #edf2f4;
    transition: all .3s
}

.box-m .right-m .footer-form form .subm input[type=checkbox]+span:after {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 16px;
    width: 16px !important;
    background-color: transparent;
    transition: all .3s
}

.box-m .right-m .img-and-text .small-img {
    width: 65%;
    margin: 0 auto
}

@media (max-width:767px) {
    .box-m .right-m .img-and-text .small-img {
        width: 100%
    }
}

.box-m .right-m .img-and-text .txt {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-size: 14px;
    font-style: italic;
    color: #99a1a8;
    padding-top: 22px;
    line-height: 26px;
    padding-bottom: 11px
}

@media (max-width:767px) {
    .box-m .right-m .img-and-text .txt {
        width: 100%;
        line-height: 25px
    }
}

.box-m .right-m .blockqu {
    width: 65%;
    margin: 0 auto
}

@media (max-width:767px) {
    .box-m .right-m .blockqu {
        width: 100%
    }
}

.box-m .right-m .blockqu blockquote {
    padding-bottom: 2px
}

.box-m .right-m .contact-de {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.box-m .right-m .contact-de li {
    padding: 0;
    margin: 0;
    line-height: 25px;
    width: 27%
}

.box-m .right-m .contact-de li p {
    margin-bottom: 27px
}

.box-m .right-m .contact-de li p.title {
    color: #004168;
    font-weight: 600
}

.box-m .right-m .contact-de li a {
    color: #4694c6
}

.box-m .right-m .contact-de li a:hover {
    color: #333
}

.box-m .right-m .contact-de li a.spe {
    color: #4694c6
}

.box-m .right-m .contact-de li a.spe:hover {
    color: #333
}

.box-m .right-m .contact-de li a.spe span.rarr {
    font-size: 22px;
    position: relative;
    top: 3px
}

@media (max-width:600px) {
    .box-m .right-m .contact-de li {
        width: 50%
    }
}

@media (max-width:400px) {
    .box-m .right-m .contact-de li {
        width: 100%
    }
}

.box-m .right-m .contact-de li:nth-child(3n) {
    width: 46%
}

@media (max-width:600px) {
    .box-m .right-m .contact-de li:nth-child(3n) {
        width: 50%
    }
}

@media (max-width:400px) {
    .box-m .right-m .contact-de li:nth-child(3n) {
        width: 100%
    }
}

.title-and-txt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.title-and-txt.hehe .tat {
    display: none
}

.title-and-txt.hehe .tat:nth-child(1),
.title-and-txt.hehe .tat:nth-child(2),
.title-and-txt.hehe .tat:nth-child(3),
.title-and-txt.hehe .tat:nth-child(4) {
    display: block
}

.title-and-txt .tat {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 44px
}

@media (max-width:600px) {
    .title-and-txt .tat {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }
}

.title-and-txt .tat:nth-child(2n) {
    margin-right: 0
}

.title-and-txt .tat h3 {
    margin-bottom: 27px;
    color: #004168
}

.title-and-txt .tat h3 span {
    color: #4694c6;
    padding-right: 6px
}

.title-and-txt .tat p {
    line-height: 25px;
    margin-bottom: 15px
}

.title-and-txt .tat p:last-child,
.title-and-txt .tat p:last-of-type {
    margin-bottom: 0
}

.title-and-txt .tat div.detail {
    display: none
}

.title-and-txt .tat .cont p.spe,
.title-and-txt .tat .detail p.spe {
    font-weight: 600;
    color: #004168
}

.title-and-txt .tat .cont span.rarr,
.title-and-txt .tat .detail span.rarr {
    color: #4694c6;
    font-size: 22px;
    position: relative;
    top: 3px
}

.title-and-txt .tat .cont a,
.title-and-txt .tat .detail a {
    display: inline-block;
    margin-top: 26px;
    margin-right: 29px;
    color: #4694c6;
    white-space: nowrap
}

.title-and-txt .tat .cont a:hover,
.title-and-txt .tat .detail a:hover {
    color: #454950
}

.title-and-txt .tat .cont .mt26,
.title-and-txt .tat .detail .mt26 {
    margin-top: 26px
}

.title-and-txt .tat .img {
    margin-bottom: 37px;
    position: relative
}

.title-and-txt .tat .img .play-btn {
    position: absolute;
    top: 50%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.title-and-txt .tat .play-btn img {
    transition: all .3s
}

.title-and-txt .tat span.rarr {
    transition: all .3s
}

.title-and-txt .tat p.mt26 {
    transition: all .3s
}

.title-and-txt .tat>a:hover .play-btn img {
    transform: scale(1.3)
}

.title-and-txt .tat>a:hover p.mt26 {
    color: #4694c6
}

.title-and-txt .tat>a:hover span.rarr {
    left: 10px
}

.title-and-txt.teamember .tat {
    margin-bottom: 50px
}

.title-and-txt.teamember .tat:hover {
    cursor: pointer
}

.title-and-txt.teamember .tat .img {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden
}

.title-and-txt.teamember .tat .img .overlay {
    position: absolute;
    height: 100%;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 10
}

.title-and-txt.teamember .tat .img .overlay:nth-of-type(2) {
    left: 25%
}

.title-and-txt.teamember .tat .img .overlay:nth-of-type(3) {
    left: 50%
}

.title-and-txt.teamember .tat .img .overlay:nth-of-type(4) {
    left: 75%
}

.title-and-txt.teamember .tat .img .overlay:hover+img {
    opacity: 1
}

.title-and-txt.teamember .tat .img img {
    transform: translate3d(0, 0, 0)
}

.title-and-txt.teamember .tat .img img:not(:nth-of-type(1)) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0
}

.title-and-txt .view-all-be {
    margin-top: -20px;
    width: 100%;
    position: relative;
    line-height: 26px
}

.title-and-txt .view-all-be:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: -moz-linear-gradient(top, transparent 0, #fff 100%);
    background: -webkit-linear-gradient(top, transparent 0, #fff 100%);
    background: -o-linear-gradient(top, transparent 0, #fff 100%);
    background: -ms-linear-gradient(top, transparent 0, #fff 100%);
    background: linear-gradient(to bottom, transparent 0, #fff 100%);
    background: linear-gradient(to top, #fff 0, #fff 15%, rgba(255, 255, 255, 0) 100%)
}

.title-and-txt .view-all-be a {
    position: relative
}

.title-and-txt .view-all-be.active:before {
    display: none
}

.slick-list {
    overflow: visible
}

.slick-img,
.slick-img-4 {
    padding-bottom: 79px;
    width: 100%
}

@media (max-width:767px) {
    .slick-img,
    .slick-img-4 {
        width: calc(100% + 10px)
    }
}

.slick-img .slick-slide,
.slick-img-4 .slick-slide {
    padding-right: 50px;
    opacity: .3;
    transition: all .3s
}

@media (max-width:767px) {
    .slick-img .slick-slide,
    .slick-img-4 .slick-slide {
        margin-right: 10px;
        padding-right: 0
    }
}

.slick-img .slick-slide img,
.slick-img-4 .slick-slide img {
    width: 100%
}

.slick-img .slick-slide.slick-active,
.slick-img-4 .slick-slide.slick-active {
    opacity: 1
}

.slick-img button,
.slick-img-4 button {
    position: absolute;
    bottom: 15px;
    background-color: transparent;
    transition: all .3s;
    left: 0
}

.slick-img button:hover,
.slick-img-4 button:hover {
    cursor: pointer;
    opacity: .7
}

.slick-img button.slick-next,
.slick-img-4 button.slick-next {
    left: 57px
}

.slick-img button.slick-disabled:hover,
.slick-img-4 button.slick-disabled:hover {
    cursor: auto
}

.slick-img button.slick-disabled img,
.slick-img-4 button.slick-disabled img {
    opacity: .14
}

.slick-img-4 {
    width: 100%
}

.slick-img-4 .slick-arrow img {
    width: 35px
}

.slick-img-4 button.slick-next {
    left: 45px
}

.slick-img-4 .slick-slide img {
    width: auto;
    max-width: 100%
}

.view-m {
    padding: 0 7%;
    color: #fff;
    background-color: #004168;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1000px) {
    .view-m {
        padding-left: 20px;
        padding-right: 20px
    }
}

.view-m.two .cont {
    max-width: none;
    width: 50%;
    margin: 0;
    padding-right: 3%
}

@media (max-width:767px) {
    .view-m.two .cont {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.view-m.two .cont:nth-child(even) {
    padding-right: 0;
    padding-left: 3%;
    border-left: 2px solid #114d71
}

@media (max-width:767px) {
    .view-m.two .cont:nth-child(even) {
        border: 0;
        padding-left: 0;
        border-top: 2px solid #114d71
    }
}

.view-m .cont {
    padding-top: 116px;
    padding-bottom: 120px;
    max-width: 580px;
    margin: 0 auto
}

.view-m .cont p {
    font-size: 18px;
    color: #b3c6d1
}

.view-m .cont h2 {
    line-height: 50px;
    margin-top: 35px;
    margin-bottom: 52px
}

@media (max-width:767px) {
    .view-m .cont h2 {
        line-height: 35px
    }
}

.view-m .cont a.get-started {
    background-color: #4694c6;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid #4694c6
}

.view-m .cont a.get-started:hover {
    background-color: transparent;
    color: #fff
}

.view-m a {
    color: #fff
}

@media (max-width:767px) {
    .cf-checkbox {
        display: block;
        position: relative;
        top: 20px;
        left: 7px
    }
}

cite {
    line-height: 28px
}

cite span.spe {
    display: block;
    color: #004168;
    font-weight: 600
}

.team-pro {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color: #fff;
    z-index: 999
}

.team-pro .title-and-txt .tat {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.team-pro .title-and-txt .tat div.detail {
    display: block
}

.team-pro .title-and-txt .tat .left,
.team-pro .title-and-txt .tat .right {
    width: 45.7%
}

.team-pro .title-and-txt .tat .right {
    margin-left: 8.6%
}

.team-pro .title-and-txt .tat .img {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden
}

.team-pro .title-and-txt .tat .img .overlay {
    position: absolute;
    height: 100%;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 10
}

.team-pro .title-and-txt .tat .img .overlay:nth-of-type(2) {
    left: 25%
}

.team-pro .title-and-txt .tat .img .overlay:nth-of-type(3) {
    left: 50%
}

.team-pro .title-and-txt .tat .img .overlay:nth-of-type(4) {
    left: 75%
}

.team-pro .title-and-txt .tat .img img:not(:nth-of-type(1)) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s
}

@media (max-width:848px) {
    .team-pro .title-and-txt .tat {
        width: 100%;
        overflow: auto;
        padding: 20px
    }
}

@media (max-width:600px) {
    .team-pro .title-and-txt .tat {
        transform: none;
        top: 0;
        height: calc(100% - 30px);
        left: 0;
        padding: 63px
    }
    .team-pro .title-and-txt .tat .left,
    .team-pro .title-and-txt .tat .right {
        width: 100%
    }
    .team-pro .title-and-txt .tat .right {
        margin-left: 0;
        margin-top: 30px
    }
}

.team-pro span.chi {
    position: absolute;
    top: 10%;
    right: 10%;
    display: block;
    height: 40px;
    width: 40px;
    color: #4694c6;
    border: 2px solid #f1f1f3;
    line-height: 25px;
    text-align: center
}

.team-pro span.chi:hover {
    cursor: pointer
}

@media (max-width:1000px) {
    .team-pro span.chi {
        top: 25px;
        right: 25px
    }
}

header a.play-m img {
    width: auto;
    padding-right: 10px
}

a.play-m {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-top: 24px
}

a.play-m img {
    width: 100%;
    transition: all .3s;
    transform: translate3d(0, 0, 0)
}

a.play-m:hover {
    color: #4694c6
}

a.play-m:hover img {
    opacity: .7
}

.case-study-post {
    margin-bottom: 48px
}

.case-study-post .title-m a.get-started {
    padding: 11.5px 20.5px
}

.filter-m {
    padding-bottom: 25px;
    border-bottom: 2px solid #f5f7f8
}

.filter-m span {
    font-size: 12px;
    font-weight: 600;
    color: #4694c6;
    letter-spacing: 2px
}

.filter-m .filters {
    float: right;
    position: relative
}

.filter-m .filters select {
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 29px;
    letter-spacing: 2px;
    color: #333;
    background: transparent url('../images/filter.svg') calc(100% - 12px) center no-repeat;
    transition: all .3s
}

.filter-m .filters select:hover {
    color: #4694c6;
    cursor: pointer
}

.filter-m .filters select#manage {
    background-image: url('../images/manager.svg')
}

.filter-m .filters form {
    display: inline-block
}

.filter-m .filters span.sear {
    color: #333;
    background: url('../images/search.svg') calc(100% - 6px) center no-repeat;
    padding-right: 26px;
    transition: all .3s
}

.filter-m .filters span.sear:hover {
    color: #4694c6;
    cursor: pointer
}

.filter-m .filters .search-m {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none
}

.perform-m {
    padding: 0 7%
}

@media (max-width:1000px) {
    .perform-m {
        padding-left: 20px;
        padding-right: 20px
    }
}

.perform-m .filter-m,
.perform-m .perform-part {
    margin-left: 35%
}

@media (max-width:767px) {
    .perform-m .filter-m,
    .perform-m .perform-part {
        margin-left: 0
    }
}

.perform-m table {
    width: 100%;
    position: relative
}

@media (max-width:767px) {
    .perform-m table {
        display: none
    }
}

.perform-m table caption {
    position: absolute;
    top: calc(100% + 50px);
    right: 0
}

.perform-m table td {
    transition: all .3s
}

.perform-m table th {
    width: 8.125%
}

.perform-m table th:nth-child(1) {
    width: 35%
}

.perform-m table tbody td:nth-child(6),
.perform-m table tbody td:nth-child(7),
.perform-m table tbody td:nth-child(8),
.perform-m table tbody td:nth-child(9) {
    background-color: #fafbfb
}

.perform-m table tbody tr {
    transform: translate3d(0, 0, 0);
    height: 72px;
    transition: opacity .3s
}

.perform-m table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    position: relative
}

.perform-m table tbody tr.on {
    opacity: 1
}

.perform-m table tbody tr.on .cate-m {
    display: block
}

.perform-m table tbody tr.on+tr {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s
}

.perform-m table tbody tr.on table.table-in {
    opacity: 1;
    visibility: visible
}

.perform-m table tbody tr td:nth-child(1) {
    position: relative
}

.perform-m table tbody tr td:nth-child(1) .left-bar {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background-color: #99a1a8;
    height: 100%
}

.perform-m table tbody tr:nth-child(25) td:nth-child(1):before {
    background-color: #4694c6
}

.perform-m table tbody tr:hover td:nth-child(1) {
    color: #4694c6
}

.perform-m table thead tr:nth-child(1) td,
.perform-m table tfoot tr:last-child td,
.perform-m table thead tr:nth-child(1) th,
.perform-m table tfoot tr:last-child th {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 0 !important;
    margin-top: 17px;
    padding-top: 0 !important
}

.perform-m table thead tr:nth-child(1) td:nth-child(2),
.perform-m table tfoot tr:last-child td:nth-child(2),
.perform-m table thead tr:nth-child(1) th:nth-child(2),
.perform-m table tfoot tr:last-child th:nth-child(2),
.perform-m table thead tr:nth-child(1) td:nth-child(3),
.perform-m table tfoot tr:last-child td:nth-child(3),
.perform-m table thead tr:nth-child(1) th:nth-child(3),
.perform-m table tfoot tr:last-child th:nth-child(3) {
    border: 2px solid #4694c6;
    border-bottom-color: transparent
}

.perform-m table thead tr:nth-child(1) td span,
.perform-m table tfoot tr:last-child td span,
.perform-m table thead tr:nth-child(1) th span,
.perform-m table tfoot tr:last-child th span {
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    top: -6px
}

.perform-m table tfoot tr:last-child th:nth-child(2),
.perform-m table tfoot tr:last-child th:nth-child(3) {
    border-bottom-color: #4694c6;
    border-top-color: transparent
}

.perform-m table tfoot tr:last-child th span {
    top: 6px
}

.perform-m .perform-part {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px
}

.perform-m .perform-part>div {
    width: 49.5%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #4694c6;
    border-bottom-color: transparent
}

.perform-m .perform-part>div:nth-child(2n) {
    margin-left: .5%
}

.perform-m .perform-part>div span {
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    top: -6px
}

.perform-m .perform-part.bottom {
    margin-top: 6px;
    margin-bottom: 19px
}

.perform-m .perform-part.bottom>div {
    border-bottom-color: #4694c6;
    border-top-color: transparent
}

.perform-m .perform-part.bottom>div span {
    top: 6px
}

.perform-m .list-per {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:768px) {
    .perform-m .list-per {
        display: none
    }
}

.perform-m .list-per li {
    margin: 0;
    padding: 0
}

.perform-m .list-per div.title {
    border-top: 2px solid #f5f7f8;
    border-bottom: 2px solid #f5f7f8;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("../images/arrow-down.png") 100% 17px no-repeat
}

.perform-m .list-per div.title.on {
    background-position: 100% -15px
}

.perform-m .list-per div.title:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #99a1a8;
    left: 0;
    top: 0
}

.perform-m .list-per div.title p {
    line-height: 20px;
    transition: all .3s
}

.perform-m .list-per div.title:hover {
    cursor: pointer;
    color: #4694c6
}

.perform-m .list-per>li {
    margin-bottom: 10px
}

.perform-m .list-per ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #f5f7f8;
    margin-bottom: 10px
}

.perform-m .list-per ul li {
    width: 12.5%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 19px 3px
}

.perform-m .list-per ul li:nth-child(1),
.perform-m .list-per ul li:nth-child(2) {
    width: 50%;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 0
}

.perform-m .list-per ul li:nth-child(3),
.perform-m .list-per ul li:nth-child(4),
.perform-m .list-per ul li:nth-child(5),
.perform-m .list-per ul li:nth-child(6),
.perform-m .list-per ul li:nth-child(7),
.perform-m .list-per ul li:nth-child(8),
.perform-m .list-per ul li:nth-child(9),
.perform-m .list-per ul li:nth-child(10) {
    padding-top: 4px;
    padding-bottom: 16px
}

.perform-m .list-per ul li:nth-child(1),
.perform-m .list-per ul li:nth-child(6),
.perform-m .list-per ul li:nth-child(14) {
    border-right: 2px solid #f5f7f8
}

@media (max-width:500px) {
    .perform-m .list-per ul li {
        padding-top: 9px;
        padding-bottom: 9px
    }
    .perform-m .list-per ul li span {
        display: block
    }
}

.perform-m .last-upda {
    text-align: right;
    color: #686868;
    font-size: 12px
}

@media (max-width:767px) {
    .spaceEM-IN,
    .spaceEM {
        height: 50px !important
    }
}

.chi img {
    max-width: 100%;
    width: auto;
    transition: all .3s
}

.chi:hover img {
    opacity: .3
}

.has-sub>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    border: 10px solid transparent;
    transition: all .3s
}

.has-sub>a.on:before {
    border-bottom-color: #004168
}

.slickss {
    width: 182%;
    padding-left: 68%;
    margin-left: -68%
}

@media (max-width:767px) {
    .slickss {
        width: 100%;
        padding-left: 0;
        margin-left: 0
    }
}

table td,
table th {
    text-align: center
}

table td:nth-child(1),
table th:nth-child(1) {
    text-align: left
}

table thead tr th {
    background-color: transparent
}

.cate-m {
    position: absolute;
    right: calc(105%);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right;
    transition: all .3s;
    display: none;
    color: #333
}

@media (max-width:1000px) {
    .cate-m {
        display: none !important
    }
}

table.table-in {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    z-index: 99;
    width: 84.6vw;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

table.table-in tr {
    opacity: 1 !important
}

table.table-in td {
    background-color: #004168 !important;
    color: #fff !important;
    width: 8.125%
}

table.table-in td:nth-child(1) {
    width: 35%
}

.visi-hi {
    visibility: hidden
}

#videoP {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

#videoP .video-con {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 640px;
    max-height: 480px;
    height: 100%;
    width: 100%;
    padding: 89px 20px 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #dfdfdf
}

#videoP .content {
    width: 100%;
    height: 100%
}

#videoP span.chi {
    display: block;
    height: 40px;
    width: 40px;
    color: #4694c6;
    border: 2px solid #f1f1f3;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../images/chi.svg") center center no-repeat
}

#videoP span.chi:hover {
    cursor: pointer
}

#videoP iframe {
    height: 100%;
    width: 100%
}

#ajaxsearchpro1_1 {
    min-width: auto !important;
    width: 0 !important;
    transition: all .3s
}

table#only-tb thead tr th {
    padding-top: 44px;
    padding-bottom: 55px
}

table#only-tb tfoot th {
    padding-top: 55px;
    padding-bottom: 44px
}

.disclaimer-m p input[type=radio] {
    opacity: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.disclaimer-m p input[type=radio]:hover {
    cursor: pointer
}

.disclaimer-m p label {
    display: inline-block;
    margin-right: 40px;
    color: #333;
    position: relative;
    padding-left: 10px
}

.disclaimer-m p label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    height: 20px;
    width: 20px;
    border: 2px solid #edf2f4;
    transition: all .3s;
    border-radius: 50%
}

.disclaimer-m p label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: -21px;
    height: 16px;
    width: 16px !important;
    background-color: transparent;
    transition: all .3s;
    border-radius: 50%
}

.disclaimer-m p label:hover {
    cursor: pointer
}

.disclaimer-m p label:hover:after {
    background-color: #edf2f4
}

.disclaimer-m p input:checked+label {
    color: #004168
}

.disclaimer-m p input:checked+label:before {
    border-color: #004168
}

.disclaimer-m p input:checked+label:after {
    background-color: #004168
}

.disclaimer-m ul {
    width: 100%
}

.page-id-120.on {
    position: absolute;
    height: 100%
}

.page-id-120 .disclaimer-m {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-id-120 .disclaimer-m .box-m {
    background-color: #fff;
    max-width: 700px;
    width: 100%;
    max-height: calc(100% - 100px);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: auto
}

@media (max-width:767px) {
    .page-id-120 .disclaimer-m .box-m {
        width: calc(100% - 40px);
        padding: 20px
    }
}

.page-id-120 .disclaimer-m a#accept-m {
    min-width: 120px;
    text-align: center
}

.page-id-120 .disclaimer-m a#accept-m:hover {
    cursor: pointer
}

.editor li {
    margin-bottom: 0
}

.editor li ul {
    margin-top: 0
}

.home header .full-scr .img {
    background-position: 50% 66%
}

.page-id-24 header .full-scr .img {
    background-position: 66% 33%
}

.page-id-120 header .full-scr .img {
    background-position: 66% 0
}

.input-box {
    position: relative;
    margin-bottom: 60px
}

.input-box:after {
    content: "";
    display: block;
    clear: both
}

.input-box-left {
    position: relative;
    width: 48%;
    float: left
}

.input-box-right {
    position: relative;
    width: 48%;
    float: right
}

.wpcf7-form-control-wrap {
    height: 49px;
    z-index: 2;
    display: block;
    position: relative
}

.wpcf7-form-control-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all .3s
}

.maill-- .wpcf7-form-control-wrap.on:after {
    width: 0
}

.wpcf7-form-control-wrap.cf-checkbox {
    left: 7px;
    top: 23px
}

.wpcf7-form-control-wrap.on:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    transition: all .3s
}

footer .m-footer .newsletter ul .footer-form input[type=submit] {
    z-index: 9
}

span.wpcf7-not-valid-tip {
    font-size: 12px
}

#only-tb thead tr:nth-child(2) th:nth-child(1) {
    font-size: 20px
}

.page-id-431 .box-m .right-m .part:nth-child(1) {
    padding-top: 0
}

.posttime {
    text-align: right;
    margin-bottom: 10px
}

div.wpcf7-mail-sent-ok {
    position: relative;
    top: 7px
}

#ajaxsearchpro1_1 {
    display: inline-block;
    min-width: 150px;
    margin-left: 10px;
    position: relative;
    top: 5px
}

.promagnifier,
.proclose {
    display: none !important
}

.probox {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #004168 !important;
    box-shadow: none !important
}

#ajaxsearchprores1_1 {
    width: 150px !important;
    padding: 0 !important
}

a.asp_res_url {
    font-size: 12px !important;
    color: #4694c6 !important;
    font-weight: 600 !important
}

.resdrg {
    border: 1px solid #000 !important
}

img {
    height: auto
}

.wpcf7-validation-errors {
    display: none !important
}

div.wpcf7-mail-sent-ng {
    display: block;
    border: none !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    position: relative !important;
    top: -20px !important;
    color: #f00 !important
}

div.wpcf7-mail-sent-ok {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    margin-top: -9px !important;
    color: #4694c6 !important;
    position: relative;
    top: -10px;
    line-height: 1.2
}

span.wpcf7-not-valid-tip {
    margin-top: 10px
}

.page-m {
    display: inline-block !important
}

.box-m .right-m .dif-page .page-m li a:after {
    left: 7px
}

.m-all {
    display: inline-block !important
}

@media (max-width:450px) {
    .no-mobile {
        display: none
    }
}

@media (max-width:1440px) {
    .mname {
        display: none
    }
}

div.wpcf7 .ajax-loader {
    background-image: url('http://www.masonstevens.com.au/wp-content/themes/mason-stevens/images/ajax-loader.gif');
    width: 24px;
    height: 24px;
    margin-top: 10px
}

.editor h3 {
    margin-bottom: 27px;
    color: #004168;
    font-size: 15px;
    margin-top: 27px
}

.editor h4 {
    margin-bottom: 24px;
    color: #004168;
    font-size: 14px;
    margin-top: 24px
}

.editor h5 {
    margin-bottom: 22px;
    color: #004168;
    font-size: 13px;
    margin-top: 22px
}

.single .box-m .right-m .part {
    border-bottom: none
}

.pdf-list+p {
    text-align: right
}

.disclaimer-m {
    padding-top: 50px;
    padding-bottom: 50px
}

.editor p {
    line-height: 26px;
    margin: 8px 0;
    width: 100%
}

.pdf-view-more {
    padding-right: 5px
}

#wpcf7-f300-o1 .input-box {
    margin-bottom: 35px
}

#wpcf7-f300-o1 .input-box:nth-child(3) {
    margin-bottom: 0
}

.view-m .cont {
    padding-top: 77px;
    padding-bottom: 80px
}

.links-add {
    margin-top: 26px
}

.links-add a {
    display: inline !important
}

.box-m .right-m p.smaller,
.title-and-txt .tat h3 {
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.box-m .right-m a:hover p.smaller {
    color: #004168
}

.title-and-txt .tat>a:hover h3 {
    color: #4694c6
}

.page-id-96 .part {
    padding-top: 83px
}

#ajaxsearchpro1_1 {
    display: inline-block;
    min-width: 150px;
    margin-left: 10px;
    position: relative;
    top: 5px
}

.promagnifier,
.proclose {
    display: none !important
}

.probox {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #004168 !important;
    box-shadow: none !important
}

#ajaxsearchprores1_1 {
    width: 150px !important;
    padding: 0 !important
}

a.asp_res_url {
    font-size: 12px !important;
    color: #4694c6 !important;
    font-weight: 600 !important
}

.resdrg {
    border: 1px solid #000 !important
}

img {
    height: auto
}

.wpcf7-validation-errors {
    display: none !important
}

div.wpcf7-mail-sent-ng {
    display: block;
    border: none !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    position: relative !important;
    top: -20px !important;
    color: #f00 !important
}

div.wpcf7-mail-sent-ok {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    margin-top: -9px !important;
    color: #4694c6 !important;
    position: relative;
    top: -10px;
    line-height: 1.2
}

span.wpcf7-not-valid-tip {
    margin-top: 10px
}

.page-m {
    display: inline-block !important
}

.box-m .right-m .dif-page .page-m li a:after {
    left: 7px
}

.m-all {
    display: inline-block !important
}

@media (max-width:450px) {
    .no-mobile {
        display: none
    }
}

@media (max-width:1440px) {
    .mname {
        display: none
    }
}

div.wpcf7 .ajax-loader {
    background-image: url('/wp-content/themes/mason-stevens/images/ajax-loader.gif');
    width: 24px;
    height: 24px;
    margin-top: 10px
}

.editor h3 {
    margin-bottom: 27px;
    color: #004168;
    font-size: 15px;
    margin-top: 27px
}

.editor h4 {
    margin-bottom: 24px;
    color: #004168;
    font-size: 14px;
    margin-top: 24px
}

.editor h5 {
    margin-bottom: 22px;
    color: #004168;
    font-size: 13px;
    margin-top: 22px
}

.single .box-m .right-m .part {
    border-bottom: none
}

.pdf-list+p {
    text-align: right
}

.disclaimer-m {
    padding-top: 50px;
    padding-bottom: 50px
}

.editor p {
    line-height: 26px;
    margin: 8px 0;
    width: 100%
}

.pdf-view-more {
    padding-right: 5px
}

#wpcf7-f300-o1 .input-box {
    margin-bottom: 35px
}

#wpcf7-f300-o1 .input-box:nth-child(3) {
    margin-bottom: 0
}

.view-m .cont {
    padding-top: 77px;
    padding-bottom: 80px
}

.links-add {
    margin-top: 26px
}

.links-add a {
    display: inline !important
}

.box-m .right-m p.smaller,
.title-and-txt .tat h3 {
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.box-m .right-m a:hover p.smaller {
    color: #004168
}

.title-and-txt .tat>a:hover h3 {
    color: #4694c6
}

.page-id-96 .part {
    padding-top: 83px
}

form.clients {
    display: none
}

form.advisers {
    display: none
}

#clients:target+#advisers+div+div a[href="#clients"] {
    color: #4694c6
}

#advisers:target+div+div a[href="#advisers"] {
    color: #4694c6
}

#clients:target+#advisers+div+div+form.clients {
    display: block
}

#advisers:target+div+div+form.clients+form.advisers {
    display: block
}

.red-tips {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px
}

.red-tips p {
    margin-bottom: 8px
}


/*# sourceMappingURL=style.css.map */