.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.breadcrumb .breadcrumb-item.active {
    color: #102e6b
}

.breadcrumb .breadcrumb-item a {
    color: #666
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\e624";
    font-family: iconfont
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, PingFang SC, Noto Sans SC, Microsoft YaHei UI, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

img {
    max-width: 100%
}

.bg-azure {
    background-color: #102e6b
}

.bg-gray {
    background-color: #f6f6f6
}

.bg-blue {
    background-color: #174196
}

.bg-blue-light {
    background-color: #3c60a9
}

.fixed-float {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 1%;
    bottom: 15%;
    z-index: 20
}

.fixed-float .callback, .fixed-float .mock {
    display: none
}

.fixed-float .down, .fixed-float .go-top, .fixed-float a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 1px;
    margin-left: 1px;
    line-height: 1.2em;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.fixed-float .down:hover, .fixed-float .go-top:hover, .fixed-float a:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.fixed-float .down span, .fixed-float .go-top span, .fixed-float a span {
    max-width: 2em
}

.fixed-float .down {
    background-color: #666
}

.fixed-float .down[data-up=true] span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}


header .container {
    padding: 12px 0
}

header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    width: 80px;
    margin-right: 12px
}

header .btn.btn-light {
    background-color: #f1f2f4
}

.navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px
}

.navbar .navbar-brand img {
    height: 100%
}

.navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar .navbar-nav .nav-item.active > .nav-link, .navbar .navbar-nav .nav-item > .nav-link:hover {
    color: #102e6b
}

.navbar .navbar-nav .nav-item > .nav-link {
    color: #333
}

.navbar .dash {
    display: none;
    width: 1px;
    height: 16px;
    background-color: #26282e;
    margin-left: 0;
    margin-right: 0
}

.scroll-ticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.scroll-ticker .container {
    overflow: hidden
}

.scroll-ticker .scroll-bar, .scroll-ticker .scroll-bar span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.scroll-ticker .ticker-warp {
    margin-right: 60px
}

.scroll-ticker .ticker-warp .icon {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.scroll-ticker .ticker-warp .ticker-name {
    margin-right: 12px
}

.scroll-ticker .ticker-warp .ticker-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scroll-ticker .ticker-warp[data-change=up] .ticker-name {
    color: #52c724
}

.scroll-ticker .ticker-warp[data-change=down] .ticker-name {
    color: #e02321
}

.jumbotron {
    background-image: url(/static/home/images/banner.webp);
    background-color: #fff;
    min-height: 600px;
    background-size: cover;
    background-clip: padding-box;
    background-position: 50%;
    background-repeat: no-repeat
}

.jumbotron .content {
    background-image: url(/static/home/images/jumbotron-homepage.19e726.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 0;
}



.jumbotron .title {
    font-size: 18px
}

.jumbotron .jumbotron-logo {
    display: none;
    width: 390px
}

.jumbotron .join-us {
    padding: 4px 45px;
    margin-top: 14px;
    background-color: #003296
}

.openaccount .box {
    position: relative;
    top: -40px
}

.openaccount .btn {
    width: 320px;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px
}

.openaccount img {
    height: 60px;
}

.openaccount .btn:first-child {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000
}

.openaccount .btn:nth-child(2) {
    background-color: #102e6b;
    border-color: #102e6b;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #102e6b;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #102e6b
}

.about-us {
    font-size: 18px
}

.about-us .img {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.about-us .img img {
    -o-object-fit: cover;
    object-fit: cover
}

.about-us .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #14964f;
    top: 25px;
    left: 20px
}

.about-us .b-line {
    height: 1px;
    width: 56px;
    background-color: #848484;
    margin-top: 14px;
    margin-bottom: 36px
}

.advantage {
    overflow: hidden;
    padding-bottom: 120px
}

.advantage img {
    -o-object-fit: cover;
    object-fit: cover
}

.advantage .carousel-inner {
    overflow: visible
}

.advantage .carousel-indicators {
    position: relative;
    margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0
}

.advantage .carousel-indicators li {
    width: 120px;
    height: 36px;
    color: #838383;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    line-height: 36px;
    text-align: center;
    text-indent: 0;
    opacity: 1
}

.advantage .carousel-indicators li.active {
    background-color: #102e6b;
    color: #fff
}

.advantage .iconfont {
    color: #aaaab0;
    font-size: 32px
}

.advantage .carousel-control-next, .advantage .carousel-control-prev {
    width: auto;
    padding-right: 8px;
    padding-left: 8px
}

.advantage .carousel-control-prev {
    left: -54px
}

.advantage .carousel-control-next {
    right: -54px
}

.advantage .indicator-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(23, 23, 27, .07);
    box-shadow: 0 4px 12px 0 rgba(23, 23, 27, .07)
}

.advantage .indicator-item:hover h4 {
    border-bottom: 1px solid #343a40
}

.mission {
    position: relative;
    background-image: url(/static/home/data/images/mission_bg.jpg);
    background-color: rgba(16, 16, 16, .7);
    color: #fff;
    background-size: cover;
    background-clip: padding-box;
    background-position: top;
    background-repeat: no-repeat
}

.mission:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: .66;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.mission .banner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    margin-bottom: 54px
}

.mission .banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    height: 140px;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    -o-border-image: linear-gradient(0deg, #fff, silver);
    border-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(silver));
    border-image: linear-gradient(0deg, #fff, silver);
    border-image-slice: 10
}

.mission .banner .line {
    width: 12px;
    height: 1px;
    background-color: #fff
}

.mission .banner .left-line, .mission .banner .right-line {
    width: 12px
}

.mission .title {
    font-size: 30px;
    color: #fefefe;
    margin-right: 16px
}

.mission .subtitle {
    font-size: 26px;
    color: #f6f6f6;
    font-weight: 300
}

.account {
    text-align: center
}

.account .standard {
    padding: 42px 20px
}

.account .standard p {
    color: #666;
    font-size: 20px;
    margin-bottom: 0
}

.account .standard .btn {
    margin-top: 40px;
    border-radius: 1px;
    padding-left: 42px;
    padding-right: 42px;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b2b2b2;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b2b2b2
}

.account .ecn {
    position: relative;
    padding: 42px 20px;
    border: 1px solid #fff
}

.account .ecn, .account .ecn:after {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.account .ecn:after {
    content: "";
    position: absolute;
    width: calc(100% + 26px);
    height: calc(100% + 24px);
    background-color: #102e6b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
    opacity: 0;
    z-index: -1
}

.account .ecn h3 {
    color: #fff
}

.account .ecn p {
    color: #f6f6f6;
    margin-bottom: 0;
    font-size: 20px;
    border-color: #e3e3e3
}

.account .ecn .btn {
    margin-top: 40px;
    border-radius: 2px;
    padding-left: 42px;
    padding-right: 42px;
    background-color: #e8ebf0;
    border-color: #e8ebf0;
    -webkit-box-shadow: 0 0 0 2px #102e6b, 0 0 0 3px #e8ebf0;
    box-shadow: 0 0 0 2px #102e6b, 0 0 0 3px #e8ebf0
}

.download {
    background-image: url(/static/home/data/images/download_bg.jpg);
    background-size: cover;
    background-clip: padding-box;
    background-position: top;
    background-repeat: no-repeat
}

.download h3 {
    color: #303643;
    font-weight: 300
}

.download h5 {
    font-size: 18px;
    color: #585f6c
}

.download .download-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.download .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #000;
    margin-bottom: 30px;
    margin-right: 40px
}

.download .btn, .download .btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.download .btn .icon {
    width: 38px;
    height: 38px
}

.download .btn .icon img {
    -o-object-fit: contain;
    object-fit: contain
}

footer {
    font-size: 14px;
    color: #c2c2c2;
    background-image: url(/static/home/data/images/footer_bg.png);
    background-color: #000;
    background-size: cover;
    background-clip: padding-box;
    background-position: top;
    background-repeat: no-repeat
}

.heading .title {
    font-size: 16px;
    font-weight: 500;
    color: #010101
}

.heading .subtitle {
    font-size: 12px
}

.divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 44px
}

.divider .square {
    width: 12px;
    height: 12px;
    background-color: #102e6b
}

.divider .line {
    width: 120px;
    height: 1px;
    background-color: #848484
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 320px;
    background-size: cover;
    background-clip: padding-box;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width: 992px) {
    .fixed-float .down, .fixed-float .go-top, .fixed-float a {
        font-size: 20px
    }

    .navbar .dash {
        display: block
    }

    .jumbotron .title {
        font-size: 20px
    }

    .jumbotron .jumbotron-logo {
        display: block
    }

    .about-us .b-line {
        margin-bottom: 72px
    }

    .openaccount .btn {
        font-size: 22px
    }

    .mission .banner {
        font-size: 18px
    }

    .mission .banner .line {
        width: 48px
    }

    .mission .banner .left-line, .mission .banner .right-line {
        width: 32px
    }

    .divider .line {
        width: 280px
    }

    .heading .title {
        font-size: 28px
    }

    .heading .subtitle {
        font-size: 12px
    }

    .account .ecn {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .account .ecn:after {
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .navbar .dash {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (max-width: 992px) {
    .fixed-float .callback {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .navbar-nav .nav-item {
        font-weight: 600
    }
}


.navbar-nav span.dash:last-child {
    display: none !important;
}

.fixed-float .go-top {
    background-color: #14964f;
    border-radius: 50%;
    border: 1px solid #14964f;
}

html {
    scroll-behavior: smooth;
}

a.jump-link-btn {
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 25px;
    width: fit-content;
    text-align: center;
    font-weight: 800;
    transition: all .2s ease-in-out;
}

a.jump-link-btn:hover {
    text-decoration: none;
}

a.jump-link-btn.green {
    color: #000000;
    border: 1px solid #a4e22d;
    background-color: #a4e22d;
}

a.jump-link-btn.green:hover {
    background-color: transparent;
    color: #a4e22d;
}

a.jump-link-btn.orange {
    color: #ffffff;
    border: 1px solid #14964f !important;
    background-color: #14964f !important;
}

a.jump-link-btn.orange:hover {
    background-color: transparent !important;
    color: #14964f !important;
}

.bg-why {
    background: linear-gradient(to left bottom, #191f3f 20%, #1f2e6f);
}

.text-fxtm-orange {
    color: #14964f;
}

.text-fxtm-green {
    color: #69d548;
}

.text-fxtm-blue {
    color: #4cb1ff;
}

.bg-secondary-50 {
    background-color: #f9f9f9;
}

.bg-fxtm-orange {
    background-color: #14964f !important;
    color: #ffffff;
}

.account .standard .btn:hover {
    background-color: transparent!important;
    color: #14964f;
}

.account .container > .row > .col-lg-4 > .standard .bg-secondary-50:nth-child(3) {
    min-height: 137px;
}

.account .container > .row > .col-lg-4 > .standard .bg-secondary-50:nth-child(5) {
    min-height: 227px;
}

.mission.account {
    background-image: none;
    background-color: #252842;
}

.analysis-item {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 1.5rem;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
}

.analysis-item:hover {
    text-decoration: none;
    color: #000000;
}

.analysis-item .thumb {
    width:100%;
}

.analysis-item .thumb img {
    height: 100%;
    width: 100%;
}

.analysis-item .content {
    width: 100%;
    padding: 15px 20px;
    position: relative;
}

.analysis-item .content .img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.jumbotron .box {
    position: relative;
    height: 600px;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    /*.jumbotron .box {*/
    /*    width: 50%;*/
    /*}*/
    .analysis-item .thumb {
        width: 25%;
    }

    .analysis-item {
        flex-direction: row;
    }

    .analysis-item .content {
        width: 75%;
    }

}

.categories_read .jumbotron {
    background-image: url('/static/home/images/mkt-web.jpg.webp');
}

.posts_read .jumbotron {
    background-image: url('/static/home/images/market-analysis-banner.jpg.webp');
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    background-color: #FF4521;
    border-color: #FF4521;
}

.page-link {
    color: #000000;
}

.banner-box {

}

.banner-bg{
    background-image: url(/static/home/images/banner.webp);
    background-color: #fff;
    /*min-height: 600px;*/
    background-size: cover;
    background-clip: padding-box;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
}