html {
    font-family: Arial, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1f252f;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

html.locked {
    overflow: hidden
}

body {
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff
}

body * {
    box-sizing: border-box
}

body.locked {
    height: 100vh
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 165px;
    max-width: 2144px;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 40px
    }
}

@media screen and (max-width: 968px) {
    .container {
        padding: 0 32px
    }
}

.container.container2 {
    padding: 0 80px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

img {
    width: 100%;
    max-width: 100%;
    display: block
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

a:visited {
    color: inherit
}

.section--title {
    color: #1f252f;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em
}

.section--title.white {
    color: #fff
}

@media screen and (max-width: 968px) {
    .section--title {
        font-size: 40px;
        letter-spacing: -.03em
    }
}

.section--text {
    color: #1f252f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.section--text.white {
    color: #fff
}

.btn-primary {
    display: table;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #c30813;
    padding: 18px;
    border-radius: 2px;
    border: 2px solid #c30813;
    transition: all .3s linear
}

.btn-primary:visited {
    color: #fff
}

.btn-primary.white {
    color: #c30813;
    background-color: #fff
}

.btn-primary.btn-video {
    padding: 18px 18px 18px 60px;
    background: url(images/icon--video.svg) no-repeat 18px center #c30813;
    background-size: 20px auto
}

.btn-primary.btn-video.white {
    color: #c30813;
    background: url(images/icon--video-hover.svg) no-repeat 18px center #fff;
    background-size: 20px auto;
    border-color: #c30813
}

.btn-primary.btn-video.white:hover {
    color: #fff;
    background: url(images/icon--video.svg) no-repeat 18px center #c30813;
    border-color: #c30813
}

.btn-primary.btn-download {
    padding: 18px 18px 18px 60px;
    background: url(images/Icon_Download.svg) no-repeat 18px center #c30813;
    background-size: 18px auto
}

.btn-primary.btn-download.white {
    color: #c30813;
    background: url(images/icon--download-hover.svg) no-repeat 18px center #fff;
    background-size: 18px auto;
    border-color: #c30813
}

.btn-primary.btn-download.white:hover {
    color: #fff;
    background: url(images/icon--download.svg) no-repeat 18px center #c30813;
    border-color: #c30813
}

.btn-primary:hover {
    color: #c30813;
    background-color: #fff
}

.btn-primary:hover.white {
    color: #fff;
    background-color: #c30813
}

.btn-primary:hover.btn-video {
    background: url(images/icon--video-hover.svg) no-repeat 18px center #fff;
    background-size: 20px auto
}

.btn-primary:hover.btn-download {
    background: url(images/Icon_Download_Red.svg) no-repeat 18px center #fff;
    background-size: 20px auto
}

.btn-with-arrow {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3
}

.btn-with-arrow.white {
    color: #fff;
    background: url(images/Button_read_more_white.svg) no-repeat;
    background-position: 100% center
}

.hidden {
    display: none !important
}

.unhidden {
    display: block !important
}

header {
    padding: 30px 165px 28px 165px;
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 4px solid #c30813;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .logo {
    display: block
}

header .logo img {
    max-width: 188px
}

header .language-switcher {
    background: url(images/icon-arrow-down.svg) no-repeat 100% center;
    padding-right: 20px;
    position: relative;
    cursor: pointer
}

header .language-switcher .language-item {
    width: 20px;
    height: 13px;
    cursor: pointer
}

header .language-switcher .language-item__en {
    background: url(images/en-icon.jpeg) no-repeat;
    background-size: cover
}

header .language-switcher .language-item__cn {
    background: url(images/cn-icon.jpeg) no-repeat;
    background-size: cover
}

header .language-switcher .language-item.language-item2 {
    display: none;
    position: absolute;
    top: 20px
}

@media screen and (max-width: 1200px) {
    header {
        padding: 30px 40px 28px 40px
    }
}

@media screen and (max-width: 968px) {
    header {
        padding: 17px 32px
    }

    header .logo img {
        max-width: 126px
    }
}

footer {
    padding: 32px 165px 45px 165px;
    background: #1f252f;
    color: #fff;
    font-size: 14px;
    line-height: 1.2
}

footer .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

footer .copyright-mobile {
    display: none;
    line-height: 1.5
}

footer .footer-nav .label-mobile {
    display: none
}

footer .footer-nav a {
    color: #a37b1f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em
}

footer .footer-nav ul {
    display: flex
}

footer .footer-nav ul li {
    margin-right: 25px
}

footer .footer-nav ul li:last-child {
    margin-right: 0
}

@media screen and (max-width: 1200px) {
    footer {
        padding: 72px 40px
    }
}

@media screen and (max-width: 968px) {
    footer {
        padding: 72px 32px
    }

    footer .wrapper {
        flex-direction: column;
        justify-content: initial
    }

    footer .footer-nav .label-mobile {
        display: block
    }

    footer .footer-nav ul {
        margin-top: 20px
    }

    footer .footer-nav ul li.label {
        display: none
    }

    footer .copyright-mobile {
        display: block
    }

    footer .copyright-desktop {
        display: none
    }

    footer .copyright {
        margin-top: 24px
    }
}

.section--banner {
    padding: 130px 0 185px;
    background: url(images/banner.jpg) no-repeat center;
    background-size: cover;
    border-top: 4px solid #c30813
}
.footer-banner{
    padding: 130px 0 140px;
}
.footer-banner a{
  font-size: 20px;
}
.footer-banner a:nth-child(2){
    margin-bottom: 40px;
}
.footer-banner a:nth-child(3){
    background-color: #595757;
    border: 2px solid #595757;
}
.section--banner .headline {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    /*letter-spacing: .12em;*/
    margin-bottom: 16px
}
.footer-banner .headline{
    font-size: 32px;
    margin-bottom: 45px;
}
.section--banner .title {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.04em;
    margin-bottom: 32px
}

@media screen and (max-width: 968px) {
    .section--banner {
        padding: 80px 0;
        background-position-x: 20%
    }

    .section--banner .headline {
        margin-bottom: 12px
    }

    .section--banner .title {
        font-size: 40px;
        margin-bottom: 16px
    }

    .section--banner .title br {
        display: none
    }
}

.section--2-col .mobile--title {
    display: none
}

.section--2-col .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.section--2-col .wrapper.reverse {
    flex-direction: row-reverse
}

.section--2-col .wrapper.reverse .content {
    padding-left: 165px
}

.section--2-col .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 800px;
    padding-bottom: 280px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat
}

.section--2-col .image img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%)
}
.section--2-col .image h3{
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin-top: 120px;
}
.section--2-col .image p{
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-style: italic;
    margin-top: 20px;
}
.section--2-col .content {
    position: relative;
    width: 100%;
    padding: 55px 80px;
    /*min-height: 700px;*/
    background-color: #eee
}

.section--2-col .content .content-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px
}

.section--2-col .content.red {
    background-color: #c30813
}

.section--2-col .section--title {
    margin-bottom: 32px
}

.section--2-col .section--text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    width: 100%;
}
.section--2-col .section--text .xian{
    width: 4px;
    height: 136px;
    background: #fff;
}
.section--2-col .section--text p{
    font-size: 24px;
    line-height: 36px;
    width: 65%;
    font-weight: normal;
    margin: 0;
    text-align: justify;
}
.section--2-col .section--text p:not(:last-of-type) {
    margin-bottom: 1em
}

.section--2-col .signature img {
    width: 128px;
    display: block
}

.section--2-col .name, .section--2-col .position {
    color: #fff;
    font-size: 16px;
    line-height: 1.5
}

.section--2-col .name.position, .section--2-col .position.position {
    font-weight: 700
}

.section--2-col .btn-primary {
    margin-top: 48px
}

.section--2-col .section--covidstats {
    margin-top: 50px;
    display: flex
}

.section--2-col .section--covidstats-leftcol, .section--2-col .section--covidstats-rightcol {
    width: 50%
}

.section--2-col .section--covidstats-leftcol {
    margin-right: 50px
}

.section--2-col .covid-stat {
    min-height: 120px
}

.section--2-col .covid-stat-number {
    font-weight: 700;
    font-size: 45px;
    line-height: .8;
    letter-spacing: -.04em;
    margin-bottom: 10px;
    color: #edbb66
}

.section--2-col .covid-stat-text {
    margin-bottom: 40px;
    font-weight: 700;
    padding-right: 24px;
    line-height: 1.2;
    font-size: 14px;
    color: #4e4e4e
}

.section--2-col .section--emphasis-title {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -.02em;
    line-height: 36px
}

.section--2-col ul {
    list-style: disc;
    /*border-left: 4px solid #fff;*/
    /*padding-left: 120px;*/
    /*width: 30%;*/
}

.section--2-col ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 26px;
}
.section--2-col ul li:last-child{
    margin-bottom: 0;
}
.section--2-col ul li img{
    width: 40px;
    margin-right: 24px;
}
@media screen and (max-width: 1500px) {
    .section--2-col .content {
        padding: 55px
    }

    .section--2-col .content .content-wrapper {
        position: relative;
        top: inherit;
        transform: translateY(0)
    }
}

@media screen and (max-width: 1200px) {
    .section--2-col .wrapper.reverse .content {
        padding-left: 80px
    }
}

@media screen and (max-width: 968px) {
    .section--2-col.mobile-spec .mobile--title {
        display: block;
        padding: 32px;
        margin-bottom: 0
    }

    .section--2-col.mobile-spec .content-wrapper .section--title {
        display: none
    }

    .section--2-col .wrapper {
        display: block
    }

    .section--2-col .wrapper.reverse {
        flex-direction: inherit
    }

    .section--2-col .wrapper.reverse .content {
        padding-left: 40px
    }

    .section--2-col .image {
        width: 100%;
        min-height: inherit !important;
        /*background-image: none !important*/
        padding-bottom: 100px;
    }

    .section--2-col .image img {
        opacity: 1;
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0);
        display: none;
    }

    .section--2-col .content {
        width: 100%;
        padding: 48px 32px;
        min-height: inherit;
        background-color: #eee
    }

    .section--2-col .content .content-wrapper {
        max-width: 100%
    }

    .section--2-col .section--title {
        margin-bottom: 24px
    }

    .section--2-col .section--text {
        margin-bottom: 32px
    }

    .section--2-col .btn-primary {
        margin-top: 40px
    }

    .section--2-col .section--covidstats {
        margin-top: 40px
    }

    .section--2-col .section--covidstats-leftcol {
        margin-right: 32px
    }

    .section--2-col .covid-stat-number {
        font-size: 38px;
        margin-bottom: 8px
    }

    .section--2-col .covid-stat-text {
        margin-bottom: 32px;
        padding-right: 8px
    }

    .section--2-col .section--emphasis-title {
        font-size: 24px;
        line-height: 30px
    }
}

.section--video-mobile {
    display: none;
    padding: 32px 0
}

.section--video-mobile .section--title {
    font-size: 32px;
    line-height: 1.2
}

@media screen and (max-width: 968px) {
    .section--video-mobile {
        display: block
    }
}

.section--video {
    background-image: url(images/Screen3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*min-height: 765px;*/
}

.section--video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2)
}

.section--video .container {
    align-items: center;
    justify-content: center;
    position: relative;
    /*height: 800px;*/
}

.section--video h2 {
    display: table;
    margin: 0 0 0 auto;
    padding-bottom: 72px;
    padding-top: 36.2%
}

.section--video .btn-play {
    width: 240px;
    height: 240px;
    background: url(images/icon--play.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 5;
    top: calc(50% - 120px);
    left: calc(50% - 120px)
}

.section--video video {
    /*position: absolute;*/
    width: 100%;
    /*height: 100%;*/
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 1200px) {
    .section--video h2 {
        font-size: 48px
    }
}

@media screen and (max-width: 968px) {
    .section--video h2 {
        opacity: 0;
        padding-top: 59.2%;
        font-size: 0
    }
}

.section--slider1 {
    padding: 80px 0
}

.section--slider1 .section--title {
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    color: #000000;
}

.section--slider1 .section--text {
    text-align: center;
    display: table;
    max-width: 650px;
    margin: 32px auto 0
}

.section--slider1__top-navigation-wrapper, .section--slider1__top-navigation-wrapper-mobile {
    margin: 90px auto 0;
    /*display: table*/
    padding: 0 150px;
}

.section--slider1__top-navigation-wrapper .slick-dots, .section--slider1__top-navigation-wrapper-mobile .slick-dots {
    display: flex;
    position: relative
}

.section--slider1__top-navigation-wrapper .slick-dots:before, .section--slider1__top-navigation-wrapper-mobile .slick-dots:before {
    /*content: " ";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*height: 2px;*/
    /*border-bottom: 2px solid #eee;*/
    /*z-index: 1*/
}

.section--slider1__top-navigation-wrapper .slick-dots li, .section--slider1__top-navigation-wrapper-mobile .slick-dots li {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    text-align: center;
    width: 33.33%;
    background: #f0f0f0;
    border-right: 2px solid #fff;
}
.section--slider1__top-navigation-wrapper .slick-dots li, .section--slider1__top-navigation-wrapper-mobile .slick-dots li:last-child{
    margin-right: 0;
}
.section--slider1__top-navigation-wrapper .slick-dots li:last-child, .section--slider1__top-navigation-wrapper-mobile .slick-dots li:last-child {
    margin-right: 0
}

.section--slider1__top-navigation-wrapper .slick-dots li.slick-active, .section--slider1__top-navigation-wrapper-mobile .slick-dots li.slick-active {
    color: #fff;
    background: #82ae4b;
}
.section--slider1__top-navigation-wrapper .slick-dots li:nth-child(2).slick-active{
    background: #fea73a;
}
.section--slider1__top-navigation-wrapper .slick-dots li:nth-child(3).slick-active{
    background: #3046b7;
}
.section--slider1__top-navigation-wrapper-mobile {
    display: none
}

.section--slider1__slides-wrapper {
    margin-top: 24px
}

.section--slider1__slides .slick-arrow {
    border: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 35%;
    cursor: pointer
}

.section--slider1__slides .slick-next {
    background-image: url(images/icon--arrow-dark.svg);
    right: -70px
}

.section--slider1__slides .slick-prev {
    background-image: url(images/icon--arrow-dark.svg);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -70px
}

.section--slider1__slide-info {
    display: flex;
    margin-top: 50px;
    align-items: top;
    padding-bottom: 10px
}

.section--slider1__slide-info-title.section--title {
    text-align: left;
    width: 50%;
    padding-right: 50px;
    font-size: 50px;
    display: none;
}

.section--slider1__slide-info-content {
    line-height: 1.5;
    width: 100%
}
.section--slider1__slide-info-content ul{
    display: flex;
    justify-content: space-between;
}
.section--slider1__slide-info-content ul li{
    width: 33.33%;
    border-right: 3px solid #86b151;
}
.two .section--slider1__slide-info-content ul li{
    width: 33.33%;
    border-right: 3px solid #fea73a;
}
.three .section--slider1__slide-info-content ul li{
    width: 33.33%;
    border-right: 3px solid #3046b7;
}
.section--slider1__slide-info-content ul li:last-child{
    border-right: none;
}
.section--slider1__slide-info ul {
    /*list-style: disc*/
}

.section--slider1__slide-info ul li {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
    min-height: 140px;
    padding: 8px 0;
    width: 33.33%;
}
.section--slider1__slide-info ul li div{
    margin: 0 auto;
    max-width: 85%;
}
.section--slider1__slide-info ul li:not(:last-of-type) {
    margin-bottom: .5em
}

@media screen and (max-width: 1200px) {
    .section--slider1__slides .slick-arrow {
        top: 8%
    }

    .section--slider1__slides .slick-next {
        background-image: url(images/icon--arrow-white.svg);
        right: 24px
    }

    .section--slider1__slides .slick-prev {
        background-image: url(images/icon--arrow-white.svg);
        left: 24px
    }
}

@media screen and (max-width: 968px) {
    .section--slider1 {
        padding: 32px 0
    }

    .section--slider1 .container {
        padding: 0
    }

    .section--slider1 .section--title {
        font-size: 26px;
        padding: 0 32px;
        text-align: left
    }

    .section--slider1 .section--text {
        max-width: 100%;
        text-align: left;
        padding: 0 32px
    }

    .section--slider1__slides-wrapper {
        margin-top: 16px
    }

    .section--slider1__top-navigation-wrapper, .section--slider1__top-navigation-wrapper-mobile {
        margin: 40px 0 0;
        overflow: auto;
        display: block;
        padding: 0 32px
    }

    .section--slider1__top-navigation-wrapper .slick-dots, .section--slider1__top-navigation-wrapper-mobile .slick-dots {
        width: 968px
    }

    .section--slider1__top-navigation-wrapper {
        display: none
    }

    .section--slider1__top-navigation-wrapper-mobile {
        display: block
    }

    .section--slider1__top-navigation-wrapper-mobile .slick-dots {
        width: auto
    }

    .section--slider1__top-navigation-wrapper-mobile .slick-dots li {
        font-size: 13px;
        font-weight: 600;
        margin-right: 0;
        padding: 25px 0;
    }

    .section--slider1__top-navigation-wrapper-mobile .slick-dots:before {
        display: none
    }

    .section--slider1__slides .slick-arrow {
        top: 8vw
    }

    .section--slider1__slide-info {
        margin-top: 32px;
        flex-direction: column
    }

    .section--slider1__slide-info-title.section--title {
        width: 100%;
        padding: 0 32px
    }

    .section--slider1__slide-info-title.section--title br {
        display: none
    }

    .section--slider1__slide-info-content {
        width: 100%;
        margin-top: 0;
        padding: 0 32px
    }

    .section--slider1__slide-info ul li {
        font-size: 14px
    }
}

.section--slider2 {
    background: #f0f0f0;
    color: #fff;
    padding: 80px 0
}

.section--slider2__slides .slick-arrow {
    border: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer
}

.section--slider2__slides .slick-next {
    background-image: url(images/icon--arrow-block.svg);
    right: -70px
}

.section--slider2__slides .slick-prev {
    background-image: url(images/icon--arrow-block.svg);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -70px
}

.section--slider2__slide-title {
    text-align: center;
}
.section--slider2 .section--slider2__slide-title{
    color: #000;
}
.section--slider2__slide-stats {
    margin-top: 72px;
    display: flex
}

.section--slider2__slide-stat {

    width: 33.33%;
    text-align: center;
    margin-right: 1px;
}
.section--slider2__slide-stat .content{
    display: flex;
}
.section--slider2__slide-stat .content .pic{
    width: 50%;
}
.section--slider2__slide-stat .content .text{
    width: 50%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.section--slider2__slide-stat .content .text img{
    width: 90px;
}

.section--slider2__slide-stat .content .text li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}
.section--slider2__slide-stat .content .text li:last-child{
    margin-bottom: 0;
}

.section--slider2__slide-stat-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    color: #000000;
    text-align: left;
    letter-spacing: -.04em;
}

.section--slider2__slide-stat-title .stat-text {
    font-size: 64px
}

.section--slider2__slide-stat-text {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    text-align: left;
}
.section--slider2__slide-stat .content .text li .icon{
    margin-right: 45px;
}
.section--slider2__slide-index {
    margin-top: 90px;
    display: none;
}

.section--slider2__slide-index .slick-dots {
    display: flex;
    max-width: 80%;
    margin: 0 auto
}

.section--slider2__slide-index .slick-dots li {
    width: 100%
}

.section--slider2__slide-index .slick-dots li button {
    height: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    opacity: .4;
    width: 100%;
    text-indent: -9000px
}

.section--slider2__slide-index .slick-dots li.slick-active button {
    opacity: 1
}

.section--slider2__slide-button {
    margin-top: 70px
}

.section--slider2__slide-button .btn-primary {
    display: table;
    margin: 0 auto
}

.section--slider2 .section--subtitle-wrapper {
    display: table;
    min-height: 55px;
    margin: 24px auto;
    text-align: center
}

.section--slider2 .section--subtitle {
    font-size: 48px;
    font-weight: normal;
    color: #000;
    position: relative;
}
.section--slider2 .section--subtitle:before{
    content: '';
    position: absolute;
    left: -165px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 2px;
    background: #595757;
}
.section--slider2 .section--subtitle:after{
    content: '';
    position: absolute;
    right: -165px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 2px;
    background: #595757;
}
.section--slider2 .section--subtitle.sub-2 {
    display: none
}

@media screen and (max-width: 1200px) {
    .section--slider2__slides .slick-next {
        right: -20px
    }

    .section--slider2__slides .slick-prev {
        left: -20px
    }
}

@media screen and (max-width: 968px) {
    .section--slider2 {
        padding: 56px 0
    }

    .section--slider2__slide-stats {
        margin-top: 40px
    }

    .section--slider2__slide-stat-title {
        font-size: 56px
    }

    .section--slider2__slide-stat-title .stat-text {
        font-size: 50px
    }

    .section--slider2__slide-index {
        margin-top: 60px
    }

    .section--slider2 .section--subtitle {
        font-size: 40px
    }
}

.section--section1 {
    /*padding: 80px 0*/
}

.section--section1 .section--title {
    text-align: center;
    background: #c30813;
    padding: 100px 0;
    color: #fff;
}

.section--section1__items {
    display: flex;
    position: relative
}

.section--section1 .slick-arrow {
    display: none !important
}

.section--section1__item {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-end;*/
    /*flex-flow: column;*/
    width: 33.33%;
    padding: 370px 80px 0 80px;
    position: relative;
    -webkit-transition: width 1s, height .5s;
    -o-transition: width 1s, height .5s;
    transition: width 1s, height 0s;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.section--section1__item.disabled {
    display: none
}


.section--section1__item.active {
    width: 100%;
    padding: 300px 80px 0 80px;
}
.section--section1__item.active .section--section1__item-title, .section--section1__item.active .section--text {
    max-width: 65%
}

.section--section1__item.active:before {
    opacity: .7;
    max-width: 100%
}

.section--section1__item:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f252f;
    opacity: .2;
    z-index: 1
}

.section--section1__item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    color: #fff
}

.section--section1__item .section--text {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    display: none
}
.section--section1__item .section--text p{
    text-align: justify;
}
.section--section1__item-button {
    position: relative;
    z-index: 2
}

.section--section1__item-button a {
    margin-top: 32px;
    display: table;
    padding-right: 38px;
    cursor: pointer;
    font-size: 20px;
}

.section--section1__item-button a.back2 {
    display: none
}

.section--section1__item:nth-child(1) {
    background: url(images/section-item-1.jpg) no-repeat top left;
    background-size: cover
}

.section--section1__item:nth-child(2) {
    background: url(images/section-item-2.jpg) no-repeat top center;
    background-size: cover
}

.section--section1__item:nth-child(3) {
    background: url(images/section-item-3.jpg) no-repeat top center;
    background-size: cover
}

.section--section1 .section--section1__item-title {
    text-shadow: 1px 1px #1f252f
}
.section--section1 .box{
    /*position: absolute;*/
    /*top: 300px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*min-height: 180px;*/
    /*padding: 0 80px;*/
}


.section--events {
    padding: 80px 0;
    background: url("images/Screen7.jpg") no-repeat;
    background-size: cover;
}

.section--events .section--title {
    text-align: center
}

.section--events__items {
    margin-top: 72px;
    display: flex
}

.section--events__item {
    width: calc((100% / 3));
    margin-right: 30px;
    background: #fff;
}

.section--events__item:nth-child(3n) {
    margin-right: 0
}

.section--events__item-title {
    margin-top: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 370px
}

.section--events__item-date {
    font-size: 14px;
    margin-top: 5px
}

.section--events__item-content {
    margin-top: 15px
}

.section--events__item-content.section--text {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical*/
    color: #000000;
    font-size: 24px;
}

.section--events .read-more-link {
    margin-top: 20px
}
.section--events .text{
    padding: 40px 50px 80px;
}
.section--events .read-more-link a.btn-primary {
    display: flex;
    align-items: center;
    background: none;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 0;
}
.section--events .read-more-link a img{
    width: 30px;
    margin-left: 15px;
}


@media screen and (max-width: 1600px) {
    .section--slider1__top-navigation-wrapper .slick-dots li, .section--slider1__top-navigation-wrapper-mobile .slick-dots li{
        font-size: 24px;
    }
    .section--section1__item.active {
        width: 100%;
        padding: 240px 80px 0 80px;
    }
}


@media screen and (max-width: 1480px) {



    .section--2-col .section--text p{
        width: 60%;
    }
    .section--2-col ul{
        width: auto;
        /*padding-left: 0px;*/
        /*border-left: 0;*/
        /*margin-top: 20px;*/
    }
    .section--slider1__top-navigation-wrapper .slick-dots li, .section--slider1__top-navigation-wrapper-mobile .slick-dots li{
        font-size: 20px;
    }
    .section--slider2__slide-stat .content .text li{
        margin-bottom: 40px;
    }
    .section--slider2__slide-stat .content .text img{
        width: 70px;
    }
    .section--slider2__slide-stat-title{
        font-size: 50px;
    }
    .section--slider2__slide-stat-text{
        font-size: 20px;
    }
    .section--events__item-content.section--text{
        font-size: 18px;
        margin-top: 0;
    }
    .section--events .text{
        padding: 30px;
    }
    .section--events .read-more-link a.btn-primary{
        font-size: 14px;
    }
    .section--events .read-more-link a img{
        width: 25px;
    }
    .footer-banner a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .section--section1 .container {
        padding: 0 40px
    }
    .section--video .btn-play{
        width: 150px;
        height: 150px;
        top: calc(50% - 75px);
        left: calc(50% - 75px);
    }
    .section--section1__item{
        padding: 370px 40px 0 40px;
    }
}



@media screen and (max-width: 1440px) {
    .section--slider2__slide-stat .content .text li .icon{
        margin-right: 25px;
    }
}


@media screen and (max-width: 1100px) {
    .section--section1 .section--section1__item {
        height: 720px
    }
}

@media screen and (max-width: 992px){
    .section--2-col .section--text{
        flex-flow: wrap;
    }
    .section--2-col .section--text p{
        width: 100%;
    }
    .section--2-col ul{
        width: auto;
        padding-left: 0px;
        border-left: 0;
        margin-top: 20px;
    }
    .two .section--slider1__slide-info-content ul li{
        width: 100%;
        border-right: none;
    }
    .three .section--slider1__slide-info-content ul li{
        width: 100%;
        border-right: none;
    }
    .section--banner{
        padding: 80px 0;
        background-position-x: 20%;
    }
    .section--banner .title{
        font-size: 40px;
    }
    .section--banner .title br{
        display: none;
    }
    .section--banner .headline{
        font-size: 14px;
        font-weight: bold;
    }
    .section--2-col .image h3{
        font-size: 40px;
    }
    .section--2-col .image p{
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }
    .section--2-col .image p br{
        display: none;
    }
    .section--2-col .section--text p{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
    .section--2-col ul li{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
    .section--2-col ul li img{
        width: 20px;
        margin-right: 14px;
    }
    .section--video .btn-play{
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }
    .section--slider1__top-navigation-wrapper{
        display: none;
    }
    .section--slider1__top-navigation-wrapper-mobile{
        display: block;
    }
    .section--slider1 .section--title{
        font-size: 26px;
        padding: 0 32px;
        font-weight: 700;
        text-align: left;
    }
    .section--slider1__top-navigation-wrapper, .section--slider1__top-navigation-wrapper-mobile{
        padding: 0 32px;
    }
    .section--slider1__slides .slick-arrow{
        top: 16%;
    }
    .section--slider1__top-navigation-wrapper-mobile .slick-dots li:nth-child(3){
        background: #fea73a;
    }
    .section--slider1__top-navigation-wrapper-mobile .slick-dots li:nth-child(4){
        background: #3046b7;
    }
    .section--slider1__slide-info ul {
        list-style: disc;
    }
    .section--slider1__slide-info ul li{
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        min-height: 0px;
        padding: 0;
        border-right: none;
    }
    .section--slider1__slide-info ul li br{
        display: none;
    }
    .section--slider1__slide-info-content ul{
        flex-flow: wrap;
    }
    .section--slider2 .section--slider2__slide-title{
        font-size: 40px;
    }
    .section--slider2 .section--subtitle{
        font-size: 40px;
        font-weight: 600;
    }
    .section--slider2__slide-stat .content{
        flex-flow: wrap;
    }
    .section--section1 .section--title{
        font-size: 40px;
        padding: 45px 0;
    }
}

@media screen and (max-width: 992px) {
    .section--section1 {
        padding: 32px 0 0
    }

    .section--section1 .container {
        padding: 0
    }

    .section--section1 .section--title {
        padding: 0 32px;
        text-align: left;
        background: none;
        color: #000;
    }
    .section--slider2__slide-stat .content .pic{
        width: 100%;
    }
    .section--slider2__slide-stat .content .text{
        width: 100%;
        padding: 30px;
    }
    .section--section1__items {
        margin-top: 32px;
        flex-direction: column;
        position: relative
    }
    .section--slider2 .section--subtitle:before{
        width: 40px;
        left: -65px;
    }
    .section--slider2 .section--subtitle:after{
        width: 40px;
        right: -65px;
    }
    .section--section1 .slick-arrow {
        display: none !important
    }

    .section--section1 .slick-dots {
        display: flex;
        max-width: 100%;
        margin: 0 auto;
        left: 32px;
        right: 32px;
        position: absolute;
        bottom: 55px
    }

    .section--section1 .slick-dots li {
        width: 100%
    }

    .section--section1 .slick-dots li button {
        height: 2px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        background: #fff;
        opacity: .4;
        width: 100%;
        text-indent: -9000px
    }

    .section--section1 .slick-dots li.slick-active button {
        opacity: 1
    }

    .section--section1__item {
        width: 100%;
        height: auto !important;
        min-height: 680px;
        padding: 90px 32px 112px 32px
    }

    .section--section1__item:before {
        opacity: .7;
        max-width: 100% !important
    }

    .section--section1__item.active .section--section1__item-title, .section--section1__item.active .section--text {
        max-width: 100% !important
    }

    .section--section1__item.disabled {
        display: block !important
    }

    .section--section1__item .section--text {
        display: block !important
    }

    .section--section1__item-button .more {
        display: none
    }

    .section--section1__item-button .back {
        display: none
    }

    .section--section1__item-button a.back2 {
        display: none;
        float: left
    }

    .section--section1__item-button.mnb .back {
        display: none !important
    }
    .section--slider2__slide-stat .content .text img{
        width: 50px;
    }
    .section--slider2__slide-stat-title{
        font-size: 30px;
    }
    .section--slider2__slide-stat .content .text li .icon{
        margin-right: 20px;
    }
    .section--slider2__slide-stat-text{
        font-size: 16px;
    }
    .footer-banner .headline{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .footer-banner a{
        font-size: 14px;
    }
    .footer-banner a:nth-child(2){
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .section--events {
        padding: 32px 0
    }

    .section--events .section--title {
        text-align: left
    }

    .section--events__items {
        margin-top: 32px;
        flex-direction: column
    }

    .section--events__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px
    }

    .section--events__item-title {
        font-size: 24px
    }

    .section--events__item:last-child {
        margin-bottom: 0
    }

    .section--events .read-more-link {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .section--2-col .section--text .xian{
        display: none;
    }
}

