/* layout */
section {
    padding: 80px 0;
}
@media screen and (max-width: 835px) {
    section {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1024px) {
    section .columns {
        margin: 0;
    }
    section .column {
        padding: 0;
    }
}

/* button */
section .btn.white {
    border-color: var(--color-brand-standard);
    background-color: #ffffff;
    color: var(--color-brand-standard);
}
section .btn.white:focus, section .btn.white:hover, section .btn.white:active {
    background-color: var(--color-brand-standard);
    color: #ffffff;
}
@media screen and (min-width: 835px) {
    section .btn {
        min-width: 150px !important;
        min-height: 48px;
    }
}

/* number */
.number {
    min-width: fit-content;
    height: fit-content;
    vertical-align: middle;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

/* swiper */
.swiper {
    margin-left: -16px;
    margin-right: -16px;
}
.swiper-slide {
    background-repeat: no-repeat;
    padding: 0 19px;
}
.swiper-content {
    max-width: 375px;
    margin: 0 auto;
}
.swiper-pagination {
    bottom: 50px!important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 4px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}
.swiper-pagination-drag {
    height: 2px;
    background-color: var(--color-brand-standard);
    top: -0.5px;
}
.swiper-button-prev, .swiper-button-next {
    position: static;
    width: 47px;
    height: 47px;
    background: url("/static/home/fonts/left-arrow.svg") no-repeat scroll center / contain;
    margin: 0 4px;
}
.swiper-button-next {
    background-image: url("/static/home/fonts/right-arrow.svg");
}
.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.translatepress-vi .banner-text-title span,
.translatepress-vi .banner-text-title span font {
    font-family: "Times New Roman" !important;
}

/* font */
h2.title {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px !important;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}
p.subtitle, p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
}
p.subtitle {
    margin-bottom: 40px !important;
}
@media screen and (min-width: 1025px) {
    h2.title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 16px !important;
    }
    h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 38px;
    }
    p.subtitle {
        margin-bottom: 80px !important;
    }
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 80px;
}
.innner-pc div.divider-red, .innner-wap div.divider-red {
    width: 46px;
    height: 2px;
    /* background-color: var(--color-brand-standard); */
    margin: 24px 0 0;
}
.translatepress-sc div.bottom-group .btn  {
    font-family: 'MicrosoftYaHei' !important;
}

@media screen and (min-width: 835px) {
    #swiper-slide-desktop-1 .container > img {
        max-width: 300px;
        margin-bottom: 16px;
    }
    .innner-wap.swiper-container {
        display: none;
    }
    .innner-pc.swiper-container {
        display: block;
        height: 870px;
    }
    .innner-pc .swiper-slide {
        background-size: auto 100%;
        padding: 0;
    }
    .innner-pc .pc-small-title {
        padding-top: 70px;
    }
    .innner-pc .banner-text-title {
        padding: 0 0 40px;
    }
    .innner-pc div.bottom-group {
        padding-top: 64px;
    }
    .innner-pc #swiper-slide-desktop-1 div.bottom-group {
        padding-top: 32px;
    }
    .innner-pc #swiper-slide-desktop-1 div.bottom-group img {
        display: block;
        margin-top: 32px;
        max-width:149px;
    }
    
}
@media screen and (min-width: 835px) and (max-width: 1201px) {
    .innner-pc .banner-text-title {
        max-width: 396px;
        font-size: 48px;
        font-weight: 300;
        padding: 0 0 16px;
    }
    .innner-pc .banner-text-title, .innner-pc .banner-text-content {
        max-width: 290px;
    }
}
@media screen and (min-width: 1201px) {
    .innner-pc.swiper-container {
        height: 870px;
    }
    /* .innner-pc .container > * {
        margin-left: calc(1 / 12 * 100%);
    } */
    .innner-pc .pc-small-title {
        padding-top: 0px;
    }
    .innner-pc .banner-text-title {
        padding: 0 0 16px;
    }
    .innner-pc #swiper-slide-desktop-3 .banner-text-title {
        padding: 0 0 28px;
    }
    .innner-pc div.bottom-group {
        padding-top: 80px;
    }
    .innner-pc div.bottom-group {
        padding-top: 64px;
    }
    .innner-pc div.bottom-group .btn {
        padding:16px 16px;
        line-height: 1.5 !important;
    }
}
@media screen and (min-width: 1601px) {
    /* .innner-pc .swiper-slide {
        background-position: calc(50% + 80px) bottom !important;
    } */
    /* .innner-pc .container > * {
        margin-left: calc(1.5 / 12 * 100%);
    } */
}
@media screen and (max-width: 835px) {
    .innner-wap.swiper-container {
        height: 700px;
    }
    .innner-wap .banner-text-title {
        color: #00001a;
    }
    .innner-wap .banner-text-content {    
        font-size: 20px;
        line-height: 26px;
        color: var(--color-icon-01);
        display:none !important;
    }
    .swiper-slide .container {
        padding:0 !important;
        height: 100%;
    }
    #swiper-slide-wap-1 .container > img {
        max-width: 173px;
        display: block;
        width: 100%;
        padding-top: 89px;
        margin: 0 auto 10px;
    }
    .innner-wap #swiper-slide-wap-1 .banner-text-title {
        padding-top:0;
    }
    .innner-wap #swiper-slide-wap-1 div.bottom-group img {
        display: block;
        max-width:148px;
        width:100%;
        margin: 61px auto 0;
    }
    .innner-wap #swiper-slide-wap-5 .banner-text-content {
        display:block !important;
    }
    /* 捐助儿童 */
    .innner-wap #swiper-slide-wap-2 .banner-text-title,
    .innner-wap #swiper-slide-wap-3 .banner-text-title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.43;
        text-align: center;
    }
    .innner-wap #swiper-slide-wap-2 .banner-text-content,
    .innner-wap #swiper-slide-wap-3 .banner-text-content {
        text-align: center;
    }
}

/* market watcher */
#market-watcher .container {
    max-width: 1380px !important;
}
#market-watcher .is-flex p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #757575;
}
#market-watcher .disclosure {
    cursor: pointer;
}
#market-watcher .disclosure p:first-child {
    text-decoration: underline;
}
#market-watcher .disclosure p:first-child::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #8c8c8c;
    border-bottom: 4px solid transparent;
}
#market-watcher .disclosure.is-active p:first-child::after {
    transform: rotate(90deg);
}
#market-watcher .disclosure p:last-child {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 8px 0;
}
#market-watcher .disclosure.is-active p:last-child {
    display: block;
}
@media screen and (min-width: 835px) {
    #market-watcher p.subtitle {
        margin-bottom: 64px !important;
    }
}

/* trading environment */
#trading-environment h3 {
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    #trading-environment h3 {
        font-weight: bold;
    }
    #trading-environment .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: -12px;
        margin-right: -12px;
    }
    #trading-environment .grid-item:nth-child(-n+3) {
        border-bottom: 1px solid #e4e4e4;
        padding: 16px 0 60px;
    }
    #trading-environment .grid-item:not(:nth-child(3n)) {
        border-right: 1px solid #e4e4e4;
    }
    #trading-environment .grid-item:nth-last-child(-n+3) {
        padding: 60px 0 32px;
    }
    #trading-environment .grid-item img {
        max-width: 280px;
        width: 80%;
        margin-bottom: 8px;
    }
    #trading-environment .grid-item p {
        margin: 0 12px;
    }
}
@media screen and (min-width: 1201px) {
    #trading-environment .grid-item:nth-child(-n+3) {
        padding-bottom: 72px;
    }
    #trading-environment .grid-item:nth-last-child(-n+3) {
        padding: 68px 0 20px;
    }
}
@media screen and (min-width: 1281px) {
    #trading-environment .grid-item p {
        max-width: 348px;
        margin: 0 auto;
    }
    #trading-environment .grid-item:nth-child(-n+2) p {
        max-width: 397px;
    }
}
@media screen and (max-width: 835px) {
    #trading-environment {
        padding-bottom: 80px;
    }
}

/* trading funding */
#trading-funding .container {
    max-width: 1440px !important;
    background: url("/static/home/fonts/map.svg") no-repeat scroll 50% 56px / 300%;
}
#trading-funding h2.title {
    margin-bottom: 40px !important;
}
#trading-funding h3 {
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
}
#trading-funding h3:last-of-type {
    margin-bottom: 40px;
}
#trading-funding .number {
    font-size: 28px;
    font-weight: bold;
    vertical-align: bottom;
    color: var(--color-brand-standard);
    padding: 0 6px;
}
#trading-funding .img-group {
    max-width: 268px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#trading-funding .img-group img {
    margin-bottom: 32px;
}
#trading-funding .img-group img:nth-child(odd) {
    margin-right: 40px;
}
#trading-funding img.visa {width: 87px; height: 28px;}
#trading-funding img.mastercard {height: 48px;}
#trading-funding img.skrill {width: 78px; height: 27px;}
#trading-funding img.neteller {width: 149px; height: 25px;}
#trading-funding img.epay {width: 118px; height: 33px;}
#trading-funding img.element-left {
    width: 64%;
    top: 52%;
    left: -32%;
}
#trading-funding .column:last-child {
    margin-top: -16px;
}
#trading-funding img.element-right {
    width: 64%;
    top: 2%;
    left: 72%;
}
@media screen and (min-width: 835px) {
    #trading-funding {
        padding-bottom: 100px;
    }
    #trading-funding .container {
        background-position: center -24%;
        background-size: 145%;
    }
    #trading-funding .column:first-child > * {
        margin-left: calc(1 / 12 * 100%);
    }
    #trading-funding h2.title {
        margin-bottom: 60px !important;
    }
    #trading-funding h3 {
        line-height: 56px;
    }
    #trading-funding .number {
        font-size: 48px;
    }
    #trading-funding .column:first-child {
        margin-top: 96px;
    }
    #trading-funding .img-group {
        margin: 0;
    }
    #trading-funding img.element-left {
        width: 300px;
        top: 67%;
        left: -32%;
    }
    #trading-funding img.element-right {
        width: 300px;
        top: -3%;
        left: 52%;
    }
    #trading-funding .column:last-child img:first-child {
        width: 431px;
    }
}
@media screen and (min-width: 1201px) {
    #trading-funding {
        padding-bottom: 192px;
    }
    #trading-funding .container {
        background-position: center bottom;
        background-size: contain;
    }
    #trading-funding .img-group {
        max-width: 437px;
    }
    #trading-funding .img-group img {
        margin-bottom: 56px;
    }
    #trading-funding .img-group img:nth-child(odd) {
        margin-right: 56px;
    }
    #trading-funding img.visa {width: 145px; height: 47px;}
    #trading-funding img.mastercard {width: 95px; height: 74px;}
    #trading-funding img.skrill {width: 130px; height: 45px;}
    #trading-funding img.neteller {width: 248px; height: 41px;}
    #trading-funding img.epay {width: 142px; height: 55px;}
    #trading-funding img.element-left {
        width: 400px;
        top: 74%;
        left: -14%;
    }
    #trading-funding img.element-right {
        width: 400px;
        top: 6%;
        left: 78%;
    }
    #trading-funding .column:last-child img:first-child {
        width: 600px;
    }
}
@media screen and (max-width: 835px) {
    #trading-funding {
        text-align: center;
    }
    #trading-funding .column:last-child {
        max-width: 343px;
        margin: 0 auto;
    }
}

/* trading account */

body.translatepress-vi #trading-account p.vn_adjust{
    white-space:nowrap;
}
#trading-account .adjust {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#trading-account img.element-top {
    width: 303px;
    height: 80px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}
#trading-account h2.title {
    margin-bottom: 16px !important;
}
#trading-account a.link {
    display: block;
    width: fit-content;
    color: var(--color-brand-standard);
    margin: 0 auto 12px;
}
#trading-account .columns, #trading-account .swiper-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.79);
}
#trading-account .swiper-content {
    box-shadow: 0 2px 5px 0 rgba(196, 196, 196, 0.5);
    padding: 36px 20px 30px;
}
#trading-account img.icon {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 24px;
}
#trading-account p.currency {
    text-align: center;
    margin-bottom: 46px;
}
#trading-account li.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
}
#trading-account li.list-item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 38px;
    padding-bottom: 32px;
}
#trading-account li.list-item:last-child {
    margin-bottom: 44px;
}
#trading-account p.desc {
    /* flex: 0; */
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    color: var(--color-brand-Auxiliary);
}
#trading-account img.element-left {
    z-index: -1;
    top: 14%;
    left: -64%;
}
@media screen and (min-width: 835px) {
    #trading-account img.element-top {
        width: 568px;
        height: 150px;
        left: 32px;
        transform: none;
    }
    #trading-account h2.title {
        margin-bottom: 16px !important;
    }
    #trading-account a.link {
        margin-bottom: 80px;
    }
    #trading-account img.icon {
        margin: 0 0 24px;
    }
    #trading-account p.currency {
        text-align: left;
        margin-bottom: 64px;
    }
    #trading-account .column {
        position: relative;
        padding: 30px 12px 0;
    }
    #trading-account .column:not(:last-child) {
        border-right: 1px solid #e4e4e4;
    }
    #trading-account li.list-item {
        padding-right: 0;
    }
    #trading-account li.list-item:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 30px;
    }
    #trading-account li.list-item:last-child {
        margin-bottom: 54px;
    }
    #trading-account p.desc {
        font-size: 48px;
        line-height: 64px;
    }
   
    #trading-account .arrow-down {
        position: absolute;
        top: 54px;
        right: 12px;
        width: 0; 
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid var(--color-brand-Auxiliary);
    }
    #trading-account img.element-left {
        top: 20%;
        left: -10%;
    }
    #trading-account img.element-right {
        z-index: -1;
        width: 32%;
        top: 54%;
        left: 95.5%;
    }
}
@media screen and (min-width: 1201px) {
    #trading-account {
        padding-bottom: 120px;
    }
    #trading-account img.element-top {
        width: 780px;
        height: 206px;
        top: -68px;
        left: 120px;
    }
    #trading-account h2.title {
        margin-bottom: 24px !important;
    }
    #trading-account a.link {
        margin-bottom: 96px;
    }
    #trading-account .column {
        padding: 30px 48px 0 48px;
    }
    #trading-account li.list-item {
        padding-right: 48px;
    }
    #trading-account img.element-right {
        top: 42%;
        left: calc(100% - 48px);
    }
    #trading-account .arrow-down {
        right: 96px;
    }
}
@media screen and (min-width: 1601px) {
    #trading-account .container {
        max-width: 1580px !important;
    }
}
@media screen and (min-width: 1801px) {
    #trading-account img.element-top {
        left: -32px;
    }
}
@media screen and (max-width: 834px) {
    #trading-account {
        padding-bottom: 80px;
    }
}

/**
 * trading platform
 */
/* layout */
#trading-platform .container {
    position: static;
    max-width: 1504px !important;
}
#trading-platform .accordions {
    position: relative;
}
/* title & description */
#trading-platform p.subtitle {
    margin-bottom: 16px !important;
}
/* accordion */
#trading-platform .accordion {
    position: relative;
    padding: 16px 0;
}
#trading-platform .accordion::after {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #f5f5f6 28%, #ffffff 75%, transparent);
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -9;
}
/* ahead */
#trading-platform .ahead {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}
#trading-platform .ahead:hover {
    cursor: pointer;
}
#trading-platform .accordion.open .ahead {
    margin-bottom: 30px;
}
#trading-platform .ahead::after {
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    width: 2px;
    height: 48px;
    background-color: var(--color-brand-standard);
}
#trading-platform .accordion.open .ahead::after {
    visibility: visible;
}
#trading-platform .ahead figure {
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: 56px;
}
#trading-platform .ahead h3 {
    font-weight: bold;
    margin-bottom: 0;
}
#trading-platform .ahead:hover h3 {
    color: var(--color-brand-standard);
}
#trading-platform .accordion.open .ahead h3 {
    color: var(--color-brand-standard);
}
/* abody */
#trading-platform .abody {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    /* transition: all 0.6s ease-out; */
    max-height: 0;
    height: 0;
    /* height: auto; */
}
#trading-platform .accordion.open .abody {
    max-height: 1600px;
    height: auto;
    overflow: unset;
}
#trading-platform .abody .content {
    max-width: 575px;
}
#trading-platform .abody p.desc {
    margin-bottom: 24px;
}
/* list */
#trading-platform ul.list {
    min-height: 104px;
    margin: 0 0 16px;
}
#trading-platform li.list-item {
    display: flex;
    align-items: center;
    height: 40px;
}
#trading-platform li.list-item > *:not(:last-child) {
    margin-right: 8px;
}
#trading-platform li.list-item svg {
    width: 40px;
    height: 40px;
}

#trading-platform li.list-item a svg {
    width: 32px;
    height: 32px;
}
@media screen and (min-width: 835px) {
    /* layout */
    #trading-platform {
        padding-bottom: 40px;
    }
    /* accordion */
    #trading-platform .accordion.open {
        background: linear-gradient(to right, #f5f5f6, #ffffff);
        padding: 40px 0 0;
    }
    /* ahead */
    #trading-platform .accordion.open .ahead {
        margin-bottom: 2px;
    }
    #trading-platform .ahead figure {
        margin-right: 56px;
    }
    /* abody */
    #trading-platform .abody .content {
        padding-left: 104px;
    }
    #trading-platform .abody p.desc {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 16px;
        padding-bottom: 28px;
    }
    /* list */
    #trading-platform ul.list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px 4px;
        margin-bottom: 28px;
    }
    #trading-platform li.list-item span {
        flex: 1;
    }
}
@media screen and (min-width: 835px) and (max-width: 1421px) {
    /* layout */
    #trading-platform .ahead, #trading-platform .abody .content {
        margin-left: calc(1 / 12 * 100%);
    }
    /* thumbnail */
    #trading-platform div.thumbnail {
        background-color: #ffffff;
        margin-left: -80px;
        margin-right: -80px;
    }
}
@media screen and (min-width: 1421px) {
    /* layout */
    #trading-platform {
        padding-bottom: 140px;
    }
    /* title & description */
    #trading-platform h2.title {
        margin-bottom: 20px !important;
    }
    #trading-platform p.subtitle {
        margin-bottom: 60px !important;
    }
    /* accordion */
    #trading-platform .accordion.open {
        padding: 40px 0 32px;
    }
    /* ahead */
    #trading-platform .ahead figure {
        width: 64px;
        height: 64px;
        margin-right: 40px;
    }
    /* abody */
    #trading-platform .abody p.desc {
        padding-bottom: 48px;
    }
    /* list */
    #trading-platform ul.list {
        grid-gap: 16px 40px;
        margin-bottom: 0;
    }
    /* thumbnail */
    #trading-platform div.thumbnail {
        display: none;
        width: 100%;
        position: absolute;
        top: -64px;
        left: calc(50% + 80px);
        transform: translate(-50%, 0);
        padding: 0 !important;
    }
    #trading-platform .accordion:nth-of-type(2) div.thumbnail {
        top: -32px;
    }
    #trading-platform .accordion:nth-of-type(3) div.thumbnail {
        top: -232px;
        left: calc(50% + 120px);
    }
    #trading-platform .accordion:last-of-type div.thumbnail {
        top: unset;
        bottom: 64px;
    }
    #trading-platform div.thumbnail img {
        float: right;
    }
    #trading-platform .accordion.open div.thumbnail {
        display: block;
    }
}
@media screen and (max-width: 1421px) {
    #trading-platform h2.title, #trading-platform p.subtitle {
        text-align: center;
    }
    #trading-platform ul .list-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* trading network */
#trading-network p.subtitle {
    margin-bottom: 16px !important;
}
#trading-network #lottie {
    margin-bottom: 16px;
}
#trading-network div.link-group {
    display: flex;
    flex-wrap: wrap;
}
#trading-network .bg-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
}
#trading-network .bg-image-wrapper {
    margin-bottom: 16px;
}
#trading-network a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 48px;
    border-radius: 29.2px;
    background-color: var(--color-icon-01);
    box-shadow: 0 2px 13px 0 rgba(161, 161, 161, 0.5);
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 8px 18px;
}
@media screen and (min-width: 554px) {
    #trading-network div.link-group {
        justify-content: center;
    }
}
@media screen and (min-width: 835px) {
    #trading-network a.link {
        position: absolute;
    }
    #trading-network a.link.myfxbook {
        top: 22%;
        left: 33%;
    }
    #trading-network a.link.outrade {
        bottom: 12%;
        left: 33%;
    }
    #trading-network a.link.followme {
        top: 52%;
        left: 58%;
    }
}
@media screen and (min-width: 945px) {
    #trading-network a.link.myfxbook {
        top: 20.8%;
    }
    #trading-network a.link.outrade {
        bottom: 14%;
    }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
    #trading-network {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    #trading-network a.link {
        width: 198px;
        height: 61px;
    }
    #trading-network a.link.myfxbook {
        top: 22.4%;
        left: 34%;
    }
    #trading-network a.link.outrade {
        bottom: 12%;
        left: 34%;
    }
    #trading-network a.link.followme {
        top: 54%;
    }
}
@media screen and (min-width: 1281px) {
    #trading-network .content {
        width: 518px;
        position: absolute;
        right: calc(100% / 12);
    }
    #trading-network h2.title {
        margin: 16px 0 32px;
    }
    #trading-network #lottie {
        margin-right: calc(100% / 12 * 2);
    }
    #trading-network .bg-image-wrapper {
        margin-right: calc(100% / 12 * 2);
    }
    #trading-network a.link.myfxbook {
        top: 6.5%;
        left: 28%;
    }
    #trading-network a.link.outrade {
        bottom: 16%;
        left: 28%;
    }
    #trading-network a.link.followme {
        top: 44%;
        left: 49%;
    }
}
@media screen and (min-width: 1681px) {
    #trading-network #lottie {
        margin-right: calc(100% / 12 * 3);
    }
    #trading-network a.link.myfxbook {
        left: 26%;
    }
    #trading-network a.link.followme {
        left: 44%;
    }
    #trading-network a.link.outrade {
        bottom: 16.5%;
        left: 26%;
    }
}
@media screen and (max-width: 400px) {
    #trading-network a.link:nth-child(even) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    #trading-network h2.title, #trading-network p.subtitle {
        text-align: center;
    }
}

/* trading analysis */
#trading-analysis {
    padding-bottom: 96px;
}
#trading-analysis p.subtitle {
    margin-bottom: 0 !important;
}
#trading-analysis .swiper {
    overflow: hidden;
}
#trading-analysis .swiper-wrapper {
    margin-bottom: 48px;
}
#trading-analysis .swiper-pagination {
    bottom: 155px !important;
    margin-bottom: 44px;
}
#trading-analysis .swiper-pagination-bullet {
    width: 33.3333%;
    height: 1px;
    background-color: #e4e4e4;
    opacity: 1;
    margin: 0 !important;
}
#trading-analysis .swiper-pagination-bullet-active {
    background-color: var(--color-brand-standard);
}
#trading-analysis .buttons {
    margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
    #trading-analysis {
        padding-bottom: 110px;
    }
    #trading-analysis p.subtitle {
        max-width: 304px;
        margin-bottom: 248px !important;
    }
    #trading-analysis .columns {
        position: relative;
    }
    #trading-analysis .swiper-wrapper {
        position: static;
        margin-bottom: 0;
    }
    #trading-analysis .swiper-pagination {
        position: absolute;
        top: 224px;
        left: 0;
        max-width: 304px;
        width: calc(5 / 12 * 100% - 24px);
    }
    #trading-analysis .swiper .buttons {
        position: absolute;
        top: 284px;
        left: -4px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    #trading-analysis {
        padding-bottom: 132px;
    }
    #trading-analysis .container {
        max-width: 1490px !important;
    }
    #trading-analysis p.subtitle {
        max-width: 382px;
        margin-bottom: 230px !important;
    }
    #trading-analysis .swiper-pagination {
        max-width: 382px;
        top: 244px;
        left: 12px;
    }
    #trading-analysis .swiper .buttons {
        top: 300px;
        left: 8px;
    }
}
@media screen and (min-width: 1241px) {
    #trading-analysis .column:first-child {
        margin-top: 36px;
    }
    #trading-analysis .swiper-pagination {
        top: 280px;
    }
    #trading-analysis .swiper .buttons {
        top: 336px;
    }
}
@media screen and (min-width: 1601px) {
    #trading-analysis .column:first-child {
        margin-top: 60px;
    }
    #trading-analysis .swiper-pagination {
        top: 304px;
    }
    #trading-analysis .swiper .buttons {
        top: 360px;
    }
}
@media screen and (max-width: 835px) {
    #trading-analysis h2.title, #trading-analysis p.subtitle {
        text-align: center;
    }
}

/* global globe */
#global-globe {
    background-color: #f8f9fa;
    margin-bottom: 40px;
    padding: 48px 0 68px;
}
#global-globe .container {
    max-width: 1808px !important;
}
#global-globe p.subtitle {
    margin-bottom: 26px !important;
}
#global-globe .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 10px;
    margin-bottom: 16px;
}
#global-globe p.desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}
#global-globe p.number {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: var(--color-brand-standard);
}
@media screen and (min-width: 835px) {
    #global-globe {
        padding: 40px 0 60px;
    }
    #global-globe .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 1025px) {
    #global-globe {
        margin-bottom: 80px;
        padding: 80px 0 120px;
    }
    #global-globe h2.title {
        margin-bottom: 24px !important;
    }
    #global-globe p.subtitle {
        margin-bottom: 85px !important;
    }
    #global-globe p.desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    #global-globe p.number {
        font-size: 52px;
        line-height: 60px;
    }
}
@media screen and (min-width: 1381px) {
    #global-globe .grid {
        max-width: 532px;
        gap: 56px 64px;
    }
}
@media screen and (min-width: 1481px) {
    #global-globe .column:first-child {
        flex: calc(100% / 12 * 7) !important;
    }
    #global-globe .column:last-child {
        flex: calc(100% / 12 * 5) !important;
    }
}
@media screen and (min-width: 1601px) {
    #global-globe .column:last-child {
        margin-left: 80px;
    }
}
@media screen and (max-width: 835px) {
    #global-globe .columns {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }
}

/**
 * latest news
 */
#latest-news h2.title {
    text-align: center;
    margin-bottom: 24px !important;
}
@media screen and (min-width: 835px) {
    #latest-news h2.title {
        text-align: left;
        margin-bottom: 24px !important;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news h2.title {
        margin-bottom: 40px !important;
    }
}
/* tabs */
#latest-news .container {
    max-width: 1360px !important;
    margin: 0 auto;
    padding: 0 16px;
}
#latest-news .tabs {
    margin-bottom: 56px;
}
#latest-news .tabs ul {
    flex-wrap: wrap;
    flex-shrink: 1;
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 4px 12px;
}
#latest-news .tabs li {
    flex: 0 0 25%;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-align: center;
    color: var(--color-brand-Auxiliary);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    margin: 4px 0;
    padding: 8px;
}
#latest-news .tabs li.is-active,
#latest-news .tabs li:hover {
    color: var(--color-brand-standard);
}
#latest-news .tabs li.is-active {
    box-shadow: 2px 2px 6px 0 rgba(214, 214, 214, 0.5);
    background-color: #ffffff;
}
#latest-news .tabs-item {
    display: none;
}
#latest-news .tabs-item.is-active {
    display: flex;
}
@media screen and (min-width: 835px) {
    #latest-news .tabs {
        width: fit-content;
        margin-bottom: 40px;
    }
    #latest-news .tabs ul {
        padding: 8px 12px;
    }
    #latest-news .tabs li {
        font-size: 20px;
        line-height: 26px;
        padding: 12px 28px;
    }
}
@media screen and (min-width: 925px) {
    #latest-news .tabs li {
        flex: 1 1 auto;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .tabs ul {
        padding: 8px;
    }
}
/* rss feed */
#latest-news .wp_rss_retriever {
    overflow-x: hidden;
    margin-bottom: 40px;
}
#latest-news .wp_rss_retriever_list {
    display: flex;
    transition: transform 0.6s ease-in-out;
}
#latest-news .wp_rss_retriever_list::before {
    display: none;
}
#latest-news .wp_rss_retriever_item {
    flex: 0 0 100%;
    margin-bottom: 0;
}
#latest-news .wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 424px;
    width: 100%;
}
@media screen and (max-width: 834px) {
    #latest-news .wp_rss_retriever_item_wrapper {
        margin:auto;
    }
}
#latest-news .wp_rss_retriever_image {
    order: 1;
    width: 100% !important;
    height: 229px !important;
    float: none;
    margin-right: 0;
    margin-bottom: 26px;
}
@media screen and (max-width: 834px) {
    #latest-news .wp_rss_retriever_image {
        height: auto !important;
    }
}
@media screen and (max-width: 400px) {
    #latest-news .wp_rss_retriever_image {
        max-width: 343px !important;
        width: 100% !important;
        height: 229px !important;
    }
}
#latest-news .wp_rss_retriever_image img {
    position: static;
    transform: none;
    max-width: 100%;
    object-position: left;
}
#latest-news .wp_rss_retriever_title {
    order: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}
#latest-news .wp_rss_retriever_container {
    order: 3;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
}
#latest-news .wp_rss_retriever_metadata {
    display: none;
}
@media screen and (min-width: 835px) {
    #latest-news {
        padding-bottom: 40px;
    }
    #latest-news .wp_rss_retriever {
        margin-bottom: 16px;
    }
    #latest-news .wp_rss_retriever_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 24px;
    }
    #latest-news .wp_rss_retriever_item {
        margin-bottom: 72px;
    }
    #latest-news .wp_rss_retriever_image {
        height: 205px !important;
        margin-bottom: 20px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .wp_rss_retriever_image {
        height: 283px !important;
        margin-bottom: 24px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 1601px) {
    #latest-news .wp_rss_retriever_list {
        column-gap: 28px;
    }
    #latest-news .wp_rss_retriever_image {
        height: 283px !important;
        margin-bottom: 28px;
    }
    #latest-news .wp_rss_retriever_title {
        margin-bottom: 12px;
    }
}
/* pg */
#latest-news .progress-bar {
    position: relative;
    height: 1px;
    background-color: #f5f8fa;
    margin-bottom: 40px;
}
#latest-news .inner-bar {
    position: absolute;
    width: calc(100% / 6);
    height: 100%;
    background-color: var(--color-brand-standard);
    transition: width 0.6s ease-in-out;
}
#latest-news .prev-btn, #latest-news .next-btn {
    width: 47px;
    height: 47px;
    background: transparent scroll no-repeat center / contain;
    cursor: pointer;
    margin: 0 4px;
}
#latest-news .prev-btn {
    background-image: url("/static/home/fonts/left-arrow.svg");
}
#latest-news .next-btn {
    background-image: url("/static/home/fonts/right-arrow.svg");
}
/* btn */
@media screen and (min-width: 835px) {
    #latest-news .btn.primary {
        min-width: 150px;
        max-width: fit-content;
        display: block;
        margin: auto;
    }
}
@media screen and (min-width: 1025px) {
    #latest-news .btn.primary {
        min-width: 180px;
        min-height: 56px;
        padding: 16px;
    }
}

/* media center */
/* layout */
#media-center {
    margin-bottom: 0;
    padding-bottom: 0;
}
#media-center .columns {
    position: relative;
    padding-bottom: 56px;
    margin-bottom: 0;
}
/* title & subtitle */
#media-center p.subtitle {
    position: relative;
    margin-bottom: 40px !important;
    padding-bottom: 16px;
}
/* swiper */
#media-center .swiper {
    padding-bottom: 96px;
}
#media-center .swiper-pagination {
    bottom: 52px !important;
}
/* content */
#media-center figure {
    margin-bottom: 16px;
}
#media-center h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    /* layout */
    #media-center {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #media-center .columns {
        padding-bottom: 56px;
        margin-bottom: 0;
    }
    /* title & subtitle */
    #media-center h2.title {
        margin-bottom: 16px !important;
    }
    #media-center p.subtitle {
        margin-bottom: 16px !important;
        padding-bottom: 56px;
    }
    /* content */
    #media-center figure {
        margin-bottom: 24px;
    }
    #media-center h4 {
        margin-bottom: 40px;
    }
    #media-center .column p {
        max-width: 272px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
    #media-center .columns {
        margin-left: -8px;
        margin-right: -8px;
    }
    #media-center .column {
        padding: 0 8px;
    }
}
@media screen and (min-width: 1025px) {
    #media-center {
        padding-bottom: 0;
    }
    #media-center h2.title {
        margin-bottom: 24px !important;
    }
    #media-center p.subtitle {
        padding-bottom: 60px;
    }
    #media-center figure {
        margin-bottom: 38px;
    }
    #media-center h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

#aufc-banner {
    background-image: url("/static/home/images/footer-banner-aufc.jpg");
    height: 240px;
    background-position: center;
    background-size: cover;
    padding: 0;
}
@media screen and (max-width: 834px) {
    #aufc-banner {
        background-image: url("/static/home/images/footer-banner-aufc-mobile.png");
        height: 385px;
        background-repeat: no-repeat;
    }
}

/* for Home Only */
@media screen and (max-width: 834px) {
    #swiper-slide-wap-1 .banner-text-content2 {
        margin-bottom:250px;
    }
    #swiper-slide-wap-2 .banner-text-content2,
    #swiper-slide-wap-4 .banner-text-content2 {
        margin-bottom: 300px;
    }
    #swiper-slide-wap-1 .banner-text-title{
        color: #000018;
    }
    .innner-wap #swiper-slide-wap-2 .banner-text-title{
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.5px;
        text-align: center;
        color: #000;
    }
    #swiper-slide-wap-1 .banner-text-content {
        color: #000018;
    }
    #media-center-swiper .swiper-slide .image img{
        max-width: 178px;
        margin: auto;
    }
}
@media screen and (max-width: 650px) {
    #swiper-slide-wap-1 .banner-text-title {
        font-weight: initial;
        font-size: 28px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.44px;
        text-align: center;
        color: #000;
    }
}

 .swiper-container-horizontal > .swiper-pagination {
     position: absolute !important;
     width: 100% !important;
     height: initial !important;
     margin: initial !important;
 }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 35px !important;
}

#trading-environment .swiper-container-horizontal > .swiper-pagination {
    bottom: -53px !important;
}

.innner-pc .pc-small-title {
    max-width: 460px;
}

.innner-pc #swiper-slide-desktop-2 .banner-text-title span {
    font-size: 56px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000018;
    font-family: "MicrosoftYaHei" !important;
}

.innner-pc #swiper-slide-desktop-2 .banner-text-content {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000018;
    font-family: "MicrosoftYaHei" !important;
}

.innner-pc .banner-text-title {
    max-width: 658px;
}

@media screen and (min-width: 1201px) and (max-width: 1560px) {
    .innner-pc .banner-text-content {
        max-width: 290px;
    }
}

@media screen and (min-width: 1201px) {
    .innner-pc .pc-small-title {
        padding-top: 0px !important;
    }

    /* .innner-pc .banner-text-title {
        max-width: 570px;
    } */
}

@media screen and (max-width: 1200px) {
    .innner-pc #swiper-slide-desktop-2 .banner-text-title span {
        font-size: 35px;
    }
}

@media screen and (min-width: 835px) and (max-width: 1200px) {
    .translatepress-vi .innner-pc #swiper-slide-desktop-2 .banner-text-title .swap-banner-title {
        font-size: 23px !important;
    }
}

@media screen and (min-width: 835px) {
    .swiper-container .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .innner-pc .pc-small-title {
        padding-top: 70px;
    }

    #swiper-slide-desktop-1 .container > * {
        margin-left: 134px !important;
    }

    .innner-pc .container > * {
        margin-left: 134px !important;
    }
}

@media screen and (max-width: 1560px) {
    .innner-pc .banner-text-title {
        max-width: 398px;
        font-size: 50px;
    }
}

@media screen and (max-width: 1560px) and (min-width: 1202px) {
    .translatepress-ko_KR .innner-pc .banner-text-title {
        max-width: 398px;
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-slide .btn.primary {
        min-width: 150px;
        height: 48px;
        min-width: 150px;
        line-height: 24px;
    }
}

@media screen and (min-width: 835px) and (max-width: 1201px) {
    .innner-pc .pc-small-title {
        padding-top: 0 !important;
    }

    #swiper-slide-desktop-1 .container > * {
        margin-left: 0 !important;
    }

    .innner-pc .container > * {
        margin-left: 0px !important;
    }

    body.translatepress-vi .swap-banner-title, .innner-pc .banner-text-title {
        font-size: 35px !important;
        max-width: 330px !important;
    }

    .innner-pc .banner-text-title, .innner-pc .banner-text-content {
        max-width: 290px;
    }
}

@media screen and (max-width: 999px) {
    .innner-pc .banner-text-title {
        max-width: 370px;
        font-size: 35px;
        font-weight: 300;
    }
}

@media screen and (max-width: 834px) {
    .translatepress-sc .swiper-container #swiper-slide-wap-3 {
        background-size: cover;
    }

    .swiper-container.innner-wap #swiper-slide-wap-4 .banner-text-title,
    .swiper-container.innner-wap #swiper-slide-wap-5 .banner-text-title {
        text-align: center;
        padding-bottom: 15px;
    }

    .innner-wap #swiper-slide-wap-2 .banner-text-title,
    .innner-wap #swiper-slide-wap-3 .banner-text-title {
        text-align: center !important;
    }

    .innner-pc div.divider-red, .innner-wap div.divider-red {
        margin: 24px auto 0 !important;
    }
}