@charset "utf-8";
/** 
 *
 * Template basic code
 *
 **/
/* File with basic variables*/
/*--------------------------------------------------------------
color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
font
--------------------------------------------------------------*/
/*Useful mixins for our code*/
/*
Theme Name: lightfx
Theme URI: http://nextop.asia
Author: manh.pham.duc
Author URI: http://nextop.asia
Date start: 2018/09/04
Version: 1.1

Global Navigation
font-family: "RodinNTLGPro-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
font-weight: 500;←It’s normal setting

Heading
font-family: "Avenir","RodinNTLGPro-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-weight: 500;←It’s normal setting

Text
font-family: "MSゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-weight: 500;←It’s normal setting

*/
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "YuGothic-M";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("Yu Gothic"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
text
--------------------------------------------------------------*/
.fnt-roboto {
  font-family: 'Roboto';
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.fs60 {
  font-size: 60px;
}
.fs48 {
  font-size: 48px;
}
.fs42 {
  font-size: 42px;
}
.fs38 {
  font-size: 38px;
}
.fs32 {
  font-size: 32px;
}
.fs28 {
  font-size: 28px;
}
.fs24 {
  font-size: 24px;
}
.fs21 {
  font-size: 21px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs14 {
  font-size: 14px;
}
.lh40 {
  line-height: 1.5;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
  margin: 40px auto 20px;
  display: block;
}
.cblue {
  color: #00adee;
}
.cwhite {
  color: #ffffff;
}
.cblack {
  color: #000000;
}
.cred {
  color: #d71244;
}
.cgreen {
  color: #0db900;
}
.cgreenbo {
  color: #34a863;
}
.cbluesc {
  color: #00adee;
}
.bggrey {
  background: #f4f4f4;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nomargin-top {
  margin-top: 0 !important;
}
.nomargin-bottom {
  margin-bottom: 0 !important;
}
.nomargin-left {
  margin-left: 0 !important;
}
.nomargin-right {
  margin-right: 0 !important;
}
.margintop {
  margin-top: 10px !important;
}
.border-right {
  border-right: 1px solid #e0e0e0;
}
.border-left {
  border-left: 1px solid #e0e0e0;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.border-top {
  border-top: 1px solid #e0e0e0;
}
.no-background {
  background: none !important;
}
.txt-bold {
  font-weight: bold;
}
/*--------------------------------------------------------------
function common
--------------------------------------------------------------*/
.animation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txt-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.nice-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
img {
  max-width: 100%;
}
/*--------------------------------------------------------------
btn common
--------------------------------------------------------------*/
.btn {
  border: 0;
  white-space: normal;
}
.btn.btn-white {
  background: #ffffff;
  color: #0db900;
}
.btn.btn-blue {
  background: #00adee;
  color: #ffffff;
}
.btn.btn-green {
  background: #0db900;
  color: #ffffff;
}
.btn.btn-pink {
  background: #eb258e !important;
  color: #ffffff !important;
}
.btn-default {
  background: #dedede;
  color: #404040;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-default.btn-lg {
  padding: 15px 60px;
}
@media screen and (max-width: 479px) {
  .btn-default.btn-lg {
    padding: 15px 30px;
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .btn-default {
    width: 100%;
  }
}
.btn-nextstep {
  padding: 0 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
}
.btn-nextstep.greenbo {
  background: #34a863;
  color: #ffffff;
  font-size: 18px;
}
.btn-nextstep:after {
  content: "\e613";
  font-family: iconfont;
  font-size: 28px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn-red {
  height: 36px;
  line-height: 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #d71244;
  color: #ffffff;
  border: 2px solid #d71244;
}
.btn-red:focus,
.btn-red:hover {
  color: #d71244;
  background-color: #ffffff;
}
.btn-red.borderonly {
  border: 2px solid #d71244;
  background-color: #ffffff;
  color: #d71244;
}
.btn-red.borderonly:focus,
.btn-red.borderonly:hover {
  color: #ffffff;
  background-color: #d71244;
}
.btn-allregister {
  font-size: 28px;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: #eb258e;
  display: inline-block;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.btn-allregister:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-allregister.btn-lg {
  padding: 10px 100px;
}
@media screen and (max-width: 479px) {
  .btn-allregister.btn-lg {
    padding: 10px;
    width: 100%;
  }
}
.btn-allregister.btn-small {
  font-size: 16px;
  padding: 0px 20px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 20px;
  width: 100%;
}
.btn-blue {
  background-color: #00adee;
  color: #ffffff;
  border: 2px solid #00adee;
}
.btn-blue:focus,
.btn-blue:hover {
  color: #00adee;
  background-color: #ffffff;
  border: 2px solid #00adee;
}
.btn-gray {
  height: 36px;
  line-height: 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #58585b;
  color: #ffffff;
  border: 2px solid #58585b;
}
.btn-gray:focus,
.btn-gray:hover {
  color: #58585b;
  background-color: #ffffff;
  border: 2px solid #58585b;
}
.btn-readmore {
  height: 45px;
  line-height: 42px;
  padding: 0 60px !important;
  text-align: center;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #979797;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-readmore {
    height: auto;
    line-height: normal;
    padding: 10px 60px !important;
  }
}
.btn-readmore:after {
  content: "\e604";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  left: -12px;
  top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
}
@media screen and (max-width: 767px) {
  .btn-readmore:after {
    top: 40%;
  }
}
.btn-readmore:hover,
.btn-readmore:focus {
  background: #f6f6f6;
  color: #000000;
  border-color: #00adee;
}
.btn-readmore:hover:after,
.btn-readmore:focus:after {
  left: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
}
.btn-readmore.big {
  width: 300px;
}
.btn-animation {
  overflow: hidden;
  position: relative;
}
.btn-animation:before {
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -150%, 0px);
  transition: transform 0.9s ease 0s;
  width: 120%;
  z-index: 3;
}
.btn-animation:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 500%, 0px);
}
.border_bottom {
  position: relative;
}
.border_bottom:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(50%, #dbdbdb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.border_right {
  position: relative;
}
.border_right:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #dbdbdb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.btnWhite {
  height: 50px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
  background: #ffffff;
  color: #00adee;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 52px;
}
.btnWhite:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #00adee;
  margin-left: 20px;
  line-height: 50px;
  float: right;
  display: inline-block;
}
/*
Theme Name: lightfx
Theme URI: http://nextop.asia
Author: manh.pham.duc
Author URI: http://nextop.asia
Date start: 2018/09/04
Version: 1.1
*/
/* reset data */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}
a {
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* header */
header#header .wrapperTop {
  background: #ffffff;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
header#header .wrapperTop .topHeader {
  height: 60px;
}
header#header .wrapperTop .topHeader .logo {
  background: url("../images/logo.svg") no-repeat center left transparent;
  height: 46px;
  max-width: 175px;
  width: calc(100vw - 215px);
  display: inline-block;
  background-size: contain;
  margin: 7px 0;
}
header#header .wrapperTop .topHeader .subMenu {
  display: inline-block;
  float: right;
}
header#header .wrapperTop .topHeader .subMenu .topmenu {
  display: inline-block;
  float: left;
  margin-top: 15px;
}
@media screen and (max-width:820px) {
  header#header .wrapperTop .topHeader .subMenu .topmenu{
    display: none;
  }
}
header#header .wrapperTop .topHeader .subMenu .topmenu li {
  list-style: none;
  display: inline-block;
  float: left;
}
header#header .wrapperTop .topHeader .subMenu .topmenu li a {
  display: block;
  padding: 0 20px;
  color: #666666;
  line-height: 30px;
}
header#header .wrapperTop .topHeader .subMenu .topmenu li a:hover,
header#header .wrapperTop .topHeader .subMenu .topmenu li a:focus {
  color: #00adee;
}
header#header .wrapperTop .topHeader .subMenu .topmenu li:first-child a {
  position: relative;
}
header#header .wrapperTop .topHeader .subMenu .topmenu li:first-child a:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #dbdbdb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
header#header .wrapperTop .topHeader .searchTop {
  padding: 0 10px;
  display: inline-block;
  float: left;
  line-height: 42px;
  margin-top: 12px;
  cursor: pointer;
}
header#header .wrapperTop .topHeader .searchTop i {
  font-size: 24px;
}
header#header .wrapperTop .topHeader .searchTop:hover,
header#header .wrapperTop .topHeader .searchTop:focus {
  color: #00adee;
}
header#header .wrapperTop .topHeader .usertools {
  line-height: 36px;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
header#header .wrapperTop .topHeader .usertools a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px 0 17px;
  display: inline-block;
  float: left;
}
header#header .wrapperTop .topHeader .usertools a:first-child {
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  header#header .wrapperTop .topHeader .usertools a:first-child{
    margin-right: 0;
  }
}
header#header .wrapperTop .topHeader .usertools a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
header#header .wrapperTop .topHeader .usertools a.btnSearch,
header#header .wrapperTop .topHeader .usertools a.btnRegister,
header#header .wrapperTop .topHeader .usertools a.btnLogin{
  display: flex;
  justify-content: center;
  align-items: center;
}
header#header .wrapperTop .topHeader .usertools a.btnRegister {
  color: #ffffff;
  background: #eb258e;
  border: 2px solid #eb258e;
}
header#header .wrapperTop .topHeader .usertools a.btnRegister:hover,
header#header .wrapperTop .topHeader .usertools a.btnRegister:focus {
  background: #ca1374;
  border: 2px solid #ca1374;
}
header#header .wrapperTop .topHeader .usertools a.btnLogin {
  color: #ffffff;
  background: #00adee;
  border: 2px solid #00adee;
}
header#header .wrapperTop .topHeader .usertools a.btnLogin:hover,
header#header .wrapperTop .topHeader .usertools a.btnLogin:focus {
  background: #ffffff;
  border: 2px solid #00adee;
  color: #00adee;
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a{
  font-size: 12px;
  color: rgb(101, 88, 88);
  background: none;
  display: flex;
  flex-direction: column;
  width: 70px;
  padding: 0;
  height: 50px;
  cursor: pointer;
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnRegister:hover,
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnRegister:focus,
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnLogin:hover,
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnLogin:focus{
  background: none;
  color: inherit;
  opacity: .7;
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a .iconfont{
  margin-right: 0;
  margin-left: 0;
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a i::before{
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a p{
  line-height: 12px;
  margin: 3px 0 0;
}
@media screen and (max-width:767px) {
  header#header .wrapperTop .topHeader .subMenuMobile .usertools a p{
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnSearch i::before{
  content: "";
  background-image: url(../images/icons/headericon-search-gray.svg);
}

header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnRegister i::before{
  content: "";
  background-image: url(../images/icons/headericon-account-opening-gray.svg);
}
header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnLogin i::before{
  content: "";
  background-image: url(../images/icons/headericon-login-gray.svg);
}
header#header .wrapperMainmenu {
  position: fixed;
  left: 0;
  top: calc(100vh - 60px);
  height: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  width: calc(100vw);
}
@media screen and (min-height: 1200px) and (max-width: 1920px) {
  header#header .wrapperMainmenu {
    top: calc(100vh - 114px);
  }
}
header#header .wrapperMainmenu .mainmenucontainer {
  margin-top: 10px;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu {
  text-align: center;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li {
  display: inline-block;
  position: relative;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:hover > a,
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:focus > a {
  color: #00adee;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li > a {
  font-size: 14px;
  color: #333333;
  display: block;
  padding: 0 13px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li > a:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #dbdbdb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  padding-bottom: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  padding: 20px;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper.col2 {
  min-width: 400px;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer {
  min-width: 265px;
  display: table-cell;
  margin-right: 10px;
  padding-right: 10px;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.title > a {
  font-weight: bold;
  color: #00adee;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.title > a:before {
  display: none;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.title > a:hover,
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.title > a:focus {
  color: #eb258e;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li > a {
  display: block;
  padding: 8px 0;
  color: #333333;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li > a:before {
  content: "\f111";
  display: inline-block;
  margin-right: 10px;
  font-size: 6px;
  color: #666666;
  font-family: 'FontAwesome';
  line-height: 24px;
  float: left;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li > a:hover,
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li > a:focus {
  color: #00adee;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:hover .submenuinner,
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:focus .submenuinner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild > a:after {
  content: "\f0d8";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 8px;
  color: #eb258e;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:last-child > a:before {
  display: none;
}
header#header.nta-static .wrapperTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header.nta-static .wrapperMainmenu {
  top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.1s;
}
header#header.nta-static .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner {
  bottom: auto;
  top: 100%;
  padding-bottom: 0;
  padding-top: 9px;
}
header#header.nta-static .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild > a:after {
  content: "\f0d7";
}
/* slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wrapperSlider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00adef;
}
.wrapperSlider .slick-track {
  width: 100%;
}
.wrapperSlider .slick-slide {
  height: calc(100vh);
}
.wrapperSlider .slick-slide .container {
  position: relative;
}
.wrapperSlider .slick-slide .container .slidecontent {
  position: absolute;
  top: calc(30vh);
  left: 15px;
  max-width: 700px;
}
.wrapperSlider .slick-slide .container .slidecontent h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
.wrapperSlider .slick-slide .container .slidecontent p {
  font-size: 21px;
  color: #ffffff;
}
.wrapperSlider .slick-slide .container .slidecontent .btnWhite {
  margin-top: 20px;
}
.wrapperSlider .slick-slide .container .slidecontent .btnWhite:hover,
.wrapperSlider .slick-slide .container .slidecontent .btnWhite:focus {
  background: #00adee;
  color: #ffffff;
}
.wrapperSlider .slick-slide .container .slidecontent .btnWhite:hover:after,
.wrapperSlider .slick-slide .container .slidecontent .btnWhite:focus:after {
  color: #ffffff;
}
.wrapperSlider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(45vh);
  z-index: 2;
  background: transparent;
  overflow: hidden;
  border: none;
}
.wrapperSlider .slick-arrow:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}
.wrapperSlider .slick-arrow.slick-prev {
  left: 10px;
}
.wrapperSlider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.wrapperSlider .slick-arrow.slick-next {
  right: 10px;
}
.wrapperSlider .slick-arrow.slick-next:before {
  content: "\f105";
}
/* mainbody */
body.nta-frontpage #mainbodywrapper {
  position: relative;
  /*top: ~"calc(100vh)";*/
}
.blockcommon {
  padding: 40px 0;
}
.blockcommon h2.title-style1 {
  background: url('../images/ttl-underline.png') no-repeat center bottom;
  padding-bottom: 30px;
}
.blockcommon h3.title-style2 {
  color: #00adee;
}
.blockcommon.greybg {
  background: #f6f6f6;
}
/* parallax image for strength page - update 20181004 */
figure#boxparallax {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
figure#boxparallax .parallax-element {
  position: absolute;
  width: 110%;
  height: 110%;
}
figure#boxparallax .parallax-element.parallax-bear {
  background-position: 110% 150%;
  background-size: 800px auto;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  figure#boxparallax .parallax-element.parallax-bear {
    background-position: 150% 150%;
  }
}
figure#boxparallax .parallax-element.parallax-bull {
  background-position: -10% 0%;
  background-size: 700px auto;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  figure#boxparallax .parallax-element.parallax-bull {
    background-position: -40% 0%;
  }
}
figure#boxparallax .parallax-element.parallax-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
figure#boxparallax .parallax-text {
  z-index: 4;
}
.support-idpw #tabs-list .nav-tabs {
  margin: 40px 0px 0px 0px;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .nav-tabs {
    margin-bottom: 10px;
  }
}
.support-idpw #tabs-list .nav-tabs li.active a {
  color: #FFF;
  background-color: #00adee;
  border-color: #00adee;
}
.support-idpw #tabs-list .nav-tabs li a {
  font-weight: bold;
  color: #333333;
  padding: 15px;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .nav-tabs li a {
    border: 1px solid #ddd;
  }
}
.support-idpw #tabs-list .tab-content {
  background-color: #c3eafb;
  padding: 0px 20px;
  border: 1px solid transparent;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .tab-content {
    padding: 0;
  }
}
.support-idpw #tabs-list .tab-content .section-idpw {
  padding: 30px;
  background-color: #fff;
  margin: 20px 0;
  display: none;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .tab-content .section-idpw {
    padding: 20px 15px;
    background-color: #ececec;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .tab-content .section-idpw:first-child {
    margin-top: 0;
  }
}
.support-idpw #tabs-list .tab-content .section-idpw.box-a2,
.support-idpw #tabs-list .tab-content .section-idpw.box2-b1,
.support-idpw #tabs-list .tab-content .section-idpw.box3-a2 {
  display: block;
}
.support-idpw #tabs-list .tab-content .section-idpw h3.tt-idpw {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.support-idpw #tabs-list .tab-content .section-idpw p {
  font-size: 14px;
  margin: 10px 0px;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .tab-content .section-idpw .button-area {
    display: block;
  }
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area a.btn-readmore {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #eb258e;
  color: #fff;
  border-color: #eb258e;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area a.btn-readmore:hover {
  background-color: transparent;
  color: #eb258e;
  border-color: #eb258e;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore {
  min-height: 60px;
  border-radius: 100px;
  line-height: 22px;
  padding: 5px 15px;
  font-weight: bold;
  border-width: 2px;
}
@media (max-width: 767px) {
  .support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore {
    max-width: 100%;
    margin: 10px 0;
    background-color: #00adee;
    color: #fff;
    border-color: #00adee;
  }
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore:after {
  display: none;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore:focus {
  outline: 0;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore:hover {
  background-color: #00adee;
  color: #ffffff;
  border-color: #00adee;
}
.support-idpw #tabs-list .tab-content .section-idpw .button-area .btn-readmore.big {
  width: 320px;
}
.support-idpw #tabs-list .tab-content .section-idpw .btn-tooltip {
  position: relative;
  text-align: left;
  background: #fff;
  border: 2px solid #c2e1f5;
  padding: 10px;
  margin-top: 20px;
}
.support-idpw #tabs-list .tab-content .section-idpw .btn-tooltip:after,
.support-idpw #tabs-list .tab-content .section-idpw .btn-tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.support-idpw #tabs-list .tab-content .section-idpw .bl-btn {
  padding: 0 10px;
}
.support-idpw #tabs-list .tab-content .section-idpw .btn-tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.support-idpw #tabs-list .tab-content .section-idpw .btn-tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 15px;
  margin-left: -15px;
}
/*
Theme Name: nta.lightfx
Theme URI: http://nextop.asia
Author: ngan.nguyen.thi.my
Author URI: http://nextop.asia
Date start: 2018/09/06
Version: 1.1
*/
/*common style*/
#breadcrumb #breadcrumb_lightfx {
  margin-bottom: 0;
}
#breadcrumb #breadcrumb_lightfx > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
#breadcrumb #breadcrumb_lightfx > li:first-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #breadcrumb #breadcrumb_lightfx > li:first-child {
    padding-left: 0;
  }
}
#breadcrumb #breadcrumb_lightfx > li:first-child:before {
  content: '\e617';
  font-family: 'iconfont';
}
#breadcrumb #breadcrumb_lightfx > li:last-child:after {
  content: none;
}
#breadcrumb #breadcrumb_lightfx > li:after {
  content: '\e60b';
  font-family: 'iconfont';
  font-size: 8px;
  color: #999;
  position: absolute;
  top: 30%;
  right: -21px;
}
#headerimage {
  height: 250px;
  color: #FFF;
}
#headerimage.fx {
  background: url('../images/fx/headerimage.jpg') no-repeat 0 0;
}
#headerimage h1.pagetitle {
  margin-top: 80px;
}
ul {
  margin-bottom: 10px;
}
ul.solid-circle-list {
  padding-left: 16px;
}
ul.solid-circle-list li {
  list-style-type: disc !important;
}
ul.floating-blocks {
  margin: 40px 0;
}
ul.floating-blocks > li {
  display: block;
  float: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  ul.floating-blocks > li {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 479px) {
  ul.floating-blocks > li {
    width: 50% !important;
  }
}
@media screen and (max-width: 321px) {
  ul.floating-blocks > li {
    float: none !important;
    width: 100% !important;
  }
}
ul.floating-blocks > li > figure > .iconfont {
  color: #999;
  font-size: 90px;
}
ul.floating-blocks.five-items > li {
  width: 20%;
}
ul.floating-blocks.four-items > li {
  width: 25%;
}
ul.box-list > li {
  position: relative;
}
ul.box-list > li:before {
  content: "\e62e";
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-family: iconfont;
  font-size: 18px;
  margin-top: -5px;
}
ul.box-list > li span {
  color: #005a9d;
  font-weight: 400;
  display: block;
}
ul.box-list > li span.helptooltip {
  display: inline-block;
}
ul.box-list > li p {
  display: block;
  clear: both;
}
ul.box-list.greenbo > li:before {
  color: #34a863;
}
ul.box-list .box-tag {
  display: block;
  clear: both;
}
ul.box-list .box-tag:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
ul.box-list .box-tag > li {
  padding: 0px 10px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 13px;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 50%;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
}
ul.box-list .box-tag > li:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
ul.cat > li {
  display: block;
  float: left;
}
ul.cat > li.categoryitem {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  ul.cat > li.categoryitem {
    width: 32%;
    margin-left: 2%;
  }
  ul.cat > li.categoryitem:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.cat > li.categoryitem {
    width: 48%;
    margin-left: 2%;
  }
  ul.cat > li.categoryitem:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  ul.cat > li.categoryitem:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  ul.cat > li.categoryitem {
    width: 100%;
    margin-left: 0 !important;
  }
}
ul.cat > li.categoryitem.active > a {
  color: #00adee;
}
ul.cat > li.categoryitem > a {
  display: block;
  padding: 10px;
  color: #555;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
ul.cat > li.categoryitem > a:hover {
  color: #00adee;
}
ul.cat > li.subcategory.active > a {
  background: #eb258e;
  color: #ffffff;
}
ul.cat > li.subcategory > a {
  background: #00adee;
  color: #ffffff;
}
ul.cat > li.subcategory > a:hover {
  background: #eb258e;
  color: #ffffff;
}
ul.campaign {
  margin-top: 40px;
}
ul.campaign + .wp-btn {
  margin-bottom: 60px;
}
ul.campaign > li {
  margin-bottom: 20px;
}
ul.campaign > li > figure {
  width: 300px;
  height: 150px;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 479px) {
  ul.campaign > li > figure {
    float: none !important;
    width: 100%;
  }
}
ul.campaign > li > figure img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
ul.campaign > li > .item-desc > .period {
  font-size: 12px;
  margin: 10px 10px 0 0;
  line-height: 21px;
}
ul.campaign > li > .item-desc > .period.new:before {
  content: "New";
  display: inline-block;
  width: 56px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: red;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFF;
  margin-right: 10px;
}
ul.campaign > li > .item-desc > h2 {
  margin: 10px 0 !important;
}
ul.campaign > li > .item-desc > h2 > a {
  font-weight: bold;
  color: #555;
}
ul.campaign > li > .item-desc > h2 > a:hover {
  color: #00adee !important;
}
ul.campaign > li > .item-desc > .wp-btn {
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  ul.campaign > li > .item-desc > .wp-btn {
    float: none !important;
  }
}
ul.campaign > li > .item-desc > .wp-btn > .btn-readmore {
  height: 35px;
  line-height: 31px;
  padding: 0 40px !important;
}
@media screen and (max-width: 767px) {
  ul.campaign > li > .item-desc > .wp-btn > .btn-readmore:after {
    top: 0;
  }
}
ul.campaign > li > .item-desc > .wp-btn > .btn-readmore:hover:after {
  left: 5px;
}
ul > li > ul {
  margin-left: 30px;
}
ol > li {
  list-style: decimal;
}
.alert.alert-warning {
  line-height: 1.8em;
}
.wp-btn {
  margin-bottom: 10px;
}
.title-style2 {
  overflow: hidden;
  position: relative;
}
#allregister {
  padding: 60px 0;
  color: #ffffff;
  background: #0091dc url('../images/register_bg.png') no-repeat right 40%;
}
#allregister h3 {
  margin-bottom: 25px;
}
.tbl-wrapper {
  width: 100%;
  overflow: auto;
}
.currencypairs {
  margin: 50px 0;
}
.currencypairs .item {
  display: block;
  height: 370px;
  padding: 20px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-size: 100% !important;
  background: url('../images/aboutus/dotted-bg.png') no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .currencypairs .item {
    margin-bottom: 20px;
    background-size: cover;
  }
}
.currencypairs .item > figure > img {
  margin-bottom: 10px;
}
.currencypairs .item > .label {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 26px;
  background: #7b7b7b;
  margin: 10px auto 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
}
.currencypairs .item > .figure {
  font-weight: 700;
}
.currencypairs .item > .figure > .fs60 {
  font-size: 98px;
  font-family: 'Roboto', sans-serif;
}
.currencypairs .item > .figure > .fs28 {
  font-size: 34px;
}
.currencypairs-mb .carousel-indicators > li {
  border: 1px solid #555;
}
.calcbox {
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px 60px;
  min-width: 500px;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
  .calcbox {
    padding: 30px;
    min-width: 0;
  }
}
.narrow-spread {
  position: relative;
}
.narrow-spread ul {
  margin: 40px 20px;
}
.narrow-spread ul > li {
  display: block;
  float: left;
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .narrow-spread ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .narrow-spread ul > li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .narrow-spread ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li {
    width: 100%;
  }
}
.narrow-spread ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 211px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 15%, #e3e3e3 22%, #999999 50%, #dedede 78%, #f6f6f6 88%);
  background: -webkit-gradient(left top, left bottom, color-stop(15%, #f6f6f6), color-stop(22%, #e3e3e3), color-stop(50%, #999999), color-stop(78%, #dedede), color-stop(88%, #f6f6f6));
  background: -webkit-linear-gradient(top, #f6f6f6 15%, #e3e3e3 22%, #999999 50%, #dedede 78%, #f6f6f6 88%);
  background: -o-linear-gradient(top, #f6f6f6 15%, #e3e3e3 22%, #999999 50%, #dedede 78%, #f6f6f6 88%);
  background: -ms-linear-gradient(top, #f6f6f6 15%, #e3e3e3 22%, #999999 50%, #dedede 78%, #f6f6f6 88%);
  background: linear-gradient(to bottom, #f6f6f6 15%, #e3e3e3 22%, #999999 50%, #dedede 78%, #f6f6f6 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=0);
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li:after {
    content: none !important;
  }
}
.narrow-spread ul > li:last-child:after {
  content: none;
}
@media screen and (max-width: 1200px) {
  .narrow-spread ul > li:nth-of-type(5) {
    margin-left: 25%;
  }
}
@media screen and (max-width: 991px) {
  .narrow-spread ul > li:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .narrow-spread ul > li:nth-of-type(even):after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .narrow-spread ul > li:nth-of-type(3):after {
    content: "";
  }
}
@media screen and (max-width: 1200px) {
  .narrow-spread ul > li:nth-of-type(4):after {
    content: none;
  }
}
@media screen and (max-width: 991px) {
  .narrow-spread ul > li:nth-of-type(4):after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .narrow-spread ul > li:nth-of-type(4):after {
    content: none;
  }
}
.narrow-spread ul > li > .label {
  display: inline-block;
  height: 20px;
  width: 80px;
  line-height: 15px;
  background: #eb258e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.narrow-spread ul > li > figure {
  margin-bottom: 10px;
}
.narrow-spread ul > li > figure > img {
  margin-bottom: 10px;
}
.narrow-spread ul > li > .value {
  color: #666;
}
.narrow-spread ul > li > .value > .fs60 {
  font-family: 'Roboto', sans-serif;
  font-size: 78px;
}
.narrow-spread ul > li > .value > .fs28 {
  font-size: 32px;
}
.narrow-spread .balloon {
  display: block;
  width: 278px;
  height: 110px;
  background: url('../images/aboutus/balloon.png') no-repeat 0 0;
  position: absolute;
  right: 0;
  top: -43px;
  font-size: 12px;
  padding: 35px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .narrow-spread .balloon {
    position: relative;
    margin: auto;
    top: 0;
  }
}
.trading-tool {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .trading-tool {
    text-align: center;
  }
}
.trading-tool h3.title-style2 {
  margin: 40px 0 20px;
}
.trading-tool ul.solid-circle-list > li {
  margin: 10px 0;
}
.trading-tool div.wp-btn {
  margin: 30px 0;
}
hr {
  margin: 60px auto;
  height: 1px;
  border: 0;
}
hr.gradientbw {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0) 10%, #bababa 47%, rgba(242, 242, 242, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(240, 240, 240, 0)), color-stop(47%, #bababa), color-stop(90%, rgba(242, 242, 242, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0) 10%, #bababa 47%, rgba(242, 242, 242, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0) 10%, #bababa 47%, rgba(242, 242, 242, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0) 10%, #bababa 47%, rgba(242, 242, 242, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0) 10%, #bababa 47%, rgba(242, 242, 242, 0) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.main-content h2 {
  margin-bottom: 40px;
}
.main-content p {
  color: #666666;
}
#openaccount .block-container {
  margin-bottom: 40px;
}
#openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image {
  background: url('../images/openacount/img.png') no-repeat 0 0;
}
#openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image > .iconfont {
  margin-left: 50px;
}
#openaccount .block-container div[class*="col-xs-"]:nth-of-type(2) .item-image {
  background: url('../images/openacount/img.png') no-repeat 0 -159px;
}
#openaccount .block-container div[class*="col-xs-"]:nth-of-type(3) .item-image {
  background: url('../images/openacount/img.png') no-repeat 0 -317px;
}
#openaccount .block-container div[class*="col-xs-"]:nth-of-type(4) .item-image {
  background: url('../images/openacount/img.png') no-repeat 0 -476px;
}
#openaccount .item-image {
  display: block;
  margin: 20px auto;
  width: 162px;
  height: 148px;
  line-height: 148px;
}
#openaccount .item-image > .iconfont {
  color: #eb258e;
  margin-left: 30px;
}
#openaccount .opac_footer .btn-pink {
  width: 370px;
}
@media screen and (max-width: 479px) {
  #openaccount .opac_footer .btn-pink {
    width: 100%;
  }
}
#ourtools {
  background: url('../images/tools/bg1.png') no-repeat 100% 0, url('../images/tools/bg2.png') no-repeat right bottom;
}
@media screen and (min-width: 767px) {
  #ourtools .trading-tool > .row:first-child .box-image-device img {
    max-height: 456px;
  }
}
#aboutus {
  background: url('../images/aboutus/bg2.png') no-repeat left 100px, url('../images/aboutus/bg1.png') no-repeat right 80%, #f6f6f6;
}
#aboutus h3.title-style3 {
  margin-bottom: 30px;
}
#aboutus .fx-reason {
  margin-bottom: 40px;
}
#aboutus .fx-reason .figure figure .iconfont {
  font-size: 100px;
  color: #999;
}
@media screen and (max-width: 1024px) {
  #aboutus .fx-reason .figure figure .iconfont {
    font-size: 82px;
  }
}
#aboutus .fx-reason .figure .txt {
  padding-left: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #aboutus .fx-reason .figure .txt {
    padding-left: 20px;
  }
}
#aboutus .fx-reason .figure .txt > p {
  margin: 0;
}
#aboutus .fx-reason .figure .txt > p.cblue > span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #aboutus .fx-reason .desc {
    text-align: center;
  }
}
#aboutus .fx-reason .desc > p.fs14 {
  font-size: 13px;
}
#aboutus .wp-btn {
  margin: 40px 0;
}
#ourcampaign #ourcampaignslide {
  margin: 30px 0 60px;
}
@media screen and (max-width: 479px) {
  #ourcampaign #ourcampaignslide {
    display: none;
  }
}
#ourcampaign #ourcampaignslide.carousel-desktop ul.col3 > li {
  width: 33.333%;
}
#ourcampaign #ourcampaignslide .carousel-indicators {
  bottom: -35px;
}
#ourcampaign #ourcampaignslide .carousel-indicators > li {
  width: 23px;
  height: 7px;
  background-color: #d6d4d4;
  border: 0;
}
#ourcampaign #ourcampaignslide .carousel-indicators > li.active {
  background-color: #00adee;
}
#ourcampaign #ourcampaignslide2 {
  display: none;
}
@media screen and (max-width: 479px) {
  #ourcampaign #ourcampaignslide2 {
    display: block;
  }
}
#ourcampaign #ourcampaignslide2 .cover {
  height: 150px;
}
@media screen and (width: 375px) {
  #ourcampaign #ourcampaignslide2 .cover {
    height: 190px;
  }
}
@media screen and (width: 414px) {
  #ourcampaign #ourcampaignslide2 .cover {
    height: 205px;
  }
}
@media screen and (width: 425px) {
  #ourcampaign #ourcampaignslide2 .cover {
    height: 220px;
  }
}
#ourcampaign #ourcampaignslide2 .carousel-control {
  background-image: none;
}
#ourcampaign #ourcampaignslide2 .carousel-control .icon-prev:before {
  content: "\e60c" !important;
}
#ourcampaign #ourcampaignslide2 .carousel-control .icon-next:before {
  content: "\e60b" !important;
}
#ourcampaign ul {
  margin-bottom: 0;
}
#ourcampaign ul.col3 > li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 15px;
}
#ourcampaign ul:first-child.col3 > li {
  margin-left: 0;
}
#ourcampaign .ourcampaignwrapper {
  position: relative;
  display: block;
}
#ourcampaign .ourcampaignwrapper:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#ourcampaign .ourcampaignwrapper .links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#ourcampaign .ourcampaignwrapper .cover {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 214px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -ms-box-shadow: 0 0 5px #000000;
  -o-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#ourcampaign .ourcampaignwrapper .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*strength page*/
#strength-headerimage {
  height: 80vh;
  background: url('../images/strength/headerimage.jpg') no-repeat center center;
}
#strength-headerimage h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700 !important;
  text-shadow: 2px 0 0 #00adee, -2px 0 0 #00adee, 0 2px 0 #00adee, 0 -2px 0 #00adee, 1px 1px #00adee, -1px -1px 0 #00adee, 1px -1px 0 #00adee, -1px 1px 0 #00adee;
  margin-top: 25%;
}
#strength-headerimage p {
  color: #757575;
}
.strength-environment .items {
  margin-top: 40px;
}
.strength-environment .items figure {
  display: block;
  width: 210px;
  height: 138px;
  margin-right: 20px;
  background: #fafafa;
}
@media screen and (max-width: 479px) {
  .strength-environment .items figure {
    float: none !important;
    width: 100%;
  }
}
.strength-environment .items > .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .strength-environment .items > .row > .col-sm-6 + .col-sm-6 {
    margin-top: 20px !important;
  }
}
.convincing-spread ul {
  margin: 30px 160px;
}
@media screen and (max-width: 991px) {
  .convincing-spread ul {
    margin: 30px 0;
  }
}
.convincing-spread ul > li {
  line-height: 40px;
  padding: 15px 0;
  border-bottom: 2px dotted #c1c1c1;
}
.convincing-spread ul > li:last-child {
  border-bottom: 0;
}
.convincing-spread ul > li figure,
.convincing-spread ul > li .label,
.convincing-spread ul > li .value {
  display: block;
  float: left;
}
.convincing-spread ul > li figure {
  width: 78%;
}
@media screen and (max-width: 479px) {
  .convincing-spread ul > li figure {
    width: 100%;
  }
}
.convincing-spread ul > li figure > img {
  margin-right: 10px;
}
.convincing-spread ul > li .label,
.convincing-spread ul > li .value {
  width: 10%;
}
@media screen and (max-width: 479px) {
  .convincing-spread ul > li .label,
  .convincing-spread ul > li .value {
    width: 20%;
  }
}
.convincing-spread ul > li .label {
  display: inline-block;
  height: 20px;
  width: 80px;
  line-height: 15px;
  background: #eb258e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 10px 10px 0 0;
}
.convincing-spread ul > li .value {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .convincing-spread ul > li .value.text-right {
    text-align: left;
  }
}
.convincing-spread ul > li .value > span {
  font-family: 'Roboto', sans-serif;
}
.trading-power figure.high-trade-power {
  margin-top: 50px;
}
.trading-power figure.high-trade-power > figcaption {
  margin-top: 50px;
}
.trading-power figure.high-trade-power + div.desc {
  margin-top: 30px;
}
.trading-power .currencypairs .item {
  height: 300px;
}
.trading-power .currencypairs .item > .figure > .fs60 {
  font-size: 60px;
}
.trading-power .currencypairs .item > .desc {
  font-size: 12px;
}
.trading-tools {
  background: url('../images/tools/bg1.png') no-repeat 100% 0, url('../images/tools/bg2.png') no-repeat right bottom;
}
.trading-tools .trading-tool > figure {
  height: 405px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .trading-tools .trading-tool > figure {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .trading-tools .trading-tool > figure {
    height: auto;
  }
}
.trading-tools .trading-tool > figure > img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .trading-tools .trading-tool > figure > img {
    position: static;
  }
}
.trading-tools .trading-tool > figure.tool1 > img {
  right: -15% !important;
}
@media screen and (max-width: 991px) {
  .trading-tools .trading-tool > figure.tool1 > img {
    bottom: 30px;
  }
}
.trading-tools .trading-tool > figure.tool2 > img {
  left: -15% !important;
}
@media screen and (max-width: 991px) {
  .trading-tools .trading-tool > figure.tool2 > img {
    bottom: 30px;
  }
}
.trading-tools .trading-tool .btn-lg {
  width: 70%;
}
@media screen and (max-width: 321px) {
  .trading-tools .trading-tool .btn-lg {
    width: 100%;
  }
}
.trading-tools .trading-tool > div + div {
  margin-top: 40px;
}
.trading-tools .trading-tool > div + div .btn-lg {
  width: auto;
}
.trading-tools .trading-tool > div + div > .col-sm-6:last-child > div:first-child {
  margin-left: 30px;
}
@media screen and (max-width: 321px) {
  .trading-tools .trading-tool > div + div > .col-sm-6:last-child > div:first-child {
    margin-left: 0;
  }
}
.trading-tools .tool3 {
  margin-top: 30px;
}
.trading-tools .tool3 h3 {
  margin-top: 60px;
}
.information-tools ul.floating-blocks > li > figure img {
  margin-bottom: 20px;
}
.ordering-methods ul.methods {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ordering-methods ul.methods {
    width: 100%;
  }
}
.ordering-methods ul.methods > li {
  display: block;
  float: left;
  width: 32%;
  margin-left: 2%;
  border: 2px solid #979797;
  padding: 10px 30px;
  margin-bottom: 10px;
  color: #979797;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ordering-methods ul.methods > li {
    padding: 10px;
  }
}
.ordering-methods ul.methods > li:nth-of-type(1),
.ordering-methods ul.methods > li:nth-of-type(4),
.ordering-methods ul.methods > li:nth-of-type(7) {
  margin-left: 0;
}
.ordering-methods ul.methods > li:nth-of-type(8),
.ordering-methods ul.methods > li:nth-of-type(7) {
  width: 49% !important;
}
.ordering-methods ul.devices .iconfont {
  font-size: 78px;
  color: #979797;
}
.ordering-methods ul.devices .iconfont.icon-mac {
  font-size: 100px;
}
.ordering-methods .title-style2 span:before,
.ordering-methods .title-style2 span:after {
  width: 130px;
}
.reliable-service figure {
  margin: 40px 0;
}
.strength-campaigns #ourcampaign #ourcampaignslide {
  display: block !important;
}
.strength-campaigns #ourcampaign #ourcampaignslide.carousel-desktop ul.col3 > li {
  width: 50%;
}
@media screen and (max-width: 479px) {
  .strength-campaigns #ourcampaign #ourcampaignslide.carousel-desktop ul.col3 > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.strength-campaigns #ourcampaign .ourcampaignwrapper .cover {
  height: 350px;
}
@media screen and (max-width: 991px) {
  .strength-campaigns #ourcampaign .ourcampaignwrapper .cover {
    height: 214px;
  }
}
/*fx*/
.fx-features .feature > .row {
  margin-bottom: 30px;
}
.fx-features .feature figure {
  display: block;
  width: 150px;
  height: 130px;
  line-height: 130px;
  background: #fafafa;
  margin-right: 20px;
}
#serviceinfo .currencypairs .item {
  background: none;
  overflow: hidden;
}
#serviceinfo .currencypairs .item > figure {
  margin: -25px -25px 25px -25px;
}
#serviceinfo .currencypairs .item > ul > li {
  margin-bottom: 15px;
  font-size: 18px;
  padding-right: 25px;
  position: relative;
}
#serviceinfo .currencypairs .item > ul > li:after {
  content: '\e60b';
  font-family: iconfont;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 0;
}
.fx-leverage .btn {
  display: block;
  width: 300px;
  height: 78px;
  margin: auto;
  line-height: 47px;
}
@media screen and (max-width: 321px) {
  .fx-leverage .btn {
    width: auto;
  }
}
.index-tbl.calcbox {
  min-width: 0;
  width: 100%;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
}
.index-tbl > li {
  padding-left: 20px;
}
.index-tbl > li:before {
  content: "⇒ ";
  margin-left: -20px;
}
.fx-flow h2 > span {
  display: block;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 479px) {
  .fx-flow ul.list-inline > li {
    width: 100%;
  }
}
.fx-flow-doc table {
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  max-width: none !important;
}
@media screen and (max-width: 991px) {
  .fx-flow-doc table {
    width: 750px;
  }
}
.fx-flow-doc table > tbody > tr > td {
  border-top: 0;
  vertical-align: middle;
}
.fx-flow-doc table.corporate-docs {
  width: 100%;
}
@media screen and (max-iwdth: 767px) {
  .fx-flow-doc table.corporate-docs {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .fx-flow-doc table.corporate-docs tr > td {
    display: block;
    width: 100%;
  }
}
.fx-flow-doc .box-document {
  border: 1px solid #ddd;
}
.fx-flow-doc .box-document > .box-content {
  margin-bottom: 35px;
  position: relative;
}
.fx-flow-doc .box-document > .box-content.border-top {
  padding-top: 35px;
}
.fx-flow-doc .box-document > .box-content.border-top.plus-blue:before,
.fx-flow-doc .box-document > .box-content.border-top.plus-red:before {
  content: '+';
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%);
  top: -26px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.fx-flow-doc .box-document > .box-content.border-top.plus-blue:before {
  background: #00adee;
}
.fx-flow-doc .box-document > .box-content.border-top.plus-red:before {
  background: #eb258e;
}
.fx-flow-doc .box-document > .box-content a > p {
  color: #00adee;
}
.fx-knowledge {
  margin-top: 40px;
}
.fx-knowledge ul > li {
  display: block;
  float: left;
  width: 49%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  padding-left: 120px;
  position: relative;
}
.fx-knowledge ul > li:nth-of-type(even) {
  margin-left: 2%;
}
@media screen and (max-width: 479px) {
  .fx-knowledge ul > li {
    width: 100%;
    margin-left: 0;
    padding-left: 110px;
  }
}
.fx-knowledge ul > li span {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 90px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 100px;
}
.funds ul.nav-tabs > li .iconfont {
  vertical-align: middle;
}
#payment > h2,
#transfer > h2,
#withdraw > h2 {
  margin-top: 40px;
}
#payment > h3,
#transfer > h3,
#withdraw > h3 {
  margin: 30px;
}
#payment h4,
#transfer h4,
#withdraw h4 {
  display: inline-block;
  background: #00adee;
  padding: 5px 20px;
  color: #FFF;
  font-weight: bold;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  min-width: 250px;
  position: relative;
}
#payment h4 > span,
#transfer h4 > span,
#withdraw h4 > span {
  position: absolute;
  left: 2px;
  top: 2px;
  background: #FFF;
  color: #555;
  padding: 3px 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#payment .method2 h4,
#transfer .method2 h4,
#withdraw .method2 h4 {
  background: #eb258e;
}
#payment p,
#transfer p,
#withdraw p {
  margin: 20px 0;
}
#payment figure,
#transfer figure,
#withdraw figure {
  margin: 40px 0;
}
.bank ul.cat > .categoryitem {
  margin-left: 1%;
}
.bank ul.cat > .categoryitem:nth-of-type(4n+1) {
  margin-left: 0;
}
.bank ul.cat > .categoryitem > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  padding: 7px;
}
.bank .table tr > th {
  background-color: #f6f6f6;
}
#slide_lightfx .item.slide2:hover,
#slide_lightfx .item.slide3:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .app-download figure {
    margin-top: 20px;
  }
}
.app-download .msg > span {
  display: inline-block;
  background: #ff007a;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px 30px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .app-download .msg > span {
    width: 256px;
  }
}
.app-download .msg > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: -5px;
  width: 0;
  height: 0;
  background: #ff007a;
  border: 5px solid #ff007a;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .app-download .msg > span:after {
    top: 40px;
    right: 123px;
  }
}
.othercampaigns {
  background: aliceblue;
}
.othercampaigns h3 {
  position: relative;
}
.othercampaigns h3 > span.further {
  position: absolute;
  display: block;
  height: 60px;
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #00adee;
  border: 1px solid #00adee;
  text-align: center;
  line-height: 60px;
  transform: rotate(-12deg);
  top: -10px;
  left: 8%;
}
@media screen and (max-width: 1200px) {
  .othercampaigns h3 > span.further {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .othercampaigns h3 > span.further {
    left: -55px;
  }
}
@media screen and (max-width: 767px) {
  .othercampaigns h3 > span.further {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  .othercampaigns h3 > span.further {
    left: 0;
    top: 34px;
  }
}
.othercampaigns h3 > span.further:before,
.othercampaigns h3 > span.further:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFF;
  border: 1px solid #00adee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.othercampaigns h3 > span.further:before {
  width: 13px;
  height: 9px;
  top: 103%;
  right: 20%;
}
.othercampaigns h3 > span.further:after {
  width: 8px;
  height: 6px;
  top: 125%;
  right: 15%;
}
@media screen and (max-width: 767px) {
  .othercampaigns h3 > span.quotes {
    display: none;
  }
}
.othercampaigns h3 > span.quotes > span {
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  background: #555;
}
.othercampaigns h3 > span.quotes > span:nth-of-type(1) {
  left: 24%;
  top: -5px;
  transform: rotate(-31deg);
}
.othercampaigns h3 > span.quotes > span:nth-of-type(2) {
  left: 23%;
  top: 0;
  transform: rotate(-42deg);
}
.othercampaigns h3 > span.quotes > span:nth-of-type(3) {
  right: 24%;
  top: -5px;
  transform: rotate(31deg);
}
.othercampaigns h3 > span.quotes > span:nth-of-type(4) {
  right: 23%;
  top: 0;
  transform: rotate(42deg);
}
@media screen and (max-width: 1200px) {
  .othercampaigns h3 > span.quotes > span:nth-of-type(1) {
    left: 21%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(2) {
    left: 20%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(3) {
    right: 22%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(4) {
    right: 21%;
  }
}
@media screen and (max-width: 991px) {
  .othercampaigns h3 > span.quotes > span:nth-of-type(1) {
    left: 13%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(2) {
    left: 12%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(3) {
    right: 14%;
  }
  .othercampaigns h3 > span.quotes > span:nth-of-type(4) {
    right: 13%;
  }
}
@media screen and (max-width: 479px) {
  .othercampaigns img {
    margin-bottom: 10px;
  }
}
.othercampaigns img:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.transaction tr > td {
  border: 5px solid #fff;
  background-color: #dae3f3;
  color: #44546a;
}
@media screen and (max-width: 767px) {
  table.transaction tr > td {
    display: block;
    width: 100%;
  }
}
table.transaction tr > td:first-child {
  background-color: #ed7d31;
  color: #fff;
}
table.transaction tr > td:last-child {
  background-color: #fff2cc;
  color: #ed7d31;
}
#headerimage.campaign {
  height: auto;
}
#headerimage.campaign figure > img {
  width: 100%;
}
#modalForm .modal-dialog {
  width: 818px;
  margin: 10% auto;
}
@media screen and (max-width: 991px) {
  #modalForm .modal-dialog {
    width: 100%;
    margin: 20% auto;
  }
}
.campaign-apply {
  border: 2px solid #00adee;
  padding: 10px;
}
.wrapperSlider .slide_lightfx .item.slide12 {
  background: url("../images/slider/slide_non_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background-image: url("../images/slider/slide_non_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background: url("../images/slider/slide_non_sp.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide13 {
  background: url("../images/slider/PCmv_banner.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide13 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide13 {
    background-image: url("../images/slider/PCmv_banner.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide13 {
    background: url("../images/slider/SPmv_banner.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide14 {
  background: url("../images/slider/banner_cnhpresent_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide14 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide14 {
    background-image: url("../images/slider/banner_cnhpresent_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide14 {
    background: url("../images/slider/banner_cnhpresent_sp.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide15 {
  background: url("../images/slider/PC_01Sep2019.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide15 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide15 {
    background-image: url("../images/slider/PC_01Sep2019.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide15 {
    background: url("../images/slider/SP_01Sep2019.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide12 {
  background: url("../images/slider/sp1000_201908_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background-image: url("../images/slider/sp1000_201908_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide12 {
    background: url("../images/slider/sp1000_201908_sp.jpg") no-repeat center center transparent;
  }
}
@media (max-width: 767px) {
  #supportform .form-control {
    font-size: 16px;
  }
}
.spread-container .spread.new:before {
  content: '';
  display: block;
  white-space: pre;
  font-size: 9px;
  background: url('../images/bubble.png') no-repeat center;
  width: 60px;
  height: 69px;
  color: #FFF;
  position: absolute;
  padding-top: 25px;
  left: 240px;
  top: 60px;
}
.spread-container .spread.new2:before {
  content: '';
  display: block;
  white-space: pre;
  font-size: 9px;
  background: url('../images/bubble2.png') no-repeat center;
  width: 60px;
  height: 69px;
  color: #FFF;
  position: absolute;
  padding-top: 25px;
  left: 240px;
  top: 60px;
}
.db_flexbox .spread-rate-new .pair {
  padding-bottom: 40px;
}
.db_flexbox .spread-rate-new .pair.limited {
  position: relative;
}
.db_flexbox .spread-rate-new .pair.limited:before {
  content: '8/26~10/31期間限定!';
  position: absolute;
  bottom: -9px;
  font-size: 12px;
  padding: 5px;
  background: #ff9600;
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  bottom: 10px;
}
.wrapperSlider .slide_lightfx .item.slide16 {
  background: url("../images/slider/premiumfriday_201909_PCR002.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide16 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide16 {
    background-image: url("../images/slider/premiumfriday_201909_PCR002.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide16 {
    background: url("../images/slider/premiumfriday_201909_spR002.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide17 {
  background: url("../images/slider/nordic_20190920_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide17 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide17 {
    background-image: url("../images/slider/nordic_20190920_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide17 {
    background: url("../images/slider/nordic_20190920_sp.jpg") no-repeat center center transparent;
  }
}
.nordic .blockcommon h2 {
  position: relative;
  margin-bottom: 60px;
}
.nordic .blockcommon h2:after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #006ac0;
  position: absolute;
  bottom: -20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: calc(50% - 50px);
}
.nordic .blockcommon .pairbox .pairbox-ttl {
  margin-bottom: 30px;
  padding: 20px 0;
  border-bottom: 2px dashed #898989;
}
.nordic .blockcommon .pairbox .pairbox-ttl > img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .nordic .blockcommon .pairbox .pairbox-ttl > img {
    display: block;
    margin: 0 auto 10px;
  }
}
.nordic .blockcommon .pairbox .pairbox-ttl > .black {
  color: #000;
}
.nordic .blockcommon .pairbox .pairbox-ttl > .sub {
  color: #666;
  margin-left: 20px;
}
.nordic .blockcommon .pairbox .pairbox-ttl > .black,
.nordic .blockcommon .pairbox .pairbox-ttl > .sub {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nordic .blockcommon .pairbox .pairbox-ttl > .black,
  .nordic .blockcommon .pairbox .pairbox-ttl > .sub {
    font-size: 18px;
  }
}
.nordic .blockcommon .box-info {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 30px;
  background-color: #E7F1F7;
  padding: 50px;
}
@media screen and (max-width: 479px) {
  .nordic .blockcommon .box-info {
    padding: 15px 15px 30px 15px;
  }
}
.nordic .blockcommon .box-info .inner-info > .item {
  margin-bottom: 30px;
}
.nordic .blockcommon .box-info .inner-info > figure {
  text-align: center;
}
.nordic .blockcommon .box-info h4.title {
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  line-height: 30px;
  color: #005a9d;
}
.nordic .blockcommon .box-info h4.title:before {
  content: "";
  border-style: solid;
  border-width: 7px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  position: absolute;
  left: 12px;
  top: 6px;
  z-index: 1;
}
.nordic .blockcommon .box-info h4.title:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #005a9d;
  position: absolute;
  left: 0;
  top: -2px;
}
.wrapperSlider .slide_lightfx .item.slide18 {
  background: url("../images/slider/campaign50000_2019_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide18 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide18 {
    background-image: url("../images/slider/campaign50000_2019_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide18 {
    background: url("../images/slider/campaign50000_2019_sp.jpg") no-repeat center center transparent;
  }
}
.spread-container .spread.new.usdjpy:before {
  background: url('../images/usdjpynew.png') no-repeat center !important;
  width: 160px;
}
.wrapperSlider .slide_lightfx .item.slide19 {
  background: url("../images/slider/PCslide.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide19 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide19 {
    background-image: url("../images/slider/PCslide.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide19 {
    background: url("../images/slider/spslide.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide20 {
  background: url("../images/slider/PCslideR002.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide20 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide20 {
    background-image: url("../images/slider/PCslideR002.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide20 {
    background: url("../images/slider/SPslideR002.jpg") no-repeat center center transparent;
  }
}
.currencypairs .item {
  background-color: #FFF;
  height: 420px;
}
.wrapperSlider .slide_lightfx .item.slide21 {
  background: url("../images/slider/1900-800.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide21 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide21 {
    background-image: url("../images/slider/1900-800.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide21 {
    background: url("../images/slider/414-426.jpg") no-repeat center center transparent;
  }
}
.form20stcp .btn-red {
  height: auto;
  width: 90%;
  font-size: 32px;
  font-weight: 600;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 479px) {
  .form20stcp .btn-red {
    font-size: 20px;
    width: 100%;
  }
}
.form20stcp .btn-red:hover {
  border-color: #d71244;
}
.bglightyellow {
  background: #fffae8;
}
.db_flexbox .spread-rate-new .pair.limited:before {
  content: '11/1～12/20期間限定！';
}
.db_flexbox .spread-rate-new .pair.limited.tryjpy:before {
  content: "2019年11月8日（金）より上記スプレッドで配信中！";
}
ul.report-subtabs.fourtabs > li {
  width: 25% !important;
}
#toppageourcampaing2 .carousel-control {
  background-image: none;
}
#toppageourcampaing2 #myCarousel {
  margin-bottom: 60px;
}
#toppageourcampaing2 #myCarousel .carousel-control .iconfont {
  background: #616161;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #toppageourcampaing2 #myCarousel .carousel-control .iconfont {
    line-height: 16px;
  }
}
#toppageourcampaing2 #myCarousel .carousel-control.left {
  left: -80px;
}
#toppageourcampaing2 #myCarousel .carousel-control.right {
  right: -80px;
}
@media screen and (max-width: 767px) {
  #toppageourcampaing2 #myCarousel .carousel-control.left {
    left: 0;
  }
  #toppageourcampaing2 #myCarousel .carousel-control.right {
    right: 0;
  }
}
#toppageourcampaing2 .carousel-indicators {
  bottom: -50px;
}
#toppageourcampaing2 .carousel-indicators .active {
  background-color: #b1b3b5;
}
#toppageourcampaing2 .carousel-indicators li {
  border: 1px solid #b1b3b5;
  width: 12px;
  height: 12px;
}
#toppageourcampaing2 .carousel-indicators li.active {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  #toppageourcampaing2 .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  #toppageourcampaing2 .carousel-indicators li.active {
    width: 12px;
    height: 12px;
  }
}
#toppagechallenge {
  border-bottom: 1px solid #e0e0e0;
}
#openaccount {
  border-top: 1px solid #e0e0e0;
}
.db_flexbox .spread-rate-new .pair.limited::before {
  content: '5/1～6/30期間限定！';
}
.db_flexbox .spread-rate-new .pair.limited.red::before {
  content: '2020年6月22日（月）より原則固定配信を終了しております。';
  background: transparent;
  color: red;
  font-weight: bold;
  padding: 0px;
}
@media screen and (max-width: 414px) {
  .db_flexbox .spread-rate-new .pair.limited.red::before {
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile {
    font-size: unset !important;
  }
}
@media screen and (min-width: 1921px) {
  .wrapperSlider figure {
    text-align: center;
  }
}
header#header .wrapperMainmenu {
  top: 61px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild > a::after {
  content: "\f0d7";
}
header#header {
  height: 121px;
}
@media screen and (max-width: 1025px) {
  header#header {
    height: auto;
  }
}
header#header .wrapperTop {
  border-bottom: 1px solid #e0e0e0;
  background: #f6f6f6;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner {
  bottom: auto;
  top: 50px;
}
@media screen and (max-width: 767px) {
  #headerimage {
    height: auto !important;
    min-height: 0 !important;
  }
  #headerimage h1.pagetitle {
    margin-top: 15px !important;
  }
  #breadcrumb {
    font-size: 12px !important;
  }
  .box-link-pdf {
    width: auto !important;
  }
}
/*CFXHP-657*/
.narrow-spread ul > li {
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .narrow-spread ul > li {
    width: 25%;
    min-height: 233px;
  }
  .narrow-spread ul > li:nth-child(5) {
    margin-left: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  .narrow-spread ul > li:nth-child(5) {
    margin-left: 25%;
  }
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li:nth-child(5) {
    margin-left: 0 !important;
  }
}
/*CFXHP-782*/
.narrow-spread ul > li .value.new {
  position: relative;
}
.narrow-spread ul > li .value.new:before {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  background: url('../images/bubble.png') no-repeat center center;
  position: absolute;
  top: -12px;
  right: 0;
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li .value.new:before {
    top: -27px;
    right: -10px !important;
  }
}
/*CFXHP-866*/
.narrow-spread ul > li .value.new2 {
  position: relative;
}
.narrow-spread ul > li .value.new2:before {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  background: url('../images/bubble2.png') no-repeat center center;
  position: absolute;
  top: -12px;
  right: 0;
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li .value.new2:before {
    top: -27px;
    right: -16;
  }
}
.db_flexbox .spread-rate-new .pair.limited::before {
  content: '2020年10月12日～2020年12月23日 期間限定！';
}
/*CFXHP-2286*/
@media screen and (max-width: 1023px) {
  #toppageourcampaing2 .carousel-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .box-total-receipt .box-content ul.line-receipt li {
    padding: 10px !important;
  }
  .box-total-receipt .box-content ul.line-receipt li div.col.value {
    min-width: auto !important;
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .box-results-announced .button-pair {
    display: block !important;
  }
}
/*
Theme Name: nta.lightfx
Theme URI: http://nextop.asia
Author: Le Tuan Anh
Author URI: http://nextop.asia
Date start: 2018/09/06
Version: 1.1
*/
/*S: owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*E: owl.carousel.min.css */
#system-message-container {
  display: none !important;
}
.cpink {
  color: #eb258e;
}
.spread_orange {
  background-color: #ff6600 !important;
  color: #fff;
  padding: 5px 0;
  font-size: 14px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none;
  }
}
.box_comming_soon {
  height: 400px;
  background: #f1f1f1;
  text-align: center;
  padding-top: 18%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.marbot50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  header#header.nta-static .wrapperTop {
    background-color: #fff;
  }
}
@media screen and (width: 1024px) {
  header#header .wrapperMainmenu .main-menu .container {
    width: 100% !important;
  }
}
@media screen and (width: 1024px) {
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li > a {
    padding: 0 12px;
    font-size: 13px;
  }
}
header#header .wrapperMainmenu .tools_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header#header .wrapperMainmenu .tools_mobile {
    display: block;
  }
}
header#header .wrapperMainmenu .tools_mobile .content_search {
  margin: 20px 0px;
  border-radius: 20px;
  height: 35px;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 1px #4f4f50;
}
@media screen and (max-width: 414px) {
  header#header .wrapperMainmenu .tools_mobile .content_search {
    width: 100% !important;
    height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  header#header .wrapperMainmenu .tools_mobile .content_search {
    width: 100%;
  }
}
header#header .wrapperMainmenu .tools_mobile .content_search .selectcategory {
  display: none;
}
@media screen and (max-width: 414px) {
  header#header .wrapperMainmenu .tools_mobile .content_search .form-group {
    min-height: 100% !important;
  }
}
header#header .wrapperMainmenu .tools_mobile .content_search .form-group .ipt-search {
  background: transparent;
  border-radius: 20px;
  height: 35px;
  margin-top: -1px;
  width: 265px;
  border: none;
  float: left;
  padding-top: 8px;
  box-shadow: none;
}
header#header .wrapperMainmenu .tools_mobile .content_search .form-group .btn_search {
  width: 35px !important;
  height: 35px !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: none;
  font-size: 18px;
  position: relative;
  background: #00aded;
  color: #fff;
  display: block;
}
@media screen and (max-width: 414px) {
  header#header .wrapperMainmenu .tools_mobile .content_search .form-group .btn_search {
    float: right;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    padding: 0px;
  }
}
header#header .wrapperMainmenu .tools_mobile .content_search .form-group .btn_search:before {
  content: "\e60f";
  font-family: iconfont;
  position: absolute;
  left: auto;
  top: 1px;
  right: 9px;
  bottom: 0;
  line-height: 33px;
}
header#header .wrapperMainmenu .tools_mobile .usertools a {
  float: unset;
  height: 35px;
  border: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 20px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  header#header .wrapperMainmenu .tools_mobile .usertools a {
    padding: 4px 20px 4px 15px;
  }
}
header#header .wrapperMainmenu .tools_mobile .usertools a.btnRegister,
header#header .wrapperMainmenu .tools_mobile .usertools a.btnLogin{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
}
header#header .wrapperMainmenu .tools_mobile .usertools a:first-child{
  margin-right: 6px;
}
header#header .wrapperMainmenu .tools_mobile .usertools a.btnRegister {
  color: #ffffff;
  background: #eb258e;
  border: 2px solid #eb258e;
}
header#header .wrapperMainmenu .tools_mobile .usertools a.btnLogin {
  color: #ffffff;
  background: #00adee;
  border: 2px solid #00adee;
}
header#header .wrapperMainmenu .tools_mobile .usertools a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
header#header .wrapperMainmenu .tools_mobile .usertools a i::before {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  header#header .wrapperMainmenu {
    position: fixed;
    top: 60px !important;
    right: 0;
    height: calc(100vh);
    width: 100%;
    display: none;
    z-index: 10011;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    overflow: scroll;
  }
  header#header .wrapperMainmenu .main-menu {
    background: #fff;
    height: calc(100vh);
  }
  header#header .wrapperMainmenu.open {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header#header .wrapperMainmenu .mainmenucontainer {
    margin-top: 24px;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 250px;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu .submenuinner {
    display: none;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu .submenuinner .submenuinnerwrapper {
    min-width: 100% !important;
    box-shadow: none !important;
    border-top: dotted 1px #ccc;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu .submenuinner .submenuinnerwrapper .submenucontainer {
    min-width: 100% !important;
    display: block !important;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li {
    width: 100%;
    text-align: left;
    border-bottom: dotted 1px #ccc;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li:first-child {
    border-top: dotted 1px #ccc;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li a {
    padding: 6px 15px;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li a:before {
    content: none;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild .showsubmenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
    padding: 9px 15px;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild .showsubmenu:before {
    content: "\e60b";
    font-family: iconfont;
    font-size: 12px;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild > a:after {
    display: none;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.openmenu .showsubmenu:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.openmenu .submenuinner {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
header#header .mainmenu-icon {
  display: none;
  float: right;
  margin: 4px 0px 4px 15px;
  cursor: pointer;
}
header#header .mainmenu-icon p{
  margin-bottom: 0;
}
header#header .mainmenu-icon.closemenu {
  cursor: pointer;
}
header#header .mainmenu-icon.closemenu .iconmenu {
  margin: 2px 0;
  height: 29px;
  position: relative;
}
header#header .mainmenu-icon.closemenu .iconmenu > .menuline:nth-child(1) {
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .mainmenu-icon.closemenu .iconmenu > .menuline:nth-child(2) {
  position: absolute;
  top: 10px;
  width: 30px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .mainmenu-icon.closemenu .iconmenu > .menuline:nth-child(3) {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  header#header .mainmenu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
}
header#header .mainmenu-icon .iconmenu {
  margin-top: 4px;
  display: inline-block;
  width: 32px;
  text-align: right;
  cursor: pointer;
}
header#header .mainmenu-icon .iconmenu > .menuline {
  background-color: #0287b9;
  height: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  width: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  header#header .wrapperTop {
    border: solid 1px #ccc;
  }
}
header#header .wrapperTop .topHeader {
  position: relative;
}
header#header .wrapperTop .topHeader .usertools {
  display: flex;
  margin-top: 13px;
}

header#header .wrapperTop .topHeader .usertools a {
  float: unset;
  height: 35px;
  border: none !important;
}
header#header .wrapperTop .topHeader .usertools a.btnRegister:hover,
header#header .wrapperTop .topHeader .usertools a.btnRegister:focus {
  background: #e21581;
  border: 2px solid #e21581;
}
header#header .wrapperTop .topHeader .usertools a.btnLogin:hover,
header#header .wrapperTop .topHeader .usertools a.btnLogin:focus {
  background: #009ad5;
  border: 2px solid #009ad5;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  header#header .wrapperTop .topHeader .subMenu {
    display: none;
  }
}
header#header .wrapperTop .topHeader .subMenu .topmenu {
  margin-top: 20px;
}
header#header .wrapperTop .topHeader .searchTop {
  position: relative;
  margin-top: 14px;
}
header#header .wrapperTop .topHeader .searchTop a {
  font-size: 24px;
  color: #4f4f50;
}
header#header .wrapperTop .topHeader .searchTop .content_search {
  border-radius: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  background: #fff;
  box-shadow: 0 0 1px #4f4f50;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .wrapperTop .topHeader .searchTop .content_search.open-search {
  width: 360px;
  opacity: 1;
  visibility: visible;
}
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .selectcategory {
  display: none;
}
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .ipt-search {
  background: transparent;
  border-radius: 20px;
  height: 35px;
  margin-top: -1px;
  width: 325px;
  border: none;
  float: left;
  padding-top: 8px;
  box-shadow: none;
}
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .ipt-search:focus,
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .ipt-search:active,
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .ipt-search:hover,
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .ipt-search:visited {
  box-shadow: none;
  border: none;
}
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .btn_search {
  width: 35px;
  height: 35px;
  border: none;
  font-size: 18px;
  position: relative;
  background: #00aded;
  color: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: block;
}
header#header .wrapperTop .topHeader .searchTop .content_search .form-group .btn_search:before {
  content: "\e60f";
  font-family: iconfont;
  position: absolute;
  left: auto;
  top: 1px;
  right: 9px;
  bottom: 0;
  line-height: 33px;
}
.narrow-spread ul {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .narrow-spread ul > li .value .fs60 {
    font-size: 60px;
  }
}
.narrow-spread .balloon {
  top: -20px;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .narrow-spread .balloon {
    height: 128px;
  }
}
@media screen and (width: 1024px) {
  .narrow-spread .balloon {
    top: -60px;
  }
}
@media screen and (width: 768px) {
  .narrow-spread .balloon {
    display: block;
    width: 230px;
    right: -13px;
    top: 15px;
    font-size: 14px !important;
    padding: 40px 0 0 19px !important;
    background-size: 95%;
    line-height: 0;
  }
}
@media screen and (max-width: 479px) {
  #smartphone .content a {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .btn-readmore {
    padding: 10px 35px 10px 50px !important;
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .btn-readmore:after {
    top: 33%;
    font-size: 13px;
  }
}
#footer .copyright {
  font-size: 13px;
}
@media screen and (max-width: 479px) {
  #footer .traders .logotrader {
    width: 100% !important;
  }
}
#footer .traders .destrader {
  font-size: 13px;
  line-height: 25px;
}
@media screen and (max-width: 479px) {
  #footer .traders .destrader {
    width: 100% !important;
    overflow: visible !important;
    margin-top: 15px;
    float: left;
  }
}
@media screen and (max-width: 479px) {
  #footer .linkpartner .inner_linkpartner a {
    display: block !important;
    margin: 0px !important;
    width: 50%;
    height: 60px;
    float: left;
    padding: 0px 15px;
  }
}
#footer .policy h4 {
  font-size: 15px;
  margin-left: -8px;
  font-weight: bold;
}
#footer .policy p {
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
}
#footer .linkfooter .inner_linkfooter a {
  font-size: 13px;
}
#exchangerate_wrap {
  background: url("../images/bg_exchangerate.png") no-repeat #f6f6f6 !important;
  background-position: left -49px !important;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #exchangerate_wrap {
    background-position: right -28px !important;
    background-size: 60% !important;
  }
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-next,
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-prev {
  top: 45% !important;
}
#aboutus {
  background: url("../images/aboutus/bg2.png") no-repeat left 18px, url("../images/aboutus/bg1.png") no-repeat right 95%, #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #aboutus {
    background: url(../images/aboutus/bg1.png) no-repeat right 102%, #ffffff;
    background-size: 54%;
  }
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #aboutus .fx-reason .col-sm-4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #aboutus .fx-reason .col-sm-4 figure {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  #aboutus .fx-reason .figure {
    margin: auto;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #aboutus .fx-reason .figure .txt {
    margin-top: 22px;
  }
}
@media screen and (width: 768px) {
  #aboutus .fx-reason .figure .txt {
    margin-top: 12px;
  }
}
@media screen and (width: 768px) {
  #aboutus .fx-reason .figure figure .iconfont {
    font-size: 60px;
  }
}
#aboutus .fx-reason .desc {
  text-align: center;
  line-height: 25px;
}
@media screen and (width: 768px) {
  #aboutus .fx-reason .desc {
    margin-top: 20px;
  }
}
#aboutus .fx-reason .desc h3.fs21 {
  margin-top: 10px;
}
#aboutus .fx-reason .desc p.fs14 {
  font-size: 14px !important;
  line-height: 25px;
}
@media screen and (width: 768px) {
  .currencypairs .item {
    padding: 25px 10px;
    height: 300px;
  }
}
@media screen and (width: 768px) {
  .currencypairs .item figure figcaption .fs18 {
    font-size: 17px;
  }
}
@media screen and (width: 768px) {
  .currencypairs .item > .figure > .fs60 {
    font-size: 60px;
    font-family: "Roboto", sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ourtools .btn-default.btn-lg {
    padding: 15px 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #ourtools .btn-default.btn-lg {
    font-size: 16px;
  }
}
.trading-tool div.wp-btn {
  margin: 15px 0;
}
@media screen and (max-width: 479px) {
  .trading-tool {
    padding: 0px;
    margin-bottom: 50px;
  }
}
.trading-tool ul.solid-circle-list > li {
  text-align: left;
}
@media screen and (width: 768px) {
  .trading-tool .box-image-device img {
    width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .trading-tool .box-image-device img {
    width: 80%;
  }
}
.trading-tool .box-mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  .trading-tool .box-mobile {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  .trading-tool .box-pc {
    display: none;
  }
}
@media screen and (width: 768px) {
  .trading-tool h3.title-style2 {
    margin: 0px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .list-app li {
    margin-bottom: 20px;
  }
}
@media screen and (width: 1024px) {
  .list-app li {
    width: 50%;
    float: left;
  }
  .list-app li a {
    float: left;
  }
  .list-app li a:nth-child(1) {
    width: 20%;
    margin-right: 5px;
  }
  .list-app li a:nth-child(2) {
    width: 70%;
  }
}
#openaccount .block-container {
  margin-bottom: 40px;
}
@media screen and (width: 414px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image {
    margin-left: -8px;
    background: url("../images/openacount/img.png") no-repeat 0 0;
  }
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image > .iconfont {
    margin-left: 40px;
  }
}
@media screen and (width: 375px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image {
    margin-left: -8px;
    background: url("../images/openacount/img.png") no-repeat 0 0;
  }
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image > .iconfont {
    margin-left: 40px;
  }
}
@media screen and (width: 320px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image {
    margin-left: -8px;
    background: url("../images/openacount/img.png") no-repeat 0 0;
    background-size: 94% !important;
  }
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(1) .item-image > .iconfont {
    margin-left: 40px;
  }
}
@media screen and (width: 414px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(2) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -145px;
  }
}
@media screen and (width: 375px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(2) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -133px;
  }
}
@media screen and (width: 320px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(2) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -113px;
  }
}
@media screen and (width: 414px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(3) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -288px;
  }
}
@media screen and (width: 375px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(3) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -269px;
  }
}
@media screen and (width: 320px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(3) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -224px;
  }
}
@media screen and (width: 414px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(4) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -433px;
  }
}
@media screen and (width: 375px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(4) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -402px;
  }
}
@media screen and (width: 320px) {
  #openaccount .block-container div[class*="col-xs-"]:nth-of-type(4) .item-image {
    background: url("../images/openacount/img.png") no-repeat 0 -339px;
  }
}
@media screen and (width: 320px) {
  #openaccount .item-image {
    width: 100%;
    background-size: 90% !important;
    height: 110px;
    line-height: 118px;
  }
}
@media screen and (width: 375px) {
  #openaccount .item-image {
    width: 100%;
    background-size: 88% !important;
    height: 130px;
    line-height: 135px;
  }
}
@media screen and (width: 414px) {
  #openaccount .item-image {
    width: 100%;
    background-size: 84% !important;
    height: 140px;
    line-height: 144px;
  }
}
@media screen and (width: 414px) {
  #openaccount .item-image .iconfont {
    font-size: 50px;
  }
}
@media screen and (width: 375px) {
  #openaccount .item-image .iconfont {
    font-size: 45px;
  }
}
@media screen and (width: 320px) {
  #openaccount .item-image .iconfont {
    font-size: 40px;
  }
}
@media screen and (width: 320px) {
  #openaccount .item-title {
    height: 45px;
  }
}
.wrapperSlider {
  position: relative;
}
.wrapperSlider .slide_lightfx {
  background-color: #ccc;
  position: relative;
}
.wrapperSlider .slide_lightfx .owl-item {
  height: 100%;
}
.wrapperSlider .slide_lightfx .item {
  height: calc(88vh);
}
.wrapperSlider .slide_lightfx .item a.link-image {
  display: block;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-height: 1200px) and (max-width: 1920px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(69vh);
  }
}
@media screen and (min-height: 600px) and (min-width: 800px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(69vh) !important;
  }
}
@media screen and (max-height: 1080px) and (max-width: 1920px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(87vh) !important;
  }
}
@media screen and (max-height: 1200px) and (max-width: 1920px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(83vh);
  }
}
@media screen and (max-height: 1200px) and (max-width: 1600px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(67vh) !important;
  }
}
@media screen and (max-height: 900px) and (max-width: 1440px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(75vh) !important;
  }
}
@media screen and (max-height: 768px) and (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(81.5vh) !important;
  }
}
@media screen and (max-height: 960px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(63vh) !important;
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(83vh) !important;
  }
}
@media screen and (max-height: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(64vh) !important;
  }
}
@media screen and (max-height: 600px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(87vh) !important;
  }
}
@media screen and (min-height: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item {
    height: calc(31vh) !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item {
    height: 425px !important;
  }
}
@media screen and (max-width: 321px) {
  .wrapperSlider .slide_lightfx .item {
    height: 325px !important;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent {
  top: 40%;
  position: absolute;
}
.wrapperSlider .slide_lightfx .item .slidecontent.csl1 {
  bottom: 10% !important;
  position: absolute;
  top: auto;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-height: 768px) and (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 {
    bottom: 20px !important;
  }
}
@media screen and (max-height: 960px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 {
    bottom: 40px !important;
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 {
    bottom: 30px !important;
  }
}
@media screen and (max-height: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 {
    bottom: 30px !important;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
  font-size: 50px;
  color: #00adee;
  font-weight: bold !important;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
  padding-left: 8px;
}
@media screen and (max-height: 768px) and (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
    font-size: 40px;
  }
}
@media screen and (max-height: 960px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
    font-size: 40px;
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
    font-size: 40px;
  }
}
@media screen and (max-height: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .wrapperSlider .slide_lightfx .item .slidecontent.csl1 h1 {
    font-size: 35px;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
  padding: 10px 100px;
  font-size: 28px;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: #eb258e;
  display: inline-block;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-height: 960px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    padding: 7px 60px;
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    padding: 7px 60px;
  }
}
@media screen and (max-height: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    padding: 5px 70px;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    font-size: 20px;
    padding: 10px 70px;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    font-size: 25px;
    width: 380px;
    text-align: center;
  }
}
@media screen and (width: 1280px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    width: 380px;
  }
}
@media screen and (width: 768px) {
  .wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide {
    width: 300px;
    padding: 10px;
    font-size: 20px;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent .btnRegisSlide:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item .slidecontent {
    top: 24%;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item .slidecontent h2 {
    font-size: 20px;
  }
}
.wrapperSlider .slide_lightfx .item .slidecontent p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item .slidecontent p {
    font-size: 15px;
  }
}
.wrapperSlider .slide_lightfx .item.slide1 {
  background: url("../images/slider/new_slide1.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide1 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide1 {
    background: url("../images/slider/new_slide_sp1.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide2 {
  background: url("../images/slider/coke_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide2 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide2 {
    background-image: url("../images/slider/coke_table.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide2 {
    background: url("../images/slider/coke_sp.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.slide3 {
  background: url("../images/slider/campaignA.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide3 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide3 {
    background: url("../images/slider/campaignA_mb.jpg") no-repeat center center transparent;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide4 {
  background: url("../images/slider/campaignB.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide4 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide4 {
    background: url("../images/slider/campaignB_mb.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide5 {
  background: url("../images/slider/campaignC.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide5 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide5 {
    background: url("../images/slider/campaignC_mb.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide6 {
  background: url("../images/slider/LFX_pc.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide6 {
    background-size: 100% !important;
  }
}
@media (width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide6 {
    background: url("../images/slider/LFX_pc.jpg") no-repeat center center #eac431 !important;
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide6 {
    background: url("../images/slider/premiumfriday_201905_sp.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide7 {
  background: url("../images/slider/gbpjpy_pc.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide7 {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide7 {
    background: url("../images/slider/gbpjpy_tab.jpg") no-repeat center center #042e84 !important;
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide7 {
    background: url("../images/slider/gbpjpy_sp.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide8 {
  background: url("../images/slider/cnhjpy_pc.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide8 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide8 {
    background: url("../images/slider/cnhjpy_sp.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide9 {
  background: url("../images/slider/mxn-anniversary-pc.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide9 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide9 {
    background: url("../images/slider/mxn-anniversary-sp.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide10 {
  background: url("../images/slider/audjpy_campaign_pc.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide10 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide10 {
    background: url("../images/slider/audjpy_campaign_sp.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .item.slide11 {
  background: url("../images/slider/PCmv_non.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide11 {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide11 {
    background: url("../images/slider/SPmv_non.jpg") no-repeat center center transparent !important;
    background-size: cover !important;
  }
}
.wrapperSlider .slide_lightfx .owl-nav div {
  opacity: 0.5;
}
.wrapperSlider .slide_lightfx .owl-nav div:hover {
  opacity: 1;
}
.wrapperSlider .slide_lightfx .owl-nav div i {
  font-size: 30px;
  color: #fff;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
}
#back-to-top {
  font-weight: bold;
  border-radius: 100px !important;
}
#back-to-top:hover {
  border-color: #00adee !important;
  background-color: #00adee !important;
  color: #ffffff;
}
@media screen and (max-width: 414px) {
  .btnWhite {
    line-height: 45px;
    height: 40px;
    min-width: 120px;
  }
  .btnWhite:after {
    line-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .title-style2 span:before,
  .title-style2 span:after {
    width: 70px !important;
  }
}
#headerimage {
  display: block;
  position: relative;
}
#headerimage.service {
  background-color: #0091dc;
}
#headerimage.service .map-overlay {
  background-color: #06a1d1;
  -webkit-mask: url("../images/icons/map.svg") no-repeat center center;
  mask: url("../images/icons/map.svg") no-repeat center center;
  -webkit-mask-size: 85% auto;
  mask-size: 90% auto;
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #headerimage.service .map-overlay {
    -webkit-mask: url("../images/icons/map.svg") no-repeat center center;
    mask: url("../images/icons/map.svg") no-repeat center center;
    -webkit-mask-size: 1000px auto;
    mask-size: 800% auto;
  }
}
#headerimage.tools {
  background: url("../images/tools/bg_header.jpg") no-repeat 0 0;
}
#headerimage .container .pagetitle {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #headerimage .container .pagetitle {
    font-size: 30px;
    line-height: 40px !important;
  }
}
#headerimage .container .txt-center {
  position: relative;
  z-index: 2;
  line-height: 25px;
}
@media screen and (max-width: 414px) {
  #headerimage h1.pagetitle {
    margin-top: 48px;
  }
}
.nta-inpage header#header .wrapperMainmenu {
  top: 60px !important;
}
.nta-inpage header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner {
  bottom: auto !important;
  top: 100% !important;
  padding-bottom: 0 !important;
  padding-top: 9px !important;
}
.nta-inpage header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.haschild > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
}
.nta-inpage header#header .wrapperTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-height: 768px) and (max-width: 1024px) {
  .nta-inpage #mainbodywrapper #component {
    margin-top: 62px !important;
  }
}
@media screen and (max-width: 768px) {
  .nta-inpage #mainbodywrapper #component {
    margin-top: 60px !important;
  }
}
.main-content h2.box-title-service {
  text-align: center;
  background: url("../images/ttl-underline.png") no-repeat center bottom;
  padding-bottom: 40px;
  margin: 30px 0px 30px;
  position: relative;
}
.main-content h2.box-title-service span {
  position: absolute;
  font-size: 20px;
  margin-left: 10px;
}
.service_page .five-items {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.service_page .five-items li {
  display: inline-block;
  width: 20% !important;
}
@media screen and (max-width: 414px) {
  .service_page .five-items li {
    width: 49% !important;
  }
}
@media screen and (max-width: 768px) {
  .service_page .five-items li figure .iconfont {
    font-size: 70px;
  }
}
.service_page .box.box-blue .box-title:before {
  background: #00adee !important;
}
.service_page .box.box-empty .box-title {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  font-weight: bold;
}
.service_page .box.box-empty .box-title:before {
  content: "";
  width: 80px;
  height: 4px;
  bottom: -2px;
  left: 0;
  position: absolute;
  background: #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.service_page .box.box-empty .box-content {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 200;
  color: #333333;
  margin-bottom: 40px;
}
.list-service {
  text-align: center;
}
.list-service li {
  position: relative;
  width: 30%;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 414px) {
  .list-service li {
    width: 100%;
    margin: 30px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-service li {
    width: 45%;
  }
}
.list-service li a {
  font-size: 15px;
  text-align: left;
  width: 200px !important;
  height: 43px !important;
  margin-top: 20px;
}
.list-service li figure span {
  border: solid 1px #00aded;
  padding: 25px;
  border-radius: 100%;
  margin-bottom: 50px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  margin: auto;
  position: relative;
  color: #eb258e;
}
.list-service li figure span.icon-coin:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/icon-coin.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  top: 32px;
}
.list-service li figure figcaption {
  height: 70px;
}
.list-service li figure figcaption h3 {
  font-size: 18px;
  color: #4f4f50;
}
.list-service li figure figcaption p {
  line-height: 25px;
  font-size: 13px;
}
table.bottom-lined tr {
  border-bottom: 1px solid #e0e0e0;
}
table.bottom-lined tr td {
  padding: 10px 0;
}
table.bottom-lined tr td > table {
  margin-top: 5px;
}
table.bottom-lined tr td > table tr td {
  padding: 10px;
}
@media screen and (max-width: 799px) {
  table.bottom-lined > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
table .alert {
  margin: 10px 0 15px;
}
table.table-small td,
table.table-small th {
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}
table .dl-horizontal {
  margin-bottom: 0;
}
.btn.btn-pink {
  background: #eb258e;
  color: #ffffff;
  border: 2px solid #eb258e;
}
.btn.btn-pink:hover {
  color: #eb258e !important;
  background-color: transparent !important;
}
dl.dl110 dt {
  width: 110px;
  text-align: left;
  font-weight: normal;
}
dl.dl50 dt {
  width: 50px;
  text-align: left;
  font-weight: normal;
}
dl.dl-horizontal dd {
  margin-left: 60px;
}
dl.dl-horizontal dt {
  line-height: 25px;
}
.alert-warning-pink {
  color: #eb258e;
  background-color: #ffe7f7;
  border-color: #e7cfdb;
}
.alert-warning-pink b {
  margin-bottom: 10px !important;
  display: block;
}
.spread_page .db_flexbox {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.spread_page .db_flexbox .btn-readmore {
  margin-top: 30px;
}
.spread_page .db_flexbox h3.time {
  font-size: 18px;
  color: #4f4f50;
  text-align: center;
}
.spread_page .db_flexbox .spread-container {
  margin: 20px 0;
}
.spread_page .db_flexbox .spread-container .pair {
  padding: 5px 0;
  text-align: center;
}
.spread_page .db_flexbox .spread-container .pair img {
  width: 100px;
}
.spread_page .db_flexbox .spread-container h5 {
  display: inline-block;
  font-size: 21px;
  margin: 6px 0px 0px 10px;
  font-family: "Roboto", sans-serif;
}
.spread_page .db_flexbox .spread-container ul li {
  list-style: none;
}
.spread_page .db_flexbox .spread-container .spread {
  text-align: center;
  margin: 10px 0;
  color: #616161;
}
.spread_page .db_flexbox .spread-container .spread p {
  font-size: 100px !important;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  line-height: 80px;
  margin-top: 10px;
  font-weight: 400;
}
.spread_page .db_flexbox .spread-container .spread span {
  font-size: 36px;
}
.spread_page .db_flexbox .spread-rate-new {
  padding: 12px 0;
}
.spread_page .db_flexbox .spread-rate-new .pair {
  border-bottom: 1px dotted #111;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
}
.spread_page .db_flexbox .spread-rate-new .pair .spread {
  font-size: 16px;
  line-height: normal;
}
.spread_page .db_flexbox .spread-rate-new .pair .spread .rate {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #666;
}
.spread_page .db_flexbox .spread-rate-new .pair img {
  width: 80px;
  position: relative;
  left: 10%;
}
.spread_page .db_flexbox .spread-rate-new .pair h4 {
  position: relative;
  right: 15%;
}
.spread_page .db_flexbox .spread-rate-new .percentages {
  font-size: 16px;
}
.spread_page .db_flexbox .spread-rate-new .percentages .percent {
  font-family: "Roboto", sans-serif;
  color: #00adee;
  font-size: 24px;
  font-weight: bold;
}
.spread_page .title-row h2 {
  font-size: 24px;
}
.spread_page .box-label-pink {
  background-color: #eb258e;
  color: #fff;
  border-radius: 50px;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.spread_page .percentage {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  text-align: center;
}
.spread_page .percentage p {
  display: inline-block;
}
.spread_page .percentage h5 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #00adee;
}
.swappoint_page .wp-btn {
  margin-top: 50px;
}
.trust_page figure {
  text-align: center;
  margin: 30px auto;
}
.trust_page ul.box-list > li span {
  display: inline-block;
  font-weight: 700;
  color: #00aded;
  margin-bottom: 10px;
  margin-top: 10px;
}
.trust_page ul.box-list > li:before {
  content: "\e621";
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-family: iconfont;
  font-size: 18px;
  margin-top: 6px;
  color: #eb258e;
  font-weight: bold;
}
.trust_page ul.box-list > li p {
  display: block;
  clear: both;
}
.trust_page ul.box-list > li ol {
  list-style: none;
  counter-reset: li;
}
.trust_page ul.box-list > li ol li {
  list-style-type: none !important;
  margin-bottom: 15px;
  counter-increment: li;
}
.trust_page ul.box-list > li ol li:before {
  font-family: "Roboto", sans-serif;
  content: counter(li);
  color: #eb258e;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 500;
  font-size: 15px;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.corporation_page figure {
  text-align: center;
  margin: 30px auto;
}
.corporation_page p {
  margin-bottom: 20px;
}
.tax_page p {
  line-height: 25px;
  text-align: justify;
}
.tax_page .box-content figure {
  text-align: center;
  margin: 30px auto;
}
.tax_page table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  color: #333333;
}
.tax_page table dl dt {
  color: #00adee;
}
.tools_page ul.solid-circle-list li {
  line-height: 30px;
}
.tools_page .content-tools-page {
  padding-top: 50px;
}
.tools_page .content-tools-page h3.title-style2 {
  color: #00adee;
  margin-top: 40px;
}
.tools_page .content-tools-page .title-item-manual h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto 20px auto;
}
.tools_page .content-tools-page .img-item-manual {
  position: relative;
  box-shadow: 0 0 30px #e1e0e0;
  height: 400px;
  border-radius: 5px;
}
@media screen and (max-width: 414px) {
  .tools_page .content-tools-page .img-item-manual {
    height: 300px;
  }
}
.tools_page .content-tools-page .img-item-manual img {
  max-width: 82%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.tools_page .content-tools-page .box-text p {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tools_page .content-tools-page .box-text p:before {
  position: absolute;
  content: "";
  background: url("../images/tools/icon_pdf.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 80%;
  left: 0;
}
.tools_page .content-tools-page .box-text p a {
  padding-top: 4px;
  display: block;
}
.tools_page .content-tools-page .box-text.manual p:before {
  background: url("../images/tools/icon_manual.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 65% !important;
}
.tools_page .content-mypage {
  padding-top: 30px;
  float: left;
}
.tools_page .content-mypage img {
  z-index: 3;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 414px) {
  .tools_page .content-mypage img {
    width: 100%;
  }
}
@media screen and (width: 768px) {
  .tools_page .content-mypage img {
    width: 80%;
  }
}
@media screen and (width: 1024px) {
  .tools_page .content-mypage img {
    width: 70%;
  }
}
.tools_page .content-mypage .wp-btn {
  margin-top: 30px;
}
.tools_page .content-mypage .wp-btn a {
  position: relative;
  z-index: 4;
}
.tools_page .box-mypage {
  position: relative;
  background-color: #fafafa;
  margin: 70px auto 50px auto;
  padding: 50px 0px;
}
.tools_page .box-mypage:before {
  content: "";
  position: absolute;
  background: url("../images/tools/bg_tool_trading.png");
  width: 100%;
  height: 500px;
  background-position: left bottom;
  background-size: 80%;
  bottom: 0;
  background-repeat: no-repeat;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (width: 768px) {
  .tools_page .box-mypage:before {
    background-size: 800px;
  }
}
@media screen and (max-width: 414px) {
  .tools_page .box-mypage:before {
    display: none;
  }
}
.tools_page .box-mypage:after {
  content: "";
  position: absolute;
  background: url("../images/tools/bg_tool_trading.png");
  width: 100%;
  height: 500px;
  background-position: left bottom;
  background-size: 80%;
  top: 0;
  background-repeat: no-repeat;
  right: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: 0.4;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .tools_page .box-mypage:after {
    background-size: 1000px;
  }
}
@media screen and (width: 768px) {
  .tools_page .box-mypage:after {
    background-size: 800px;
  }
}
.tools_page.fxapp .box_methods {
  padding: 20px 0px;
  float: left;
  width: 100%;
}
.tools_page.fxapp .box_methods ul {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: block;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}
.tools_page.fxapp .box_methods ul.list1 li {
  width: 23.6%;
  float: left;
  border: solid 1px #00aded;
  padding: 15px;
  border-radius: 5px;
  color: #4f4f50;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  .tools_page.fxapp .box_methods ul.list1 li {
    width: 22.4%;
    padding: 10px 5px;
    height: 60px;
    font-size: 13px;
    margin: 0px 5px;
    line-height: 20px;
  }
}
@media screen and (width: 375px) {
  .tools_page.fxapp .box_methods ul.list1 li {
    width: 22.8%;
  }
}
@media screen and (width: 414px) {
  .tools_page.fxapp .box_methods ul.list1 li {
    width: 23%;
  }
}
.tools_page.fxapp .box_methods ul.list2 li {
  width: 18.5%;
  float: left;
  border: solid 1px #00aded;
  padding: 15px;
  border-radius: 5px;
  color: #4f4f50;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  .tools_page.fxapp .box_methods ul.list2 li {
    width: 17.2%;
    padding: 10px 5px;
    height: 60px;
    font-size: 13px;
    margin: 0px 5px;
    line-height: 20px;
  }
}
@media screen and (width: 375px) {
  .tools_page.fxapp .box_methods ul.list2 li {
    width: 17.6%;
    height: auto;
  }
}
@media screen and (width: 414px) {
  .tools_page.fxapp .box_methods ul.list2 li {
    width: 17.8%;
    height: auto;
  }
}
.tools_page.fxapp .box_methods ul.list3 li {
  width: 23.6%;
  float: left;
  border: solid 1px #00aded;
  padding: 15px;
  border-radius: 5px;
  color: #4f4f50;
  background: #d5dbe5;
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  .tools_page.fxapp .box_methods ul.list3 li {
    width: 22.4%;
    padding: 10px 5px;
    font-size: 13px;
    margin: 0px 5px;
    line-height: 20px;
    height: 60px;
  }
}
@media screen and (width: 375px) {
  .tools_page.fxapp .box_methods ul.list3 li {
    width: 22.8%;
  }
}
@media screen and (width: 414px) {
  .tools_page.fxapp .box_methods ul.list3 li {
    width: 23%;
  }
}
.tools_page.fxapp .box_methods ul.list3 li:first-child {
  background: transparent;
  border: transparent;
}
.tools_page.fxapp .box_methods ul li {
  display: inline;
  margin: 0px 10px;
  color: #979797;
}
.tools_page.fxapp .box_methods ul li:first-child {
  margin-left: 0px;
}
.tools_page.fxapp .box_methods ul li:last-child {
  margin-right: 0px;
}
.tools_page.fxapp .wp-btn {
  margin-top: 20px;
}
.tools_page.fxapp .list-app {
  margin-top: 30px;
}
.tools_page.fxapp .list-app .qrcode {
  width: 54px;
}
@media screen and (max-width: 479px) {
  .tools_page.fxapp .box1 .fxapp_mobile {
    width: 80%;
  }
}
.tools_page.fxapp .box2 figure {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .tools_page.fxapp .box2 figure {
    width: 100%;
  }
}
.tools_page.fxapp .box2 .text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.tools_page.fxapp .box_fxapp {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 50px;
}
.tools_page.fxapp .box_fxapp .box_fxapp1 {
  width: 400px;
  float: left;
  padding: 30px;
  background-color: #fce4ec;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (max-width: 414px) {
  .tools_page.fxapp .box_fxapp .box_fxapp1 {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (width: 768px) {
  .tools_page.fxapp .box_fxapp .box_fxapp1 {
    width: 250px;
  }
}
@media screen and (width: 1024px) {
  .tools_page.fxapp .box_fxapp .box_fxapp1 {
    width: 317px;
  }
}
.tools_page.fxapp .box_fxapp .box_fxapp1 h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 20px auto;
}
.tools_page.fxapp .box_fxapp .box_fxapp2 {
  width: 723px;
  float: left;
  padding: 30px;
  background-color: #e3f2fd;
  border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width: 414px) {
  .tools_page.fxapp .box_fxapp .box_fxapp2 {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
}
@media screen and (width: 768px) {
  .tools_page.fxapp .box_fxapp .box_fxapp2 {
    width: 469px;
  }
}
@media screen and (width: 1024px) {
  .tools_page.fxapp .box_fxapp .box_fxapp2 {
    width: 598px;
  }
}
.tools_page.fxapp .box_fxapp .box_fxapp2 h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 20px auto;
}
.tools_page.fxapp .box5 {
  padding-top: 30px;
}
@media screen and (max-width: 414px) {
  .tools_page.fxapp .box5 .col-sm-6 {
    margin-top: 20px;
  }
}
.tools_page.advancedtrader ul.solid-circle-list li {
  line-height: 25px;
}
.tools_page.advancedtrader .text-left {
  padding-left: 30px;
}
.tools_page.advancedtrader .box2 {
  padding-top: 30px;
}
@media screen and (max-width: 414px) {
  .tools_page.advancedtrader .box2 figure {
    margin-top: 20px;
  }
}
.tools_page.advancedtrader .box3 {
  padding-top: 30px;
}
.tools_page.advancedtrader .box3 figure {
  margin-bottom: 30px;
}
.tools_page.advancedtrader .box4 .img-custom {
  margin-bottom: 20px;
  width: 96%;
}
@media screen and (max-width: 414px) {
  .tools_page.advancedtrader .box4 .img-custom {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 414px) {
  .tools_page.advancedtrader .box6 figure {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.tools_page.simpletrader .compare_devices img {
  width: 80%;
  margin-left: -262px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .tools_page.simpletrader .compare_devices img {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .tools_page.simpletrader .compare_devices img {
    width: 100%;
    margin-left: 0px;
  }
}
.tools_page.simpletrader .box3 figure .img4 {
  margin: 30px 0px;
}
.tools_page.simpletrader .box4 .img-custom {
  margin-bottom: 20px;
  width: 88%;
}
@media screen and (max-width: 414px) {
  .tools_page.simpletrader .box4 .img-custom {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
  }
}
.shadowcustom {
  box-shadow: 0 0 5px #ddd;
}
.background_grey {
  background: #f6f6f6;
  margin-top: 50px;
  padding-bottom: 50px;
}
.sub-title {
  font-size: 18px;
  color: #4f4f50;
  margin-bottom: 30px;
}
.padtop50 {
  padding-top: 50px;
}
.box-text-note {
  margin-top: 30px;
  line-height: 25px;
  background: #fcf8e3;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #faebcc;
}
.transaction_screens figure {
  position: relative;
  height: 460px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .transaction_screens figure {
    height: 300px;
  }
}
@media screen and (width: 768px) {
  .transaction_screens figure {
    height: 370px;
  }
}
@media screen and (width: 1024px) {
  .transaction_screens figure {
    height: 400px;
  }
}
.transaction_screens figure img {
  position: absolute;
}
.transaction_screens figure img.img-imac {
  left: 145px;
  top: 20px;
  width: 90%;
}
@media screen and (max-width: 414px) {
  .transaction_screens figure img.img-imac {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .transaction_screens figure img.img-imac {
    left: 75px;
    top: 20px;
    width: 100%;
  }
}
.transaction_screens figure img.img-macbook {
  left: -78px;
  top: 176px;
  width: 85%;
}
@media screen and (max-width: 414px) {
  .transaction_screens figure img.img-macbook {
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .transaction_screens figure img.img-macbook {
    left: -33px;
    top: 145px;
    width: 90%;
  }
}
.transaction_screens .btn-default.btn-lg {
  padding: 15px 40px;
}
.box-link-pdf {
  width: 500px;
  margin: 20px auto;
  text-align: center;
}
.box-link-pdf a {
  display: block;
}
.box-link-pdf a figure {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.box-link-pdf a figure img {
  width: 80%;
}
.box-link-pdf a span {
  display: inline-block;
}
.narrow-spread .balloon {
  font-size: 16px;
  padding: 43px 0 0 36px;
}
h3.title-style3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 28px;
}
#box_content_banner {
  position: relative;
}
#box_content_banner .box-banner figure {
  position: relative;
}
#box_content_banner .box-banner figure .box-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
}
#box_content_banner .box-banner figure .box-text h1 {
  font-size: 50px;
  color: #00adee;
  font-weight: bold !important;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #box_content_banner .box-banner figure .box-text h1 {
    font-size: 30px;
  }
}
#box_content_banner .box-banner figure .box-text .fs30 {
  font-size: 30px;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #box_content_banner .box-banner figure .box-text .fs30 {
    font-size: 17px;
    width: 300px;
    margin: auto;
    line-height: 28px;
  }
}
#box_content_banner .box-banner figure .forpc {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #box_content_banner .box-banner figure .forpc {
    display: none;
  }
}
#box_content_banner .box-banner figure .forsp {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
  #box_content_banner .box-banner figure .forsp {
    display: block;
  }
}
#box_content_banner .strength-utilities {
  position: absolute;
  width: 100%;
  top: 70%;
  z-index: 99;
}
@media screen and (width: 1024px) {
  #box_content_banner .strength-utilities .container {
    width: 820px !important;
  }
}
@media screen and (width: 1366px) {
  #box_content_banner .strength-utilities {
    top: 65%;
  }
}
@media screen and (width: 768px) {
  #box_content_banner .strength-utilities {
    top: 50%;
  }
}
@media screen and (width: 1024px) {
  #box_content_banner .strength-utilities {
    top: 55%;
  }
}
@media (max-width: 767px) {
  #box_content_banner .strength-utilities {
    position: static;
    padding: 0 15px;
  }
}
@media screen and (max-width: 414px) {
  #box_content_banner .strength-utilities .background-strength-utilities {
    padding: 0px;
  }
}
#box_content_banner .strength-utilities .background-strength-utilities .five-items {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  display: block;
  float: left;
  width: 100%;
  min-height: 100%;
  padding: 30px 0px;
}
@media screen and (max-width: 414px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items {
    padding: 30px 15px;
  }
}
#box_content_banner .strength-utilities .background-strength-utilities .five-items li {
  margin: 0px;
}
@media screen and (max-width: 414px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li {
    width: 50% !important;
    float: left !important;
    margin-bottom: 25px;
  }
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li:last-child {
    width: 100% !important;
  }
}
#box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
  font-size: 80px !important;
}
@media screen and (width: 1024px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
    font-size: 70px !important;
  }
}
@media screen and (width: 768px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
    font-size: 55px !important;
  }
}
@media screen and (width: 320px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
    font-size: 50px !important;
  }
}
@media screen and (width: 375px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
    font-size: 60px !important;
  }
}
@media screen and (width: 414px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure .iconfont {
    font-size: 70px !important;
  }
}
@media screen and (width: 320px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure figcaption {
    font-size: 14px !important;
  }
}
@media screen and (width: 375px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure figcaption {
    font-size: 15px !important;
  }
}
@media screen and (width: 414px) {
  #box_content_banner .strength-utilities .background-strength-utilities .five-items li figure figcaption {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.floating-blocks > li > figure > .iconfont {
    font-size: 55px;
  }
}
.strength-spread {
  padding-top: 160px;
}
@media screen and (width: 1366px) {
  .strength-spread {
    padding-top: 165px;
  }
}
@media screen and (width: 1024px) {
  .strength-spread {
    padding-top: 90px;
  }
}
@media screen and (width: 768px) {
  .strength-spread {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .strength-spread {
    padding-top: 40px;
  }
}
.strength-spread .wp-btn {
  margin: 40px 0px;
}
.strength-spread .desc {
  line-height: 25px;
}
.strength-spread .title_header {
  margin-bottom: 20px;
}
.strength-spread .title_header img {
  display: block;
  margin: auto;
}
.strength-environment .items figure {
  display: block;
  border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .strength-environment .items figure {
    width: 40%;
    height: 125px;
    float: left;
    position: relative;
  }
  .strength-environment .items figure img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.strength-environment .items .desc h3 {
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 414px) {
  .strength-environment .items .desc h3 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .strength-environment .items .desc {
    width: 53%;
    float: left;
    line-height: 25px;
  }
  .strength-environment .items .desc p.fs14 {
    font-size: 13px;
  }
}
@media screen and (max-width: 414px) {
  figure#boxparallax {
    height: 328px;
  }
}
.custom-title {
  font-weight: bold;
}
@media screen and (width: 768px) {
  figure#boxparallax .parallax-element.parallax-bear {
    background-position: 469px -70px !important;
  }
}
@media screen and (width: 1024px) {
  figure#boxparallax .parallax-element.parallax-bear {
    background-position: 682px -70px !important;
  }
}
@media screen and (width: 768px) {
  figure#boxparallax .parallax-element.parallax-bull {
    background-size: 620px auto;
    background-position: -378px -16px;
  }
}
@media screen and (width: 1024px) {
  figure#boxparallax .parallax-element.parallax-bull {
    background-position: -340px -16px;
    background-size: 620px auto;
  }
}
.blockcommon h2.title-style1 {
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.text-right-swappoint {
  clear: both;
  text-align: right;
  padding-right: 13px;
  padding-top: 20px;
  font-size: 15px;
}
.box_trust_maintenance .title-style-h3 {
  margin: 30px 0px 0px 0px;
}
.box_trust_maintenance .title-style-h3 span {
  display: inline-block;
  position: relative;
}
.box_trust_maintenance .title-style-h3 span:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  top: 16px;
  right: 100%;
  background: linear-gradient(to left, #999999, #ffffff);
  background: -webkit-linear-gradient(to left, #999999, #ffffff);
  margin-right: 20px;
}
.box_trust_maintenance .title-style-h3 span:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  top: 16px;
  left: 100%;
  background: linear-gradient(to right, #999999, #ffffff);
  background: -webkit-linear-gradient(to right, #999999, #ffffff);
  margin-left: 20px;
}
.text-right-custom {
  text-align: right;
  width: 100%;
  clear: both;
  margin-top: 20px;
  line-height: 25px;
}
.subblock {
  margin-bottom: 30px;
}
#supportform .formwapper a.btnsend,
#supportform .formwapper a.btnback {
  cursor: pointer;
}
.box-img-reliable-service h3 {
  margin: 50px 0px 10px 0px;
}
.box-img-campaign img {
  max-width: none !important;
}
@media screen and (max-width: 414px) {
  .box-img-campaign img {
    width: 100%;
  }
}
@media screen and (width: 768px) {
  .box-img-campaign img {
    width: 80%;
  }
}
#breadcrumb #breadcrumb_lightfx > li:first-child {
  padding-left: 0px !important;
}
.trading-tools .tool3 img {
  max-height: 456px;
}
@media screen and (max-width: 479px) {
  .trading-tools .tool3 img {
    width: 80%;
  }
}
#ourcampaignslide .ourcampaignwrapper {
  margin-bottom: 30px;
}
.spread .sub-img2 {
  position: relative;
}
.spread .sub-img2:before {
  position: absolute;
  top: -30px;
  right: -70px;
  content: "";
  width: 60px;
  height: 69px;
  background: url("../images/sub-img2.png") no-repeat;
  background-size: cover;
}
.spread_page .box-banner {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 479px) {
  .spread_page .box-banner {
    width: 100%;
  }
}
.spread_page .box-banner img {
  margin-bottom: 10px;
  margin-top: 10px;
}
/*Style for Nonsound 05/2019*/
@font-face {
  font-family: "YuGothic-Bold";
  src: url("../fonts/YuGothic-Bold.eot");
  src: local("☺"), url("../fonts/YuGothic-Bold.woff") format("woff"), url("../fonts/YuGothic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YuGothic-Regular";
  src: url("../fonts/YuGothic-Regular.eot");
  src: local("☺"), url("../fonts/YuGothic-Regular.woff") format("woff"), url("../fonts/YuGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.nonsound {
  font-family: "YuGothic-Regular";
}
.nonsound .box {
  padding: 70px 0px 30px 0px;
}
@media screen and (max-width: 479px) {
  .nonsound .box {
    padding: 0px;
  }
}
.nonsound .box .big-title {
  font-family: "YuGothic-Bold";
  font-weight: bold;
  font-size: 35px;
  color: #00adef;
  letter-spacing: 2px;
  margin: 0px;
}
@media screen and (max-width: 479px) {
  .nonsound .box .big-title {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
.nonsound .box figure {
  padding: 0px 50px;
}
@media screen and (max-width: 479px) {
  .nonsound .box figure.for_pc {
    display: none;
  }
}
.nonsound .box figure.for_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .nonsound .box figure.for_sp {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .nonsound .box figure {
    padding: 0px;
  }
}
.nonsound .box.box1 .row-content {
  padding: 0px;
  margin: 50px auto;
  clear: both;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box1 .row-content {
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 479px) {
  .nonsound .box.box1 .row-content {
    padding: 30px 0px;
  }
}
.nonsound .box.box1 .row-content .content-right {
  padding-top: 50px;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box1 .row-content .content-right {
    padding-top: 10px;
  }
}
.nonsound .box.box1 .row-content .content-right h3 {
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
.nonsound .box.box1 .row-content .content-right h3.title-box {
  font-family: "YuGothic-Bold";
  font-weight: bold;
  font-size: 30px;
  color: #00adef;
  letter-spacing: 2px;
  line-height: 50px;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box1 .row-content .content-right h3.title-box {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
.nonsound .box.box1 .row-content .content-right .description {
  font-size: 18px;
  line-height: 35px;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box1 .row-content .content-right .description {
    font-size: 15px;
    line-height: 30px;
  }
}
.nonsound .box.box2 {
  background: #b3eaff;
  background: linear-gradient(90deg, #b3eaff 0%, #e1f7ff 50%, #b3eaff 100%);
}
@media screen and (max-width: 479px) {
  .nonsound .box.box2 {
    padding: 30px 0px;
  }
}
.nonsound .box.box2 .row-content {
  padding: 0px;
  margin: 50px auto;
  clear: both;
  width: 80%;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box2 .row-content {
    width: 100%;
    margin: 20px auto;
  }
}
.nonsound .box.box2 .row-content .content-right {
  padding-top: 50px;
  font-size: 18px;
  line-height: 35px;
}
@media screen and (max-width: 479px) {
  .nonsound .box.box2 .row-content .content-right {
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}
.box-banner-nonsound .banner_non_pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .box-banner-nonsound .banner_non_pc {
    display: none;
  }
}
.box-banner-nonsound .banner_non_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .box-banner-nonsound .banner_non_sp {
    display: block;
  }
}
@font-face {
  font-family: "YuMincho-Demibold";
  src: url("../fonts/YuMincho-Demibold/YuMincho-Demibold.eot?#iefix") format("embedded-opentype"), url("../fonts/YuMincho-Demibold/YuMincho-Demibold.woff") format("woff"), url("../fonts/YuMincho-Demibold/YuMincho-Demibold.ttf") format("truetype"), url("../fonts/YuMincho-Demibold/YuMincho-Demibold.svg#YuMincho-Demibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YuMincho-Light";
  src: url("../fonts/YuMincho-Light/YuMincho-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/YuMincho-Light/YuMincho-Light.woff") format("woff"), url("../fonts/YuMincho-Light/YuMincho-Light.ttf") format("truetype"), url("../fonts/YuMincho-Light/YuMincho-Light.svg#YuMincho-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YuMincho-Regular";
  src: url("../fonts/YuMincho-Regular/YuMincho-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YuMincho-Regular/YuMincho-Regular.woff") format("woff"), url("../fonts/YuMincho-Regular/YuMincho-Regular.ttf") format("truetype"), url("../fonts/YuMincho-Regular/YuMincho-Regular.svg#YuMincho-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .floatright {
    float: right;
  }
}
@media screen and (max-width: 479px) {
  .content-findlightfx .container {
    padding: 0px;
  }
}
.content-findlightfx .box-video {
  margin-top: 50px;
  text-align: center;
}
.content-findlightfx .box-video .title h2 {
  font-family: "YuMincho-Demibold";
  margin: 0px;
  padding: 20px;
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-video .title h2 {
    margin-bottom: 10px;
  }
}
.content-findlightfx .box-video video {
  width: 750px;
}
@media screen and (max-width: 768px) {
  .content-findlightfx .box-video video {
    width: 100%;
  }
}
.content-findlightfx .box-gallery {
  background: #000000;
  color: #fff;
  font-family: "YuMincho-Light";
  font-size: 18px;
  line-height: 30px;
}
.content-findlightfx .box-gallery .row {
  margin: 50px 0px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .row {
    margin: 15px 0px;
  }
}
.content-findlightfx .box-gallery .row .box-des-custom {
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 999999;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .row .box-des-custom {
    position: relative;
    width: 100%;
    clear: both;
    padding: 10px;
    text-align: center;
    left: 0;
    top: 0;
  }
}
.content-findlightfx .box-gallery .row .des-bottom {
  text-align: center;
  border: solid 1px #ccc;
  padding: 50px 0px;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .row .des-bottom {
    padding: 15px;
    font-size: 18px;
  }
}
.content-findlightfx .box-gallery .title h2 {
  margin: 0px;
  padding: 50px 0px 10px 0px;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  line-height: 40px;
}
@media screen and (width: 768px) {
  .content-findlightfx .box-gallery .title h2 {
    padding: 70px 0px 0px 0px;
  }
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .title h2 {
    font-size: 1.2em;
    letter-spacing: 0px;
  }
}
.content-findlightfx .box-gallery .col {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .col {
    margin: 10px 0px;
  }
}
.content-findlightfx .box-gallery .col .description {
  padding: 100px 0px;
  margin: 0px;
}
@media screen and (width: 768px) {
  .content-findlightfx .box-gallery .col .description {
    padding: 27px 0px;
  }
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .col .description {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.content-findlightfx .box-gallery .box-profile {
  background: #ffffff;
  color: #000000;
  padding: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.content-findlightfx .box-gallery .box-profile .title h2 {
  color: #000000;
  font-family: "YuMincho-Demibold";
  padding: 50px 0px 10px 0px;
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .box-profile .title h2 {
    padding: 20px 0px 10px 0px;
  }
}
.content-findlightfx .box-gallery .box-profile p.text {
  font-family: "YuMincho-Regular";
  padding: 20px 197px;
  text-align: left;
}
@media screen and (width: 768px) {
  .content-findlightfx .box-gallery .box-profile p.text {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 479px) {
  .content-findlightfx .box-gallery .box-profile p.text {
    padding: 20px 0px;
    font-size: 14px;
  }
}
.tabs-video {
  padding: 0;
  list-style: none;
  width: 70%;
  margin: auto;
  text-align: center;
}
@media screen and (width: 768px) {
  .tabs-video {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .tabs-video {
    width: 100%;
  }
}
.tabs-video li {
  cursor: pointer;
  padding: 7px 50px;
  border: 1px solid #000000;
  font-weight: bold;
  background: transparent;
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-family: "YuMincho-Demibold";
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0px 20px;
}
@media screen and (width: 768px) {
  .tabs-video li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 479px) {
  .tabs-video li {
    width: 41%;
    padding: 5px 0px;
    margin: 5px 10px;
  }
}
.tabs-video li:hover {
  background: #010001;
  color: #fff;
}
.tabs-video li.active {
  background: #010001;
  color: #fff;
}
.tab-container-video {
  border-top: none;
  clear: both;
  width: 70%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (width: 768px) {
  .tab-container-video {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .tab-container-video {
    width: 90%;
    margin-top: 20px;
  }
}
.tab-container-video .tab_content {
  padding: 20px;
  font-size: 1.2em;
  display: none;
}
@media screen and (max-width: 479px) {
  .tab-container-video .tab_content {
    padding: 0px;
  }
}
.page_cnh_present {
  line-height: 30px;
  padding: 60px 0px;
}
.page_cnh_present .box-profile-chef {
  clear: both;
  border: solid 1px #dddddd;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .box-profile-chef {
    padding: 20px 10px;
  }
}
.page_cnh_present .box-profile-chef h3 {
  margin: 0px 0px 20px 0px;
  font-size: 35px;
  line-height: 35px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .box-profile-chef h3 {
    margin-top: 20px;
  }
}
.page_cnh_present .box-profile-chef h3 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .desc {
    margin-top: 20px;
  }
}
.page_cnh_present .row-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .row-item {
    margin-bottom: 40px;
  }
}
.page_cnh_present .title-food {
  color: #b00100;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  line-height: 38px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .title-food {
    margin-top: 30px;
    text-align: center;
  }
}
.page_cnh_present .title-food span {
  font-size: 22px;
  display: block;
}
.page_cnh_present .description {
  margin-top: 20px;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
}
.page_cnh_present .title-box {
  text-align: center;
  color: #b00100;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .title-box {
    line-height: 40px;
    font-size: 27px;
  }
}
.page_cnh_present #attention {
  font-size: 14px;
  line-height: 25px;
}
.page_cnh_present .block-yellow {
  background-color: #fffaf2;
}
.page_cnh_present .block-yellow .row-item {
  padding: 50px 0px;
  margin-bottom: 0px;
}
.page_cnh_present .block-yellow .description {
  font-weight: bold;
  margin: 0px;
  font-size: 25px;
  line-height: 38px;
  color: #333333;
  padding: 15% 0px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .block-yellow .description {
    font-size: 20px;
    padding: 20px 0px;
  }
}
.page_cnh_present .box-btn {
  margin-bottom: 50px;
}
.page_cnh_present .box-btn .btn-link {
  background: #b00100;
  color: #fff;
  margin: auto;
  width: 50%;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .box-btn .btn-link {
    width: 100%;
  }
}
.page_cnh_present .content-sub h3 {
  text-align: center;
  margin: 40px 0px;
  font-size: 20px;
  font-weight: bold;
}
.page_cnh_present .box-table .table {
  width: 70%;
  margin: 50px auto;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .box-table .table {
    width: 100%;
  }
}
.page_cnh_present .box-table .table thead tr th {
  text-align: center;
  background: #b00100;
  border: solid 1px #7d7d7e;
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.page_cnh_present .box-table .table tbody tr td {
  text-align: center;
  border: solid 1px #79797a;
  font-size: 16px;
  font-weight: bold;
}
.page_cnh_present .box-link-app {
  padding: 20px 0px;
  text-align: center;
  clear: both;
}
.page_cnh_present .box-link-app a img {
  width: 180px;
}
@media screen and (max-width: 479px) {
  .page_cnh_present .box-link-app a img {
    width: 150px;
  }
}
.page_cnh_present .box-link-app p {
  color: #b00100;
  margin: 10px 0px;
}
.wrapperSlider .slide_lightfx .item.slide_premiumfriday {
  background: url("../images/slider/premiumfriday_august2019_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.slide_premiumfriday {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.slide_premiumfriday {
    background-image: url("../images/slider/premiumfriday_august2019_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.slide_premiumfriday {
    background: url("../images/slider/premiumfriday_august2019_sp.jpg") no-repeat center center transparent;
  }
}
.wrapperSlider .slide_lightfx .item.gbpjpy {
  background: url("../images/slider/gbpjpy201908_pc.jpg") no-repeat center center transparent;
  background-size: cover !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapperSlider .slide_lightfx .item.gbpjpy {
    background-size: 100% !important;
  }
}
@media (max-width: 1366px) {
  .wrapperSlider .slide_lightfx .item.gbpjpy {
    background-image: url("../images/slider/gbpjpy201908_pc.jpg");
  }
}
@media screen and (max-width: 414px) {
  .wrapperSlider .slide_lightfx .item.gbpjpy {
    background: url("../images/slider/gbpjpy201908_sp.jpg") no-repeat center center transparent;
  }
}
#gbpjpy201908_page .item_swap {
  margin: 40px 0px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .item_swap {
    margin: 20px 0px;
  }
}
#gbpjpy201908_page .item_swap:nth-child(2) {
  border-right: solid 1px #cccccc;
}
#gbpjpy201908_page .item_swap:nth-child(4) {
  border-right: solid 1px #cccccc;
}
#gbpjpy201908_page .text-recipe {
  margin: 50px auto;
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  width: 65%;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .text-recipe {
    width: 100%;
    font-size: 17px;
    padding: 0px 10px;
    margin: 20px 0px;
  }
}
#gbpjpy201908_page .text-recipe:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #000000;
  right: 0;
  top: 0;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Safari prior 9.0 */
  transform: rotate(20deg);
  /* Standard syntax */
}
#gbpjpy201908_page .text-recipe:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #000000;
  left: 0;
  top: 0;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari prior 9.0 */
  transform: rotate(-20deg);
  /* Standard syntax */
}
#gbpjpy201908_page .text-recipe span {
  color: #e84117;
}
#gbpjpy201908_page .small-text-orange {
  color: #e84117;
  text-align: center;
  margin: 20px 0px;
}
#gbpjpy201908_page .img-recipe {
  margin-bottom: 70px;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .img-recipe {
    margin: 20px auto;
  }
}
#gbpjpy201908_page .title_experience {
  margin: 50px 0px;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .title_experience {
    margin: 30px 0px;
    padding: 0px 70px;
  }
}
#gbpjpy201908_page .box-img-experience figcaption {
  margin: 5px 0px 10px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
#gbpjpy201908_page .line-height30 {
  line-height: 30px;
  color: #000000;
}
#gbpjpy201908_page .back_title {
  line-height: 45px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .back_title {
    line-height: 36px;
    padding-bottom: 25px;
    margin-top: 0px;
  }
}
#gbpjpy201908_page .back_title span {
  font-size: 14px;
  font-weight: normal;
}
#gbpjpy201908_page .back_title:after {
  content: "";
  background-color: #000000;
  position: absolute;
  width: 50px;
  height: 5px;
  left: 48%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .back_title:after {
    left: 40%;
  }
}
#gbpjpy201908_page .des_list {
  color: #000;
  line-height: 25px;
  font-size: 15px;
}
#gbpjpy201908_page .text-orange {
  margin: 20px 0px;
  text-align: center;
  font-weight: bold;
  color: #e84117;
  font-size: 24px;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .text-orange {
    font-size: 18px;
  }
}
#gbpjpy201908_page .box-btn-form {
  text-align: center;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .box-btn-form.two-line a:after {
    top: 36px;
  }
}
#gbpjpy201908_page .box-btn-form a {
  position: relative;
  margin: 20px 0px;
  background-color: #d71244;
  border: none;
  font-size: 20px;
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .box-btn-form a {
    width: 100%;
    padding: 20px 40px;
  }
}
#gbpjpy201908_page .box-btn-form a:after {
  content: "\e60b";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #58585b;
  top: 23px;
  color: #fff;
}
#gbpjpy201908_page .box-btn-form a:hover,
#gbpjpy201908_page .box-btn-form a:focus {
  color: #fff;
}
#gbpjpy201908_page .box-btn-form a:hover:after,
#gbpjpy201908_page .box-btn-form a:focus:after {
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gbpjpy201908_page .box-text-desc {
  clear: both;
}
#gbpjpy201908_page .box-thumb-step {
  margin-top: 50px;
  clear: both;
  float: left;
}
#gbpjpy201908_page .box-thumb-step .box-img {
  position: relative;
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .box-thumb-step .box-img {
    padding-bottom: 50px;
  }
}
#gbpjpy201908_page .box-thumb-step .box-img figure {
  text-align: center;
  margin: 20px 0px;
  position: relative;
}
#gbpjpy201908_page .box-thumb-step .box-img figure figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#gbpjpy201908_page .box-thumb-step .box-img:after {
  content: "";
  background: url("../../../images/campaign/gbpjpy201908/arrow_right.png");
  position: absolute;
  width: 30px;
  height: 30px;
  top: 227px;
  right: -17px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (width: 1024px) {
  #gbpjpy201908_page .box-thumb-step .box-img:after {
    top: 210px;
    right: -16px;
  }
}
@media screen and (width: 768px) {
  #gbpjpy201908_page .box-thumb-step .box-img:after {
    top: 158px;
    right: -15px;
  }
}
@media screen and (max-width: 414px) {
  #gbpjpy201908_page .box-thumb-step .box-img:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 44%;
    right: 0;
    bottom: 0;
    top: 94%;
  }
}
#gbpjpy201908_page .box-thumb-step .box-img:last-child:after {
  display: none;
}
#gbpjpy201908_page .ribbon-title {
  text-align: center;
  background-color: #005a9d;
  padding: 10px 15px;
  position: relative;
  color: #fff;
  font-weight: bold;
  margin: 20px auto;
  width: 200px;
  font-size: 15px;
  clear: both;
}
#gbpjpy201908_page .ribbon-title:before,
#gbpjpy201908_page .ribbon-title:after {
  content: "";
  bottom: 0px;
  position: absolute;
  display: block;
  border: 18px solid #005a9d;
}
#gbpjpy201908_page .ribbon-title:before {
  left: -32px;
  border-right-width: 17px;
  border-left-color: transparent;
}
#gbpjpy201908_page .ribbon-title:after {
  right: -32px;
  border-left-width: 17px;
  border-right-color: transparent;
}
#toppageourcampaing2 #myCarousel .carousel-control.left {
  left: -38px;
}
@media screen and (max-width: 414px) {
  #toppageourcampaing2 #myCarousel .carousel-control.left {
    left: -9px;
  }
}
@media screen and (width: 768px) {
  #toppageourcampaing2 #myCarousel .carousel-control.left {
    left: -65px;
  }
}
#toppageourcampaing2 #myCarousel .carousel-control.right {
  right: -38px;
}
@media screen and (max-width: 414px) {
  #toppageourcampaing2 #myCarousel .carousel-control.right {
    right: -9px;
  }
}
@media screen and (width: 768px) {
  #toppageourcampaing2 #myCarousel .carousel-control.right {
    right: -65px;
  }
}
#toppageourcampaing2 .carousel-inner {
  width: 650px;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -ms-box-shadow: 0 0 5px #000000;
  -o-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 414px) {
  #toppageourcampaing2 .carousel-inner {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (width: 768px) {
  #toppageourcampaing2 .carousel-inner {
    width: 100%;
  }
}
#toppageourcampaing2 .carousel-inner .item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#toppageourcampaing2 .carousel-inner .item img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.table-market-heatmap {
  font-size: 14px;
}
.table-market-heatmap thead tr th {
  border-bottom: none;
  text-align: center;
  background: #eee;
}
.table-market-heatmap tbody tr td.bg-blue {
  vertical-align: middle;
  text-align: center;
  background: #00adee;
  color: #ffffff;
  font-weight: bold;
}
.btn-support-security {
  text-align: center;
  margin: 50px 0px;
}
.btn-support-security .btn-item {
  background: #00adee;
  color: #ffffff;
  width: 40%;
}
@media screen and (max-width: 414px) {
  .btn-support-security .btn-item {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
  }
}
.btn-support-security .btn-item:hover {
  background: #eb258e;
}
.page-security .box-empty {
  margin-bottom: 50px;
}
.page-security .box-title-custom {
  position: relative;
  color: #00adee;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin: 30px 0px 20px 0px;
}
.page-security .box-title-custom:before {
  content: "";
  position: absolute;
  background: url("../images/check.svg");
  width: 22px;
  height: 22px;
  left: 0;
}
/*Style task CFXHP-897*/
.box-results-announced .pair-select {
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.box-results-announced ul.cat {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .box-results-announced ul.cat {
    display: none;
  }
}
.box-results-announced ul.cat li {
  display: block;
  float: left;
}
.box-results-announced ul.cat li.item {
  width: 32%;
  margin-left: 1%;
  margin-bottom: 20px;
}
.box-results-announced ul.cat li.item a {
  display: block;
  padding: 10px;
  color: #555;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.box-results-announced .button-pair {
  display: none;
  border: 1px solid #777;
  border-radius: 5px;
}
@media screen and (max-width: 479px) {
  .box-results-announced .button-pair {
    display: block;
  }
}
.box-results-announced .dropdown {
  position: relative;
  margin-top: 0.5em;
  padding: 0;
}
.box-results-announced .dropdown select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.25em;
  color: #444;
  padding: 0.6em 1.9em 0.5em 0.8em;
  line-height: 1.3;
}
.box-results-announced .dropdown:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  right: 1em;
  z-index: 2;
  background: url(../images/down-arrow.svg) 0 0 no-repeat;
  pointer-events: none;
}
.box-results-announced .output {
  margin: 0 auto;
  padding: 1em 0px;
}
.box-results-announced .pair_currency {
  display: block;
}
@media screen and (max-width: 479px) {
  .box-results-announced .pair_currency {
    display: none;
  }
}
.box-results-announced .pair_currency#usdjpy {
  display: block;
}
.box-results-announced .pair_currency p {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0px 5px 0px;
}
.box-results-announced .pair_currency a {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.box-results-announced .pair_currency a:before {
  position: absolute;
  content: "";
  background: url(../images/tools/icon_pdf.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 80%;
  left: 0;
}
.img-present img {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .img-present img {
    margin-top: 30px;
  }
}
.title-style-present {
  font-family: "Yu Mincho";
  padding-bottom: 40px;
  margin-bottom: 25px;
  font-size: 35px;
  background: url(../../../images/campaign/present2021/title-underline.png) no-repeat center bottom;
}
@media screen and (max-width: 479px) {
  .title-style-present {
    font-size: 25px;
  }
}
.bg-light-yellow {
  background-color: #fbf8e9;
  margin-top: -40px;
}
.bg-light-yellow .text-time {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .bg-light-yellow .text-time {
    font-size: 16px;
  }
}
.bg-light-yellow .box-button {
  margin: 20px 0px;
}
.bg-light-yellow .box-button a {
  background-color: #de2d4a;
  border: none;
  overflow: hidden;
  position: relative;
  width: 420px;
  color: #ffffff;
}
@media screen and (max-width: 479px) {
  .bg-light-yellow .box-button a {
    width: 100%;
  }
}
.bg-light-yellow .box-button a:before {
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -150%, 0px);
  transition: transform 0.9s ease 0s;
  width: 120%;
  z-index: 3;
}
.bg-light-yellow .box-button a:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-arrow-button.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 0px;
  top: 21px;
}
.bg-light-yellow .box-button a:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 500%, 0px);
}
figure.attention {
  margin: 60px 0px;
}
@media screen and (max-width: 479px) {
  figure.attention {
    margin: 20px 0px;
  }
}
.alert-warning.bg-grey {
  background-color: #eeeeee;
  border: none;
  color: #373435;
  font-size: 15px;
  line-height: 30px;
  padding: 30px;
}
.box-info-pread {
  background: #d9d9d9;
  padding: 10px;
  font-size: 14px;
  line-height: 23px;
}
.box-info-pread.two-line {
  padding: 21px 0px;
}
@media screen and (max-width: 991px) {
  .box-info-pread.two-line {
    padding: 33px 0px;
  }
}
.child-narrow-spread ul {
  margin: 35px 0px 5px 0px;
}
.child-narrow-spread ul.single-spread {
  margin: 35px 0px 5px 0px;
}
.child-narrow-spread ul.single-spread li {
  width: 100%;
}
.child-narrow-spread ul.single-spread li .value.new2:before {
  right: 65px;
}
.child-narrow-spread ul li {
  width: 25%;
}
@media screen and (max-width: 479px) {
  .child-narrow-spread ul li {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media screen and (width: 768px) {
  .child-narrow-spread ul li {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .child-narrow-spread ul li:nth-of-type(2):after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .child-narrow-spread ul li:nth-of-type(2):after {
    content: "";
  }
}
@media screen and (max-width: 1200px) {
  .child-narrow-spread ul li:nth-of-type(4):after {
    content: none;
  }
}
@media screen and (max-width: 991px) {
  .child-narrow-spread ul li:nth-of-type(4):after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .child-narrow-spread ul li:nth-of-type(4):after {
    content: none;
  }
}
@media screen and (max-width: 991px) {
  .child-narrow-spread ul li:after {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .spread-container .spread.new2:before {
    left: 170px;
  }
}
@media screen and (max-width: 479px) {
  .spread-container .spread.new2:before {
    left: 80%;
  }
}
@media screen and (max-width: 991px) {
  .spread-container .spread.new:before {
    left: 170px;
  }
}
@media screen and (max-width: 479px) {
  .spread-container .spread.new:before {
    left: 80%;
  }
}
.spread_page .box-label-pink {
  width: 100%;
}
figure img {
  display: block;
  margin: auto;
}
.cb-blockcommon-dec2020.campaign-period .btn-caption {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  margin-top: 30px;
}
.cb-blockcommon-dec2020 .transfer-course:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 34px;
  background: url(../images/bold-arrow.png) no-repeat center center;
  margin: -7px 10px;
}
.cb-blockcommon-dec2020 .comeback-course:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 34px;
  background: url(../images/turn-arrow.png) no-repeat center left;
  margin: -7px 0px;
}
.cb-blockcommon-dec2020 .btn {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
  color: #655858;
}
.cb-blockcommon-dec2020 .btn.btn-pink {
  background: #eb258e;
  color: #fff;
}
.cb-blockcommon-dec2020 .btn.btn-lblue {
  background: #00adee;
  color: #fff;
}
.cb-blockcommon-dec2020 .btn.huge-btn {
  padding: 40px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .cb-blockcommon-dec2020 .btn.huge-btn {
    padding: 20px;
  }
}
.cb-blockcommon-dec2020 .btn.btn-fullwidth {
  width: 100%;
}
.cb-blockcommon-dec2020 .btn.btn-border {
  border: 1px solid #655858;
}
.cb-blockcommon-dec2020 .btn.big-btn {
  padding: 30px 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cb-blockcommon-dec2020 .btn.big-btn {
    padding: 10px 40px;
    font-size: 16px;
  }
}
.cb-blockcommon-dec2020 .btn.btn-arrow:after {
  content: "»";
  font-size: 22px;
  margin-left: 20px;
}
.cb-blockcommon-dec2020 .btn-caption {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  margin-top: 30px;
}
.cb-blockcommon-dec2020 .campaign-title {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cb-blockcommon-dec2020 .campaign-title {
    font-size: 20px;
  }
}
.cb-blockcommon-dec2020 .modal {
  margin-top: 100px;
  color: black;
}
.cb-blockcommon-dec2020 .modal .bold-text {
  font-weight: bold;
  font-size: 18px;
}
.cb-blockcommon-dec2020 .modal .modal-header {
  padding: 5px;
}
.cb-blockcommon-dec2020 .modal .close {
  opacity: 1;
}
.cb-blockcommon-dec2020 .alert-warning {
  font-size: 14px;
}
.formwapper .form-group .title {
  padding-right: 30px;
}
.campaign-page .box-baner {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.db-flexbanner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 2px dashed #3197d5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
a[data-target="#modal-friend"] {
  position: absolute;
  right: 0;
  bottom: 10px;
  border: solid 1px #57b3ff;
  padding: 0px 10px;
  border-radius: 20px;
  background: #57b3ff;
  color: #fff;
}
.form-friend .btn-primary {
  border-radius: 0px;
  background: #34a863;
  border-color: #34a863;
}
.campaign-page .alert h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.campaign-page .friend-page {
  line-height: 1.8;
}
.campaign-page .friend-page .btn-allregister {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: #d71244;
  padding: 0px 80px;
  height: 70px;
  line-height: 68px;
  display: inline-block;
  border: none;
}
.campaign-page .friend-page .alert-warning .sub-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.campaign-page .friend-page .alert-warning .sub-list li .sub-list-circle li {
  list-style-type: disc;
  padding: 0;
}
.campaign-page .friend-page .alert-warning .sub-list li .sub-list-circle li:before {
  content: "";
}
#modal-friend {
  top: 10%;
}
#modal-friend .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#modal-friend .modal-header .close {
  margin-top: -2px;
}
#modal-friend .modal-header .modal-title {
  font-weight: bold;
}
#modal-friend .btn-primary {
  border-radius: 0px;
  background: #34a863;
  border-color: #34a863;
}
.rubjpy .usertools-inside .btnLogin {
  color: #ffffff;
  background: #00adee;
  border: 2px solid #00adee;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50px;
  padding: 15px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .rubjpy .usertools-inside .btnLogin {
    margin-bottom: 20px;
  }
}
.rubjpy .usertools-inside .btnRegister {
  color: #ffffff;
  background: #eb258e;
  border: 2px solid #eb258e;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50px;
  padding: 15px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .rubjpy .usertools-inside .btnRegister {
    margin-bottom: 20px;
  }
}
.rubjpy .blockcommon {
  padding: 30px 0;
}
@media screen and (max-width: 450px) {
  .rubjpy .blockcommon {
    padding: 20px 0;
  }
}
.rubjpy .title-custom {
  font-size: 30px;
  color: #cc0a05;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
.rubjpy .box-link-rubjpy {
  background-color: #efefef;
  width: 50%;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 450px) {
  .rubjpy .box-link-rubjpy {
    width: 100%;
  }
}
.rubjpy .box-link-rubjpy h3 {
  text-align: center;
  color: #111111;
  font-weight: bold;
}
.rubjpy .box-link-rubjpy ul li {
  margin: 10px 0px;
  color: #0059ba;
  position: relative;
  padding-left: 20px;
}
.rubjpy .box-link-rubjpy ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #0059ba;
  left: 0;
  top: 5px;
}
.rubjpy .box-link-rubjpy ul li a {
  color: #0059ba;
}
.rubjpy .box-link-rubjpy ul li a:hover {
  text-decoration: underline;
}
.rubjpy .sub-title {
  font-weight: bold;
  position: relative;
  color: #182547;
  padding-left: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.rubjpy .sub-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #e21500;
  left: 0;
  top: 2px;
}
.rubjpy .desc-content {
  font-size: 14px;
  line-height: 25px;
}
.rubjpy figure figcaption {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}
/*--------------------------------------------------------------
Task CFXHP-1203
--------------------------------------------------------------*/
ul.campaign > li .fs13 {
  font-size: 13px;
}
ul.campaign > li > figure {
  height: 160px;
}
.content-rubjpy h2 {
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-weight: bold;
}
.content-rubjpy .btn-allregister {
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 50px;
  background: #d71244;
  padding: 10px 20px;
  display: inline-block;
  border: none;
}
@media screen and (max-width: 639px) {
  .content-rubjpy .btn-allregister {
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.content-rubjpy .btn-allregister.bgred {
  background-color: #d71244;
}
.content-rubjpy figure {
  margin: 0px auto;
  text-align: center;
}
.content-rubjpy .box-content figure {
  margin-top: 40px;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-content figure.img-chance {
    margin: 30px 15px;
  }
}
.content-rubjpy .box-food-set {
  background: url("../../../images/campaign/rubjpy202108/flag_rub.png") no-repeat -2em -3em, #fff7ea;
  float: left;
  background-size: 40%;
  padding: 40px;
  box-shadow: 6px 4px 10px #ccc;
}
.content-rubjpy .box-food-set .note-food-set {
  text-align: center;
  color: #827131;
  font-weight: bold;
  font-size: 27px;
  margin: 30px auto;
  line-height: 40px;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .note-food-set {
    font-size: 22px;
    margin: 50px auto 20px auto;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set {
    background: url("../../../images/campaign/rubjpy202108/flag_rub.png") no-repeat -3em -2em, #fff7ea;
    padding: 10px;
    background-size: 55%;
  }
}
.content-rubjpy .box-food-set .food-item {
  clear: both;
  display: inline-block;
}
.content-rubjpy .box-food-set .title-spcashback {
  position: relative;
}
.content-rubjpy .box-food-set .title-spcashback span {
  color: #df1c22 !important;
}
.content-rubjpy .box-food-set .title-spcashback:before {
  position: absolute;
  width: 160px;
  height: 160px;
  content: "";
  background-image: url(../../../images/campaign/rubjpy202108/100-people.png);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 10%;
  left: auto;
  top: 0;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .title-spcashback:before {
    width: 70px;
    height: 70px;
    right: 4%;
    top: -27px;
  }
}
.content-rubjpy .box-food-set .box-chance {
  position: relative;
  clear: both;
  margin: 20px;
  padding: 30px;
  color: #ffffff;
  display: inline-block;
  background: #560402;
  background: linear-gradient(180deg, #560402 0%, #bd0605 40%, #f72626 100%);
}
.content-rubjpy .box-food-set .box-chance h1 {
  background-color: #ca4246;
  background-image: linear-gradient(180deg, #b79671, #fff3dc, #b79671);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (width: 768px) {
  .content-rubjpy .box-food-set .box-chance h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.content-rubjpy .box-food-set .box-chance h2 {
  text-align: center;
  font-size: 40px;
  color: #ffc800;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media screen and (width: 768px) {
  .content-rubjpy .box-food-set .box-chance h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance h2 {
    margin-top: 0px;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance {
    margin: 30px 10px;
    padding: 30px 10px;
  }
}
.content-rubjpy .box-food-set .box-chance .box-people {
  position: absolute;
  right: 10%;
  bottom: 54%;
}
@media screen and (width: 768px) {
  .content-rubjpy .box-food-set .box-chance .box-people {
    right: -2%;
    bottom: 60%;
  }
}
@media screen and (width: 1024px) {
  .content-rubjpy .box-food-set .box-chance .box-people {
    right: 1%;
    bottom: 56%;
  }
}
.content-rubjpy .box-food-set .box-chance .box-people figure {
  width: 80%;
}
@media screen and (width: 1024px) {
  .content-rubjpy .box-food-set .box-chance .box-people figure {
    width: 70%;
  }
}
@media screen and (width: 768px) {
  .content-rubjpy .box-food-set .box-chance .box-people figure {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance .box-people figure {
    width: 35%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance .box-people {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.content-rubjpy .box-food-set .box-chance .amazongiftcard {
  background-color: #000000;
  box-shadow: 6px 6px 0px #8a0909;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance .amazongiftcard {
    margin-bottom: 10px;
  }
}
.content-rubjpy .box-food-set .box-chance .amazongiftcard img {
  margin: 20px 0px 10px;
}
.content-rubjpy .box-food-set .box-chance .text-amazon {
  padding: 10px 0px;
}
.content-rubjpy .box-food-set .box-chance .text-amazon p {
  font-size: 15px;
  margin: 10px auto;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-food-set .box-chance .text-amazon p {
    font-size: 14px;
    margin: 15px auto 0px auto;
  }
}
.content-rubjpy .text-date-time {
  font-size: 25px;
  color: #d71244;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .text-date-time {
    font-size: 18px;
    color: #d71244;
  }
}
.content-rubjpy .box-banner-small {
  background-image: url("../../../images/campaign/rubjpy202108/bg_banner.png");
  padding: 35px 0px;
  color: #ffffff;
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-banner-small {
    padding: 15px 0px;
  }
}
.content-rubjpy .box-banner-small figure {
  position: relative;
  overflow: hidden;
  width: 54%;
}
.content-rubjpy .box-banner-small figure:before {
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 32%;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -150%, 0px);
  transition: transform 0.9s ease 0s;
  width: 120%;
  z-index: 3;
}
.content-rubjpy .box-banner-small figure:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 500%, 0px);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media screen and (max-width: 414px) {
  .content-rubjpy .box-banner-small figure {
    width: 80%;
    margin: auto;
  }
}
.content-rubjpy #mainslidewrapper {
  margin-top: 0;
}
.content-rubjpy #breadcrumb {
  margin-top: 115px;
  margin-bottom: 0;
}
.content-rubjpy #breadcrumb.breadcrumb.nta-static {
  margin-top: 0;
}
.content-rubjpy .cb-blockcommon {
  padding-top: 30px;
}
.content-rubjpy .cb-blockcommon .title-spcashback {
  font-size: 36px;
}
.content-rubjpy .cb-blockcommon .title-spcashback span {
  position: relative;
  color: #413e3e;
  padding: 50px 20px 10px 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.content-rubjpy .cb-blockcommon .title-spcashback span:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../../../images/campaign/rubjpy202108/icon-star.png");
  position: absolute;
  background-repeat: no-repeat;
  left: 0%;
  right: 0%;
  top: 0;
  background-size: 100%;
  margin: auto;
}
.content-rubjpy .cb-blockcommon .title-spcashback span:after {
  content: "";
  background: #df1c22;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 2px;
  width: 60px;
  margin: auto;
  border-radius: 50px;
}
.content-rubjpy .box-alert {
  text-align: left;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #fff3ae;
  border-radius: 10px;
  font-size: 18px;
}
.content-rubjpy .box-alert .list-check {
  display: inline-block;
}
.content-rubjpy .box-alert .list-check li:before {
  color: #5fdb4d;
}
.content-rubjpy h3.fs54 {
  color: #111;
}
@media (min-width: 992px) {
  .content-rubjpy h3.fs54 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .content-rubjpy #mainslidewrapper.no-margin {
    margin-top: 0;
  }
  .content-rubjpy #breadcrumb {
    margin-top: 64px;
  }
  .content-rubjpy h3.fs54 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .content-rubjpy .cb-blockcommon .title-spcashback span {
    font-size: 24px !important;
  }
  .content-rubjpy .new-style-box .btn-allregister {
    font-size: 18px;
  }
}
@media screen and (max-width: 799px) {
  .content-rubjpy #mainslidewrapper img {
    margin: 0 auto !important;
  }
}
/*--------------------------------------------------------------
Task CFXHP-1244
--------------------------------------------------------------*/
#modal-friend2 {
  top: 10%;
}
#modal-friend2 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#modal-friend2 .modal-header .modal-title {
  font-weight: bold;
}
#modal-friend2 .btn-primary {
  border-radius: 0px;
  background: #34a863;
  border-color: #34a863;
}
.box-title-fiendnew2 {
  clear: both;
  font-size: 32px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.box-title-fiendnew2 span {
  position: relative;
  color: #413e3e;
  padding: 50px 20px 10px 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.box-title-fiendnew2 span:after {
  content: "";
  background: #365dbf;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 4px;
  width: 90px;
  margin: auto;
  border-radius: 50px;
}
.custom-p {
  line-height: 30px;
}
.friendnew-box-open-account figure {
  position: relative;
  margin: auto;
  width: 80%;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 10px;
  padding-top: 5px;
}
.friendnew-box-open-account figure:last-child {
  border-bottom: none;
}
/*--------------------------------------------------------------
Task CFXHP-1272
--------------------------------------------------------------*/
.box-totalpayment {
  margin-bottom: 30px;
}
.box-totalpayment h2.title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 490px) {
  .box-totalpayment h2.title {
    font-size: 17px;
    line-height: 25px;
  }
}
.box-totalpayment .desc {
  margin-bottom: 25px;
}
.box-totalpayment .curr-symbol {
  text-align: center;
}
.box-totalpayment .curr-symbol img {
  width: 80px;
  margin-right: 10px;
}
@media screen and (width: 768px) {
  .box-totalpayment .curr-symbol img {
    width: 62px;
    margin-right: 3px;
  }
}
.box-totalpayment .total {
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  color: #e60707;
  margin-bottom: 30px;
}
@media screen and (width: 768px) {
  .box-totalpayment .total {
    font-size: 22px;
  }
}
@media screen and (max-width: 490px) {
  .box-totalpayment .total {
    margin-top: 5px;
  }
}
.box-totalpayment .total span {
  color: #655858;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (width: 768px) {
  .box-totalpayment .total span {
    font-size: 20px;
  }
}
.box-totalpayment .wp-btn {
  clear: both;
  margin: 20px 0px;
}
.box-totalpayment .wp-btn .btn-readmore {
  background-color: #ffffff;
}
@media screen and (max-width: 490px) {
  .box-totalpayment .wp-btn .btn-readmore {
    padding: 10px 20px 10px 25px !important;
  }
}
@media screen and (max-width: 490px) {
  .output-PC {
    width: 100%;
  }
}
.table-totalpayment {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 490px) {
  .table-totalpayment {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.table-totalpayment th {
  text-align: center;
}
.table-totalpayment th img {
  width: 80px;
  margin-top: 5px;
}
.box-results-announced .pair_currency#tryjpy {
  display: block;
}
/*--------------------------------------------------------------
Task CFXHP-1345
--------------------------------------------------------------*/
@font-face {
  font-family: "HiraKakuPro-W6";
  src: url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.eot");
  src: url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.woff2") format("woff2"), url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.woff") format("woff"), url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.ttf") format("truetype"), url("../fonts/HiraKakuPro/HiraKakuPro-W6-AlphaNum.svg#HiraKakuPro-W6-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.page-present .title-style-present {
  font-family: "HiraKakuStd-W6" !important;
  font-weight: bold;
  margin-top: 20px;
  color: #333333;
}
.page-present .img-present {
  margin-bottom: 40px;
}
.page-present .item {
  border-bottom: 1px solid #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.page-present .item:last-child {
  margin-bottom: 0px !important;
}
.page-present .item h4 {
  margin-bottom: 30px;
}
.page-present .item h4.no-madel {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 90px;
  color: #333333;
}
@media (max-width: 540px) {
  .page-present .item h4.no-madel {
    font-size: 18px !important;
    line-height: 28px !important;
    padding-left: 0px !important;
  }
}
.page-present .item .desc {
  padding-left: 90px;
  font-size: 16px;
}
.page-present .item .fl-box-only {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-present .item .panel-heading {
  background-color: #00adee;
  padding: 0;
}
.page-present .item .panel-heading .panel-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 45px 10px 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.page-present .item .panel-heading .panel-title .arrow {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: #00adee;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}
.page-present .item .panel-heading .panel-title .arrow:before {
  content: "-";
}
.page-present .item .panel-heading .panel-title.collapsed .arrow:before {
  content: "+";
}
.page-present .item .panel-heading .panel-title .nb {
  color: #fff;
  font-size: 32px;
  margin-right: 15px;
}
.page-present .item .panel-group .panel-body {
  background-color: #fdfdfd;
}
.page-present .item .panel-group .panel-default {
  border-color: #00adee;
  overflow: hidden;
}
.page-present .product-every-week .fl-box-only {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-present .product-every-week .list-week {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-present .product-every-week .list-week li {
  margin-bottom: 10px;
}
.page-present .product-every-week .list-week .mark-part {
  display: inline-block;
  padding: 2px 15px;
  margin-right: 10px;
  border-radius: 50px;
  background: #ffff33;
  background: -moz-linear-gradient(180deg, #ffff33 0%, #ffff33 50%, #ffcc00 100%);
  background: -webkit-linear-gradient(180deg, #ffff33 0%, #ffff33 50%, #ffcc00 100%);
  background: linear-gradient(180deg, #ffff33 0%, #ffff33 50%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff33", endColorstr="#ffcc00", GradientType=1);
}
.page-present .bl-qrcode {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 10px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .page-present .wp-product .item .dish {
    width: 70%;
  }
  .page-present .product-every-week .list-week {
    font-size: 12px;
  }
  .page-present .fix-tt {
    padding: 0 30px 30px;
    margin-bottom: 30px;
  }
  .page-present .fix-tt5 {
    width: 70%;
    margin: 0 auto 30px;
  }
}
/*--------------------------------------------------------------
Task CFXHP-896 CFXHP-1299
--------------------------------------------------------------*/
.table-rate-coin table {
  border: solid 1px #ddd;
}
.table-rate-coin table thead tr th {
  background: #f5f5f5;
  border-bottom: none;
}
.table-rate-coin table tbody tr td img {
  margin-top: -15px !important;
}
.table-rate-coin table tbody tr td.currency label {
  margin-top: 10px;
  font-size: 15px;
}
.table-rate-coin table tbody tr td.currency label small {
  font-size: 12px;
  color: #a7a6a6;
}
.table-rate-coin table tbody tr td.txt-left {
  border-top: none;
}
.table-rate-coin .boder-bottom {
  border-bottom: solid 1px #dddddd;
}
.time-update-coin {
  text-align: right;
  font-size: 15px;
  margin-bottom: 20px;
}
.box-reason .row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .box-reason .col-custom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-reason .col-reason {
  background: #fff;
  padding: 50px 20px 5px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .box-reason .col-reason {
    height: 90%;
  }
}
@media screen and (max-width: 479px) {
  .box-reason .col-reason {
    height: 93%;
    padding: 10px;
  }
}
.box-reason .col-reason figure {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 479px) {
  .box-reason .col-reason figure {
    width: 100px;
    height: 80px;
    text-align: center;
    margin: 20px auto 0px auto;
  }
}
.box-reason .col-reason figure img {
  height: 100%;
}
@media screen and (max-width: 479px) {
  .box-reason .col-reason figure img {
    height: 80%;
  }
}
.box-reason .col-reason h3 {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #585858;
}
@media screen and (max-width: 479px) {
  .box-reason .col-reason h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .box-reason .col-reason h3 {
    margin-top: 40px;
  }
}
.box-reason .col-reason p {
  text-align: center;
  font-size: 14px;
}
.box-reason .text-bottom {
  font-size: 13px;
  margin-top: 50px;
}
.img-simultaneous-account {
  margin: 40px 0px;
}
@media screen and (max-width: 479px) {
  .img-simultaneous-account {
    margin: 20px 0px;
  }
}
.img-simultaneous-account img {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .img-simultaneous-account img {
    width: 100%;
  }
}
.trading-tool-crypto h3 {
  text-align: left;
  font-size: 25px;
  color: #585858;
  line-height: 40px;
  margin: 0px;
}
@media screen and (width: 768px) {
  .trading-tool-crypto h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
@media screen and (max-width: 479px) {
  .trading-tool-crypto h3 {
    font-size: 19px;
  }
}
.trading-tool-crypto ul.desc {
  margin-top: 40px;
}
.trading-tool-crypto ul.desc li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .trading-tool-crypto ul.desc li {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (width: 768px) {
  .trading-tool-crypto ul.desc li {
    font-size: 16px;
  }
}
.trading-tool-crypto ul.desc li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../images/coin/bullet.png);
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
}
.btn-app {
  height: 45px;
  line-height: 42px;
  padding: 0 60px !important;
  text-align: center;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #65585d;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  width: 320px;
  font-weight: bold;
}
@media screen and (width: 768px) {
  .btn-app {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .btn-app {
    width: 100%;
  }
}
.btn-app:after {
  content: "\e604";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  left: -12px;
  top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #eb258e;
}
.btn-app:focus {
  background: #f6f6f6;
  color: #655858;
  border-color: #eb258e;
}
.btn-app:hover:after {
  left: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #eb258e;
  border-color: #eb258e;
}
.custom-p {
  font-size: 13px;
  margin: 10px 0px;
}
.padding-top-40 {
  padding-top: 40px;
}
@media screen and (max-width: 479px) {
  .padding-top-40 {
    padding-top: 0px;
  }
}
.col-qr-app {
  margin: 10px 0px;
}
.col-qr-app.left {
  text-align: right;
}
@media screen and (max-width: 479px) {
  .col-qr-app.left {
    text-align: center;
  }
}
.col-qr-app.right {
  text-align: left;
}
@media screen and (max-width: 479px) {
  .col-qr-app.right {
    text-align: center;
  }
}
.box-security-measures ul {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-security-measures ul li.item {
  padding: 20px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .box-security-measures ul li.item {
    width: 49%;
    padding: 0;
  }
}
.box-security-measures ul li.item .icon {
  background-color: #f0f0f0;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin: 15px auto;
  padding: 50px 0px;
}
@media screen and (max-width: 479px) {
  .box-security-measures ul li.item .icon {
    width: 120px;
    height: 120px;
    padding: 40px 0px;
  }
}
.box-security-measures ul li.item .icon img {
  width: 45%;
}
.box-security-measures ul li.item p {
  text-align: center;
  font-weight: bold;
}
.btn-learn-more-crypto {
  height: 60px;
  line-height: 60px;
  padding: 0 60px !important;
  text-align: center;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #65585d;
  display: block;
  margin: 10px auto;
  position: relative;
  width: 450px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .btn-learn-more-crypto {
    width: 90%;
    height: 80px;
    line-height: 25px;
    padding: 17px 60px !important;
  }
}
.btn-learn-more-crypto:after {
  content: "\e604";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  left: -12px;
  top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
}
@media screen and (max-width: 479px) {
  .btn-learn-more-crypto:after {
    top: 35%;
  }
}
.btn-learn-more-crypto:focus {
  background: #f6f6f6;
  color: #00adee;
  border-color: #00adee;
}
.btn-learn-more-crypto:hover:after {
  left: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
  border-color: #00adee;
}
.title-coin-service {
  font-size: 18px;
  color: #4f4f50;
}
.coin-service-fee {
  font-size: 14px;
}
.coin-service-fee figure {
  margin: 20px auto;
}
.coin-service-fee figure img {
  display: block;
  margin: auto;
}
.coin-service-fee .text-desc {
  padding: 0px;
  margin: 20px auto;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .first-crypto .col-custom {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .first-crypto .col-custom {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
  }
}
.first-crypto .box-asset {
  border-radius: 4px;
  box-shadow: 1px 3px 8px 1px #e0e0e0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  min-height: auto;
}
.first-crypto .box-asset:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00adee;
  background: linear-gradient(to right, #00adee, #eb258e);
  background: -webkit-linear-gradient(to right, #00adee, #eb258e);
  background: -moz-linear-gradient(to right, #00adee, #eb258e);
}
@media screen and (max-width: 768px) {
  .first-crypto .box-asset:after {
    height: 4px;
  }
}
.first-crypto .box-asset .tit {
  margin: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .first-crypto .box-asset .tit {
    font-size: 17px;
  }
}
.first-crypto .box-asset .tit a {
  color: #666666;
}
.first-crypto .box-asset .tit a:hover {
  color: #00adee;
}
.openaccount-coin .item-image {
  position: relative;
  min-height: auto;
  background-size: 220px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  padding: 34px 0px;
}
@media screen and (max-width: 768px) {
  .openaccount-coin .item-image {
    background-size: contain;
  }
}
.openaccount-coin .item-image .iconfont {
  font-size: 60px;
  color: #eb258e;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .openaccount-coin .item-image .iconfont {
    font-size: 32px;
    color: #eb258e;
    margin-left: 38px;
  }
}
.openaccount-coin .item-image.step1 {
  background-image: url("../../../images/coin/bg-step1.png");
}
.openaccount-coin .item-image.step1 .iconfont {
  margin-left: 18px;
}
.openaccount-coin .item-image.step2 {
  background-image: url("../../../images/coin/bg-step2.png");
}
.openaccount-coin .item-image.step3 {
  background-image: url("../../../images/coin/bg-step3.png");
}
.openaccount-coin .item-title {
  text-align: center;
  font-weight: bold;
  color: #666666;
  margin-top: 15px;
}
.openaccount-coin .opac_footer {
  margin: 30px auto;
}
.openaccount-coin .opac_footer .btn-pink {
  width: 370px;
}
@media screen and (max-width: 479px) {
  .openaccount-coin .opac_footer .btn-pink {
    width: 80%;
  }
}
.openaccount-coin .opac_footer .btn-pink:hover {
  border-color: #eb258e;
}
#coin-campaign-slider-pc .campaignwrapper {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
}
#coin-campaign-slider-sp {
  padding: 0px 20px 0px 20px;
}
#coin-campaign-slider-sp .carousel-indicators {
  bottom: -45px !important;
}
#coin-campaign-slider-sp .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: none;
}
#coin-campaign-slider-sp .carousel-indicators li.active {
  border: none;
  margin: 1px;
  background-color: #00adee;
}
.btn-support-security .btn-item {
  margin-bottom: 15px;
}
#mainbody div.page-start.fx-first {
  min-height: 220px;
  background: url(../images/bg_table_info_pc.jpg);
  background-size: cover;
  display: inline-block;
  width: 100%;
}
@media (max-width: 480px) {
  #mainbody div.page-start.fx-first {
    background: url(../images/bg_table_info_sp.jpg);
    position: relative;
  }
}
#mainbody div.page-start.fx-first div.des {
  margin: 15px 15px 15px 300px;
  background-color: #fff;
  min-height: 190px;
  border-radius: 10px;
  padding: 30px;
  font-weight: bold;
  color: #5c9466;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#mainbody div.page-start.fx-first div.des:before {
  right: 100%;
  top: 50%;
  content: " ";
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-bottom-width: 15px;
  border-right-width: 30px;
}
@media (max-width: 480px) {
  #mainbody div.page-start.fx-first div.des:before {
    border-bottom-width: 5px;
    border-right-width: 15px;
    top: 115px;
  }
}
@media (max-width: 480px) {
  #mainbody div.page-start.fx-first div.des {
    margin: 12px 5px 5px 90px;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #mainbody div.page-start:before {
    content: "";
    position: absolute;
    background: url(../images/icon-avata.png);
    width: 120px;
    height: 160px;
    left: 0;
    bottom: 0;
  }
}
.box-empty {
  margin-bottom: 40px;
  clear: both;
}
.box-empty .box-title {
  font-size: 20px;
}
.box-empty .box-content {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 200;
  color: #333333;
}
.losscut .formula {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #f5d952;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #34a863;
  font-weight: 700;
  margin: 20px 0 40px;
}
.losscut .formula .en-char {
  font-family: "Roboto", sans-serif;
  padding: 1px;
}
.losscut .box-list li {
  margin: 25px 0px;
}
.losscut figure figcaption {
  display: block;
  max-width: 200px;
  padding: 5px 15px;
  border: 1px solid #e0e0e0;
  margin: 20px auto;
}
.cyan {
  color: #00adee;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
ul.list-point li {
  width: 32%;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  ul.list-point li {
    width: 100%;
    margin-top: 15px;
  }
}
ul.list-point li a {
  display: block;
  border: 1px solid #e0e0e0;
  color: #333333;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 0;
}
ul.box-list li span {
  display: inline-block;
  font-weight: 700;
}
.box-list > li:before {
  content: "\e62e";
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-family: iconfont;
  font-size: 18px;
  margin-top: -5px;
}
.tools_page.coin-trader .box2 figure,
.tools_page.coin-trader .box3 figure,
.tools_page.coin-trader .box4 figure {
  width: 70% !important;
  margin: auto;
}
.tools_page.coin-trader .box2 .text,
.tools_page.coin-trader .box3 .text,
.tools_page.coin-trader .box4 .text {
  text-align: left;
}
.tools_page.coin-trader .box2 .box-title-service,
.tools_page.coin-trader .box3 .box-title-service,
.tools_page.coin-trader .box4 .box-title-service {
  margin-bottom: 50px;
}
.swap-coin {
  border: 1px solid #ddd !important;
  margin-bottom: 50px;
}
.swap-coin tr th {
  background-color: #00adee;
  color: #FFF;
}
.header-coin h1.pagetitle {
  margin-top: 100px !important;
}
.btn-login {
  font-size: 28px;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: #00adee;
  display: inline-block;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.btn-login:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-login.btn-lg {
  padding: 10px 100px;
}
.alert-warning {
  margin-top: 30px;
  line-height: 25px;
  margin-bottom: 30px;
}
.box-title-service strong {
  font-size: 25px;
  color: #00adee;
}
.box-title-service strong i.icon-correct {
  font-size: 22px;
  color: #333333;
}
ul.cat > li.categoryitem > a,
ul.cat > li.subcategory > a,
ul.cat > li.subcategory.active > a {
  font-size: 15px;
}
/*CFXHP-1676 Coin page*/
.first-crypto .row > div {
  margin-bottom: 20px;
}
.first-crypto .row > div h3.tit {
  font-size: 15px;
}
@media (min-width: 767px) {
  .first-crypto .row > div {
    margin-bottom: 30px;
  }
}
/*Global Style Modal Past Campaign Center*/
/*CFXHP-1684*/
#modalPastCampaignCenter {
  display: flex;
  -webkit-display: flex;
  align-content: center;
  -webkit-align-content: center;
}
#modalPastCampaignCenter .modal-dialog {
  align-self: center;
  -webkit-align-self: center;
}
#modalPastCampaignCenter .modal-dialog .modal-content {
  border: 0;
  box-shadow: none !important;
  background: none;
}
@media (min-width: 768px) {
  #modalPastCampaignCenter .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 991px) {
  #modalPastCampaignCenter.in {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #mainslidewrapper.no-margin {
    margin-top: 0;
  }
}
a.btn[disabled] {
  pointer-events: none;
}
button.btnsubmit[disabled] {
  opacity: .65;
  pointer-events: none;
  background-color: #838383 !important;
}
/* S-GBP Cashback 202210 Page */
.gbp_cashback {
  font-size: 14px;
  color: #000;
  line-height: 2;
  line-height: 30px;
  letter-spacing: 1px;
}
.gbp_cashback .sub_block {
  font-weight: bold;
}
.gbp_cashback p + p.trs-attention {
  margin-top: -15px;
}
.trs_header {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.gbp_cashback ul li {
  /* padding-left: 10px; */
  font-weight: 400;
  position: relative;
}
.gbp_cashback ul li::before {
  content: '.';
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -3px;
  padding-bottom: 4px;
  font-size: 15px;
}
.gbp_cashback ul li.has-child::before {
  display: none;
}
.gbp_cashback ul li p.li-sub-title {
  font-weight: bold;
}
.gbp_cashback li.has-child ul {
  margin: 0;
  padding: 0;
}
.trs_header.text-center img {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .trs_header {
    font-size: 40px;
  }
}
.gbp_cashback .table-img {
  margin-top: 60px;
  margin-bottom: 60px;
}
.gbp_cashback .sub_block {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .gbp_cashback .table-img img {
    max-width: 780px;
    margin: 0 auto;
  }
}
.trs_title_box {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  background-color: #03237b;
}
@media (min-width: 767px) {
  .trs_title_box {
    font-size: 39px;
  }
}
.trs_title_box--skew {
  margin-top: 10px;
  margin-left: 5px;
  transform: skew(-9deg) rotate(-4deg);
}
.trs_title_box--style01 {
  padding-left: 50px;
  padding-right: 50px;
}
.title_skew_wrapper {
  padding-bottom: 12px;
}
.title_skew_wrapper.text-center {
  text-align: center;
}
@media (min-width: 1200px) {
  .gbp_cashback .container {
    /* width: 1140px; */
  }
}
.trs-attention,
.trs-warning {
  color: #cf152a;
}
.text-center .trs_button--cta {
  margin-top: 30px;
}
.trs-strong {
  font-weight: bold;
  font-size: 18px;
}
.gbp_cashback .sub_block .policy {
  font-size: 15px;
  line-height: 36px;
}
.gbp_cashback .sub_block h4 {
  font-size: 20px;
  font-weight: bold;
}
.trs_button {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.trs_button:hover {
  color: #fff;
}
.trs_button--cta {
  background-color: #cf1529;
  color: #fff;
  padding: 20px 50px;
}
@media (min-width: 767px) {
  .trs_button--cta {
    padding-top: 30px;
    padding-bottom: 27px;
    min-width: 720px;
  }
}
.table-img .text-left {
  font-weight: bold;
}
.blockcommon.gbp_cashback table.conditions tr th {
  padding: 20px 5px;
  text-align: center;
  border: none;
  background-color: #4a505e;
  color: #ffffff;
  vertical-align: middle;
}
.blockcommon.gbp_cashback table.conditions tr td {
  padding: 20px 5px;
  border: none;
  color: #000000;
  vertical-align: middle;
  font-weight: bold;
}
.table-img .text-left,
.blockcommon.gbp_cashback table.conditions {
  font-size: 13px;
  margin: 0 auto;
}
.blockcommon.gbp_cashback .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
@media (min-width: 767px) {
  .table-img .text-left,
  .blockcommon.gbp_cashback table.conditions {
    max-width: 70%;
    font-size: 18px;
  }
}
/* E-GBP Cashback 202210 Page */
/*swap monthly update*/
.trs-attention_strength {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .trs-attention_strength {
    padding-top: 160px !important;
  }
}
/*https://nextop-asia.atlassian.net/browse/CFXHP-1799*/
.btn[disabled] {
  background-color: gainsboro !important;
  border-color: gainsboro !important;
}
/*CFXHP-1830*/
.hide-spread {
  /* display: none !important; */
}
/* CFXHP-1861 */
/* add general style for disabled button  */
[class*=button].disable {
  opacity: .5;
  pointer-events: none;
}
/* CFXHP-1883 */
.box-amount-received ul.line-amount li div.col span.line-through b > span:after,
.box-amount-received ul.line-amount li div.col strong > span:after,
.box-total-receipt .box-content ul.line-receipt li div.col.value > span:after,
.box-totalpayment .total > strong:after {
  content: "円";
}
/* CFXHP-2031 */
body.disabled-campaign #headerimage {
  position: relative;
  pointer-events: none;
  user-select: none;
}
body.disabled-campaign #headerimage picture {
  display: block;
  overflow: hidden;
}
body.disabled-campaign #headerimage picture img {
  filter: blur(4px);
  transform: scale(1.005);
}
body.disabled-campaign #headerimage:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
body.disabled-campaign #headerimage:after {
  content: "このキャンペーンは終了しました。";
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  z-index: 2;
  text-shadow: none;
  font-weight: bold;
}
@media (min-width: 767px) {
  body.disabled-campaign #headerimage:after {
    font-size: 40px;
  }
}
/* CFXHP-2038: add class disabled-campaign-form to body to make the appearance of disabled form */
body.nta-inpage.disabled-campaign-form #supportform_submit {
  user-select: none;
  position: relative;
}
body.nta-inpage.disabled-campaign-form #supportform_submit:after,
body.nta-inpage.disabled-campaign-form #supportform_submit:before {
  user-select: none;
}
body.nta-inpage.disabled-campaign-form #supportform_submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
body.nta-inpage.disabled-campaign-form #supportform_submit:before {
  content: "多くのお申込をありがとうございます。\A 	    お申込受付を終了いたしました。";
  font-weight: bold;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 767px) {
  body.nta-inpage.disabled-campaign-form #supportform_submit:before {
    font-size: 30px;
  }
}
.wp-btn .btn-readmore.big {
  min-width: 280px;
  width: auto;
}
.wp-btn.style2 {
  text-align: center;
}
.wp-btn.style2 .btn-images {
  min-width: 200px;
  padding: 10px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.wp-btn.style2 .btn-resize {
  min-width: 280px;
  padding: 15px 20px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #444;
}
.wp-btn.style2 .btn-resize:hover {
  color: #ffffff;
  border-color: #00adee;
  background-color: #00adee;
}
.title-style2 {
  margin: 0 0 25px;
}
.title-style2 span {
  display: inline-block;
  position: relative;
}
.title-style2 span:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  top: 16px;
  right: 100%;
  background: linear-gradient(to left, #999999, #ffffff);
  background: -webkit-linear-gradient(to left, #999999, #ffffff);
  margin-right: 20px;
}
.title-style2 span:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  top: 16px;
  left: 100%;
  background: linear-gradient(to right, #999999, #ffffff);
  background: -webkit-linear-gradient(to right, #999999, #ffffff);
  margin-left: 20px;
}
div.btn-default.btn-lg.btn-yellow {
  width: 100%;
  background-color: #E9C542;
  cursor: default;
}
button:focus,
a:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.slick-slide:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.box-title {
  position: relative;
  font-size: 24px;
  padding: 15px 0;
  display: block;
  font-weight: bold;
  margin: 0 0 30px;
}
.box-title:before {
  content: "";
  width: 80px;
  height: 4px;
  bottom: -2px;
  left: 0;
  position: absolute;
  background: #e0e0e0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
dl.dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}
.marginTop50 {
  margin-top: 50px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginBot50 {
  margin-bottom: 50px;
}
.marginBot30 {
  margin-bottom: 30px;
}
#headerimage.market {
  height: auto;
  min-height: 200px;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.active > a,
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li.active > a {
  color: #00adee;
}
header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li .submenuinner .submenuinnerwrapper .submenucontainer > li.title.active > a {
  color: #eb258e;
}
#headerimage {
  text-shadow: 2px 2px 4px #222;
  -webkit-text-shadow: 2px 2px 4px #222;
  -moz-text-shadow: 2px 2px 4px #222;
}
#serviceinfo .currencypairs .item {
  height: auto;
  min-height: 340px;
}
.start_indicator .subblock h2 {
  margin-top: 0;
  padding-top: 20px;
}
/* S: page child */
#supportfaq .form_searchfaqs {
  margin-bottom: 50px;
}
#supportfaq .form_searchfaqs .form-group {
  position: relative;
}
#supportfaq .form_searchfaqs .form-group .bootstrap-select {
  min-width: 200px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#supportfaq .form_searchfaqs .form-group .bootstrap-select .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  border-right: 1px solid #e0e0e0;
}
#supportfaq .form_searchfaqs .form-group .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
#supportfaq .form_searchfaqs .form-group .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
}
#supportfaq .form_searchfaqs .form-group .bootstrap-select .dropdown-toggle .bs-caret {
  position: absolute;
  top: 24px;
  right: 0;
}
#supportfaq .form_searchfaqs .form-group .ipt-search {
  padding-left: 210px;
  height: 48px;
}
#supportfaq .form_searchfaqs .form-group .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  height: 49px;
  padding: 0 15px;
}
#supportfaq .faq_element .faqs .panel-title {
  font-weight: 200;
  line-height: 2;
  padding-left: 50px;
  background: url('../images/question.svg') no-repeat 0 50%;
  background-size: auto 30px;
}
#supportfaq .faq_element .faqs .panel-title[aria-expanded="true"] {
  color: #00adee;
}
#supportfaq .faq_element .faqs .panel-title:hover {
  cursor: pointer;
  color: #00adee;
}
#supportfaq .faq_element .faqs .panel-title > a {
  display: block;
}
#supportfaq .faq_element .faqs .panel-heading {
  padding: 8px 15px;
  background-color: #ffffff;
  border-color: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#supportfaq .faq_element .faqs .panel-body .alert:last-child {
  margin-bottom: 0;
}
#supportfaq .faq_element .faqs .panel-group .panel + .panel {
  margin-top: 15px;
}
.press-listing-detail {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e0e0e0;
  display: block;
}
.press-listing-detail:hover .press-header .press-title,
.press-listing-detail:focus .press-header .press-title {
  margin: 0 0 10px;
}
.press-listing-detail:hover .press-header .press-title a,
.press-listing-detail:focus .press-header .press-title a {
  color: #00adee;
}
.press-listing-detail.report {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.press-listing {
  display: table-row;
}
.press-listing:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.press-listing time.press-datetime {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
.press-listing time.press-datetime .press-calendar {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  position: relative;
}
.press-listing time.press-datetime .press-calendar.report {
  width: auto;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.press-listing time.press-datetime span {
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.press-listing time.press-datetime span.press-date {
  font-size: 24px;
  font-weight: 700;
  border-top: 1px solid #e0e0e0;
  padding: 5px 0;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.press-listing time.press-datetime span.press-year {
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: -0.2px;
}
.press-listing .press-header {
  display: table-cell;
  vertical-align: middle;
}
.press-listing .press-header .press-label {
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  min-width: 100px;
  text-align: center;
  box-shadow: 3px 2px 10px -1px #aaaaaa;
  -webkit-box-shadow: 3px 2px 10px -1px #aaaaaa;
  padding: 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.press-listing .press-header .press-label[data-color=blue] {
  background-color: #00adee;
  color: #ffffff;
}
.press-listing .press-header .press-label[data-color=blue]:before {
  border-left-color: #00adee;
}
.press-listing .press-header .press-label[data-color=white] {
  background-color: #ffffff;
}
.press-listing .press-header .press-label[data-color=white]:before {
  border-left-color: #ffffff;
}
.press-listing .press-header .press-label[data-color=pink] {
  background-color: #eb258e;
  color: #ffffff;
}
.press-listing .press-header .press-label[data-color=pink]:before {
  border-left-color: #eb258e;
}
.press-listing .press-header .press-label[data-color=yellow] {
  background-color: #f5d952;
  color: #58585b;
}
.press-listing .press-header .press-label[data-color=yellow]:before {
  border-left-color: #f5d952;
}
.press-listing .press-header .press-label[data-color=green] {
  color: #ffffff;
  background-color: #0db900;
}
.press-listing .press-header .press-label[data-color=green]:before {
  border-left-color: #0db900;
}
.press-listing .press-header .press-title {
  margin: 0 0 10px;
}
.press-listing .press-header .press-title a {
  font-size: 14px;
  color: #333333;
}
.press-listing .press-header .press-title a:focus,
.press-listing .press-header .press-title a:hover {
  color: #00adee;
}
.pressdetail-wrapper .pressdetail-header h3 {
  display: block;
  clear: both;
  margin: 0 0 30px;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.pressdetail-wrapper .pressdetail-header h3:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.pressdetail-wrapper .pressdetail-header h3:before {
  content: "";
  width: 120px;
  height: 4px;
  position: absolute;
  background: #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0px;
  left: 0;
}
ul.pressdetail-information {
  clear: both;
  display: block;
  overflow: hidden;
}
ul.pressdetail-information > li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
ul.pressdetail-information > li span.press-label {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 2px;
  padding: 3px 0;
  font-size: 12px;
  min-width: 100px;
  text-align: center;
  box-shadow: 3px 2px 10px -1px #aaaaaa;
  -webkit-box-shadow: 3px 2px 10px -1px #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.pressdetail-information > li span.press-label[data-color=blue] {
  background-color: #00adee;
  color: #ffffff;
}
ul.pressdetail-information > li span.press-label[data-color=blue]:before {
  border-left-color: #00adee;
}
ul.pressdetail-information > li span.press-label[data-color=white] {
  background-color: #ffffff;
}
ul.pressdetail-information > li span.press-label[data-color=white]:before {
  border-left-color: #ffffff;
}
ul.pressdetail-information > li span.press-label[data-color=pink] {
  background-color: #eb258e;
  color: #ffffff;
}
ul.pressdetail-information > li span.press-label[data-color=pink]:before {
  border-left-color: #eb258e;
}
ul.pressdetail-information > li span.press-label[data-color=yellow] {
  background-color: #f5d952;
  color: #58585b;
}
ul.pressdetail-information > li span.press-label[data-color=yellow]:before {
  border-left-color: #f5d952;
}
ul.pressdetail-information > li span.press-label[data-color=green] {
  color: #ffffff;
  background-color: #0db900;
}
ul.pressdetail-information > li span.press-label[data-color=green]:before {
  border-left-color: #0db900;
}
ul.pressdetail-information > li time.press-datetime {
  font-size: 12px;
  color: #58585b;
}
.box-wordsearch {
  display: block;
  margin: 40px 0;
}
.box-wordsearch:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.box-wordsearch p.note {
  margin-top: 10px;
}
.box-wordsearch .wordsearchwrapper {
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
}
.box-wordsearch .wordsearchwrapper label {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f6f6;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
}
.box-wordsearch .wordsearchwrapper .inputwords {
  position: absolute;
  border: 1px solid #e0e0e0;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  width: 100%;
  padding: 0 70px 0 140px;
}
.box-wordsearch .wordsearchwrapper .inputwords:focus {
  border: 1px solid #e0e0e0;
  outline: none;
}
.box-wordsearch .wordsearchwrapper .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 0 5px 5px 0;
  background-color: transparent;
}
#mainmarket {
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0 30px;
  /*mainmarketitem*/
}
#mainmarket h2.title-style1 {
  margin-bottom: 30px;
}
#mainmarket .mainmarketitem {
  margin: 10px 0;
}
#mainmarket .mainmarketitem h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
#mainmarket .mainmarketitem h4 a {
  color: #333333;
  display: block;
  padding: 20px 30px;
}
#mainmarket .mainmarketitem h4:hover,
#mainmarket .mainmarketitem h4.active {
  border-color: #00adee;
}
#mainmarket .mainmarketitem h4:hover a,
#mainmarket .mainmarketitem h4.active a {
  background-color: #00adee;
  color: #ffffff;
}
.box.box-border {
  border: 1px solid #e0e0e0;
}
#mainsuportcontact {
  padding: 30px 0;
}
#mainsuportcontact h2.title-style1 {
  margin-bottom: 30px;
}
#mainsuportcontact .box.box-border {
  margin-bottom: 20px;
}
#mainsuportcontact .box.box-border .box-title {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}
#mainsuportcontact .box.box-border .box-title:before {
  display: none;
}
#mainsuportcontact .box.box-border h4.title {
  color: #333333;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#mainsuportcontact .box.box-border h4.title.cred i {
  color: #d71244;
}
#mainsuportcontact .box.box-border h4.title:before {
  position: absolute;
  bottom: 0px;
  content: "";
  background-color: #f6f6f6;
  width: 100px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: calc(50% - 50px);
}
#mainsuportcontact .box.box-border h4.title i {
  font-weight: normal;
  font-size: 60px;
  display: block;
  margin: 30px auto;
  line-height: 30px;
  margin-right: 10px;
  color: #00adee;
}
#mainsuportcontact .box-content {
  text-align: center;
}
#mainsuportcontact .box-content .btn-phone,
#mainsuportcontact .box-content .btn-blue {
  display: inline-block;
  margin: 10px auto;
  padding: 0 30px;
  height: 44px;
  line-height: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 16px;
}
#mainsuportcontact .box-content .btn-phone {
  border: 2px solid #e0e0e0;
  background: url("../images/icons/tell.png") no-repeat 22px center #ffffff;
  padding-left: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #d71244;
}
#mainsuportcontact .box-content .subcontentcontact {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
#mainsuportcontact .box-content .subcontentcontact span {
  font-weight: bold;
  color: #00adee;
}
#mainsuportcontact .box-content .subcontentcontact.cred span {
  color: #d71244;
}
#mainsuportcontact .box-content .subfootercontact {
  margin: 20px 0 0 ;
  padding: 20px 20px 20px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}
#marketnew {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}
#marketnew .box .box-title {
  font-size: 16px;
  font-weight: bold;
}
#marketnew .box .box-title a {
  color: #333333;
}
#marketnew .box .box-title a:hover,
#marketnew .box .box-title a:focus {
  color: #00adee;
}
#marketnew .box-content {
  margin-bottom: 30px;
}
.margin-calendar {
  margin-bottom: 30px;
}
.margin-calendar .form-submit a.btn {
  padding: 7px 15px;
}
.margin-calendar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  min-width: 220px;
  width: auto;
}
.margin-calendar .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  white-space: nowrap;
}
#formsearch_detail {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
table.table-market .btn.btn-default {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 34px;
  border-radius: 4px;
}
table.table-market .btn.btn-default:focus {
  outline: -webkit-focus-ring-color auto 0;
}
table.table-market .cirle-question {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00adee;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
table.table-market.table-form > thead > th > td,
table.table-market.table-form > tbody > th > td,
table.table-market.table-form > thead > tr > td,
table.table-market.table-form > tbody > tr > td {
  vertical-align: top;
}
table.table-market.table-swap > thead > tr > th.currency {
  font-size: 13px;
  letter-spacing: -1px;
}
table.table-market.table-swap > thead > tr > th.currency img {
  display: block;
  margin: 5px auto;
}
table.table-market.table-swap > tbody > tr > td.under {
  border-bottom: 1px dotted #e0e0e0;
  border-top: none;
  font-size: 12px;
}
table.table-market.table-swap > tbody > tr > td.under.last {
  border-bottom: 1px solid #e0e0e0;
}
table.table-market > thead > tr > th.currency,
table.table-market > tbody > tr > th.currency {
  font-weight: bold;
  letter-spacing: -1px;
}
table.table-market > thead > tr > th.currency img,
table.table-market > tbody > tr > th.currency img {
  display: inline-block;
  margin: 5px;
}
table.table-market > thead > tr > td,
table.table-market > tbody > tr > td,
table.table-market > thead > th > td,
table.table-market > tbody > th > td {
  font-size: 13px;
  vertical-align: middle;
}
table.table-market > thead > tr > td.rate_display span.red,
table.table-market > tbody > tr > td.rate_display span.red,
table.table-market > thead > th > td.rate_display span.red,
table.table-market > tbody > th > td.rate_display span.red {
  color: #d71244;
}
table.table-market > thead > tr > td.rate_display span.black,
table.table-market > tbody > tr > td.rate_display span.black,
table.table-market > thead > th > td.rate_display span.black,
table.table-market > tbody > th > td.rate_display span.black {
  color: #333333;
}
table.table-market > thead > tr > td.rate_display span.blue,
table.table-market > tbody > tr > td.rate_display span.blue,
table.table-market > thead > th > td.rate_display span.blue,
table.table-market > tbody > th > td.rate_display span.blue {
  color: #00adee;
}
table.table-market > thead > tr > td.currency,
table.table-market > tbody > tr > td.currency,
table.table-market > thead > th > td.currency,
table.table-market > tbody > th > td.currency {
  font-weight: bold;
  letter-spacing: -1px;
}
table.table-market > thead > tr > td.currency img,
table.table-market > tbody > tr > td.currency img,
table.table-market > thead > th > td.currency img,
table.table-market > tbody > th > td.currency img {
  margin: 5px;
  display: inline-block;
}
/*--------------------------------------------------------------
rate
--------------------------------------------------------------*/
#currentTime {
  display: inline-block;
  float: right;
  font-size: 13px;
}
#currentTime:before {
  content: "\e639";
  font-family: iconfont;
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  line-height: 21px;
  margin-top: -2px;
}
.boxchartwrapper {
  margin-bottom: 30px;
}
.boxchartwrapper:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.boxchartwrapper .chart-box .chart-box-header {
  background: #00adee;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border: 1px solid #00adee;
}
.boxchartwrapper .chart-box .chart-box-header:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.boxchartwrapper .chart-box .chart-box-header .typeCb,
.boxchartwrapper .chart-box .chart-box-header .symbolCb {
  font-size: 13px;
}
.boxchartwrapper .chart-box .chart-box-header .typeCb.form-control,
.boxchartwrapper .chart-box .chart-box-header .symbolCb.form-control {
  padding: 2px 12px;
  height: auto;
}
.boxchartwrapper .chart-box .chart-box-header .form-inline .form-group {
  width: 50%;
  float: left;
  padding: 0 4px;
  margin: 0;
}
.boxchartwrapper .chart-box .chart-box-header .form-inline .form-group select {
  width: 100%;
}
.boxchartwrapper .chart-box .chart-box-content {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.boxchartwrapper .chart-box .chart-box-content:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.boxchartwrapper .chart-box .chart-box-content .date-time {
  font-size: 11px;
  color: #4d4d4d;
  text-align: right;
  padding: 6px 5px;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details {
  line-height: normal;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item > span {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item > span.ask,
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item > span.bid {
  color: #00adee;
  font-size: 28px;
  padding: 10px 5px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1;
  letter-spacing: -1px;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item > span.ask {
  color: #d71244;
}
.boxchartwrapper .chart-box .chart-box-content .chart-box-details .chart-title > .chart-title-item > span.rate_display {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  padding-top: 8px;
}
@media (600px < width) {
  .spbr{
    display: none;
  }
}
.faster-solution .ttl{
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.about-wrp{
    width: 80%;
    margin: 0 auto 40px;
}
.faster-solution .subttl-wrp{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.triangle-right {
  background-color: #000;
  width: 11px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-bottom: 2px;
}
.faster-solution .subttl{
  font-size: 14px;
  margin:0 0 0 2px;
}
.faster-solution .button-area{
  text-align: center;
}
.faster-solution .button-area a.btn-about {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #005a9d;
  color: #fff;
  border: solid 2px #005a9d;
  border-radius: 30px;
  min-height: 60px;
  font-weight: 700;
  padding: 10px;
}
.faster-solution .button-area .btn-about:hover,
.faster-solution .button-area .btn-about:focus {
  background: #fff;
  color: #005a9d;
  border-color: #005a9d;
}
.entry-req{
  font-weight: 700;
}
.form-group .title span{
  padding-left: 4px;
}
.formcontainer .note{
  border: solid 1px #e0e0e0;
  border-top: none;
  background-color: #ededed;
  border-radius: 0 0 4px 4px;
  padding: 20px;
}
@media ((max-width: 990px)){
  .formcontainer .note{
    margin-bottom: 20px;
  }
}
@media ((max-width: 767px)){
  .formcontainer .note{
    border: none;
  }
}
#supportform .formwapper {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  width: 100%;
}
#supportform .formwapper .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#supportform .formwapper .form-group label.title {
  width: 25%;
  float: left;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
#supportform .formwapper .form-group div.content {
  width: 52%;
  float: left;
}
#supportform .formwapper .form-group div.content .form-control.blockinline.w80 {
  width: 80px;
}
#supportform .formwapper .form-group div.content .form-control.blockinline.w60 {
  width: 60px;
}
#supportform .formwapper .form-group div.content .form-control.blockinline.firsttitle {
  width: 35px;
  display: inline-block;
}
#supportform .formwapper .form-group div.content.content-inline .form-control {
  display: inline;
  width: auto;
}
#supportform .formwapper .form-group div.content.content-inline div.cus_address {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#supportform .formwapper .form-group div.content.content-inline div.cus_address #cus_address {
  width: 100%;
}
#supportform .formwapper .form-group #cus_content {
  height: 200px;
}
#supportform .formwapper .form-group .submitbox {
  text-align: center;
}
#supportform .formwapper .form-group .submitbox button.btnsubmit {
  display: inline-block;
  font-size: 18px;
  text-shadow: none;
  color: #ffffff;
  padding: 5px 20px;
  background: #005a9d;
  border-radius: 4px;
  border: 1px solid #005a9d;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
}
@media ((max-width: 767px)){
  #supportform .formwapper .form-group .submitbox button.btnsubmit{
    border-radius: 4px 4px 0 0;
  }
}
#supportform .formwapper .form-group .submitbox button.btnsubmit:hover {
  background-color: #0088bb;
}
#supportform .formwapper .form-group.last {
  margin-bottom: 0;
}
#supportform .formwapper .form-group p.notice_error {
  color: #d71244;
  font-size: 12px;
  clear: both;
  margin-bottom: 0;
}
#supportform .formwapper .bordertop {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
#supportform .formwapper .borderbottom {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
#supportform .formwapper a.btnback {
  display: inline-block;
  font-size: 18px;
  text-shadow: none;
  color: #ffffff;
  padding: 3px 20px;
  background: #d71244;
  border-radius: 5px;
  border: 1px solid #d71244;
  margin: 0 5px;
}
#supportform .formwapper a.btnback:hover {
  background-color: #a80e35;
}
#supportform .formwapper a.btnsend {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  text-shadow: none;
  color: #ffffff;
  padding: 3px 20px;
  background: #00adee;
  border-radius: 5px;
  border: 1px solid #00adee;
}
#supportform .formwapper a.btnsend:hover {
  background-color: #0088bb;
}
#supportform .req,
#supportform .notice_error {
  color: #d71244;
}
/*--------------------------------------------------------------
indicator
--------------------------------------------------------------*/
#indicatorswrapper {
  /*indicatorscontent*/
}
#indicatorswrapper .indicatorscontent .indicatorsheader span.currentyear {
  font-size: 18px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader h2.currentdate {
  font-size: 28px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool {
  border-bottom: 1px dotted #e5e5e5;
  margin: 10px 0 10px;
  padding: 0px 0 10px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool .navcontrol {
  float: right;
  line-height: 24px;
  padding: 2px 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool .navcontrol .iconfont {
  font-size: 14px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool .navcontrol span {
  display: inline-block;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool .navcontrol.prev {
  margin-right: 10px;
}
#indicatorswrapper .indicatorscontent .indicatorsheader .indicatorstool .navcontrol:hover {
  cursor: pointer;
}
#indicatorswrapper .indicatorscontent .indicators-details {
  display: block;
}
#indicatorswrapper .indicatorscontent .indicators-details:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#indicatorswrapper .indicatorscontent .indicators-details .indicator-description ul {
  display: inline-block;
  float: right;
}
#indicatorswrapper .indicatorscontent .indicators-details .indicators-table {
  clear: both;
  display: block;
  margin-top: 30px;
}
#indicatorswrapper .indicatorscontent .indicators-details .indicators-table img {
  border: 1px solid #e0e0e0;
}
.btn-printout {
  height: 28px;
  padding: 2px 20px;
  line-height: 28px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-size: 14px;
}
.btn-printout i {
  margin-right: 10px;
}
.btn-printout:hover {
  cursor: pointer;
}
.imp_middle:before,
.imp_hight:before {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 6px 10px 0 0;
  background: #d71244;
  border: 2px solid #d71244;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.imp_middle.center,
.imp_hight.center {
  width: 11px;
  height: 11px;
  display: block;
  margin: 0 auto;
}
.imp_middle.center:before,
.imp_hight.center:before {
  margin: 6px auto;
}
.imp_middle:before {
  background: #ffffff;
  border: 2px solid #d71244;
}
.imp_hight:before {
  border: 6px solid #d71244;
}
/*--------------------------------------------------------------
swap
--------------------------------------------------------------*/
.swap-container-nav {
  margin: 30px 0;
}
.swap-container-nav > li {
  display: block;
}
.swap-container-nav > li > a {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.swap-container-nav > li > a.active,
.swap-container-nav > li > a:hover,
.swap-container-nav > li > a:focus {
  color: #00adee;
  cursor: pointer;
}
.swap-container-nav > li > a > i {
  margin-right: 10px;
}
.swap-container-nav > li > a > span {
  position: relative;
  display: inline-block;
  min-width: 60px;
  margin-right: 10px;
  letter-spacing: -1px;
}
.swap-container-nav > li > a > span:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #dbdbdb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.swap-container-nav > li > a > span:last-child:before {
  display: none;
}
.swaptabcontent {
  display: none;
}
.swaptabcontent.active {
  display: block;
}
/*--------------------------------------------------------------
leverage
--------------------------------------------------------------*/
#leveragewrapper {
  margin-top: 40px;
}
#leveragewrapper #leverage-nextmonday > thead > tr > th,
#leveragewrapper #leverage-currentmonday > thead > tr > th,
#leveragewrapper #leverage-nextmonday > tbody > tr > th,
#leveragewrapper #leverage-currentmonday > tbody > tr > th,
#leveragewrapper #leverage-nextmonday > thead > tr > td,
#leveragewrapper #leverage-currentmonday > thead > tr > td,
#leveragewrapper #leverage-nextmonday > tbody > tr > td,
#leveragewrapper #leverage-currentmonday > tbody > tr > td {
  vertical-align: middle;
}
#leveragewrapper #leverage-nextmonday > tbody > tr > td,
#leveragewrapper #leverage-currentmonday > tbody > tr > td {
  text-align: center;
}
#leveragewrapper #leverage-nextmonday > tbody > tr > td.currency,
#leveragewrapper #leverage-currentmonday > tbody > tr > td.currency {
  text-align: left;
}
#leveragewrapper #leverage-currentmonday {
  width: 60%;
  float: left;
}
#leveragewrapper #leverage-nextmonday {
  width: 40%;
}
#leveragewrapper #leverage-nextmonday > thead > tr:first-child > th:first-child {
  display: none;
}
#leveragewrapper #leverage-nextmonday > tbody > tr > td {
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#leveragewrapper #leverage-nextmonday > tbody > tr > td:first-child {
  display: none;
}
#leveragewrapper #leverage-nextmonday > thead > tr > th,
#leveragewrapper #leverage-currentmonday > thead > tr > th,
#leveragewrapper #leverage-nextmonday > tbody > tr > th,
#leveragewrapper #leverage-currentmonday > tbody > tr > th,
#leveragewrapper #leverage-nextmonday > thead > tr > td,
#leveragewrapper #leverage-currentmonday > thead > tr > td,
#leveragewrapper #leverage-nextmonday > tbody > tr > td,
#leveragewrapper #leverage-currentmonday > tbody > tr > td {
  border-right: 1px solid #ddd;
}
/* margin-news -------------------------------------------------*/
/*--------------------------------------------------------------*/
.sourcenewswrapper {
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  min-height: 230px;
  margin: 20px 0;
}
.sourcenewswrapper:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.sourcenewswrapper .logonews {
  display: block;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.sourcenewswrapper .logonews:before {
  content: "";
  width: 80px;
  height: 4px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sourcenewswrapper .content {
  padding: 0 20px;
}
#newsdetaildata {
  margin-bottom: 30px;
}
#newsdetaildata .newsnav {
  text-align: right;
}
#newsdetaildata .newsnav > a {
  display: none;
}
#newsdetaildata .newsnav > a[data-next="true"] {
  margin-left: 20px;
}
#newsdetaildata .newsnav > a[data-previous="true"],
#newsdetaildata .newsnav > a[data-next="true"] {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  color: #58585b;
  width: 160px;
  position: relative;
}
#newsdetaildata .newsnav > a[data-previous="true"]:after,
#newsdetaildata .newsnav > a[data-next="true"]:after {
  content: "\e60b";
  font-family: iconfont;
  font-size: 12px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #58585b;
}
#newsdetaildata .newsnav > a[data-previous="true"]:hover,
#newsdetaildata .newsnav > a[data-next="true"]:hover,
#newsdetaildata .newsnav > a[data-previous="true"]:focus,
#newsdetaildata .newsnav > a[data-next="true"]:focus {
  background: #f6f6f6;
  color: #000000;
  border-color: #00adee;
}
#newsdetaildata .newsnav > a[data-previous="true"]:hover:after,
#newsdetaildata .newsnav > a[data-next="true"]:hover:after,
#newsdetaildata .newsnav > a[data-previous="true"]:focus:after,
#newsdetaildata .newsnav > a[data-next="true"]:focus:after {
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
}
#newsdetaildata .newsnav > a[data-previous="true"] {
  display: none;
}
#newsdetaildata .newsnav > a[data-previous="true"]:after {
  content: "\e60c";
  right: auto;
  left: 20px;
}
#newsdetaildata .newsnav > a[data-previous="true"]:hover,
#newsdetaildata .newsnav > a[data-previous="true"]:focus {
  background: #f6f6f6;
  color: #000000;
  border-color: #00adee;
}
#newsdetaildata .newsnav > a[data-previous="true"]:hover:after,
#newsdetaildata .newsnav > a[data-previous="true"]:focus:after {
  right: auto;
  left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00adee;
}
#newsdetaildata .newsnav.fullcontrol > a[data-previous="true"],
#newsdetaildata .newsnav.fullcontrol > a[data-next="true"] {
  display: inline-block;
}
#newsdetaildata .newsnav.backcontrol > a[data-previous="true"] {
  display: inline-block;
}
#newsdetaildata .newsnav.backcontrol > a[data-next="true"] {
  display: none;
}
.formcontainer {
  margin: 20px 0 50px;
  display: inline-block;
  width: 100%;
}
.formcontainer .description {
  margin-bottom: 20px;
}
.formcontainer .formwapper .submitbox {
  text-align: center;
  margin: 30px 0;
}
.formcontainer .formwapper .submitbox .btnsubmit {
  background-color: #00adee;
  color: #ffffff;
  min-width: 280px;
  padding: 10px;
  font-weight: bold;
  border: 0;
  border-radius: 4px;
  margin: 0 auto !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formcontainer .formwapper .submitbox .btnsubmit:hover {
  background-color: #0088bb;
}
.page-search {
  border: 1px solid #e0e0e0;
}
#sitemapgeneral ul.nav {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
#sitemapgeneral ul.nav > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#sitemapgeneral ul.nav > li a {
  color: #00adee;
  font-size: 14px;
}
#sitemapgeneral ul.nav > li a:hover,
#sitemapgeneral ul.nav > li a:active,
#sitemapgeneral ul.nav > li a:focus {
  color: #0088bb;
  background-color: transparent;
  text-decoration: underline;
}
#sitemapgeneral ul.nav > li a.menu_pr {
  border-left: 0;
  padding: 0;
}
#sitemapgeneral ul.nav > li a.menu_pr .image-title {
  border-left: 4px solid #00adee;
  padding: 0 5px;
}
#sitemapgeneral ul.nav > li a.menu_pr img {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
#sitemapgeneral ul.nav > li a.menu_pr.menuop .image-title {
  border-color: #0db900;
}
#sitemapgeneral ul.nav > li a.menu_pr.menust .image-title {
  border-color: #34495e;
}
#sitemapgeneral ul.nav > li > a {
  padding: 0 5px;
  font-weight: bold;
  border-left: 4px solid #00adee;
  margin: 5px 0;
}
#sitemapgeneral ul.nav > li ul {
  border-left: 1px solid #e0e0e0;
  padding-left: 25px;
  list-style-type: none;
  margin-left: 2px;
  position: relative;
}
#sitemapgeneral ul.nav > li ul li {
  position: relative;
}
#sitemapgeneral ul.nav > li ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: -25px;
  background-color: #e0e0e0;
}
#sitemapgeneral .hidden_sitemap {
  display: none;
}
#sitemapgeneral .wp-hidden-child > ul.nav-child {
  display: none;
}
/* E: page child */
/*S: exchangerate_wrap*/
#exchangerate_wrap {
  font-family: 'Roboto';
  padding: 60px 0;
  background: url('../images/bg_exchangerate.png') no-repeat;
  background-position: right -110px;
}
#exchangerate_wrap h2.title-style1 {
  margin: 0 0 30px;
}
#exchangerate_wrap #exchangerateslide {
  margin-bottom: 40px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four {
  margin: 0 -10px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item {
  text-align: center;
  padding: 15px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper {
  border-radius: 4px;
  padding: 18px 15px 15px;
  box-shadow: 1px 3px 8px 1px #e0e0e0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  min-height: 208px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00adee;
  background: linear-gradient(to right, #00adee, #eb258e);
  background: -webkit-linear-gradient(to right, #00adee, #eb258e);
  background: -moz-linear-gradient(to right, #00adee, #eb258e);
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title {
  margin-bottom: 10px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title .flag_currency {
  padding: 0 0 10px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title .flag_currency img {
  display: inline;
  vertical-align: top;
  width: auto;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title .type_currency {
  font-weight: bold;
  position: relative;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title .type_currency:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 10px;
  left: 0;
  background-color: #e0e0e0;
  z-index: -1;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .title .type_currency span {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  background-color: #ffffff;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: baseline;
  -webkit-align-items: baseline;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner.subtitle {
  margin-bottom: 5px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner.content {
  padding-bottom: 8px;
  margin-bottom: 13px;
  border-bottom: 1px solid #e0e0e0;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner.content .rate {
  font-weight: bold;
  font-size: 36px;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner .bid {
  font-weight: bold;
  font-size: 16px;
  color: #00adee;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .rate-inner .ask {
  font-weight: bold;
  font-size: 16px;
  color: #eb258e;
}
#exchangerate_wrap #exchangerateslide div.ratedata_four div.item .rate-wrapper .timeupdate {
  font-size: 14px;
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"] {
  opacity: 0.5;
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"]:hover {
  opacity: 1;
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"] i {
  font-size: 30px;
  color: #58585b;
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
}
#exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
}
/*E: exchangerate_wrap*/
/*S: #information*/
#information {
  background: url('../images/bg_infomation.png') no-repeat #f6f6f6;
  padding: 60px 0;
}
#information h2.title-style1 {
  margin: 0 0 40px;
}
#information ul.list-information {
  margin-bottom: 50px;
}
#information ul.list-information li {
  margin-bottom: 25px;
}
#information ul.list-information li .extra_fields {
  float: left;
  margin-right: 30px;
}
#information ul.list-information li .extra_fields .press-label {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  background-color: red;
  border-radius: 4px;
  min-width: 120px;
  text-align: center;
  position: relative;
  box-shadow: 3px 2px 10px -1px #aaaaaa;
  -webkit-box-shadow: 3px 2px 10px -1px #aaaaaa;
}
#information ul.list-information li .extra_fields .press-label:before {
  position: absolute;
  content: "";
  border-width: 7px;
  border-style: solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 100%;
  top: 9px;
}
#information ul.list-information li .extra_fields span[data-color=blue] {
  background-color: #00adee;
  color: #ffffff;
}
#information ul.list-information li .extra_fields span[data-color=blue]:before {
  border-left-color: #00adee;
}
#information ul.list-information li .extra_fields span[data-color=white] {
  background-color: #ffffff;
}
#information ul.list-information li .extra_fields span[data-color=white]:before {
  border-left-color: #ffffff;
}
#information ul.list-information li .extra_fields span[data-color=pink] {
  background-color: #eb258e;
  color: #ffffff;
}
#information ul.list-information li .extra_fields span[data-color=pink]:before {
  border-left-color: #eb258e;
}
#information ul.list-information li .extra_fields span[data-color=yellow] {
  background-color: #f5d952;
  color: #58585b;
}
#information ul.list-information li .extra_fields span[data-color=yellow]:before {
  border-left-color: #f5d952;
}
#information ul.list-information li .extra_fields span[data-color=green] {
  color: #ffffff;
  background-color: #0db900;
}
#information ul.list-information li .extra_fields span[data-color=green]:before {
  border-left-color: #0db900;
}
#information ul.list-information li .inner-infomation {
  overflow: hidden;
}
#information ul.list-information li .inner-infomation .title a {
  color: #58585b;
}
#information ul.list-information li .inner-infomation .title a:hover {
  color: #00adee;
}
#information ul.list-information li .datetime {
  font-family: 'Roboto';
  font-size: 13px;
  font-style: italic;
  line-height: normal;
}
/*E: #information*/
/*S: #smartphone*/
#smartphone {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0 40px;
}
#smartphone h2.title-style2 {
  color: #999;
  font-family: 'Roboto';
}
#smartphone .content a {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
/*E: #smartphone*/
/*S: #Footer*/
#footer .policy {
  padding: 50px 0 40px;
}
#footer .linkpartner {
  margin-bottom: 20px;
}
#footer .linkpartner .inner_linkpartner {
  text-align: center;
}
#footer .linkpartner .inner_linkpartner a {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .linkpartner .inner_linkpartner a {
    width: 20%;
  }
}
#footer .linkfooter {
  background-color: #00243a;
  padding: 35px 0;
  margin-bottom: 20px;
}
#footer .linkfooter .inner_linkfooter {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 479px) {
  #footer .linkfooter .inner_linkfooter {
    flex-wrap: wrap;
    height: 130px;
    align-content: space-between;
  }
}
#footer .linkfooter .inner_linkfooter a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 479px) {
  #footer .linkfooter .inner_linkfooter a {
    padding: 0 5px !important;
    text-align: left !important;
    flex: 25%;
    font-size: 12px !important;
  }
}
#footer .linkfooter .inner_linkfooter a:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -30px;
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
}
@media screen and (max-width: 479px) {
  #footer .linkfooter .inner_linkfooter a:before {
    right: 0 !important;
    height: 100% !important;
    top: 0px !important;
  }
}
@media screen and (max-width: 479px) {
  #footer .linkfooter .inner_linkfooter a:nth-child(4):before {
    display: none;
  }
}
#footer .linkfooter .inner_linkfooter a:last-child:before {
  display: none;
}
#footer .traders {
  padding: 45px 0;
}
#footer .traders .logotrader {
  float: left;
  width: 220px;
  margin-right: 50px;
}
#footer .traders .destrader {
  overflow: hidden;
}
#footer .copyright {
  padding: 15px 10px;
  color: #ffffff;
  background-color: #00243a;
}
/*E: #Footer*/
ul.report-tabs {
  text-align: center;
}
ul.report-tabs > li {
  float: none;
  display: inline-block;
}
ul.report-tabs > li a {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  color: #333;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
ul.report-tabs > li.active a,
ul.report-tabs > li:hover a {
  background-color: #FFF;
  color: #00adee;
}
ul.report-subtabs {
  border-bottom: 1px solid #e0e0e0;
}
ul.report-subtabs > li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}
ul.report-subtabs > li.active,
ul.report-subtabs > li:hover {
  border-bottom: 2px solid #00adee;
}
ul.report-subtabs > li.active a,
ul.report-subtabs > li:hover a {
  background-color: transparent;
  color: #00adee;
}
ul.report-subtabs > li a {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 10px;
  display: block;
}
.table.table-small th {
  font-weight: 400;
  background-color: #f6f6f6;
}
table.table-small.text-left td,
table.table-small.text-left th {
  text-align: left;
}
#back-to-top {
  position: fixed;
  border-radius: 6px;
  z-index: 99;
  bottom: 84px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  display: none;
  color: #00243a;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#back-to-top:hover {
  border-color: #00243a;
  background-color: #00243a;
  color: #ffffff;
}
#back-to-top.show {
  display: block;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-prev,
.wrapperSlider .slide_lightfx .owl-nav div.owl-next {
  border: 3px solid #ffffff;
  background-color: #ffffff;
  min-height: 50px;
  min-width: 50px;
  text-align: center;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-prev i.iconfont,
.wrapperSlider .slide_lightfx .owl-nav div.owl-next i.iconfont {
  color: #00adee;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-prev:hover,
.wrapperSlider .slide_lightfx .owl-nav div.owl-next:hover {
  background-color: #00adee;
  border-color: #00adee;
}
.wrapperSlider .slide_lightfx .owl-nav div.owl-prev:hover i.iconfont,
.wrapperSlider .slide_lightfx .owl-nav div.owl-next:hover i.iconfont {
  color: #ffffff;
}
.app-download .wp-qrcode .qrcode-block {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.app-download .wp-qrcode img {
  height: 52px;
}
.app-download .wp-qrcode .qrcode {
  margin-right: 10px;
}
#otherline table.schedule {
  width: 100%;
  text-align: center;
}
#otherline table.schedule tr td {
  padding: 7px;
}
#otherline table.schedule tr th {
  padding: 7px;
  text-align: center;
}
#otherline ul.list-bank li span {
  min-width: 170px;
  display: inline-block;
  vertical-align: top;
}
#otherline ul.list-bank li span a:hover {
  text-decoration: underline;
}
.block-gbpjpyspread .blocktitle {
  background-color: #00adee;
  color: #ffffff;
  padding: 25px 0;
  margin: 0 0 30px;
}
.block-gbpjpyspread .block-point .list-point {
  text-align: left;
  background-color: #F3F8FF;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 24px;
  color: #00adee;
  font-weight: bold;
  padding: 20px 70px;
}
.block-gbpjpyspread .title-mark {
  margin: 30px 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.block-gbpjpyspread .title-mark:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 34px;
  background-color: #00adee;
  vertical-align: middle;
  margin-right: 10px;
}
.block-gbpjpyspread .table-gbpjpyspread {
  margin: 30px 0;
}
.block-gbpjpyspread .table-gbpjpyspread table {
  display: inline-table;
  border: 1px solid #ccc;
  max-width: 600px;
  width: 100%;
  font-size: 18px;
}
.block-gbpjpyspread .table-gbpjpyspread table tr td {
  padding: 10px 20px;
  border-color: #ccc;
}
.block-gbpjpyspread .table-gbpjpyspread table tr td:first-child {
  background-color: #D7E9F9;
}
.gppfes-profile {
  position: relative;
  border: 1px solid #026089;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: visible;
  padding: 20px 20px 0 300px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .gppfes-profile {
    padding: 20px;
  }
}
.gppfes-profile > h3 {
  margin-bottom: 15px;
}
.gppfes-profile > img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: -1px;
}
@media screen and (max-width: 767px) {
  .gppfes-profile > img {
    position: static;
  }
}
.gppfes-profile > img[src*="profile2"] {
  left: 16px;
}
.gppfes-profile:before {
  content: url('../images/profile-txt.png');
  position: absolute;
  right: 10px;
  top: -48px;
}
@media screen and (max-width: 767px) {
  .gppfes-profile:before {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.cnhjpy .block-title-style1 {
  background-color: #404B68;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 40px;
  font-weight: bold;
}
.cnhjpy .block-title-style2 {
  color: #d71244;
  text-align: center;
  padding: 0 0 20px;
  font-weight: bold;
  margin: 0 0 40px;
}
.marginwrapper .formsearch .table-responsive {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.marginwrapper .form-submit {
  text-align: center;
}
.marginwrapper .form-submit a.btn {
  padding: 6px 20px;
}
.marginwrapper .formloader .valuereturn {
  float: right;
  font-weight: bold;
}
.margin-calendar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  min-width: initial;
  width: 100%;
}
#formswapsimulation {
  background: #f1f1f1;
}
#formswapsimulation div.bootstrap-select {
  width: 100%;
}
#formswapsimulation div.bootstrap-select .btn.btn-default {
  background-color: #fff;
}
#formswapsimulation .form-submit a.btn {
  margin-bottom: 20px;
  min-width: 230px;
}
#swapsimulationresult h5 {
  border-bottom: 1px solid #ededed;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
#swapsimulationresult ul.col4 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#swapsimulationresult ul.col4 li {
  width: 25%;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 20px 10px;
  min-height: 125px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#swapsimulationresult ul.col4 li span.lable {
  font-weight: bold;
  display: block;
}
#swapsimulationresult ul.col4 li span.dataholder {
  font-weight: bold;
  display: block;
  font-size: 16px;
}
@media (max-width: 1199px) {
  #swapsimulationresult ul.col4 li {
    width: 50%;
  }
}
.wp-chart h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.wp-chart #chartstatics table,
.wp-chart #chartstatics th,
.wp-chart #chartstatics td {
  border: 1px solid #ccc;
}
.wp-chart #chartstatics table {
  width: 100%;
  font-weight: bold;
}
.wp-chart #chartstatics table tr td {
  padding: 7px;
}
.cirle-question {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005a9d;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.cirle-question:hover {
  color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  white-space: nowrap;
}
.table-market .bootstrap-select.btn-group .dropdown-menu {
  max-height: 320px !important;
}
@media (max-width: 1199px) {
  #footer .linkfooter .inner_linkfooter a:before {
    right: -15px;
  }
  #exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-prev {
    left: -20px;
  }
  #exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-next {
    right: -20px;
  }
  #supportform .formwapper .form-group div.content {
    width: 70%;
  }
}
@media (min-width: 992px) {
  header#header .wrapperMainmenu .tools_mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  header#header .wrapperMainmenu .tools_mobile .content_search .form-group {
    position: relative;
  }
  header#header .wrapperMainmenu .tools_mobile .content_search .form-group .ipt-search {
    width: 100%;
    padding-right: 50px;
  }
  header#header .wrapperMainmenu .tools_mobile .content_search .form-group .btn_search {
    position: absolute;
    top: 0;
    right: 0;
  }
  header#header .wrapperMainmenu .tools_mobile .topmenu {
    text-align: center;
    margin-bottom: 0;
    width: 50%;
    float: left;
    padding: 5px 0;
  }
  header#header .wrapperMainmenu .tools_mobile .topmenu li {
    border-right: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  header#header .wrapperMainmenu .tools_mobile .topmenu li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  header#header .wrapperMainmenu .tools_mobile .usertools {
    width: 50%;
    float: left;
  }
  #footer .linkfooter .inner_linkfooter a {
    width: 100%;
    padding: 0 5px;
    text-align: center;
  }
  #footer .linkfooter .inner_linkfooter a:before {
    right: 0;
    height: 110px;
  }
  #exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-prev {
    left: 0;
  }
  #exchangerate_wrap #exchangerateslide .owl-nav div[role="presentation"].owl-next {
    right: 0;
  }
  .table.table-market > thead > tr > th {
    white-space: nowrap;
  }
  #otherline.page-search {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #otherline.page-search .bock-scroll-mobile {
    width: 720px;
    display: inline;
  }
}
@media (min-width: 768px) {
  #formsearch_detail.table-responsive {
    overflow-x: visible;
  }
  .margin-calendar table.table-market .btn.btn-default.w300 {
    max-width: 300px;
    width: 100%;
  }
  ul.report-tabs > li {
    width: 280px;
    max-width: 100%;
  }
  .flex-row-frm {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    -webkit-justify-content: start;
  }
  .flex-row-frm a.btnZipcode {
    line-height: 34px;
    cursor: pointer;
  }
  .flex-row-frm > span {
    padding-right: 10px;
    line-height: 34px;
  }
  .flex-row-frm > span p.notice_error {
    line-height: normal;
  }
}
@media (max-width: 767px) {
  header#header .wrapperMainmenu .tools_mobile .topmenu li:last-child {
    padding-right: 15px;
  }
  header#header .wrapperMainmenu .tools_mobile .topmenu {
    margin-bottom: 15px;
    width: 100%;
  }
  header#header .wrapperMainmenu .tools_mobile .usertools {
    width: 100%;
    text-align: center;
  }
  #headerimage .container .pagetitle {
    font-size: 26px !important;
  }
  .margin-bt-mobile {
    margin-bottom: 20px;
  }
  .blockcommon h2.title-style1 {
    font-size: 24px;
  }
  #allregister h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3.title-style3 {
    font-size: 22px;
  }
  .trading-power figure.high-trade-power > figcaption {
    font-size: 16px;
  }
  .currencypairs-mb .carousel-inner .item .currencypairs {
    margin: 30px 0 20px;
  }
  .currencypairs-mb .text-right-swappoint {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .wrapperSlider .slide_lightfx .owl-nav div.owl-prev,
  .wrapperSlider .slide_lightfx .owl-nav div.owl-next {
    opacity: 0.4;
  }
  .wrapperSlider .slide_lightfx .owl-nav div.owl-prev:hover,
  .wrapperSlider .slide_lightfx .owl-nav div.owl-next:hover {
    opacity: 0.5;
  }
  header#header .mainmenu-icon {
    right: 12px;
  }
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile {
    font-size: 13px;
  }
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile .usertools {
    margin-left: 0;
    margin-top: 5px;
    line-height: 32px;
  }
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile .usertools .btnRegister {
    line-height: 32px;
    margin-right: 0;
    padding: 0 10px;
  }
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile .usertools .btnRegister .iconfont {
    font-size: 16px;
  }
  form#formsearch_detail {
    overflow: visible;
    border: 0;
  }
  form#formsearch_detail table.table-market {
    min-width: auto;
    width: 100%;
  }
  form#formsearch_detail table.table-market tr {
    display: grid;
  }
  form#formsearch_detail table.table-market thead {
    display: none;
  }
  form#formsearch_detail table.table-market tbody > tr {
    padding: 0;
    border: 0;
  }
  form#formsearch_detail table.table-market tbody > tr > td {
    border: 0;
    min-height: 30px;
    line-height: 30px;
  }
  form#formsearch_detail table.table-market tbody > tr > td label {
    display: block;
    line-height: normal;
  }
  form#formsearch_detail table.table-market tbody > tr > td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    line-height: normal;
  }
  form#formsearch_detail table.table-market tbody > tr > td .btn-group {
    width: 100%;
  }
  form#formsearch_detail table.table-market tbody > tr > td #rate {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  form#formsearch_detail table.table-market tbody > tr > td #get_rate {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    margin-top: 0 !important;
    line-height: 30px;
  }
  #information ul.list-information li .extra_fields {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  #information ul.list-information li .extra_fields .press-label {
    float: left;
    margin-right: 15px;
  }
  #information ul.list-information li .extra_fields .press-label:before {
    display: none;
  }
  #information ul.list-information li .extra_fields .datetime {
    margin-top: 8px;
  }
  #footer .traders {
    padding: 0 0 40px;
  }
  #footer .traders .logotrader {
    float: none;
    margin: 0 0 10px;
  }
  #marketnew .box-blank .box-footer {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
  #marketnew .box-blank .box-footer a.btn-readmore {
    float: none;
  }
  .breadcrumb {
    padding: 8px 0;
  }
  .box.box-empty {
    padding: 0;
  }
  .table-responsive table {
    min-width: 720px;
    margin-bottom: 0;
  }
  #indicatorswrapper .indicatorscontent .indicatorsheader h2.currentdate {
    font-size: 18px;
  }
  #leveragewrapper #leverage-currentmonday,
  #leveragewrapper #leverage-nextmonday {
    width: 100%;
  }
  #leveragewrapper #leverage-nextmonday > tbody > tr > td:first-child,
  #leveragewrapper #leverage-nextmonday > thead > tr:first-child > th:first-child {
    display: table-cell;
  }
  #leverage-nextmonday.table.table-market > thead > tr > th,
  #leverage-currentmonday.table.table-market > thead > tr > th {
    white-space: normal;
  }
  table.table-market > tbody > tr > td,
  table.table-market > tbody > tr > th,
  table.table-market > tfoot > tr > td,
  table.table-market > tfoot > tr > th,
  table.table-market > thead > tr > td,
  table.table-market > thead > tr > th {
    padding: 8px 5px;
  }
  table.table-market > thead > tr > td.currency img,
  table.table-market > tbody > tr > td.currency img,
  table.table-market > thead > th > td.currency img,
  table.table-market > tbody > th > td.currency img {
    margin: 5px 0;
  }
  #supportform .formwapper {
    padding: 0;
    border: 0;
  }
  #supportform .formwapper .form-group label.title {
    width: 100%;
  }
  #supportform .formwapper .form-group div.content {
    width: 100%;
  }
  #supportform .formwapper .form-group div.content select#birthDay {
    margin-top: 10px;
  }
  #supportform .formwapper .form-group div.content .firsttitle {
    display: block;
  }
  #formswapsimulation table.table-market tbody tr {
    display: grid;
  }
  .narrow-spread > ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .narrow-spread > ul > li {
    width: 49%;
  }
}
@media screen and (max-width:500px) {
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile .usertools .btnRegister {
    padding: 0 1.5vw;
  }
}
@media (max-width: 374px) {
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile {
    font-size: 0;
  }
  header#header .wrapperTop .topHeader .subMenu.subMenuMobile .usertools .btnRegister .iconfont {
    margin-right: 0;
  }
}
.spread .sub-img {
  position: relative;
}
.spread .sub-img:before {
  position: absolute;
  top: -30px;
  right: -70px;
  content: "";
  width: 60px;
  height: 69px;
  background: url(../images/sub-img.png) no-repeat;
  background-size: cover;
}
.schedulefour .item-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
/*CFXHP-2506*/
header#header .wrapperTop .topHeader .subMenu .topmenu > li:nth-child(2) {
  position: relative;
}
header#header .wrapperTop .topHeader .subMenu .topmenu > li:nth-child(2) a:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #dbdbdb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbdbdb 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
#headerimage .container .txt-center {
  line-height: normal;
}
@media screen and (width: 1025px) {
  header#header {
    height: 121px !important;
  }
}
@media screen and (min-width: 1200px) {
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li > a,
  header#header .wrapperTop .topHeader .subMenu .topmenu li a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.99999999px) {
  header#header .wrapperMainmenu .mainmenucontainer ul.mainmenu > li > a {
    font-size: 12px;
    /*text of main menu*/
    padding: 0 9px;
  }
  header#header .wrapperTop .topHeader .subMenu .topmenu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  header#header .wrapperTop .topHeader .subMenu .topmenu li a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header#header .wrapperMainmenu .tools_mobile .topmenu,
  header#header .wrapperMainmenu .tools_mobile .usertools {
    width: 100%;
  }
  header#header .wrapperMainmenu .tools_mobile .topmenu {
    margin-bottom: 10px;
  }
  header#header .wrapperMainmenu .tools_mobile .usertools {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  header#header .wrapperMainmenu .tools_mobile .topmenu li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 391px) {
  header#header .wrapperMainmenu .tools_mobile .topmenu li {
    font-size: 12px;
  }
}
#mainsuportcontact .box-content .subfootercontact {
  border-bottom: 1px solid #e0e0e0;
}
#mainsuportcontact .box.box-border h4.title i {
  width: 63px;
  height: 63px;
  margin: auto;
}
#mainsuportcontact .box.box-border h4.title i.icon-envelope {
  background: url('../images/envelop.png') no-repeat center center;
}
#mainsuportcontact .box.box-border h4.title i.icon-phone {
  background: url('../images/phone.png') no-repeat center center;
}
/*CFXHP-2571*/
@media (min-width: 992px) and (max-width: 1199.99999999px) {
  .visible-md {
    display: block !important;
  }
}
/*CFXHP-2643*/
@media (max-width: 767px) {
  .subMenu.subMenuMobile.visible-xs {
    display: block !important;
  }
}
@media screen and (max-width: 767.9px) {
  .box-results-announced .button-pair {
    display: block !important;
  }
}
@media screen and (max-width: 767.9px) {
  .box-results-announced ul.cat {
    display: none;
  }
}

/** 
 *
 * Template basic code
 *
 **/
/*S: @media all and (-ms-high-contrast:none) */
@media all and (-ms-high-contrast: none) {
  .market#headerimage .map-overlay,
  .support#headerimage .map-overlay,
  .sc#headerimage .map-overlay,
  .fx#headerimage .map-overlay,
  .press#headerimage .map-overlay,
  .campaign#headerimage .map-overlay,
  .op#headerimage .map-overlay {
    background: url("../images/icon/map.png") no-repeat center center;
    background-size: 90%;
    opacity: 0.2;
  }
  .breadcrumbswrapper li:first-child a {
    background: url(../images/icon/home.svg) no-repeat center center;
    font-size: 0;
  }
  .breadcrumbswrapper li:first-child a:hover {
    background-color: transparent;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconfx:before {
    background: url("../images/icon/info.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconguide:before {
    background: url("../images/icon/chat.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.icontrade:before {
    background: url("../images/icon/monitor.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconcup:before {
    background: url("../images/icon/trophy.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.calendar {
    background: url(../images/icon/calendar.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.coin {
    background: url(../images/icon/coin.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.profits {
    background: url(../images/icon/profits.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.calculator {
    background: url(../images/icon/calculator.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.notebook {
    background: url(../images/icon/notebook.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.bars {
    background: url(../images/icon/bars.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.indicators {
    background: url("../images/icon/indicators.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.chart {
    background: url("../images/icon/bar-chart.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.blogchartrate {
    background: url("../images/icon/blogchartrate.svg") no-repeat center center;
  }
  .breadcrumb .breadcrumbswrapper .gohome {
    background: url("../images/icon/home.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.chart {
    background: url("../images/icon/bar-chart.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.rate {
    background: url("../images/icon/clock.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.swap {
    background: url("../images/icon/swap.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.buysellratio {
    background: url("../images/icon/credit-card.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.indicators {
    background: url("../images/icon/indicators.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.leverage {
    background: url("../images/icon/exchange.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.margin {
    background: url("../images/icon/margin.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.kinri {
    background: url("../images/icon/kiri.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.blogchartrate {
    background: url("../images/icon/blogchartrate.svg") no-repeat center center;
  }
  header.nta-static#header .topheader .usertools > li:nth-child(2) > a {
    background: url("../images/icon/add-user.svg") no-repeat center center;
    background-size: 70%;
    border-color: #333333;
  }
  header.nta-static#header .topheader .usertools > li:nth-child(3) > a {
    background: url("../images/icon/login.svg") no-repeat center center;
    background-size: 70%;
  }
  ul.doc-list li.web,
  ul.doc-list li.pdf {
    background-position-x: -40px;
    background-position-y: 10px;
    background-size: 100px;
  }
}
/*E: @media all and (-ms-high-contrast:none) */
/*S: @supports (-ms-ime-align: auto)*/
@supports (-ms-ime-align: auto) {
  .market#headerimage .map-overlay,
  .support#headerimage .map-overlay,
  .sc#headerimage .map-overlay,
  .fx#headerimage .map-overlay,
  .press#headerimage .map-overlay,
  .campaign#headerimage .map-overlay,
  .op#headerimage .map-overlay {
    background: url("../images/icon/map.png") no-repeat center center;
    background-size: 90%;
    opacity: 0.2;
  }
  .breadcrumbswrapper li:first-child a {
    background: url(../images/icon/home.svg) no-repeat center center;
    font-size: 0;
  }
  .breadcrumbswrapper li:first-child a:hover {
    background-color: transparent;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconfx:before {
    background: url("../images/icon/info.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconguide:before {
    background: url("../images/icon/chat.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.icontrade:before {
    background: url("../images/icon/monitor.svg") no-repeat center center;
  }
  #sidebarmenu > .panel.panel-default .panel-heading .panel-title > a.iconcup:before {
    background: url("../images/icon/trophy.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.calendar {
    background: url(../images/icon/calendar.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.coin {
    background: url(../images/icon/coin.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.profits {
    background: url(../images/icon/profits.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.calculator {
    background: url(../images/icon/calculator.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.notebook {
    background: url(../images/icon/notebook.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.bars {
    background: url(../images/icon/bars.svg) no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.indicators {
    background: url("../images/icon/indicators.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.chart {
    background: url("../images/icon/bar-chart.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.blogchartrate {
    background: url("../images/icon/blogchartrate.svg") no-repeat center center;
  }
  .breadcrumb .breadcrumbswrapper .gohome {
    background: url("../images/icon/home.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.chart {
    background: url("../images/icon/bar-chart.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.rate {
    background: url("../images/icon/clock.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.swap {
    background: url("../images/icon/swap.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.buysellratio {
    background: url("../images/icon/credit-card.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.indicators {
    background: url("../images/icon/indicators.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.leverage {
    background: url("../images/icon/exchange.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.margin {
    background: url("../images/icon/margin.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.kinri {
    background: url("../images/icon/kiri.svg") no-repeat center center;
  }
  #mainmarket .mainmarketitem .icon.blogchartrate {
    background: url("../images/icon/blogchartrate.svg") no-repeat center center;
  }
  header.nta-static#header .topheader .usertools > li:nth-child(2) > a {
    background: url("../images/icon/add-user.svg") no-repeat center center;
    background-size: 70%;
    border-color: #333333;
  }
  header.nta-static#header .topheader .usertools > li:nth-child(3) > a {
    background: url("../images/icon/login.svg") no-repeat center center;
    background-size: 70%;
  }
  ul.doc-list li.web,
  ul.doc-list li.pdf {
    background-position-x: 0;
    background-position-y: 10px;
    background-size: 20px;
  }
}
/*E: @supports (-ms-ime-align: auto)*/
header#header .additional_box{
  display: none;
}
@media screen and (max-width:767px) {
  header#header .additional_box{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 9000;
    background: #fff;
    width: 100vw;
  }
  header#header .additional_box .keywordsearchgcse,
  header#header .additional_box #search-enter-button{
    height: 30px;
    margin: 5px 0;
    padding-left: 1em;
    border: solid 1px gray;
  }
  header#header .additional_box .keywordsearchgcse{
    width: calc(90vw - 73px);
    border-radius: 5px 0 0 5px;
  }
  header#header .additional_box #search-enter-button,
  header#header .additional_box .search-close-button{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  header#header .additional_box #search-enter-button{
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding: 0 22px;
    margin-right: 5px;
    background-image: url(../images/icons/headericon-search-gray.svg);
  }
  header#header .additional_box .search-close-button{
    width: 24px;
    background-image: url(../images/icons/headericon-sp-search-close.svg);
  }
}

@media (min-width: 767px) and (max-width: 991.8px) {
  .topHeader .visible-sm{
    display: block !important;
  }
}

@media screen and (max-width:510px) {
  header#header .wrapperTop .topHeader .subMenuMobile .usertools a{
    width: fit-content;
  }
  header#header .mainmenu-icon{
    margin-left: 2vw;
  }
}

@media screen and (max-width:350px) {
  header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnSearch{
    display: none;
  }
  header#header .wrapperTop .topHeader .logo{
    width: 40vw;
  }
}
@media screen and (max-width:300px) {
  header#header .wrapperTop .topHeader .subMenuMobile .usertools a.btnLogin{
    display: none;
  }
}
/*****affiriate-program*****/
.mainother.affiliate-program .box-title:before{
  background: #28A1D8;
}
.affiliate-process .box.box-empty .box-title::before{
  display: none;
}
.affiliate-process .box.box-empty{
  padding-top: 3px;
}
@media (max-width:767px) {
  .affiliate-process .box.box-empty{
    margin: 0;
  }
  .affiliate-process .box.box-empty .box-contents{
    margin: 0;
  }
  .affiliate-process .box.box-empty .box-title{
    margin: 0;
  }
}
.box.box-blue .box-image{
  text-align: center;
  margin-top: 50px;
}
.mainother.affiliate-program ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.mainother.affiliate-program li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.mainother.affiliate-program{
  color: #000;
}
.affiliate-ttlbox{
  border: 4px solid #28A1D8;
  border-radius: 5px;
  padding: 40px 20px;
  margin: 40px 0;
  background: #ECF3F9;
  text-align: center;
}
@media (max-width:767px) {
  .affiliate-ttlbox{
    text-align: left;
  }
}
.affiliate-ttlbox h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  margin: 12px 0;
}
.process-number {
  font-weight: bold;
  color: #28A1D8;
  margin-right: 10px;
  padding-top: 7px;
  font-size: 30px;
}
@media (max-width:767px) {
  .process-number{
    padding-top: 8px;
  }
}
.box {
  flex-grow: 1;
}
.affiliate-company-wrp{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px 30px;
  width: 630px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .affiliate-company-wrp {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.affiliate-company-wrp a{
  color: unset;
}
.affiliate-company{
  position: relative;
  width: 300px;
  padding: 20px;
  margin: auto;
  border-radius: 12px;
  background: #F5F7FE;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  .affiliate-company{
    max-width: 300px;
  }
}
@media (max-width: 370px) {
  .affiliate-company{
    width: 100%;
  }
}
.company-name-ttl{
  font-weight: bold;
}
.company-arrow{
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media (max-width: 767px) {
  .company-arrow{
    bottom: 12px;
  }
}
.company-logo img{
  height: 55px;
  margin: 15px 0 !important;
}
.company-management{
  font-size: 12px;
}
.mainother .box-empty .box-contents{
  margin-top: 20px;
}
.mainother .alert-warning ul{
  list-style: disc;
  margin-left: 15px;
}
.mainother .alert-warning li{
  list-style: disc;
}
.mainother .alert-warning li{
  display: list-item;
  margin: 0;
}