html,
body {
    font-family: 'Microsoft YaHei', 寰蒋闆呴粦, Arial, Helvetica, sans-serif;
    color: #111111;
}

body {
    font-size: 16px;
    position: relative;
    min-height: 100%;
    padding-top: 101px;
    height: auto;
    background: #ffffff;
}

h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #233e94;
    margin-top: 30px;
}

h3 {
    margin-top: 10px;
    line-height: 1.3em;
}

h4 {
    margin-top: 10px;
    line-height: 1.2em;
}

ol {
    padding-left: 20px;
}

.blue-text {
    color: #233e94;
}

.yellow-text {
    color: #ecb21f;
}

body.pop {
    padding: 0px;
}

a {
    cursor: pointer;
    color: #ecb21f;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ecb21f;
    text-decoration: none;
}

.container {
    width: 1400px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline-block;
}

.img-gses {
    width: 150px;
}

.popup_signup {
    padding: 20px;
    position: relative;
}

.popup_signup .center_line {
    border-right: 1px solid #CCCCCC;
    width: 1px;
    height: 80px;
    position: absolute;
    top: 60px;
    left: 50%;
    display: inline-block;
}

.main-banner {
    margin: 120px auto 0px auto;
    position: relative;
}

body.index {
    padding-bottom: 70px;
}

#owl-banner {
    background: #EEEEEE;
}

#owl-banner:after {
    content: '';
    background: url(../image/mask-banner.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    z-index: 100;
}

#owl-banner .item {
    margin: 0px auto;
    color: #FFF;
    max-width: 1920px;
}

#owl-banner .descript {
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 30;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-shadow: 0px 0px 20px #000000;
}

#owl-banner .descript .btn {
    margin-top: 10px;
}


.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ecb21f;
    color: #FFF;
    text-decoration: none;
}


.owl-nav div .fa {
    text-align: center;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    padding-right: 3px;
}

.owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    padding-left: 3px;
}

.owl-theme .owl-nav {
    margin: 0px;

    top: 0px;
    width: 100%;
    height: 100%;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    z-index: 1000;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ecb21f;
    border: 2px solid #FFFFFF;
}

.row {
    display: flex;
}

.row > div {
    flex: auto;
}


.spacing {
    padding: 60px 0px;
}

.mask-top {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../image/mask-top.png) no-repeat top center;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    height: 100px;
}

.mask-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../image/mask-bottom.png) no-repeat bottom center;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    height: 100px;
    margin-bottom: -60px;
}


.navbar-inverse {
    border-bottom: 0px;
    background: none;
}

.navbar > .container .navbar-brand {
    float: left;
    height: auto;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;

}

.navbar {
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FFFFFF;
    border-top: 4px solid #ecb21f;
}

.navbar-brand img {
    height: 77px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar.smaller .navbar-brand img {
    height: 60px;
}

.navbar.smaller {
    background: rgba(255, 255, 255, 0.95);
}


.slide_menu {
    /*position: relative;*/
    display: inline-block;
    float: right;
}


ul.main_menu li .btn_register {
    display: inline-block;
    padding: 0px 15px 0px 15px;
    border-radius: 15px;
    text-decoration: none;
    color: #FFFFFF;
    background: #233e94;
    background-position: 0px 0px;
}

ul.main_menu li .btn_register:hover {
    color: #FFFFFF;
    background: #ecb21f;
}


ul.main_menu {
    display: inline-block;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: -15px;
}

ul.main_menu li {
    float: left;
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

ul.main_menu li a {
    padding: 0px 5px;
    color: #233e94;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}

ul.main_menu li.active a,
ul.main_menu li a:hover,
ul.main_menu li a.clicked {
    color: #ecb21f;
}

ul.main_menu li .menu_lv2 {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 50%;
    width: auto;
    margin-left: -10px;
    background: #FFFFFF;
    padding: 0px;
    transform: translateX(-50%);
    max-height: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;

}

ul.main_menu li .menu_lv2.extend {
    max-height: 300px;
}

ul.main_menu li .menu_lv2 li {
    float: none;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

ul.main_menu li .menu_lv2 li a {
    color: #333333;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    white-space: nowrap;
}

ul.main_menu li .menu_lv2 li a:hover {
    color: #ecb21f;
}


.smaller ul.main_menu {
    margin-top: 40px;
}

.lang {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    color: #CCCCCC;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 8px;
    width: calc(100% - 250px);
    text-align: right;
}

.navbar .container {
    position: relative;
}

.lang a.btn_lang {
    color: #666666;
    padding: 2px 5px;
    margin: 0px 2px;
    line-height: 25px;
    text-decoration: none;
}

.lang a.btn_lang:hover,
.lang a.active {
    color: #ecb21f;
}


.signin {
    position: absolute;
    top: 0px;
    right: 130px;
    font-size: 12px;
    color: #CCCCCC;
}

.lang a.btn_lang {
    color: #666666;
    padding: 2px 5px;
    margin: 0px 2px;
    line-height: 25px;
    text-decoration: none;
}

.lang a.btn_lang:hover,
.lang a.active {
    color: #ecb21f;
}

.lang a.mbtn {
    /* line-height: 22px; */
    display: inline-block;
    margin: 0 !important;
    font-size: 11px;
    padding: 8px 15px 7px 15px;
    min-width: 0;
    background: #333;
    color: #fff;
    transition: .2s;
}

.lang a.mbtn:nth-child(2) {
    background: #d2a94b;
}

.lang a.mbtn:nth-child(3) {
    background: #ce0b0b;
}

.lang a.mbtn:nth-child(4) {
    background: #178ecc;
}

.lang a.mbtn:nth-child(5) {
    background: #333;
}

.lang a.mbtn:hover, .lang a.mbtn:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.2);
}


.signin a.active {
    color: #8f6a11;
}


.tooltip .tooltip-arrow {
    border-bottom-color: #268d90 !important;
}

@media screen and (max-width: 992px) {
    .lang a.mbtn {
        margin-bottom: 8px !important;
    }

    .list-section-1 .col-md-4 {
        padding: 0 10px !important;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .list-section-1 .row {
        width: 100%;
        margin: 0;
    }

    .lang {
        width: 100%;
        margin: 0;
    }

    #owl-banner .item .btns {
        bottom: 10%;
    }

    .article-section .container {
        padding: 0;
    }
}

.tooltip .tooltip-inner {
    padding: 10px;
    min-width: 220px;
    width: auto;
    max-width: none;
    background-color: #268d90;
    text-align: left;
}

.tick_list {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.tick_list .icon_tick {
    float: left;
    margin-left: -30px;
}

.tick_list li {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0px 30px 10px 30px;
}

.icon_tick {
    color: #FFFFFF;
    font-size: 1.3em;
    margin-right: 2px;
}

.trade_now {
    background: #FFFFFF;
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 50px;
    margin: 20px 0px;
}

.trade_now p {
    display: inline-block;
    margin: 0px;
}


.benefit_pt {
    display: flex;
}

.benefit_pt > div {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.benefit_pt > div > div {
    background: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 7px;
    padding: 10px;
}

.benefit_pt .ttl {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0px;
}


.pt_benefit {
    margin: 0px -10px;
    color: #FFFFFF;
    text-align: center;
}

.pt_benefit ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.pt_benefit li {
    width: 33.3333%;
    padding: 0px 10px;
    list-style: none;
    float: left;
    display: inline-block;
}

.pt_benefit li strong {
    font-size: 3em;
}

.pt_benefit li div {
    background: linear-gradient(0deg, #f28b20, #f1be1d);
    border-radius: 10px;
    padding: 20px 15px;
    line-height: normal;
}


.MT5_pt {
    border: 2px solid #FFFFFF;
    min-height: 100px;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.MT5_pt .sub_ttl {
    margin-top: 0px;
}


.username {
    position: absolute;
    top: 0px;
    right: 130px;
    font-size: 12px;
    color: #CCCCCC;
}

.username a.btn_username {
    color: #CC0012;
    padding: 2px 5px;
    margin: 0px 2px;
    line-height: 25px;
    text-decoration: none;
}

.userbox {
    position: absolute;
    top: 25px;
    width: 140px;
    box-shadow: #bbb 0 1px 4px;
    background-color: #fff;
    display: none;
}

.userbox a.btn_userbox {
    color: #8f6a11;
    padding: 2px 0;
    margin: 0px 2px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.userbox a:last-child.btn_userbox {
    color: #CC0012;
}

.userbox span {
    color: #555;
    margin-right: 5px;
    display: inline-block;
}

.username:hover .userbox {
    display: block;
}

.btn_nav {
    display: none;
}

.navbar .container {
    position: relative;

}

footer {
    background: #1b1d28;
    color: #FFFFFF;
    width: 100%;
    padding: 0px 0px 20px 0px;
    font-size: 13px;
}

footer .mask-footer {
    position: absolute;
    top: -100px;
    left: 0px;
    background: url(../image/mask-footer.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    height: 100px;
}

footer a {
    color: #FFFFFF;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
}

footer a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #333333;
    height: 13px;
    margin-left: 13px;
    top: 3px;
    position: relative;
}

footer a:last-child:after {
    display: none;
}

footer a:hover {
    color: #ecb21f;
}

footer .logo {
    width: 400px;
    display: inline-block;
}

footer .footer_link {
    padding-top: 20px;
    text-align: left;
}

.page_ttl {
    background: url(../image/common_banner.png) no-repeat center bottom;
    background-size: cover;
    height: 400px;
    padding-top: 220px;
    margin-bottom: 30px;
    text-align: center;
}

.page_ttl.download {
    background: url(../image/common_banner.png) no-repeat center bottom;
    background-size: cover;
}

.page_ttl.contact {
    background: url(../image/common_banner.png) no-repeat center bottom;
    background-size: cover;
}

.page_ttl.trade {
    background: url(../image/common_banner.png) no-repeat center bottom;
    background-size: cover;
}

.page_ttl.account {
    background: url(../image/common_banner.png) no-repeat center bottom;
    background-size: cover;
}


.quick_link {
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.quick_link li {
    float: left;
    display: inline-block;
    width: 33.3333%;
    list-style: none;
    padding: 0px 15px;
}


h1 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 50px;
}

.sub_ttl {
    color: #000000;
    font-weight: bold;
}

footer .copyright {
    text-align: right;
    padding-top: 20px;
}

.tnc {
    background: #EEEEEE;
    line-height: 30px;
    font-size: 14px;
    padding: 20px;
}

.tnc ol li {
    margin-bottom: 20px;
}


.price_section {
    padding: 30px 0px;
    background: #eeeeee;
}

.price_section .container {
    position: relative;
}

.price_list {
}

.price_section .ps {
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-shadow: 2px 2px 2px #FFFFFF;
}

.price_box {
    margin-bottom: 20px;
    float: left;
    display: inline-block;
    width: 100%;
}

.price_box ul {
    position: relative;
    list-style: none;
    padding: 5px 15px 10px 15px;
    background: #FFFFFF;
    background-size: 100% 100%;
}

.price_box ul li {
    text-align: right;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    font-weight: bold;
}

.price_box ul li:first-child {
    font-size: 22px;
    text-align: center;
    border-top: 0px;
    color: #8f6a11;
    margin-bottom: 5px;
    line-height: 30px;
    position: relative;
    z-index: 10;
}

.price_box ul .fd {
    float: left;
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    text-align: left;
    display: inline-block;
}

.current_price,
.high_price,
.low_price {
    padding-left: 20px;
}

.up_price {
    color: #00cc00;
    background: url(../image/price_up.png) left no-repeat;
}

.down_price {
    color: #ff0033;
    background: url(../image/price_down.png) left no-repeat;
}

.th_head {
    display: none;
}


.control_view {
    position: absolute;
    top: 20px;
    right: 15px;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.control_view a {
    background: url(../image/bg_btn_view.jpg) no-repeat bottom;
    background-size: 60px 60px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    width: 35px;
    height: 30px;
    text-align: center;
    color: #8f6a11;
    margin: 0px;
    padding: 0px 5px;
    float: right;
}

.control_view a:hover,
.control_view a.active {
    background-position: top;
    color: #FFFFFF;
}

.control_view a.btn_list_view {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    border-left: 1px solid #AA0012;
}

.control_view a.btn_grid_view {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.promotion_section {
}

.ben_02 {
    text-align: center;
}

.ben_02 img {
    max-width: 800px;
    width: 100%;
}


.reason {
    color: #FFFFFF;
}

.reason h2 {
    color: #FFFFFF;
}

.why {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.why .ttl {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0px;
}

.why img {
    max-width: 240px;
    width: 100%;
}


.platform {
    background: #ecb21f;
    position: relative;
    color: #FFFFFF;
}

.platform .img-mt5 {
    max-width: 700px;
    margin: 0px auto;
}

@media only screen and (max-width: 768px) {
    .platform .img-mt5 {
        width: 100%;
        margin: 0px auto;
    }
}


.adv {
    background: #FFFFFF;
}

.btn {
    background: #233e94;
    background-size: auto 100%;
    color: #FFFFFF;
    font-size: 18px;
    padding: 6px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 10px;
}

.btn:hover {
    background: #2d51c1;
    background-size: auto 100%;
    color: #FFFFFF;
}


.btn_white {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.btn_white:hover {
    background: none;
    border: 2px solid #ecb21f;
    color: #ecb21f;
}

.btn_big {
    line-height: 40px;
    font-size: 22px;
    padding: 6px 25px;
}

.btn_cancel {
    background: #666666;
}

.btn_cancel:hover {
    background: #888888;
}

.btn_auto_width {
    width: auto;
}

.btn_full_width {
    width: 100%;
}

.btn_register {
    display: inline-block;
    padding: 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    background: #233e94;
    float: right;
}

.btn_register:hover {
    color: #FFFFFF;
    background: #ED2F24;
}

.company {
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.company img {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 60px;
}

.company .name {
    font-size: 1.3em;
}

.company:hover {
    color: #fd4853;
}


.table-news {
    width: 100%;
    margin: 0px auto 20px auto;
    overflow: hidden;
    background: #FFFFFF
}

.table-news th,
.table-news td {
    line-height: 20px;
    padding: 10px 10px;
    border-top: 1px solid #cccccc;
    position: relative;
}

.table-news th.fd,
.table-news td.fd {
    width: 190px;
}

.table-news tr th:last-child,
.table-news tr td:last-child {
    border-right: 0px;
}

.table-news tr:first-child th,
.table-news tr:first-child td {
    border-top: 0px;
}

.table-news tr:nth-child(2n-1) {
    background: #efefef;
}

.table-news tr th {
    color: #FFFFFF;
}

.table-news th {
    background: #555555;
    background-size: 100% 100%;
}

.table-news td a {
    color: #DD0000;
    text-decoration: underline;
    width: 100%;
    display: inline-block;
}

.table-news td.fd a {
    color: #DD0000;
}

.table-news tbody tr:hover {
    background: #d6910d;
    color: #FFFFFF;
    cursor: pointer;
}

.table-news tr th.hidden_item,
.table-news tr td.hidden_item {
    display: none;
    width: 10px;
}


.table-calendar tbody tr:hover {
    background: #d6910d;
    color: #FFFFFF;
    cursor: pointer;
}

.table-calendar tr th:nth-child(1),
.table-calendar tr td:nth-child(1) {
    width: 70px;
    text-align: center;
}

.table-calendar tr th:nth-child(2),
.table-calendar tr td:nth-child(2) {
    width: 110px;
    text-align: center;
}

.table-calendar tr th:nth-child(3),
.table-calendar tr td:nth-child(3) {
    width: 300px;
    text-align: left;
}

.table-calendar tr th:nth-child(4),
.table-calendar tr td:nth-child(4) {
    width: 80px;
    text-align: center;
}


.table-calendar tr th:nth-child(5),
.table-calendar tr td:nth-child(5),
.table-calendar tr th:nth-child(6),
.table-calendar tr td:nth-child(6),
.table-calendar tr th:nth-child(7),
.table-calendar tr td:nth-child(7) {
    width: 120px;
    text-align: center;
}

.table-calendar tr th.hidden_item,
.table-calendar tr td.hidden_item {
    display: none;
    width: 10px;
}

.table-calendar tr .valueUp:after {
    content: '';
    background: url(../image/price_up.png) no-repeat right;
    padding-right: 20px;
    margin-right: -20px;
}

.table-calendar tr .valueDown:after {
    content: '';
    background: url(../image/price_down.png) no-repeat right;
    padding-right: 20px;
    margin-right: -20px;
}


.table-pressRelease tbody tr:hover {
    background: #222222;
    color: #FFFFFF;
    cursor: pointer;
}

.table-pressRelease tr th.hidden_item,
.table-pressRelease tr td.hidden_item {
    display: none;
    width: 10px;
}


.date_select {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    background: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.date_select .week {
    display: block;
    font-size: 24px;
}

.date_select .date {
    display: block;
    font-size: 16px;
}

.date_select a {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #333333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.date_select a:hover,
.date_select a.selected {
    color: #8f6a11;
}

.date_select .btn_prev {
    width: 10%;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.date_select .btn_next {
    width: 10%;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.date_select .btn_prev {
    background: url(../image/btn_prev.png) no-repeat;
    background-position: center center;
}

.date_select .btn_next {
    background: url(../image/btn_next.png) no-repeat;
    background-position: center center;
}

.date_select .btn_prev:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    height: 45px;
    border-right: 1px solid #cccccc;
}


.date_select .btn_prev:hover {
    background: url(../image/btn_prev_over.png) no-repeat;
    background-position: center center;
}

.date_select .btn_next:hover {
    background: url(../image/btn_next_over.png) no-repeat;
    background-position: center center;
}

.date_select .btn_prev.disable {
    background: url(../image/btn_prev_disable.png) no-repeat;
    background-position: center center;
}

.date_select .btn_next.disable {
    background: url(../image/btn_next_disable.png) no-repeat;
    background-position: center center;
}

.date_select .owl-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.date_select .owl-item:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    height: 45px;
    border-right: 1px solid #cccccc;
}

.date_select ul li:last-child:before {
    border-right: 0px;
}

.date_select .owl-dots {
    display: none;
}


label.important_l,
label.important_m,
label.important_h {
    padding: 2px 15px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
}


label.important_l {
    background: #069599;
}

label.important_m {
    background: #e68200;
}

label.important_h {
    background: #e60000;
}


.pop {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    background: #EEEEEE;
    display: none;
    border: 5px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 700px;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    z-index: 300;
    max-height: 90%;
}

.pop_content {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pop .btn_close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../image/btn_close.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.tb-pop td {
    padding: 5px;
    vertical-align: top;
    color: #000000;
    font-weight: bold;
}

.tb-pop td.fd {
    color: #555555;
    width: 110px;
}

.tb-pop tr .valueUp:after {
    content: '';
    background: url(../image/price_up.png) no-repeat right;
    padding-right: 20px;
    margin-right: -20px;
}

.tb-pop tr .valueDown:after {
    content: '';
    background: url(../image/price_down.png) no-repeat right;
    padding-right: 20px;
    margin-right: -20px;
}

.tb-pop-news td.fd {
    color: #555555;
    width: 70px;
}

.tb-custom {
    width: 100%;
    margin: 0px auto 30px auto;
    background: #FFFFFF;
}

.tb-custom th,
.tb-custom td {
    line-height: 30px;
    padding: 8px 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    text-align: center;
}

.tb-custom tr td:last-child {
    border-right: 0px;
}

.tb-custom tr:last-child th,
.tb-custom tr:last-child td {
    border-bottom: 0px;
}

.tb-custom tr:nth-child(2n-1) {
}

.tb-custom th {
    color: #FFFFFF;
    background: url(../image/bg_th.jpg) repeat-x top;
    background-size: 100% 100%;
}

.tb-custom td.fd {
    font-weight: bold;
    border-right: 1px solid #CCCCCC;
    color: #233e94;
}


.tb-custom .hover,
.tb-custom tr:hover {
    background-color: #d6efff;
}

.tb-custom td a {
    color: #333333;
    text-decoration: none;
}

.tb-custom td.fd a {
    color: #ecb21f;
}

.trade_ps {
    padding: 15px;
    background: #dddddd;
    margin: 20px 0px;
}

.trade_ps ul {
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
}

.trade_ps li {
    margin-bottom: 10px;
}

.form-horizontal {
    padding: 0px 15px;
}

.block {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.block2 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.red_star {
    color: red;
    display: inline-block;
    width: 15px;
}

.mobile_hide {
    display: inline-block !important;
}

.mobile_show {
    display: none !important;
}

hr {
    border-top: 1px solid #bbbbbb;
    margin: 30px 0px;
}


.newsContent {
    padding-top: 30px;
}

.why_pt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.why_pt dd {
    float: left;
    display: inline-block;
    padding: 0px 15px 30px 15px;
    width: 25%;
    text-align: center;
}

.why_pt dd p {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 16px;
}

.why_pt dd .images {
    text-align: center;
    margin: 0px auto 10px auto;
}

.why_pt dd .images img {
    width: 100%;
    max-width: 240px;

}

.why_pt .ttl {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0px;
}

.download_content {
    padding-top: 60px;
    margin-bottom: 30px;
}

.float-right-desktop {
    float: right;
}


.download_platform {
    text-align: left;
}

.download_platform .tick_list .fa {
    color: #243e94;
}

.download_requirement {
    margin-top: 0px;
    font-size: 12px;
    background: #dddddd;
    padding: 10px;
}

.download_requirement ul {
    padding-left: 20px;
    margin-top: 5px;
}

.img-platform {
    max-width: 550px;
    width: 100%;
    margin: 0px auto;
}

.download_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 15px;
    color: #444444;
    min-height: 65px;
}

.download_btn > div {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.download_btn > div:last-child {
    border-left: 1px solid #999999;
}


.btn_apps_store {
    display: inline-block;
    width: 171px;
    height: 60px;
    background: url(../image/btn_apps_store.png) no-repeat bottom;
}

.btn_apps_store:hover {
    background-position: top;
}

.btn_apps_store.disable {
    cursor: default;
    background-position: bottom;
}

.btn_android {
    display: inline-block;
    width: 171px;
    height: 60px;
    background: url(../image/btn_android.png) no-repeat bottom;
}

.btn_android:hover {
    background-position: top;
}

.btn_android.disable {
    cursor: default;
    background-position: bottom;
}

.img-qrcode {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

.download_icon {
    font-size: 1.3em;
    margin-right: 10px;
}


.contactus {
    font-size: 16px;
    line-height: 25px;
}

.contact_info {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
}

.contact_info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.contact_info li .fd {
    width: 220px;
    display: inline-block;
    float: left;
}

.form-fd {
    line-height: 35px;
}

.remind {
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 34px;
}


.deposit {
    line-height: 30px;
}

.deposit_method {
}

.method {
    display: inline-block;
    width: 100%;
}

.method dd {
    float: left;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    width: 30%;
    text-align: center;
}

.method dd:last-child {
    background: none;
}

.method dd .images {
    margin-bottom: 10px;
}

.method dd.or {
    width: 5%;
    padding: 70px 0px 0px 0px;
    font-size: 18px;
    color: #666666;
}

.method dd p {
    color: #8f6a11;
    font-size: 20px;
}

.method dd .images img {
    width: 100%;
    max-width: 180px;
}

.method dd span {
    line-height: 20px;
    display: block;
}

.list-download {
    font-size: 20px;
    padding: 0px;
}

.list-download li {
    list-style: none;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.list-download li:after {
    content: '';
    border-bottom: 1px dashed #aaaaaa;
    width: 75%;
    position: absolute;
    top: 18px;
    left: 15%;
    height: 1px;
}

.list-download li a {
    float: right;
}


.select_chat .btn_select_chat {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    background: #000000;
}

.select_chat .btn_select_chat img {
    width: 100%;
    display: inline-block;
    opacity: 0.3;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.select_chat .btn_select_chat .roomName {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
    color: #FFFFFF;
    font-size: 34px;
    z-index: 10;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.select_chat .btn_select_chat .roomName:before {
    content: '';
    width: 10%;
    border-top: 1px solid #AAAAAA;
    height: 1px;
    top: -10px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.select_chat .btn_select_chat .roomName:after {
    content: '';
    width: 10%;
    border-top: 1px solid #AAAAAA;
    height: 1px;
    top: -10px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

.select_chat .btn_select_chat .smaller_txt {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 10px;
    line-height: 20px;
    color: #CCCCCC;
    font-size: 14px;
    z-index: 10;
}

.select_chat .btn_select_chat:hover img {
    opacity: 0.8;
}

.chat_iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 152px;
    padding-bottom: 148px;
    top: 0px;
}

#video-player-wrap {
    max-width: 910px;
    height: 670px;
    margin: 0px auto;
}

.contact_left {
    display: inline-block;
    width: 50%;
}

.map {
    float: right;
    display: inline-block;
    width: 48%;
    height: 350px;
}

.btn_java {
    background: url(../image/bg_btn_red.png) repeat-x top;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
    width: auto;
    position: relative;
    padding: 6px 15px 6px 37px;
    display: inline-block;
    margin-right: 20px;
}

.btn_java:hover {
    background: url(../image/bg_btn_red.png) repeat-x;
    background-position: 0px -50px;
    color: #FFFFFF;
}

.btn_java img {
    width: 25px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 10px;
}

.btn_red {
    background: url(../image/bg_btn_red.png) repeat-x top;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
    width: auto;
    position: relative;
    padding: 6px 15px 6px 15px;
    display: inline-block;
}

.btn_red:hover {
    background: url(../image/bg_btn_red.png) repeat-x;
    background-position: 0px -50px;
    color: #FFFFFF;
}

.timer {
    text-align: center;
    margin-top: -10px;
    font-weight: bold;
    color: #444444;
}

.timer dd {
    display: inline-block;
    margin: 0px 10px;
}


.dl_section {
}

.dl_section .btn_dl {
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 20px 15px;
    display: inline-block;
    text-align: center;
}

.dl_section .icon {
    font-size: 30px;
    margin-bottom: 5px;
}


.icon_check {
    color: #118184;
    margin-right: 5px;
}

.box {
    background: #cccccc;
    padding: 5px 15px;
}

#floating {
    position: fixed;
    bottom: 0px;
    right: 50px;
}


#floating .btn_qq {
    background: #00ace4;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 20px;
    text-decoration: none;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    cursor: pointer;
}

#floating .btn_qq:hover {
    background-color: #0a6987;
}

#floating .btn_qq .fa {
    margin-right: 5px;
}

#pop_index {
    padding: 20px 20px 20px 20px;
    text-align: center;
}

#pop_index .ps {
    color: #999999;
}

#pop_index .btn {
    margin: 0px 5px;
}

.termsbox {
    height: 600px;
    overflow: auto;
    margin-bottom: 30px;
}

.footer_terms {
    font-size: 13px;
    line-height: 20px;
    background: #bbbbbb;
    padding: 10px 0px;
}

.aboutus {
    line-height: 30px;
}

.about_02 {
    padding: 30px 0px;
    background: url(../image/owl.video.play.jpg) no-repeat top #0062A1;
    color: #FFFFFF;
}

.about_02 h2,
.about_02 .sub_ttl {
    color: #FFFFFF;
}

.about_03 {
    padding: 30px 0px;
    background: #FFFFFF;
}


.news dd {
    background: url(../image/owl.video.play.png) no-repeat 0px 5px;
    padding: 10px 30px 10px 60px;
    color: #fd4853;
    border-bottom: 1px solid #CCCCCC;
}

.news dd a {
    display: inline-block;
    width: 100%;
}

.news dd .news_ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.news dd .news_date {
    color: #777777;
    float: right;
    line-height: 40px;
    font-size: 12px;
}

.news dd .news_content {
    font-size: 16px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    color: #333333 !important;
}


.sitemap {
    width: 100%;
    display: inline-block;
}

.sitemap .cat {
    display: inline-block;
    width: 20%;
    list-style: none;
    float: left;
}

.sitemap .cat_ttl {
    font-size: 22px;
}

.sitemap .menu_lv2 {
    padding-left: 0px;
}

.sitemap .menu_lv2 dd {
    line-height: 40px;
}


.trade-ex {
    background: #FFFFFF;
    margin-top: -30px;
    padding-top: 30px;
}

.trade-ex ul {
    list-style: none;
}

.trade-ex ul li {
    line-height: 20px;
    margin-bottom: 40px;
}

.trade-ex ul li .fa {
    color: #999;
    font-size: 20px;
    padding-right: 20px;
}

.trade-ex .menu-left {
    float: left;
    width: 30%;
    border-right: 1px #999 solid;
    margin-right: 50px;
}

.trade-ex .menu-right {
    width: 100%;
    text-wrap: none;
}

.alertbox {
    background: #ecb21f;
    color: #233e94;
    padding: 10px 40px 40px 40px;
}

.alertbox ul {
    padding-left: 20px;
}

.alertbox ul li {
    list-style: disc;
    line-height: normal;
    margin-bottom: 20px;
}


.open_account {
    margin-top: -30px;
    padding-top: 30px;
}

.open_account .accountthreesteps {
    width: 100%;
}

.accountthreesteps {
}

.open_account ul {
    list-style: none;
}

.open_account ul li {
    float: left;
    width: 30%;
    max-height: 430px;
    text-align: center;
    padding: 15px 30px;
}

.open_account .break {
    float: left;
    width: 5%;
    min-height: 6px;
    text-align: center;
    padding: 0;
    margin-top: 15%;
    background: rgba(204, 204, 204, .5);
}

.open_account ul li .fa {
    text-align: center;
    font-size: 40px;
    padding: 20px;
    border: 1px #243e94 solid;
    border-radius: 80px;
    min-width: 80px;
    min-height: 80px;
    color: #243e94;
}

.open_account .accountthreesteps h1 {
    text-align: center;
    font-size: 40pt;
    color: #243e94;
}

.open_account .accountthreesteps p {
    font-size: 18px;
    color: #333333;
    padding: 10px;
    line-height: 36px;
}

.open_account ul li .num1 {
    display: none;
}

.open_account ul li .num2 {
    display: block;
}

.main-info {
    margin: 0px;
    padding: 0px;
}

.main-info li {
    list-style: none;
    margin-bottom: 10px;
}

.main-info li span {
    width: 180px;
    display: inline-block;
    font-weight: bold;
}

.img-cert {
    max-height: 350px;
}

.trade_benefit {
    background-color: #FFFFFF;
}

.trade_benefit h2 {
}

.trade_pt {
    display: flex;
    margin: 0px -15px 30px -15px;
    flex-wrap: wrap;
}

.trade_pt > div {
    flex: 0 0 25%;
    padding: 0px 15px;
    text-align: center;
}

.trade_pt .ttl {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0px;
}

.trade_pt > div p {
    text-align: justify;
}

.trade_pt img {
    max-width: 180px;
    width: 100%;
}

@media (max-width: 1600px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1600px) {
    ul.main_menu li a {
        font-size: 15px;
    }

    .navbar.smaller .navbar-brand img, .navbar-brand img {

    }
}

@media (max-width: 1180px) {

    .spacing {
        padding: 40px 0px;
    }

    .mask-top {
        height: 50px;
    }

    .mask-bottom {
        height: 50px;
        margin-bottom: -40px;
    }

    footer .mask-footer {
        height: 50px;
        top: -50px;
    }

    ul.main_menu li {
        padding: 0px 10px;
    }

    .price_section,
    .news_section {
        padding: 20px 0px;
    }

    .tb_price th {
        line-height: 20px;
        padding: 10px 10px;
        font-size: 14px;
    }

    .tb_price td {
        line-height: 20px;
        padding: 10px 10px;
        font-size: 16px;
    }

    .listing-style .price_box ul li {
        font-size: 16px;
    }

    .price_section .ps {
        bottom: -20px;
    }

    .pay_option .option img {
        width: 200px;
    }

    .pay_option .option .btn_huge {
        width: 180px;
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .slide_menu {
        position: relative;
        display: inline-block;
    }

    .tb-custom {
        width: 100%;
    }


    .price_box ul {
        padding: 5px 10px 10px 10px;
    }

    .price_box ul li:first-child {
        font-size: 18px;
    }

    .price_box ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .date_select .btn_prev,
    .date_select .btn_next,
    .date_select .btn_prev:hover,
    .date_select .btn_next:hover,
    .date_select .btn_prev.disable,
    .date_select .btn_next.disable {
        background-size: 25px;
    }

    .date_select .btn_prev:before {
        top: 15px;
        height: 32px;
    }

    .date_select .owl-item:before {
        top: 15px;
        height: 32px;
    }

    .date_select .week {
        display: block;
        font-size: 16px;
    }

    .date_select .date {
        display: block;
        font-size: 13px;
    }


    .trade-ex .mobile_show {
        font-size: 15px;
        color: #666;
    }

    .trade-ex .mobile_show .fa {
        color: #999;
        font-size: 20px;
        padding-right: 15px;
    }

    .trade-ex .mobile_show .mobile_row {
        color: #333;
        font-size: 22px;
        margin-top: 30px;
        padding-bottom: 25px;
    }

    .alertbox {
        margin-top: 30px;
    }


    .account ul li {
        float: none;
        width: 100%;
        padding-top: 60px;
    }

    .account .break {
        width: 100%;
        min-height: 1px;
        border-bottom: 1px #333 solid;
    }

    .account ul li .fa {
        text-align: center;
        color: #999;
        font-size: 40px;
        padding: 20px;
        border: 1px #999 solid;
        border-radius: 80px;
        min-width: 80px;
        min-height: 80px;
    }

    .account .accountthreesteps h1 {
        text-align: center;
        font-size: 40pt;
        color: #999;
    }

    .account ul li .num1 {
        display: block;
    }

    .account ul li .num2 {
        display: none;
    }


}


@media (max-width: 992px) {
    h2 {
        font-size: 24px;
    }

    .owl-nav {
        display: none;
    }

    .owl-theme .owl-pagination {
        bottom: 0px;
    }

    #owl-banner .descript {
        font-size: 30px;
        line-height: 40px;
    }

    body {
        padding-bottom: 0px;
    }

    body.pop {
        padding-top: 0px;
    }

    h1 {
        font-size: 30px;
    }


    .tnc {
        padding: 10px;
    }

    .container {
        padding: 0px 15px;
        width: 100%;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header,
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }


    .navbar > .container .navbar-brand {
        padding: 3px;
    }

    .navbar.smaller .navbar-brand img,
    .navbar-brand img {
        width: 140px;
        height: auto;
        margin-left: 20px;
        margin-top: 0px;
        height: auto;
    }

    .navbar-inverse {
        min-height: 55px;
        height: auto;
    }

    .navbar .container {
        padding: 0px;
        margin: 0px auto;
        width: 750px;
    }

    .slide_menu {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        max-height: 0px;
        padding-top: 0px;
        margin: 0px auto;
        display: block;
        z-index: 100;
        font-size: 16px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;

    }

    .top_menu {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 10px;
    }

    .top_menu ul {
        width: 100%;
        display: inline-block;
        margin-bottom: 0px;
    }

    .top_menu ul li {
        width: 50%;
        float: left;
        display: inline-block;
        margin: 0px;
        padding: 0px 10px;
    }

    .top_menu ul li a {
        width: 100%;
        text-align: center;
    }

    ul.main_menu {
        width: 100%;
        margin-top: 0px;
    }

    ul.main_menu li {
        float: none;
        width: 100%;
        display: inline-block;
        background: none;
        border-top: 1px solid #cccccc;
        text-align: left;
        position: relative;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        white-space: nowrap;
    }

    ul.main_menu li:first-child {
        border: 0px;
    }

    ul.main_menu li a {
        text-decoration: none;
        padding: 10px 10px;
        line-height: 20px;
        width: 100%;
        font-size: 15px;
    }

    ul.main_menu li:last-child {
        padding: 10px;
    }

    .slide_menu li.special_btn {
        border: 0px;
        margin-top: 0px;
        padding: 0px 10px;
    }

    .slide_menu li.special_btn a {
        padding: 10px 10px;
        text-align: center;
    }

    .slide_menu.extend {
        max-height: 600px;
    }

    ul.main_menu li.account {
        width: 100%;
    }

    ul.main_menu li .menu_lv2 {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        box-shadow: none;
        background: #eeeeee;
        margin-bottom: 0px;
        float: left;
        margin-left: 0px;
        transform: translateX(0%);
    }

    ul.main_menu li .menu_lv2 li {
        float: none;
        display: block;
        padding: 0px 0px;
        width: 100%;
    }

    ul.main_menu li .btn_register {
        padding: 5px 15px;
    }

    ul.main_menu li .menu_lv2 li a {
        background: #DDDDDD;
        color: #111111;
        padding: 10px 5px;
        text-indent: 20px;
        text-align: left;
    }

    ul.main_menu li .menu_lv2 li a:hover {
        background: #ecb21f;
        color: #FFFFFF;
    }

    .lang {
        position: relative;
        text-align: center;
        font-size: 14px;
        right: 0px;
    }

    .lang a.btn_lang {
        line-height: 40px;
        margin: 0px 10px;
    }

    .signin {
        position: relative;
        text-align: center;
        font-size: 14px;
        right: 0px;
    }

    .signin a.btn_signin {
        line-height: 40px;
        margin: 0px 10px;
    }

    .username {
        position: relative;
        text-align: center;
        font-size: 14px;
        right: 0px;
    }

    .username a.btn_username {
        line-height: 40px;
        margin: 0px 10px;
    }

    .userbox {
        position: relative;
        top: 0px;
        width: auto;
        min-height: auto;
        box-shadow: none;
        padding-top: 0px;
        background-color: #fff;
        display: inline-block;
    }

    .userbox a.btn_userbox {
        color: #8f6a11;
        padding: 2px 0;
        margin: 0px 10px;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }

    .userbox a:last-child.btn_userbox {
        border: none;
        margin-top: 0
    }

    .username:hover .userbox {
        display: inline-block;
    }

    .btn_nav {
        width: 42px;
        height: 42px;
        display: inline-block;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 24px;
        color: #233e94;
        text-align: center;
        padding-top: 5px;
        position: absolute;
        top: 3px;
        right: 10px;
        cursor: pointer;
    }

    .btn_nav:hover {
        color: #ecb21f;
    }

    .price_section {
        padding: 15px 0px;
    }

    .news_section {
        padding: 15px 0px;
    }

    .quick_link {
        margin: 0px -10px;
    }

    .quick_link li {
        width: 33.3333%;
        padding: 10px;
        display: inline-block;
        float: left;
    }

    .why {
        margin-bottom: 10px;
    }

    .why_pt dd {
        width: 50%;
    }

    .why_pt dd:nth-child(2n-1) {
        clear: both;
    }

    .why_pt dd:nth-child(4n) {
        clear: none;
    }

    .why img,
    .why_pt img {
        max-width: 140px;
    }

    .bank_list li {
        padding-left: 0px;
    }

    .bank_list li span {
        width: 100%;
        margin-left: 0px;
        display: block;
    }


    .tb_price {
        margin: 0px auto 20px auto;
    }

    .tb_price th,
    .tb_price td {
        padding: 5px 5px;
        width: 20%;
        font-size: 2.5vw;
    }


    .tb-custom th,
    .tb-custom td {
        line-height: 20px;
        padding: 10px 3px;
        font-size: 13px;
        width: 40%;
    }

    .tb-custom th.fd,
    .tb-custom td.fd {
        width: 60px;
        font-size: 11px;
    }

    .trade_more td {
        width: auto;
        font-size: 13px;
    }

    .trade_more td.fd {
        width: 110px;
    }

    .download_content {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .download_requirement {
        margin-bottom: 30px;
    }

    .download_requirement:last-child {
        margin-bottom: 0px;
    }

    .img-app-logo {
        max-width: 100px;
    }


    .contactus {
        font-size: 14px;
        line-height: 22px;
    }

    .contact_info li .fd {
        width: 210px;
    }

    footer {
        padding: 15px 0px;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        height: auto;
        position: relative;
    }

    footer .copyright {
        text-align: center;
    }

    footer .logo {
        width: 300px;
        display: inline-block;
    }

    footer .footer_link {
        padding-top: 20px;
        text-align: left;
    }

    footer .col-sm-8,
    footer .col-sm-4 {
        padding: 0px;
    }

    footer .copyright {
        text-align: center;
        padding-top: 0px;
    }

    .table-news th.fd,
    .table-news td.fd {
        width: 100px;
    }

    .table-news th, .table-news td {
        padding: 5px 10px;
    }

    .block {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
    }

    .block2 {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 200;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
    }

    .method dd {
        float: left;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: left;
    }

    .method dd:last-child {
        background: none;
    }

    .method dd .images {
        margin-bottom: 10px;
        float: left;
        display: inline-block;
        margin-right: 20px;
    }

    .method dd .images img {
        width: 120px;
    }

    .method dd.or {
        width: 100%;
        padding: 20px 0px 20px 0px;
        font-size: 18px;
        color: #666666;
        text-align: center;
        position: relative;
    }

    .method dd.or:before {
        position: absolute;
        content: '';
        border-top: 1px solid #cccccc;
        width: 40%;
        top: 50%;
        left: 0px;
        height: 1px;
        display: inline-block;
    }

    .method dd.or:after {
        position: absolute;
        content: '';
        border-top: 1px solid #cccccc;
        width: 40%;
        top: 50%;
        right: 0px;
        height: 1px;
        display: inline-block;
    }

    .method dd p {
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .btn {
        padding: 6px 10px;
    }

    .btn_auto_width {
        width: 100%;
    }

    .btn_download {
        width: auto;
    }

    .date_select .owl-item {
        width: 20%;
    }

    .date_select .week {
        font-size: 3vw;
    }

    .date_select .date {
        font-size: 2vw;
    }

    .date_select .btn_prev:before {
        content: '';
        position: absolute;
        top: 25%;
        right: 0px;
        height: 50%;
        border-right: 1px solid #cccccc;
    }

    .date_select .owl-item:before {
        content: '';
        position: absolute;
        top: 25%;
        right: 0px;
        height: 50%;
        border-right: 1px solid #cccccc;
    }

    .table-calendar th, .tb-custom td {
        padding: 3px 5px;
    }

    .table-calendar tr th:nth-child(1), .table-calendar tr td:nth-child(1) {
        width: 55px;
    }

    .table-calendar tr th:nth-child(2), .table-calendar tr td:nth-child(2) {
        width: 60px;
    }

    .table-calendar tr th:nth-child(3), .table-calendar tr td:nth-child(3) {
        width: 150px;
    }

    .table-calendar tr th:nth-child(4), .table-calendar tr td:nth-child(4) {
        width: 60px;
    }

    .table-calendar tr th:nth-child(5), .table-calendar tr td:nth-child(5),
    .table-calendar tr th:nth-child(6), .table-calendar tr td:nth-child(6),
    .table-calendar tr th:nth-child(7), .table-calendar tr td:nth-child(7) {
        display: none;
    }

    label.important_l, label.important_m, label.important_h {
        padding: 2px 8px 2px 8px;
        margin-top: -2px;
    }

    .pop {
        width: 90%;
        padding: 5px;
        left: 5%;
        top: 5%;
        margin-left: 0px;
        margin-top: 0px !important;
    }

    .pop .btn_close {
        top: 0px;
        right: 0px;
    }

    .select_chat .btn_select_chat .roomName:before {
        margin-right: 7px;
    }

    .select_chat .btn_select_chat .roomName:after {
        margin-left: 7px;
    }

    .select_chat .btn_select_chat .smaller_txt {
        font-size: 12px;
    }

    .chat_iframe {
        padding-top: 55px;
        padding-bottom: 170px;
    }


    #floating {
        right: 20px;
    }

    #floating .btn_qq {
        padding: 5px 10px;
        font-size: 14px;
    }

    .ben_01 .descript, .ben_02 .descript {
        padding-top: 0px;
    }

    .trade_pt > div {
        flex: 0 0 50%;
    }

}

@media (max-width: 767px) {
    .row {
        display: block;
    }

    .page_ttl {
        height: 200px;
        padding-top: 70px;
    }

    body {
        font-size: 12px;
        padding-top: 56px;
    }

    #owl-banner .descript {
        font-size: 20px;
        line-height: 30px;
    }

    .navbar .container {
        width: 100%;
    }

    .mobile_hide {
        display: none !important;
    }

    .mobile_show {
        display: inline-block !important;
    }

    .list-download li:after {
        width: 35%;
        left: 35%;
    }


    .group_btn_chat {
        margin: 0px -15px;
    }

    .select_chat {
        margin-top: -20px;
    }

    .map {
        width: 100%;
        float: none;
        height: 250px;
    }

    .contact_left {
        width: 100%;
        float: none;
    }

    .form-fd {
        padding-right: 0px;
    }

    footer .logo {
        width: 220px;
        display: inline-block;
    }

    footer .footer_link {
        padding-top: 10px;
        text-align: center;
    }

    .price_box {
        width: 100%;
    }

    .listing-style .price_box ul {
        padding: 5px 0px;
    }

    .listing-style .price_box ul li:first-child {
        line-height: 1.3em;
        padding: 2px 1px;
        font-size: 4vw;
        width: 100%;
        text-align: right;
        padding-right: 75%;
    }

    .listing-style .th_head ul li:first-child {
        display: none;
    }

    .listing-style .price_box ul li:nth-child(2) {
        width: 25%
    }

    .listing-style .price_box ul li {
        line-height: 1.3em;
        padding: 1px 1px;
        font-size: 3vw;
        text-align: right;
        width: 23.5%;
        font-weight: bold;
    }

    .listing-style .price_box ul li:nth-child(5),
    .listing-style .price_box ul li:nth-child(6) {
        width: 14%;
    }

    .listing-style .price_box.th_head {
        height: auto;
    }

    .listing-style .price_box.th_head ul li:first-child,
    .listing-style .price_box.th_head ul li {
        line-height: 2em;
        padding: 3px 1px;
        font-size: 2.5vw;
    }

    .listing-style .current_price,
    .listing-style .high_price,
    .listing-style .low_price {
        padding-left: 16px;
    }

    .listing-style .up_price {
        color: #00cc00;
        background: url(../image/price_up.png) left no-repeat;
        background-size: 15px 15px;
    }

    .listing-style .down_price {
        color: #ff0033;
        background: url(../image/price_down.png) left no-repeat;
        background-size: 15px 15px;
    }


    .timer {
        font-size: 11px;
    }

    .timer dd {
        margin: 0px 5px;
    }

    .pay_option .option img {
        width: 130px;
    }

    .pay_option .option img {
        margin-bottom: 15px;
    }

    .pay_option .option label {
        margin: 0px 3px;
    }

    .pay_option .option {
        width: 100%;
        float: none;
    }

    .pay_option .option:first-child {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 20px;
        border-right: 0px;
    }

    .pay_option .option:last-child {
        padding-left: 0px;
    }

    .pay_option .option .btn_huge {
        width: 45%;
        margin-right: 10px;
        font-size: 16px;
    }

    .method dd p {
        padding-top: 25px;
        margin-bottom: 5px;
    }

    .float-right-desktop {
        float: none;
    }


    .why_pt dd {
        width: 100%;
        margin-bottom: 10px;
    }

    .why_pt dd:nth-child(4n) {
        clear: none;
    }

    .why img,
    .why_pt img {
        max-width: 140px;
    }


    .main-info li span {
        width: auto;
        display: block;
        font-weight: bold;
    }


    .trade_pt > div {
        flex: 0 0 100%;
    }
}

@media (max-width: 500px) {

    body {
        font-size: 3vw;
    }

    .contactus {
        font-size: 3.5vw;
    }

    .quick_link {
        width: 100%;
        margin: 30px 0px 0px 0px;
    }

    .quick_link li {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        float: none;
    }


    label.important_l, label.important_m, label.important_h {
        padding: 2px 8px 2px 8px;
        margin-top: -2px;
        line-height: normal;
    }

    .method dd {
        padding-left: 100px;
    }

    .method dd:last-child {
        background: none;
    }

    .method dd .images {
        margin-bottom: 10px;
        float: left;
        display: inline-block;
        margin-right: 0px;
        margin-left: -100px;
    }

    .method dd .images img {
        width: 80px;
    }

    .date_select .btn_prev {
        width: 9%;
    }

    .date_select .btn_next {
        width: 9%;
    }

    .tb-pop td {
        width: 84%;
    }

    .tb-pop td.fd {
        width: 16%;
    }

    .tb-pop.tb-pop-calendar td {
        width: 70%;
    }

    .tb-pop.tb-pop-calendar td.fd {
        width: 30%;
    }

    .tb-pop tr .valueUp:after {
        background: url(../image/price_up.png) no-repeat right;
        background-size: 15px 15px;
        padding-right: 15px;
        margin-right: -13px;
    }

    .tb-pop tr .valueDown:after {
        background: url(../image/price_down.png) no-repeat right;
        background-size: 15px 15px;
        padding-right: 15px;
        margin-right: -13px;
    }

    .table-price thead tr:first-child {
        background: url(../image/bg_th.jpg) repeat-x top;
    }

    .table-price th {
        text-align: center;
        border: 0px;
        height: 20px;
        padding: 5px 0px;
    }

    .table-price td {
        width: 20%;
        padding: 0px 2px 5px 2px;
        font-size: 3vw;
        line-height: 4.5vw;
        text-align: center;
    }

    .table-price td.fd {
        border-bottom: 0px;
        width: 100%;
        padding: 5px 2px 5px 2px;
        font-size: 3vw;
        line-height: 4.5vw;
        text-align: center;
    }

    .listing-style .price_box {
        padding: 0px 3px;
    }

    .listing-style .current_price,
    .listing-style .high_price,
    .listing-style .low_price {
        padding-left: 12px;
    }

    .listing-style .up_price {
        color: #00cc00;
        background: url(../image/price_up.png) left no-repeat;
        background-size: 11px 11px;
    }

    .listing-style .down_price {
        color: #ff0033;
        background: url(../image/price_down.png) left no-repeat;
        background-size: 11px 11px;
    }

    .tb_price .current_price,
    .tb_price .high_price,
    .tb_price .low_price {
        padding-left: 13px;
    }

    .tb_price .up_price {
        color: #00cc00;
        background: url(../image/price_up.png) left no-repeat;
        background-size: 11px 11px;
    }

    .tb_price .down_price {
        color: #ff0033;
        background: url(../image/price_down.png) left no-repeat;
        background-size: 11px 11px;
    }


    .contact_info {
        margin-bottom: 10px;
    }

    .contact_info li .fd {
        width: 50%;
        float: none;
    }

    .red_star {
        width: 10px;
    }


    .control_view {
        top: 20px;
    }

    .control_view a {
        background: url(../image/bg_btn_view.jpg) no-repeat bottom;
        background-size: 50px 50px;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        display: inline-block;
        width: 30px;
        height: 25px;
        text-align: center;
        color: #624118;
        margin: 0px;
        padding: 0px 2px;
        float: right;
    }

    .control_view a:hover,
    .control_view a.active {
        background-position: top;
        color: #FFFFFF;
    }

    .control_view a.btn_list_view {
        -webkit-border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
    }

    .control_view a.btn_grid_view {
        -webkit-border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
    }

}

.ps {
    font-size: 0.8em;
}

.about-section-1 {
    background: #0855b4 url("/static/image/why us hero option background.svg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.about-section-1 h1 {
    background: #fff;
    width: fit-content;
    color: #0855b4;
    font-size: 42px;
    margin-bottom: 15px;
}

.about-section-1 img {
    background: transparent;
    max-width: 100%;
}


.about-section-1 p {
    max-width: 473px;
    text-align: justify;
}

a.jump-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.jump-btn.orange {
    background: #ff8c0f;
    color: #fff;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.about-section-2 {
    padding: 45px 0;
}

.about-section-2 h3 {
    text-align: center;
    font-size: 32px;
}

.f-tit {
    font-size: 16px;
    color: #333;
}

.icon-des {
    text-align: center;
}

.icon-des img {
    display: block;
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
}

.icon-des h5 {
    font-size: 20px;
    color: #111;
}

.icon-des p {
    font-size: 16px;
    color: #555;
}

.hero-tit-wrapper {
    background-size: cover;
    height: 90px;
}

.about-section-3 .hero-tit-wrapper {
    background: url("/static/image/greensimpleheropattern.svg") #0ab45b no-repeat;
}

.hero-tit-wrapper .container {
    position: relative;
    /*overflow: ;*/
}

.hero-tit-wrapper h3, .hero-tit-wrapper h1 {
    position: absolute;
    box-sizing: content-box;
    padding: 0 20px;
    background: #fff;
    height: 42px;
    line-height: 42px;
    top: 50px;
    margin: 0;
    font-size: 32px;
    letter-spacing: 3px;
    color: #333;
}

.about-section-3 > .container {
    padding: 45px 0;
}

.check-style {
    padding: 0;
}

.check-style li {
    background: url("/static/image/icon check mark.svg") no-repeat left;
    background-size: 50px 50px;
    padding-left: 60px;
    list-style: none;
    min-height: 50px;
    vertical-align: middle;
    display: block;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 32px;
}

.about-section-3 .secure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (min-width: 998px) {
    .about-section-3 .secure li {
        width: 50%;
        overflow: hidden;
        padding-right: 41px;
        display: flex;
        align-items: center;
    }
}

.about-section-4 {
    background: #f1f1f1;
    padding: 45px 0;
}

.about-section-4 h3 {
    text-align: center;
    font-size: 32px;
}

.about-section-4 .f-tit {
    text-align: center;
    margin-bottom: 45px;
}

.about-section-4 h5 {
    font-size: 18px;
    text-align: center;
    color: #111;
    margin-bottom: 28px;
}

.about-section-4 p {
    color: #555;
    font-size: 15px;
}

.about-section-4 ul {
    padding-left: 2em;
    color: #555;
    font-size: 15px;
    line-height: 30px;
}

.mt-5 {
    margin-top: 5rem !important;
}

.sm-text {
    font-size: 12px !important;
}

.jump-btn.green {
    background: #0ab45b;
    color: #fff;
}

.about-section-4 .jump-btn {
    margin-bottom: 15px;
}

.orange-foot {
    background: url("/static/image/OrangeOmarkMarketModule.svg") #ff8c0f no-repeat;
    background-size: cover;
}

.orange-foot .container {
    padding: 45px 0;
    color: #fff;
}

.orange-foot .container h3 {
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.orange-foot .container .jump-btn {
    margin: 0 auto 15px;
}

.text-orange {
    color: #ff8c0f !important;
}

.text-white {
    color: #fff !important;
}

.orange-foot .link-btn {
    display: block;
}


.advantage-section-1 .hero-tit-wrapper, .funding-section-1 .hero-tit-wrapper {
    background: #0855b4 url("/static/image/blue simple hero pattern.svg") no-repeat;
}

.advantage-section-1 .hero-tit-wrapper {
    background: #0855b4 url("/static/image/currency hero pattern.svg") no-repeat;
    background-size: cover;
}

.advantage-section-1 .row > .col-md-6:first-child {
    padding: 45px 0;
}

.advantage-section-1 h5 {
    font-size: 22px;
    font-weight: 100;
}

.advantage-section-1 p {
    font-size: 15px;
    color: #555;
}

.advantage-section-2 {
    background: #f1f1f1;
    padding: 45px 0;
}

.advantage-section-2 h3 {
    font-size: 32px;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.advantage-section-3 .hero-tit-wrapper {
    background: url("/static/image/greensimpleheropattern.svg") #0ab45b no-repeat;
}

.advantage-section-3 .container {
    padding: 45px 0;
}

.advantage-section-3 h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.advantage-section-3 .media-body {
    font-size: 15px;
    line-height: 28px;
    color: #555;
}

.maps-link {
    padding: 45px 0;
}

.maps-link .cat_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 100;
    color: #555;
    display: block;
}

.maps-link a {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    display: block;
}

.maps-link a i {
    color: #ce0b0b;
    margin-right: 8px;
}

.table-box tr > td:nth-child(-n+4), .table-box tr > th:nth-child(-n+4) {
    border-right: 1px solid #eee;
}

.table-borderless td, .table-borderless th {
    border-top: none !important;
    padding: 30px 20px !important;
}

.funding-section-1 .container {
    padding: 35px 0;
}

.funding-section-1 .f-tit {
    color: #555;
    margin-bottom: 25px;
}

.table-box {
    font-size: 14px;
}

.funding-section-1 .table-box tr > th {
    width: 20%;
}

.funding-section-1 .table-box ul {
    padding-left: 1em;
    line-height: 28px;
}

.tables-in-mobile {
    display: none;
}

.m-table-box {
    border: 1px solid #053c50;
    margin-bottom: 15px;
}

.m-table-box h3 {
    display: block;
    background: #053c50;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
}

.m-table-box h3 i {
    float: right;
    transition: all .2s;
}

.m-table-box[data-aria="true"] h3 i {
    transform: rotate(135deg);
}

.m-table-box[data-aria="false"] table {
    display: none;
}

@media screen and (max-width: 1002px) {
    .funding-section-1 .table-box {
        display: none;
    }

    .tables-in-mobile {
        display: block;
    }

    .funding-section-1 .container {
        padding: 35px 15px;
    }
}

.m-table-box td {
    padding: 10px 20px !important;
    font-size: 14px;
}

.m-table-box td p:last-child {
    margin-bottom: 0;
}

.m-table-box td ul {
    padding-left: 1em;
}

.m-table-box td p.t-name {
    font-size: 16px;
    color: #555;
}

.list-num {
    list-style: decimal;
    padding-left: 1em;
    line-height: 28px;
    color: #555;
}

.funding-section-1 h5 {
    font-size: 20px;
    margin: 20px 0;
}

.funding-section-1 p {
    color: #555;
}

.t-ul {
    font-size: 14px;
    padding-left: 1em;
    line-height: 28px;
}

.mt5-pc-section-1 {
    background: url("/static/image/MT5 Overview Hero Background.png") #0855b4 no-repeat center;
    background-size: cover;
    overflow: hidden;
}


.mt5-pc-section-1 .row > .col-md-6:first-child {
    padding: 35px 0;
    color: #fff;
}

.mt5-pc-section-1 .row > .col-md-6:last-child {
    padding-top: 20px;
}

@media (max-width: 1140px) {
    .col-sm-12 {
        width: 100%;
        overflow: hidden;
    }

    .mt5-pc-section-1 .row > .col-md-6:first-child {
        padding: 35px 15px;
    }

    .mt5-pc-section-2 {
        padding: 0 15px;
    }

    .platform-swiper .swiper-pagination {
        margin: 15px 0 !important;
    }

    .pd-sm-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.mt5-pc-section-1 h1 {
    font-size: 32px;
}

.mt5-pc-section-1 .f-tit {
    color: #fff;
    font-size: 20px;
}

.mt5-pc-section-1 ul {
    font-size: 15px;
    padding-left: 1em;
    line-height: 28px;
}

.section.green {
    background: #0ab45b;
    padding: 15px 0;
    width: 100%;
}

.section.green .container h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.section.green .container h3 a {
    float: right;
    font-size: 14px;
    padding: 2px 15px;
}

.text-green {
    color: #0ab45b !important;
}

.mt5-pc-section-2 .container {
    padding: 45px 0;
}

.mt5-pc-section-2 h3 {
    max-width: 780px;
    margin: 0 auto 20px;
}

.platform-swiper {
    margin-top: 45px;
}

.platform-swiper img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.platform-swiper h5 {
    font-size: 18px;
    margin-bottom: 1em;
}

.platform-swiper p {
    font-size: 14px;
    line-height: 1.8em;
}

.platform-swiper a {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
}

.platform-swiper .col-md-5 {
    padding: 5em 15px;
}

.platform-swiper .swiper-pagination {
    position: unset !important;
    margin: 5em 0 3em;
    text-align: center;
}

.platform-swiper .ms-pagenation {
    background: none;
    color: #333;
    padding: 0 25px;
    cursor: pointer;
    font-weight: 600;
    transition: color .3s;
    outline: none !important;
    font-size: 14px;
}

.platform-swiper .ms-pagenation.swiper-pagination-bullet-active {
    color: #0ab45b;
    outline: none;
}

.platform-swiper ul {
    color: #555;
    padding-left: 1.4em;
}

.platform-swiper .swiper-container {
    overflow: hidden;
}

.mt5-pc-section-3 {
    background: #0ab45b;
    overflow: hidden;
}

.mt5-pc-section-3 .row > .col-md-6:first-child {
    padding: 35px 0;
    color: #fff;
}

.mt5-pc-section-3 .row > .col-md-6:last-child {

}

.mt5-pc-section-3 .row > .col-md-6:last-child img {
    max-height: 320px;
}

.mt5-pc-section-3 h3 {
    font-size: 28px;
}

.mt5-pc-section-3 p {
    font-size: 15px;
}

.pc-mt5-section-4 .container {
    padding: 45px 0;
}

.pc-mt5-section-4 h3 {
    font-size: 28px;
    margin: 0 auto 35px;
}

.icon-des a {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

@media screen and (max-width: 768px) {
    .icon-des {
        margin-bottom: 20px;
    }
}

.mt5-mobile-section-1 {
    background: url("/static/image/MT5 mobile page background image.png") no-repeat center;
    background-size: cover;
}

.mt5-mobile-section-1 .hero-tit-wrapper {
    background: url("/static/image/Mobilepage stripe.svg") #0855b4 no-repeat center;
    background-size: cover;
}

.mt5-mobile-section-1 .row > .col-md-6:first-child {
    padding: 45px 0;
    color: #444;
}

.mt5-mobile-section-1 ul {
    padding-left: 1.4em;
    line-height: 30px;
}

.mt5-mobile-section-1 .f-tit {
    font-size: 20px;
}

.mt5-mobile-section-2 {
    background: #f1f1f1;
}

.mt5-mobile-section-2 .container {
    padding: 45px 0;
}

.faq-section-1 .hero-tit-wrapper, .list-section-1 .hero-tit-wrapper, .article-section .hero-tit-wrapper, .about-section-5 .hero-tit-wrapper {
    background: #0855b4 url("/static/image/blue simple hero pattern.svg") no-repeat;
}

.faq-section-1 .container {
    padding: 35px 0;
}

.faq-section-1 a {
    color: #333;
    text-decoration: none;
}

.list-section-1 .container {
    padding: 35px 0;
}

.list-section-1 .col-md-3 {
    overflow: hidden;
}

.list-section-1 .row {
    flex-direction: row;
    flex-wrap: wrap;
}

.news-item {
    border: 1px solid #eee;
    padding: 25px 10px;
    margin-bottom: 30px;
    transition: .2s all;
}

.news-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.news-item h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 15px;
}

.news-item h3 a {
    color: #333;
    text-decoration: none;
}

.news-item p {
    text-align: justify;
    font-size: 14px;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 3px solid #0855b4;
}

.news-item p.time {
    font-size: 12px;
    color: #777;
    text-align: right;
    margin-bottom: 0;
    border: none;
}

.news-item:hover {
    box-shadow: 5px 5px 8px 0 #0855b447;
    transform: translate(0, -5px) !important;
}

.article-section {
    background: #f1f1f1;
    padding: 20px 0;
}

article {
    padding: 25px 15px;
    background: #fff;
}

article h1 {
    color: #333;
    font-size: 28px;
}

article .a-time {
    font-size: 13px;
    padding-bottom: 13px;
    border-bottom: 3px solid #0855b491;
    color: #777;
    margin-bottom: 25px;
}

.arc-con {
    font-size: 14px;
    line-height: 28px;
}

.arc-con img {
    max-width: 100%;
}

.f1 {
    background: #fff;
    margin-bottom: 30px;
}

.f1 img {
    display: block;
    padding: 20px;
    width: 100%;
}

.f1 p {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    line-height: 40px;
}

.f1 p i {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #dc322f;
}

.relate {
    background: #fff;
}

.relate h3 {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 600;
}

.relate ul {
    list-style: none;
    padding: 0 10px;
}

.relate li a {
    color: #555;
    font-size: 14px;
    line-height: 36px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #eee;
    text-decoration: none;
}

.foot-notice {
    padding: 30px 0 0 10px;
    color: #d4d4d4;
    line-height: 28px;
    border-top: 1px solid #464646;
    margin-top: 20px;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-item img {
        height: calc(100vh - 56px);
    }
}

.about-section-5 .container {
    padding: 35px 0;
    font-size: 16px;
    line-height: 24px;
}

.about-section-5 .container p {
    margin-bottom: 12px;
}

.platform-swiper .col-md-7 {
    display: flex;
}

.gold-section-1 .hero-tit-wrapper, .hero-tit-wrapper.default {
    background: #0855b4 url("/static/image/blue simple hero pattern.svg") no-repeat;
    background-size: cover;
}

.gold-section-1 .container {
    padding: 45px 0;
}

.gold-section-1 .container .f-tit {
    font-size: 20px;
    color: #666;
}

.link-btn {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    transition: .2s color;
}

.link-btn:hover {
    color: #0ab45b;
    text-decoration: underline;
}

.gold-section-2 .hero-tit-wrapper, .funding-section-2 .hero-tit-wrapper{
    background: #0ab45b url("/static/image/greensimpleheropattern.svg") no-repeat;
    background-size: cover;
}

.gold-section-2>.container {
    padding: 45px 0;
}

.mt5-desktop-section-1{
    overflow: hidden;
}

.mt5-desktop-section-1 .row>.col-md-6:first-child {
    padding: 45px 0;
}

.mt5-desktop-section-1 .f-tit {
    font-size: 20px;
    color: #666;
}

.mt5-desktop-section-1 ul {
    padding-left: 1.4em;
    line-height: 32px;
    color: #444;
}

.row {
    flex-wrap: wrap;
}

.mt5-desktop-section-2 .container {
    padding: 45px 0;
}

.mt5-desktop-section-2 h3 {
    font-size: 32px;
}
.mt5-desktop-section-2 .f-tit {
    margin-bottom: 32px;
}

.mt5-advantage-item {
    margin-bottom: 45px;
}

.mt5-advantage-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.mt5-advantage-item h5 {
    text-align: center;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-bottom: 22px;
}

.mt5-advantage-item h5 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #a9a9a9;
    margin-bottom: 10px;
}

.mt5-advantage-item p {
    font-size: 14px;
    color: #555;
}

.mt5-advantage-item ul {
    padding-left: 1.6em;
    line-height: 28px;
}

.col-md-6 .mt5-advantage-item p, .col-md-6 .mt5-advantage-item ul{
    text-align: center;
}

@media screen and (max-width: 1140px) {
    .col-md-6 .mt5-advantage-item p, .col-md-6 .mt5-advantage-item ul{
        text-align: left;
    }
}

.mt5-pc-section-4 {
    background: #f1f1f1;
}

.mt5-pc-section-4 .container {
    padding: 45px 0;
}

.mt5-pc-section-4 h3 {
    font-size: 26px;
}

.mt-4 {
    margin-top: 4rem!important;
}

.mt5-icon-des {
    text-align: center;
    margin-bottom: 30px;
}

.mt5-icon-des img {
    display: block;
    margin: 0 auto 15px;
}

.mt5-desktop-section-5 {
    background: #9ec400 url("/static/image/marketinglimegreengraphic.svg") no-repeat;
    background-size: cover;
}

.mt5-desktop-section-5 .container {
    padding: 45px 0;
}

.mt5-desktop-section-5 h3 {
    font-size: 32px;
}

.text-white .link-btn {
    color: #fff!important;
}

.lang a.mbtn {
    line-height: unset;
    height: 32px;
    box-sizing: border-box;
}

.navbar-fixed-top {
    position: fixed!important;
}

.w-100 {
    width: 100%;
}

.pt-5 {
    padding-top: 3rem!important;
}
.pb-5 {
    padding-bottom: 3rem!important;
}
.pt-2 {
    padding-top: 1.2rem;
}
.pb-2 {
    padding-bottom: 1.2rem;
}
.position-relative {
    position: relative!important;
}
.page-pc-trading h5, .page-web-trading h5 , .page-mobile-trading h5{
    font-size: 20px!important;
}

.page-pc-trading .section-7 {
    background-image: url("/static/image/advanced mkt lt blue2.svg")!important;
}

.bg-white {
    background: #fff!important;
}

.down-tri-center h1 {
    color: #333;
}

.lang a:hover {
    color: #fff!important;
}