/* Loader */
#loader {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

#loader .spinner {
    width: 80px;
    height: 80px;
    background-image: url(../image/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}

#loader {
    background: rgba(255, 255, 255, 1);
    z-index: 999999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Loader */


html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
ul,
li,
form,
p,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    color: #1d1c1c;
    font-size: 14px;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

ul {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;

}


* {
    outline: none;
}

input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.popup-content {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    border-radius: 6px;
    background-color: #FFF;

}

.popup-content p {
    text-align: center;
    padding-top: 80px;
    font-size: 25px;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-image: url(../image/close2.png);
    background-size: cover;
}

.link-grey {
    color: #8b8a8a;
}


.desktop {
    display: block;
}

.mobile {
    display: none;
}

.wrapper {
    max-width: 1280px;
    margin: auto;
    position: relative;
}

#roll_top {
    height: 46px;
    width: 46px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(108, 110, 109, 0.95);
    background-image: url(../image/btn_top.svg);
    background-size: 40% 40%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
}

.color-btn {
    background: -webkit-linear-gradient(to left, #da4472, #e97158);
    background: linear-gradient(to left, #da4472, #e97158);
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s ease-out;
    box-shadow: 0 0;
    opacity: 1;
}

.color-btn:hover {
    opacity: .85;
}

.color-green {
    color: #10c753;
}

/* header */
.header {
    max-width: 1920px;
    height: 784px;
    background-image: url(../image/kv-bg.jpg);
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    margin: auto;
}

.top {
    display: flex;
    justify-content: space-between;
}

.top-logo {
    padding-top: 25px;
    width: 210px;
}

.top-logo img {
    width: 210px;
}

.top-nav {
    flex: 1;
}

.top-nav ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 73px;
}

.top-nav li {
    position: relative;
    margin-left: 60px;
}

.top-nav li>a {
    font-size: 16px;
    color: #343138;
    font-weight: 600;
    transition: all 0.4s ease-out;
}

.top-nav li>a:hover {
    color: #000;
}

.show-sub-menu::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../image/nav-arrow-down.png);
    background-size: cover;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.close-menu-btn {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 15px;
    width: 150px;
}

.sub-menu.sub-menu2 {
    width: 180px;
}

.sub-menu p {
    background-color: #FFF;
    margin-top: 10px;
    padding: 10px 0;
}

.sub-menu p a {
    display: block;
    color: #000;
    font-size: 15px;
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.top-nav li.active .sub-menu {
    display: block;
}

.top-nav li.active .show-sub-menu::after {
    transform: rotate(180deg);
}

/* header -> kv */
.kv {
    display: flex;
}


.kv-content-body {
    padding-top: 118px;
    line-height: 1.3;
}

.kv-content-body p:nth-child(1) {
    font-size: 56px;
    color: #000;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.kv-content-body p:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.kv-content-body p:nth-child(2) strong {
    font-size: 1.4em;
}

.kv-right-img {
    margin-right: -50px;
    margin-top: 145px;
}

.kv-content-footer {
    display: flex;
    margin-top: 95px;
}

.kv-content-footer p {
    margin-right: 18px;
}

.elem1 {
    position: absolute;
    left: -100px;
    bottom: 50px;
}

.elem2 {
    position: absolute;
    left: 45%;
    top: 90%;
}

.elem3 {
    position: absolute;
    right: -50px;
    bottom: -420px;
}

/* 向上移动消失 */
@keyframes ani-up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.item-title {
    font-size: 42px;
    font-weight: bold;
}


/* opportunity */
.opportunity-item {
    margin-top: 80px;
    position: relative;
}

.opportunity-title {
    padding-top: 150px;
    margin-bottom: -40px;
}

.opportunity-box {
    width: 1040px;
    height: 490px;
    border-radius: 26px;
}

.oppertwnity-bg1 {
    background: -webkit-linear-gradient(to right, #ee68bf, #fe9738);
    background: linear-gradient(to right, #ee68bf, #fe9738);
}

.oppertwnity-bg2 {
    background: -webkit-linear-gradient(to right, #0cc858, #afe048);
    background: linear-gradient(to right, #0cc858, #afe048);
}

.opportunity-box .item-header {
    height: 46px;
    line-height: 46px;
    text-align: right;
    padding-right: 30px;
    color: #FFF;
    font-size: 32px;
}

.opportunity-box .item-body {
    margin-left: 20px;
    background-color: #FFF;
    border-radius: 26px;
    height: 444px;
    display: flex;
    justify-content: space-between;
}

.opportunity-box .item-body-left {
    padding-top: 10px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 470px;
}

.opportunity-box .item-body-left .text-bg {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 78px;
    font-weight: bold;

}

.item-desc-header1 {
    background-image: -webkit-linear-gradient(left, #ef6bb6, #fe9738);
}

.item-desc {
    font-size: 22px;
    line-height: 1.5;
}

.item-source {
    font-size: 15px;
    color: #8b8a8a;
}

.opportunity-box .item-body-right {
    background-color: #FFF;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}

/* item1 */
.item1 .item-source {
    padding-top: 50px;
    padding-bottom: 10px;
}


/* item 2*/
.item-desc-header2 {
    background-image: -webkit-linear-gradient(left, #0cc858, #afe048);
}

.item2 .item-desc {
    padding-bottom: 20px;
}

.item2 .item-source {
    padding-bottom: 20px;
}

.item2 {
    left: 80px;
}

.item3 {
    left: 160px;
}

.elem4 {
    position: absolute;
    left: -80px;
    top: 50%;
}



/* what we do */
.wwd-title {
    margin-top: 170px;
    margin-bottom: 70px;
}

.wwd-content {
    display: flex;
    justify-content: space-between;
}

.wwd-img {
    text-align: center;
    margin-bottom: -100px;
}

.wwd-desc {
    width: 360px;
    height: 360px;
    border: 1px solid #61b68d;
    border-radius: 50%;
    text-align: center;
}

.wwd-desc p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    margin-top: 100px;
    padding-bottom: 25px;
    position: relative;
}

.wwd-desc p:nth-child(1)::after {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    border-bottom: 1px solid #61b68d;
}

.wwd-desc p:nth-child(2) {
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.5;
}

/* assets */
.asset-title {
    padding-bottom: 40px;
}

.assets {
    max-width: 1920px;
    margin: auto;
    padding: 50px 0;
    background-image: url(../image/asset_class_bg.jpg);
    background-size: cover;
    margin-top: 65px;
}

.asset-content {
    position: relative;
}

.assetSwiper {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    margin: 0 40px;
}

.swiper-item {
    display: flex;
    justify-content: space-between;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-item-left {
    padding: 30px 0 30px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.clip-text {
    font-size: 48px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.title0 {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 40px;
}

.title1 {
    background-image: -webkit-linear-gradient(left, #0cc858, #afe048);
}

.swiper-slide-title span {
    display: block;
}

.swiper-slide-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.swiper-slide-desc span {
    display: block;

}

.gist-h {
    margin-top: 30px;
}

.swiper-slide-desc span em {
    display: inline-block;
    margin-bottom: 5px;
}

.swiper-slide-desc-light {
    background-color: #74bf9e;
    color: #FFF;
    font-weight: normal;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.swiper-slide-desc span.source {
    color: #989697;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}

.swiper-item-right {
    padding: 30px 30px 30px 0;
}

.swiper-item-right img {
    border-radius: 6px;
}

.swiper-item-right p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: right;
    color: #000;
}


.asset-content {
    --swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;
    /* 设置按钮大小 */
}

.asset-pagination {
    left: -40px !important;
    bottom: 0;
    top: -50px;
    height: 20px;
    text-align: right;
}

.asset-pagination .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    opacity: 1;
    background-color: #FFF;
}

.asset-pagination .swiper-pagination-bullet-active {
    background-image: url(../image/swiper_dot.png);
    background-size: cover;
    color: #FFF;
}

/* how it works*/
.hiw {

    background-color: #034ca4;
}

.hiw .wrapper {
    max-width: 1920px;
}

.hiw img {
    display: block;
    width: 100%;
}

.hiw-title {
    left:20px;
    position: absolute;
    color: #FFF;
    padding-top: 40px;
}


/* team */
.team {
    padding: 80px 0 120px;
}

.team-content h5 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 50px;
}

.team-swiper {
    position: relative;
    line-height: 1.5;
}

.team-swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #167940;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.teamA {
    max-width: 800px;
    margin: auto;
}

.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
    width: 58px;
    height: 58px;
    border: 2px solid #177941;
    border-radius: 50%;
}

.team-swiper-header .swiper-wrapper {
    vertical-align: top;
}

.team-swiper-header .swiper-slide {
    text-align: center;
    margin: auto;
}

.team-swiper-header .swiper-slide p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.team-swiper-header .swiper-slide img {
    cursor: pointer;
    width: 180px;
    border-radius: 50%;
    border: 5px solid #FFF;
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, .1);
    opacity: 0.4;
    background-color: #000;
}

.team-swiper-header .swiper-slide-thumb-active img {
    border: 5px solid #167940;
    opacity: 1;
}

.team-swiper-header .swiper-slide-thumb-active {
    color: #167940;
}

.team-swiper-body .swiper-slide>div {
    padding: 20px 0;
    font-size: 18px;
}

.team-swiper-body {
    max-width: 1100px;
    margin: auto;
}

.teamB {
    max-width: 1200px;
    margin: auto;
}

#Advisory_Board {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #177941;
}


/* Media Coverage*/
.media {
    background-image: url(../image/media-bg.jpg);
    background-size: 100% 100%;
    padding: 60px 0;
    max-width: 1920px;
    margin: auto;
}

.media-content {
    position: relative;
    height: 500px;
}

/* faq */
.faq-content {
    display: flex;
    padding-top: 100px;
}

.faq-title {
    width: 200px;
}

.faq-list {
    flex: 1;
}

.faq-item {
    box-shadow: 2px 2px 8px 2px rgba(155, 151, 152, .4);
    margin-bottom: 20px;
    border-radius: 6px;
}

.faq-item-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 30px;
    font-size: 20px;
    color: #079e4f;
}

.faq-item-header .tab-arrow {
    display: block;
    background-image: url(../image/faq-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
}

.faq-item-body {
    display: none;
    padding: 0 30px 30px 60px;
    font-size: 17px;
    line-height: 1.5;
}

.faq-item-index {
    display: inline-block;
    margin-right: 20px;
}

.active .faq-item-body {
    display: block;
}

.faq-item-header .tab-arrow {
    transform: rotate(180deg);
}

.active .faq-item-header .tab-arrow {
    transform: rotate(0deg);
}

.faq-footer {
    text-align: right;
    padding-bottom: 80px;
    padding-top: 20px;
}

.faq-footer a {
    color: #17c46a;
    font-size: 18px;
}

/* footer */
.footer {
    background-image: url(../image/footer-bg.jpg);
    padding: 64px 0;
    background-position: top center;
    color: #FFF;
    max-width: 1920px;
    margin: auto;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
}

.footer-content-left p {
    padding-top: 15px;
}

.footer-content-left p a {
    color: #FFF;
}

.footer-content-left p a:hover {
    text-decoration: underline;
}

.footer-content-left p:nth-child(1) {
    margin-bottom: 20px;
}

.footer-content-left p:nth-child(2) {
    font-size: 28px;
    font-weight: bold;
}

.footer-content-left p:nth-child(3) {
    font-size: 16px;
    line-height: 1.6;
}

.footer-content-right {
    padding-top: 80px;
}

.footer-content-right h5 {
    font-size: 20px;
    font-weight: bold;
}

.footer-content-right p {
    padding-top: 10px;
}

.footer-content-right p:nth-child(2) {
    font-size: 16px;
}

.email {
    display: inline-block;
    width: 260px;
    height: 40px;
    border: 1px solid #EEE;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 30px;
}

.ss-media {
    margin-top: 100px;
}

.ss-media a {
    display: inline-block;
    margin-right: 20px;
}


.copyright {
    color: #98999e;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 50px;
}

.copyright p {
    margin-top: 20px;
}

.cookie {
    display: none;
    background-color: #167940;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 10;
    max-width: 1920px;
    margin: auto;
}

.cookie .wrapper {
    display: flex;
    justify-content: space-between;
}

.cookie-left {
    flex: 1;
    color: #FFF;
    font-size: 16px;
    line-height: 1.6;
    padding: 50px 0;
}

.cookie-right {
    width: 350px;
}

.cookie-close {
    text-align: right;
    padding-top: 20px;
}

.cookie-close a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../image/close.png);
    background-size: cover;
}

.cookie-button {
    text-align: right;
    padding-top: 80px;
    padding-bottom: 40px;
}

.cookie-button a {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 40px;
    margin-left: 20px;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.share {
    position: fixed;
    background-color: #e6e6e6;
    padding: 15px;
    top: 50%;
    margin-top: -200px;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 5;
}

.share a {
    display: block;
    margin-top: 15px;
}

.share a:nth-child(1) {
    margin-top: 0;
}

.share a img {
    width: 50px;
}

/* mobile */
.mobile {
    display: none;
}

.pc-br {
    display: block;
}

.mo-br {
    display: inline;
}

@media screen and (max-width: 1500px) {
    .wrapper {
        max-width: 1100px;
    }

    .kv-right-img img {
        width: 100%;
    }

    .kv-right-img {
        margin-right: 0;
        margin-top: 200px;
    }


    .elem2 {
        left: 45%;
        top: 65%;
    }

    .title0 {
        font-size: 48px;
    }

    .title1 {
        font-size: 42px;
    }

    .swiper-item-left {
        width: 50%;
    }

    .swiper-item-right {
        width: 48%;
        padding-left: 20px;
    }

    .swiper-item-right img {
        width: 100%;
    }


}

@media screen and (max-width: 1300px) {
    .wrapper {
        max-width: 1000px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .opportunity-box {
        width: 1000px;
        height: 480px;
    }

    .kv-right-img img {
        width: 100%;
    }

    .item2 {
        left: 0;
    }

    .item3 {
        left: 0;
    }

    .share a img {
        width: 32px;
    }

    .kv-right-img {
        margin-top: 180px;
    }

    .elem1 {
        left: 0;
        bottom: -50px;
    }

    .elem1 img {
        width: 70px;
    }

    .elem3 {
        right: 0;
        bottom: -50px;
    }

    .elem3 img {
        width: 70px;
    }

    .elem4 {
        left: 0;
    }

    .elem4 img {
        width: 65px;
    }

    .opportunity-box .item-body-right img {
        width: 460px;
    }


    .hiw-content img {
        width: 100%;
    }

    .wwd-desc {
        width: 300px;
        height: 300px;
    }

    .wwd-img {
        margin-bottom: -90px;
    }

    .wwd-img img {
        width: 250px;
    }

    .wwd-desc p:nth-child(1) {
        font-size: 20px;
        margin-top: 80px;
        padding-bottom: 20px;
    }

    .wwd-desc p:nth-child(2) {
        padding-top: 20px;
        font-size: 18px;
        line-height: 1.4;
    }

    .title0 {
        font-size: 38px;
    }

    .title1 {
        font-size: 35px;
    }

}

@media screen and (max-width: 900px) {
    .wrapper {
        max-width: 460px;
        margin: auto;
        padding: 0 15px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .pc-br {
        display: inline;
    }

    .mo-br {
        display: block;
    }

    /* header */
    .header {
        max-width: 1920px;
        height: auto;
        background-image: url(../image/mobile/kv-bg.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .top {
        flex-direction: column;
    }

    .top-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;
    }

    .menu-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }

    .top-nav-box {
        position: relative;
        z-index: 2;
        width: 80%;
        height: 100%;
        background-color: #FFF;
        overflow-y: auto;
        left: -100%;
    }

    .close-menu-btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

    .close-menu-btn a {
        display: block;
        background-image: url(../image/mobile/icon-close.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        background-color: #FFF;
        border-radius: 50%;
        z-index: 3;
        width: 32px;
        height: 32px;
        overflow: hidden;
        text-indent: -999px;
    }

    .top-logo {
        padding-top: 20px;
        padding-left: 0px;
        width: 120px;
    }

    .top-logo img {
        width: 100%;
    }

    .nav-menu-btn {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 2;
    }

    .nav-menu-btn img {
        width: 28px;
    }

    .top-nav ul {
        display: block;
        margin-top: 0;
        padding: 0 20px 30px 20px;
    }

    .top-nav li {
        margin: auto;
        margin-top: 30px;
    }

    .top-nav li>a {
        font-size: 20px;
    }

    .show-sub-menu::after {
        transform: rotate(-90deg);
    }

    .sub-menu {
        position: relative;
        top: 0;
        width: auto;
        margin-bottom: -30px;
    }

    .sub-menu p {
        margin-top: 0;
        padding: 10px 0;
    }

    /* share */
    .share {
        border-top: 1px solid #CCC;
        border-radius: 0;
        position: relative;
        padding: 30px 0 0 0;
        display: flex;
        margin: 0 20px;
        top: 0;
        right: 0;
        background-color: #FFF;
    }

    .share a {
        margin-top: 0;
        margin-right: 15px;
    }

    .share a img {
        width: 40px;
    }

    .top-subscribe {
        margin: 0 20px;
        padding: 30px 0;
    }

    .top-subscribe h5 {
        font-weight: bold;
        font-size: 16px;
    }

    .top-subscribe p:nth-child(2) {
        padding: 10px 0;
    }

    .top-subscribe p:nth-child(3) {
        display: flex;
        justify-content: space-between;
    }

    .top-subscribe p:nth-child(3) span:nth-child(1) {
        flex: 1;
    }

    .top-subscribe p:nth-child(3) span:nth-child(2) {
        width: 100px;
        margin-left: 10px;
    }

    .email {
        width: 100%;
        height: 32px;
        padding-left: 10px;
        font-size: 14px;
        margin-right: 10px;
        background-color: #EEE;
        border: 1px solid #CCC;
    }

    .top-subscribe .color-btn {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        font-size: 13px;
    }

    /* kv */
    .kv {
        flex-direction: column;
    }

    .kv-content-body {
        padding-top: 80px;
        padding-bottom: 40px;
        text-align: center;
    }

    .kv-content-body p:nth-child(1) {
        font-size: 34px;
    }

    .kv-content-body p:nth-child(2) {
        font-size: 20px;
    }

    .kv-content-footer {
        justify-content: space-between;
        margin-top: 60px;
    }

    .kv-content-footer p {
        margin-right: 0;
        width: 30%;
    }

    .color-btn {
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-radius: 20px;
        font-size: 14px;

    }

    .kv-right-img {
        margin: 100px 0 0 0;
        text-align: right;
    }

    .kv-right-img img {
        width: 80%;
    }

    .elem1 {
        left: 10px;
        bottom: 10px;
    }

    .elem1 img {
        width: 40px;
    }

    .elem2 {
        left: 10%;
        top: 30%;
    }

    .elem2 img {
        width: 60px;
    }

    .elem3 {
        position: absolute;
        right: 20px;
        bottom: -40px;
    }

    .elem3 img {
        width: 50px;
    }

    .elem4 {
        display: none;
    }

    .item-title {
        font-size: 26px;
    }

    .opportunity-title {
        padding-top: 50px;
        margin-bottom: 0;
    }

    .opportunity-item {
        margin-top: 40px;
    }

    .item2,
    .item3 {
        left: 0;
    }

    .opportunity-box {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .opportunity-box .item-header {
        height: auto;
        line-height: 1.5;
        font-size: 18px;
        padding: 5px 20px 0 0;
    }

    .opportunity-box .item-body {
        margin-left: 10px;
        border-radius: 15px;
        height: auto;
        flex-direction: column;
    }

    .opportunity-box .item-body-left {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .opportunity-box .item-body-left .text-bg {
        font-size: 46px;
    }

    .item-desc {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 20px;
        padding-right: 40px;
    }

    .item1 .item-source {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .item2 .item-source {
        padding-bottom: 0;
    }

    .opportunity-box .item-body-right {
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .opportunity-box .item-body-right img {
        width: 100%;
    }

    .wwd-title {
        margin-top: 80px;
        margin-bottom: 0;
    }

    .wwd-content {
        flex-direction: column;
    }

    .wwd-item {
        margin-top: 50px;
    }

    .wwd-img {
        margin-bottom: -90px;
    }

    .wwd-img img {
        width: 200px;
    }

    .wwd-desc {
        width: 300px;
        height: 300px;
        margin: auto;
    }

    .wwd-desc p:nth-child(1) {
        font-size: 18px;
        margin-top: 80px;
        padding-bottom: 20px;
    }

    .wwd-desc p:nth-child(2) {
        padding-top: 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    /* asset */
    .assetSwiper {
        border-radius: 10px;
        margin: 0 20px;
    }

    .swiper-item {
        flex-direction: column;
        padding: 20px;
    }

    .swiper-item-left {
        padding: 0;
        order: 2;
    }

    .swiper-slide-title {
        font-size: 40px;
        padding-top: 10px;
    }

    .swiper-slide-desc {
        font-size: 16px;
    }




    .swiper-slide-desc-light {
        padding: 1px 8px;
        border-radius: 3px;
        font-size: 14px;
    }

    .swiper-slide-desc span.source {
        font-size: 14px;
    }

    .swiper-item-right {
        order: 1;
        padding: 0;
    }

    .swiper-item-right p:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
        text-align: left;
    }

    .swiper-item-right img {
        width: 100%;
    }


    .asset-pagination {
        left: 0 !important;
        top: -30px;
        text-align: center;
    }

    .title0 {
        font-size: 26px;
        font-weight: bold;
    }

    .title1 {
        font-size: 28px;
        font-weight: bold;
    }

    .swiper-item-left,
    .swiper-item-right {
        width: auto;
    }

    .asset-content .swiper-button-prev,
    .asset-content .swiper-rtl .swiper-button-next {
        left: -10px;
    }

    .asset-content .swiper-button-next,
    .asset-content .swiper-rtl .swiper-button-prev {
        right: -10px;
    }

    .asset-content .swiper-button-next:after,
    .asset-content .swiper-button-prev:after {
        font-size: 32px;
    }

    /* how it works*/
    .hiw-title {
        position: relative;
        font-size: 26px;
        padding: 15px 0;
    }



    /* team */
    .team {
        padding: 50px 0 50px;
    }

    .team-content h5 {
        font-size: 20px;
        text-align: center;
        padding: 20px 0;
    }

    .team-swiper-header .swiper-slide img {
        width: 90px;
    }

    .team-content .swiper {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #Advisory_Board {
        margin-top: 40px;
        padding-top: 40px;
    }

    .team-content .swiper-button-next,
    .team-content .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .team-swiper-header .swiper-slide p:nth-child(2) {
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .team-swiper-body .swiper-slide>div {
        padding: 10px 10px;
        font-size: 16px;
    }

    .team-content .swiper-button-next:after,
    .team-content .swiper-button-prev:after {
        font-size: 22px;
    }



    /* media */
    .media {
        background-size: auto 100%;
        padding: 60px 0;
        max-width: 1920px;
        margin: auto;
    }

    .media-content {
        height: 300px;
    }

    /* faq */
    .faq-content {
        padding-top: 50px;
        flex-direction: column;
    }

    .faq-title {
        width: auto;
        padding-bottom: 20px;
    }

    .faq-item-header a {
        padding: 10px 10px 10px 10px;
        font-size: 16px;
    }

    .faq-item-header .tab-arrow {
        width: 24px;
        height: 24px;
    }

    .faq-item-index {
        margin-right: 10px;
    }

    .faq-item-body {
        padding: 0 20px 20px 30px;
        font-size: 14px;
    }

    .faq-footer a {
        font-size: 15px;
    }

    /* footer */
    .footer {
        background-image: url(../image/mobile/footer-bg.jpg);
        padding: 20px 0;
    }

    .footer-contact {
        flex-direction: column;
    }

    .footer-content-left p:nth-child(1) img {
        width: 130px;
    }

    .footer-content-left p:nth-child(2) {
        font-size: 18px;
    }

    .footer-content-left p:nth-child(3) {
        font-size: 14px;
    }

    .footer-content-right {
        padding-top: 50px;
    }

    .footer-content-right h5 {
        font-size: 16px;
    }

    .footer-content-right p:nth-child(2) {
        font-size: 13px;
    }

    .footer-content-right p:nth-child(3) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-content-right p:nth-child(3) span:nth-child(1) {
        flex: 1;
    }

    .footer-content-right p:nth-child(3) span:nth-child(2) {
        width: 100px;
        margin-left: 10px;
    }

    .footer-content-right p .color-btn {
        width: 100%;
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        font-weight: normal;
        text-align: center;
    }

    .ss-media {
        margin-top: 80px;
    }

    .ss-media a {
        margin-right: 10px;
    }

    .ss-media a img {
        width: 36px;
    }

    .copyright {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    #roll_top {
        height: 36px;
        width: 36px;
    }

    .cookie .wrapper {
        flex-direction: column;
    }

    .cookie-right {
        width: auto;
    }

    .cookie-left {
        position: relative;
        padding: 50px 0 20px;
    }

    .cookie-close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding-top: 0;
    }

    .cookie-close a {
        width: 24px;
        height: 24px;
    }

    .cookie-button {
        text-align: center;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .cookie-button a {
        font-size: 13px;

    }




}