:root {
    --red-1: #FF4500;
    --red-2: #D32F2F;
    --og-1: #FF8C00;
    --og-2: #FFA500;
    --font-b: 'MulishB';
    --yellow-1: #FFD700;
    --yellow-2: #FFC107;
    --black-1: #1A1A1A;
    --black-2: #000000;
}

@font-face {
    font-family: 'MulishR';
    src: url(templates/fonts/Mulish-Regular.ttf);
}

@font-face {
    font-family: 'MulishM';
    src: url(templates/fonts/Mulish-Medium.ttf);
}

@font-face {
    font-family: 'MulishB';
    src: url(templates/fonts/Mulish-Bold.ttf);
}

html,
body {
    font-family: 'MulishR';
    color: #000;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

body {
    padding-bottom: unset;

}

.rel {
    position: relative;
}

a:hover {
    color: #012f85;
}

.hidden {
    display: none;
}

.lab_tt {
    cursor: pointer;
}
.phuongthuc{
    font-size:13px;
}
.inner_box .t_ma {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    line-height: 2rem;
}

.inner_box .t_gia {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

#form-dangnhap .form-control,
#form-dangky .form-control {
    color: #333;
    border: 1px solid #c6bdbd;
    border-radius: 0.4rem;
    padding-left: 10px;
    background-color: #fff;
    height: 2.4rem;
}
#form-dangky .form-control{
    height:2rem;
}

#form-dangky .form-label {
    color: #fff;
    position: relative;
    width: unset;
    font-size: 1rem;
}

#form-dangky .red {
    color: red;
}

#form-dangky label.error{
    position:absolute;
    right:0;
    top:0;
}

.btn-rut{
    border-radius:3rem;
}

.ctv_move_login{
    text-align:center;
}
.ctv_move_login a{
    color:#1677FF;
    text-decoration:underline;
}
.pn-profile{
    padding:3rem 0;
}

#form-dangnhap .form-control::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

#form-dangnhap .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #333;
}

#nap_tien .div_input span,
#rut-tien .div_input span,
#doi-mat-khau .div_input span,
#mat-khau-rut-tien .div_input span {
    color: #333!important;
}

iframe .tv-ticker-item-last__last {
    font-size: 14px;
}

.inner_box .t_win {
    color: #fff;
    text-align: center;
}

.inner_box .t_lose {
    color:#fff;
}

.inner_box .t_cancel {
    color: #fff;
}

.inner_box .t_huong,
.inner_box .t_giadautu,
.inner_box .t_sogiay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.box_fancybox #dialog_ctdt1,
.box_fancybox #dialog_ctdt2 {
    background: url(bg_stock.png)no-repeat!important;
    background-size: cover!important;
    width: 375px!important;
    height: 220px!important;
}

.fancybox-button,
#dialog_ctdt2 .fancybox-button {
    font-size: 1.4rem;
    border-color: transparent;
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: unset;
    position: absolute;
    right: 0.5rem;
    top: 0.1rem;
    outline: unset;
}

.t_kq,
#dialog_ctdt2 .t_kq {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.t_gia.t_win {
    color:#009933;
}

.t_gia.t_lose {

}

.logo_kg img {
    height: 6rem;
}

.title_box .fa-close {
    color: #fff;
}

.title_box .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: unset;
    border: unset;
    background-color: unset;
    outline: unset;
}

.title_box {
    height: 50px;
    margin-bottom: 15px;
}

.remote-header {
    position: relative;
}

.remote-header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    max-width: 1430px;
    margin: 0 auto;
}

.rightMenuLogin>li {
    display: inline-block;
}

.rightMenuLogin>li>a {
    color: #fff;
    background-color: var(--black-1);
    padding: 0.8rem 1.3rem;
    line-height: 1;
    border-radius: 3rem;
    display: inline-block;
    font-size: 1.1rem;
    font-family: 'MulishM';
    text-transform: uppercase;
}

.rightMenuLogin .bg_2>a {
    background-color: var(--red-2);
}

.un-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.logo-dark img {
    width: 6rem;
}

.header_leftWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:calc(100% - 250px);
    padding-right:1rem;
}

.header_leftWrapper .logo-dark {
    width: 8rem;
    padding: 0.5rem 0;
}

.LeftMenuNormal {
    width: calc(100% - 8rem);
}

.header_rightWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:240px;
}

.LeftMenuNormal>ul {
    width: 100%;
}

.LeftMenuNormal>ul>li {
    display: inline-block;
    margin: 0 0.6rem;
    position: relative;
    transition: all 650ms ease-in-out;
}

.LeftMenuNormal>ul>li>a {
    display: block;
    color: #333;
    font-size: 1.3rem;
    font-family: 'MulishB';
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: transform 0.5s ease-in-out;
}

.nav_dr {
    transition: transform 0.5s ease-in-out;
}

.rt90 {
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

.LeftMenuNormal>ul>li>a .ic {
    margin-right: 0.5rem;
}

.LeftMenuNormal>ul>li>a .nav_dr {
    margin-left: 0.5rem;
}

.LeftMenuNormal>ul>li>a .ic svg {
    margin-top: -0.2rem;
}

.LeftMenuNormal>ul>li>a .ic img {
    width: 1.2rem;
    margin-top: -0.3rem;
}

.LeftMenuNormal>ul>li>a:hover {
    color: var(--red-2);
}

.LeftMenuNormal>ul>li>.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    min-width: 24rem;
    background-color: #fff;
    display: none;
    padding: 3rem 2rem 2rem 2rem;
}

.LeftMenuNormal>ul>li:hover .sub_menu {
    display: block;
}

.banner_homeBanner {
    background: #050611!important;
}

.banner_homeBannerWrapper__class1 {
    position: relative;
    width: 100%;
    z-index: 0;
}

.banner-background_contentBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-background_homeBannerBackgroundContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    text-align: center;
}

.banner-background_background__T9idf {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: 050611;
    background-position: 50%;
    background-size: cover;
    transform-origin: 75% 50%;
    animation-name: banner-background_bannerScale__j8MSP;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 60s;
    animation-fill-mode: forwards;
}

.banner-background_shadowBox__cfBgI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(124.53deg, var(--bg-primary) 21.5%, transparent 71.02%);
    z-index: 1;
}

.banner-background_shadow__XhGTM {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 15.7%;
    background: linear-gradient(180deg, rgba(8, 10, 17, 0) 0, var(--bg-primary) 65.56%);
}

.banner-content_homeBannerContent {
    position: relative;
    margin: 0 auto;
}

.banner-content_homeBannerContent:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 10, 17, 0) 0, var(--bg-primary) 65.56%);
}

.banner-content_contentWrapper__7JIEe {
    position: relative;
    min-height: 572px;
    z-index: 2;
}

.home_main-body {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: initial;
    padding: 0 20px;
}

.banner-content_content__qdk5T {
    display: flex;
    max-width: 700px;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1;
}

.banner-content_homeBannerTitleWrapper {
    margin: 80px 0 24px;
    height: 136px;
}

.banner-content_homeBannerTitleWrapper h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 54px;
    line-height: 68px;
    word-break: break-all;
    color: #fff;
}

.banner-content_homeBannerTitleWrapper .sub {
    min-height: 6rem;
    margin: 1rem 0 0 0;
}

.banner-content_homeBannerTitleWrapper .sub * {
    font-size: 24px;
    line-height: 34px;
    color: #87909f;
    font-weight: 400;
}

.banner-content_action {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-content_action a {
    font-size: 1.2rem;
    color: #fff;
    background-color: #4281ff;
    padding: 0 3rem;
    border-radius: 0.2rem;
    line-height: 2.6rem;
    display: inline-block;
}

.group-banner {
    padding: 1rem 0;
    position: relative;
}

.slickBanner .item_banner {
    margin: 0 5px;
}

.pn-tien-pho-bien {
    padding: 2rem 0;
    background-color: #3d3d3d;
}

.title_page {
    font-size: 3rem;
    text-align: center;
    color: #333;
    margin-bottom: 2rem;
}

.wrap-cont_chart {
    height: 75vh;
}

.v-chart_ex {
    text-align: center;
    margin: 2rem 0;
}

.v-chart_ex a {
    display: inline-block;
    line-height: 2.8rem;
    color: #fff;
    padding: 0 2.5rem;
    background-color: var(--red-2);
    border-radius: 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.pn-coin_new {
    padding: 3rem 0 2rem 0;
    background-color: #fff;
}

.pn-why_select {
    padding: 3rem 0;
}

.why-choose-container {
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #282a2c;
}

.video-player_video-player {
    position: relative;
    overflow: hidden;
}

.video-player_video-player-content {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
}

.video-player_video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.video-player_specs-tab {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, transparent, #000 50%);
}

.video-player_specs-tab_item {
    padding: 15px;
    flex: 1 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    color: #6e7583;
}

.video-player_specs-tab_item.current,
.video-player_specs-tab_item:hover {
    color: #fff;
}

.video-player_specs-tab_item label {
    font-size: 1.2rem;
    cursor: pointer;
}

.video-player_specs-tab_item svg {
    margin-bottom: 18px;
    font-size: 48px;
}

.pn-my_products {
    padding: 3rem 0;
}

.products_productsCont {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.products_productsCont>li {
    padding: 1rem;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0.5rem;
}

.products_productsCont>li .products_webCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_productsCont>li>.products_webCont img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.products_productsCont>li>.products_webCont .products_rightPart {
    width: calc(100% - 170px);
}

.products_productsCont>li>.products_webCont .products_rightPart .link a {
    color: #4281ff;
}

.pn-cdc {
    padding: 5rem 0;
    position: relative;
}

.pn-cdc:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #0d0f18, rgba(13, 15, 24, 0.9));
}

.cdc_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pn-cdc .container {
    position: relative;
    z-index: 2;
}

.cdc_bg img {
    position: absolute;
    right: 0;
    height: 100%;
}

.title_desc {
    font-size: 1rem;
    max-width: 800px;
    color: #6e7583;
    margin: 0.2rem auto;
    text-align: center;
}

.list_cdc {
    position: relative;
    list-style-type: 0;
    padding: 0;
    margin: 2rem auto;
    text-align: center;
    background-size: cover!important;
}

.list_cdc>li {
    display: inline-block;
    margin: 0 0.5rem 0.4rem 0;
}

.list_cdc>li>a>img {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}

.pn-cdc .title_page {
    margin-bottom: 1rem;
    color: #fff;
}

.pn-exchange {
    padding: 3rem 0;
    position: relative;
}

.pn-exchange .title_page {
    margin-bottom: 1rem;
}

.df {
    display: flex;
    justify-content: space-between;
}

.df-exchange {
    align-items: center;
    margin-top: 2rem;
}

.df-exchange .left {
    width: 45%;
}

.df-exchange .right {
    width: 55%;
    padding-left: 2rem;
}

.df-exchange .right .list_ex {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.df-exchange .right .list_ex>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.df-exchange .right .list_ex>li img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.df-exchange .right .list_ex>li .ex-cont {
    width: calc(100% - 60px);
}

.pn-footer {
    padding: 2rem 0 2rem 0;
}

.grid__foot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:1.5rem;
}

h3.tit_foot {
    font-size: 1.6rem;
    color: #444;
    font-family: var(--font-b);
    letter-spacing: 0.02rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.df-foot .left {
    width: 75%;
}

.df-foot .right {
    width: 25%;
}

.list_fcdc {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.list_fcdc>li {
    display: inline-block;
    margin: 0 0.5rem 0.3rem 0;
}

.list_fcdc>li>a {
    display: block;
}

.list_fcdc>li>a>img {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}

.grid__foot .item .nd {
    margin: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.625;
    color: #555;
}

.grid__foot .item .nd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.grid__foot .item .nd ul>li {
    margin: 0.3rem 0;
    font-size: 1.2rem;
    color: #555;
}

.grid__foot .item .nd ul>li * {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.4;
}

.single-login {
    background-size: cover!important;
    position: relative;
    height: 100vh;
}

#form-dangky {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.single-login #form-dangky input::placeholder {
    color: #fff;
    opacity: 1;
}

.single-login #form-dangky input::-ms-input-placeholder {
    color: #fff;
}

.single-login:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 15, 24, 0.7);
    visibility: hidden;
}

.gird__menuR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-left: 50px;
}

.gird__menuR .item-menu a {
    color: #333;
    font-size: 1.2rem;
}

.gird__menuR .item-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-baogia {
    padding: 3rem 0;
    background-color: var(--black-1);
}

.Form_loginType {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.Form_loginType .Form_type_item {
    margin-inline-end: 52px;
    cursor: pointer;
    padding-bottom: 0.5rem
}

.Form_loginType .Form_type_item.current {
    border-bottom: 2px solid #78420F;
}

.hide {
    display: none;
    visibility: hidden;
}

#form-dangnhap {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

.tit_login {
    text-align: center;
    margin-bottom:1rem;
    font-size:2rem
}
.line_cs{
    margin:0.5rem 0;
}
.line_cs a{
    color:red;
    font-size:1rem;
}
.ctv_move_login{
    margin-top:1rem;
}
#form-dangnhap input::placeholder {
    color: #fff;
    opacity: 1;
}

#form-dangnhap input::-ms-input-placeholder {
    color: #fff;
}

.menu_m {
    display: none;
}

.img_vi {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
}

.item-slide {
    height: calc(90vh - 18rem);
    overflow:hidden;
}

.item-slide img {
    width: 100%!important;
}

.pn-banner-full {
    margin-top: 1rem;
}

.nav_sub {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    z-index: 99;
    visibility: visible;
    padding: 2rem 0;
    left: 0;
    border-radius: 0 0 3rem 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.nav_sub.show {
    z-index: 9;
    visibility: visible;
    opacity: 1;
}

.df-subNav {
    justify-content: flex-end;
}

.df-subNav .img {
    width: 30%;
}

.df-subNav .img img {
    width: 100%;
    max-height: 20rem;
    object-fit: contain;
}

h4.tit_sub {
    font-size: 1.6rem;
    font-family: 'MulishM';
    color: #222;
    line-height: 1.4;
}

.sub_menu>ul>li {
    line-height: 1.4;
    margin: 0.4rem 0;
}

.pn-page {
    padding: 1rem 0 2rem 0;
}

.sub_menu>ul>li>a {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #555;
}

.format_txt {
    font-size: 1.4rem;
    line-height: 1.625;
    color: #555;
}

.sub_menu>ul>li:hover>a {
    color: var(--red-2);
}

.LeftMenuNormal>ul>li>a .ic img {
    transition: filter 0.3s ease-in-out;
}

.LeftMenuNormal>ul>li:hover>a .ic img {
    //filter: #fff;
    filter: invert(22%) sepia(89%) saturate(747%) hue-rotate(340deg) brightness(95%) contrast(95%)
}

.df-base_info {
    justify-content: center;
    align-items: center;
}

.base_info {
    background-color: var(--red-2);
    color: #fff;
    font-size: 1rem;
    padding: 0.6rem 0;
}

.df-base_info>li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0;
    padding: 0.2rem 1.5rem;
    border-right: 0.1rem solid #fff;
}

.df-base_info>li:last-child {
    border-right-color: transparent;
}

.df-base_info>li .base_value {
    font-size: 2.4rem;
    font-family: 'MulishM';
    padding-right: 0.5rem;
    line-height: 1.4;
}

.df-base_info>li .base_name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.df-base_info>li .base_name span {
    line-height: 1.4;
    display: inline-block;
    font-size: 1rem;
}

.btn_base_start {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background-color: var(--black-1);
    border-radius: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.btn_base_start:hover {
    color: #fff;
    background-color: var(--og-2);
}


/*ani*/

.wrap_bannerf {
    border-radius: 0 0 1.5rem 1.5rem;
    overflow: hidden;
}

.pn-condition {
    padding: 4rem 0;
}

.df-condition {
    align-items: center;
}

.df-condition .group_img {
    width: 50%;
    padding: 3rem 4rem;
}

.df-condition .info {
    width: 50%;
}

.tit_block {
    color: #333;
    font-family: 'MulishB';
    margin-bottom: 1rem;
}

.tit_block h2 {
    color: #fff;
}

.df-condition .info .cont {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #444;
}

.df-condition .imgs {
    position: relative;
    padding: 2rem;
}

.df-condition .imgs .wp_icd {
    position: relative;
    padding: 3rem 0 0 3rem;
}

.img_background {
    width: 100%;
    height: 100%;
}

.trading_enviroment_option_box {
    position: relative;
    width: 55.2rem;
    height: 55.2rem;
    position: absolute;
    top: 3rem;
    left: 3rem;
    ;
}

.trading_enviroment_option_box>div {
    background-color: #fff;
    padding: 0.4rem;
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all 3s;
    /* transition: transform 2s ease-in-out; */
}

.trading_enviroment_option_box>div.active {
    /* transform: scale(2.5); */
    height: 17rem;
    width: 15rem;
}


/* .trading_enviroment_item_1 {

    top: calc(15% - 4rem);
    right: 0rem;
}

.trading_enviroment_item_2 {
    right: 0;
    bottom: 0;
    left: calc(25% - 4rem);
}

.trading_enviroment_item_3 {
    left: -4rem;
    bottom: calc(50% - 4rem);
}

.trading_enviroment_item_4 {
    left: 0;
    top: calc(15% - 4rem);
}

.trading_enviroment_item_5 {
    top: -4rem;
    left: calc(50% - 4rem);
}

.trading_enviroment_item_6 {
    right: 5rem;
    bottom: 5rem;

} */

.trading_enviroment_item_1 {
    transform: translate(300px, 300px);
}

.trading_enviroment_item_2 {
    transform: translate(50px, 400px);
}

.trading_enviroment_item_3 {
    transform: translate(-50px, 200px);
}

.trading_enviroment_item_4 {
    transform: translate(0px, 10px);
}

.trading_enviroment_item_5 {
    transform: translate(200px, -50px);
}

.trading_enviroment_item_6 {
    transform: translate(400px, 0px);
}

.trading_enviroment_item>div>img {
    width: 5rem;
}

.mySwiperCondition {
    height: 10rem;
    position: relative;
    overflow: hidden;
}

.nd_condition {
    margin-top: 2rem;
    overflow: hidden;
}

.nd_condition.show {
    display: block;
    transition: all 0.4s linear;
}

.nd_condition .vt {
    width: 8rem;
    height: 8rem;
    border-radius: 0.5rem;
    font-size: 2.6rem;
    font-family: 'MulishB';
    color: var(--red-2);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}

.nd_condition .nd1 {
    width: calc(100% - 9.5rem);
}

.nd_condition .nd1 .the_title {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: 'MulishB';
    color: #333;
}

.nd_condition .nd1 .the_excerpt {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #444;
}

.pn-price_by_time {
    padding: 2rem 0;
    background-color: #3d3d3d;
}

.pn-spgd {
    padding: 3rem 0;
}

.pn-spgd .tit_page h2 {
    font-family: 'MulishB';
}

.pn-spgd .tit_page h2 strong {
    color: var(--red-2)
}

.gird_spgd {
    display: flex;
    /* Hiển thị các item trên 1 hàng */
    gap: 40px;
    /* Khoảng cách giữa các item */
    width: 100%;
    max-width: 100%;
}

.item-spgd {
    flex: 1;
    height: 30rem;
    /* background: lightgray; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s ease;
    /* width: 100%;
    padding: .5rem;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    border-radius: .3rem;
    box-shadow: inset 0 0 .22rem 0 rgba(0, 0, 0, .1);
    transition: all .5s;
    cursor: pointer; */
    box-shadow: inset 0 0 1rem 0 rgba(0, 0, 0, .1);
    border-radius: 2rem;
    padding: 2rem 2rem;
}

.item-spgd.active {
    flex: 4;
    /* Khi active, nó chiếm nhiều không gian hơn */
    background: var(--red-2);
    color: #fff;
}

.item-spgd .spgd-serial {
    width: 5rem;
    color: #fff;
}

.item-spgd .spgd-name-desc {
    width: 0;
    visibility: hidden;
}

.item-spgd .spgd-name-desc .the_title {
    font-size: 2.6rem;
    font-family: 'MulishB';
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-spgd .spgd-serial .num {
    font-size: 3rem;
    font-family: 'MulishB';
    line-height: 1;
    color:var(--red-2);
}

.swipperSpgd .swiper-slide {
    transition: transform 0.3s ease;
}

.swipperSpgd .swiper-slide-active {
    transform: scale(1.6);
    /* Phóng to item active */
}

.item-spgd.active .spgd-name-desc {
    width: calc(100% - 6rem);
    visibility: visible;
}

.item-spgd .the_excerpt {
    font-size: 1.8rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2rem;
}

.spgd-name-desc .av {
    margin: 1rem 0;
}

.spgd-name-desc .av img {
    height: 7.5rem;
}

.pn-doc {
    padding: 3rem 0;
    background-color: var(--black-1);
    color: #fff;
}

.df-doc .left {
    width: 50%;
}

.df-doc .right {
    width: calc(50% - 3rem);
}

.df-doc {
    align-items: center;
}

.wrap_img_l {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}

.wrap_img_l img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 2rem;
}

.df-doc .the_title {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-family: 'MulishB';
    color:var(--red-2);
}

.df-doc .the_excerpt {
    font-size: 1.4rem;
    line-height: 1.4;
}

.list_sub_doc {
    border-top: 1px solid #fff;
    margin-top: 2rem;
    padding: 1rem 0;
}

.list_sub_doc>li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem 0;
}

.list_sub_doc>li .icon {
    width: 7rem;
    height: 7rem;
    background-color: #f6f6f6;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: 'MulishB';
    padding: 3rem 3rem;
}

.list_sub_doc>li .icon img {
    object-fit: contain;
    max-width: 5rem;
    max-height: 5rem;
}

.list_sub_doc>li .info {
    width: calc(100% - 8rem);
}

.list_sub_doc>li .info h5 {
    font-size: 1.6rem;
    font-family: 'MulishB';
}

.sub_doc_meta {
    font-size: 1rem;
    line-height: 1.5;
}

.df-lt {
    margin-top: 1.5rem;
}

.df-lt .tk {
    width: 12rem;
    height: 10rem;
    border-radius: 1rem;
    background-color: var(--red-2);
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 4rem;
    padding: 1rem;
    flex-direction: column;
}

.df-lt .tk .line1 {
    line-height: 1;
}

.df-lt .tk .line2 {
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'MulishM';
}

.df-lt .img_r {
    width: calc(100% - 13rem);
}

.df-lt .img_r img {
    width: 100%;
    max-height: 10rem;
    object-fit: cover;
    border-radius: 1rem;
}

.pn-ptkt {
    padding: 3rem 0;
    overflow:hidden;
}

.df-ptkt {
    align-items: center;
}

.df-ptkt .left {
    width: 50%;
    padding-right: 4rem;
}

.df-ptkt .right {
    width: 50%;
}

.df-ptkt .the_title {
    font-size: 3rem;
    font-family: 'MulishB';
    color: #333;
}

.df-ptkt .the_excerpt {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.4;
}

.df-ptkt .list_sub_doc {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.df-ptkt .sub_doc_meta {
    color: #555;
}

.cta_click {
    font-size: 2rem;
    font-family: 'MulishM';
    line-height: 1;
    color: #fff;
    padding: 0.6rem 3rem 0.7rem 3rem;
    border-radius: 2rem;
    background-color: var(--red-2);
    text-transform: capitalize;
    box-shadow: 0 .2rem .37rem 0 rgba(86, 86, 86, .25)
}

.cta_click:hover {
    color: #fff;
    background-color: var(--og-2);
}

.img_libpttk {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 80%;
    background-image: linear-gradient(0deg, hsla(0, 51%, 71%, .05), #ff9494);
    border-radius: 2rem;
}

.img_libpttk .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4rem 3rem;
}

.swipperPttk {
    position: relative;
    height: 35rem;
    overflow: hidden;
}

.pn-connect {
    padding: 3rem 0;
    background-color: #3d3d3d;
    color: #fff;
}

.list_conect {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
}

.list_conect>li {
    padding: 1rem 1rem;
    text-align: center;
    margin: 0 4rem;
}

.list_conect>li>p.numberic {
    font-size: 3.2rem;
    color: var(--red-2);
    font-family: 'MulishM';
}

.list_conect>li>p.numberic .num {
    letter-spacing: 0.1rem;
}

.list_conect>li h4.the_title {
    font-size: 1.2rem;
}

.pn-connect h2.text-center {
    font-size: 3rem;
    font-family: var(--font-b);
    letter-spacing: 0.05rem;
}

.pn-connect .img {
    text-align: center;
}

.pn-createAccount {
    padding: 5rem 0;
    background-color: #f6f6f6;
    color: #222;
}

.pn-createAccount .tit_page h2 {
    font-size: 3.2rem;
    font-family: var(--font-b);
    color: #444;
}

.pn-createAccount .tit_page .sub {
    font-size: 1.3rem;
    font-family: 'MulishM';
    color: #555;
}

.pn-createAccount .sub_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.pn-createAccount .sub_tit>li {
    margin: 0 2rem;
    font-size: 1.3rem;
    font-family: 'MulishM';
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}

.pn-createAccount .sub_tit>li .ic {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 0.4rem solid var(--red-2);
    margin-right: 0.5rem;
}

.pn-createAccount .sub_tit>li p {
    margin-bottom: 0;
    line-height:1.3;
}

.list_lk {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.list_lk>li {
    margin: 0 0.5rem;
}

.list_lk>li>a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--red-2);
    border-radius: 4rem;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'MulishM';
    color: #fff;
    min-width: 12rem;
    text-align: center;
}

.list_lk>li>a:hover {
    background-color: var(--og-2);
}

.pn-connect-f {
    margin: 1rem 0 2rem 0;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 1.5rem;
}

.pn-connect-f .tit_f {
    font-family: var(--font-b);
    color: #222;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.df-link .left {
    width: 50%;
    font-size: 1.1rem;
}

.df-link .left .ic img {
    width: 1.5rem;
    margin-right: 0.2rem;
    margin-top: -0.1rem;
}

.df-link .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.df-link .right strong {
    font-size: 1.4rem;
}

.social_f {
    position: relative;
    margin-left: 1rem;
}

.social_f>li {
    margin-left: 0.6rem;
    display: inline-block;
}

.social_f>li>a>img {
    width: 2rem;
}

.foot_content {
    background-color: #f6f6f6;
    padding: 2rem 2rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    line-height: 1.625;
    color: #555;
}

.tit_ft {
    font-size: 1.4rem;
    font-family: var(--font-b);
    color: #333;
    margin-bottom: 1rem;
}

.foot_policy {
    padding: 1.5rem 0;
    margin: 2rem 0;
    border-top: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #ccc;
}

.foot_policy>ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.foot_policy>ul>li {
    margin: 0.2rem 0.4rem;
}

.foot_policy>ul>li>a {
    font-size: 1rem;
    color: #555;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
    line-height: 1.4;
}

.foot_policy>ul>li>a:hover {
    color: var(--red-2);
    text-decoration: underline;
}

.foot_cpr p {
    text-align: center;
    margin-bottom: 0;
    color: #555;
    font-size: 1rem;
}

.pn-banner {
    height: 30rem;
    clear: both;
    position: relative;
}

.pn-banner .full_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn-banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 99;
}

.pn-banner .banner_content .the_title {
    color: #fff;
    font-family: 'MulishB';
    line-height: 1.2;
    font-size: 3rem;
    text-transform: capitalize;
}

.container_center {
    min-height:500px;
    width: 76.65%;
    max-width: 1470px;
    height: 71.66%;
    border-radius: 6px;
    background-image: url(./templates/images/login_center_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: hidden;
    color: #fff;
}

.logo_box {
    position: relative;
}

.logo_box img {
    width: auto;
    height: 7rem;
}

.btn_cus1 {
    font-size: 1.2rem;
    display: block;
    border-radius: 0.4rem;
    padding: 0.3rem 1rem;
    background-color: var(--red-2);
    color: #fff;
    border-color: var(--red-2);
    box-shadow: unset;
    outline: unset;
    width: 100%;
    border-color: transparent;
}

.df-subLogin {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.df-subLogin a {
    color: #fff;
}

.one_click {
    position: relative;
    margin-top: 4rem;
}

.form_box {
    width: 368px;
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.one_click * {
    color: #fff;
    line-height: 1.625;
    font-size: 1.4rem;
}

.df-login1 {
    align-items: center;
    min-height: 100%;
}

.df-login1 .left,
.df-login1 .right {
    width: 50%;
    position: relative;
    padding:1rem 4rem 1rem 4rem;
}

.df-login1 .right {
    padding-left: 15%;
}

.df-login1 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pn-regis {
    padding: 3rem 0;
    background-size: cover!important;
    min-height: 100vh;
}

.list_user li a{
    font-size:1.2rem;
    font-family:'MulishM';
    align-items:center;
}

.list_user li a img{
    margin-right:5px;
}

.sub_userAction{
    list-style-type:none;
    padding-left:20px;
}
.sub_userAction > li{
    margin-bottom:5px;
}
.sub_userAction > li > a{
    font-size:1.1rem;
}


/* m_menu.php*/

#m_menu {
    display: none;
}

.close__menu {
    height: 1.5rem;
}

.title-rpmenu {
    padding:0 0;
    color:var(--black-2);
    font-size: 1.6rem;
    cursor: pointer;
    position: relative!important;
    z-index: 999;
    display: flex;
    justify-content:flex-start;
    align-items:center;

    top: unset!important;
    right: unset!important;
    text-transform:uppercase;
}

.m__menu{
    display:none;
}


.title-rpmenu .wrap{
    margin-right:0.5rem;
}

.head_menu .title-rpmenu{
    width:6rem;
}

.rp-name {
    font-size: 1.2rem;
    line-height: 1rem;
}

.title-rpmenu .icon-bar.last {
    margin-bottom: 0;
}

.title-rpmenu .wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}

.title-rpmenu .icon-bar {
    width:2rem;
    height: 0.25rem;
    background:var(--black-2);
    float: left;
    clear: both;
    margin-bottom: 0.4rem;
    border-radius: 0px;
    overflow: hidden;
    /* -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);*/
}

.title-rpmenu .icon-bar:last-child{
    margin-bottom:0;
}

#responsive-menu .content ul li span.gg {
    display: none;
}

#responsive-menu .close {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 24px;
    z-index: 99991;
    opacity: 1;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-color: transparent;
    padding: 0;
}

#responsive-menu {
    border-top: none;
    width: 100%;
    overflow: hidden;
    background:var(--black-1);
    position: absolute;
    z-index: 9999;
    display: none;
    left: 0;
    top: 0!important;
}


/* #responsive-menu.show {
    display: block;
} */

#responsive-menu .search {
    position: relative;
    padding: 0 5px;
    margin-top: 25px;
}

#responsive-menu .content {
    float: right;
    width: 100%;
}

#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

#responsive-menu .content>ul {
    padding: 0;
    margin: 0;
}

#responsive-menu .content>ul img{
    max-width:20px;
    height:auto!important;
    object-fit:contain;
    margin-right:5px;
    line-height:1;
}

#responsive-menu .content .toggle-menu {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
}

#responsive-menu .content .toggle-menu i {
    font-size: 16px;
    font-weight: 500;
    transition: .4s all;
}

#responsive-menu .content ul li a {
    color: #FFFFFF;
    font-size: 1.2rem;
    padding-left: 10px;
    display: block;
    max-width: calc(100% - 15px);
    line-height:1.4;
}

#responsive-menu .content ul li {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: pointer;
    float: none;
}

#responsive-menu .content ul li a {
    line-height: 40px;
}

#responsive-menu .content ul li:last-child {
    border-bottom: none;
}

#responsive-menu .content ul li:hover {
    background:var(--black-1);
}

#responsive-menu .content ul li ul {
    display: none
}

#responsive-menu .content li li:first-child {
    border-top: 1px solid #c4c4c4;
}

#responsive-menu .content>ul>li ul {
    position: relative;
}

#responsive-menu .content>ul li ul li {
    text-indent: 10px;
}

#responsive-menu .content>ul li ul li a {
    font-size: 1.1rem;
    text-transform: capitalize;
}

#responsive-menu .content>ul li ul li ul li {
    text-indent: 10px
}

#responsive-menu .content>ul li ul li ul li a {
    font-size: 1.1rem;
    text-indent: 2rem;
}

.res__head {
    padding:0.2rem 0.4rem;
}

.res__search {
    padding: 5px 10px;
}

.res__head span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
}

.res_search {
    padding: 1rem 1rem;
}

.res_search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.res_search form input {
    height: 3.6rem;
    width: calc(100% - 5rem);
    font-size: 1.6rem;
    padding-left: 1rem;
    outline: none;
    border-color: transparent
}

.res_search form button {
    height: 3.6rem;
    background-color: var(--color-4);
    color: #fff;
    outline: none;
    box-shadow: unset;
    font-size: 1.6rem;
    border-color: transparent;
    width: 5rem;
}

.res_action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1rem;
}

.res_action a img {
    height: 3rem;
    margin-right: 0.5rem;
}


/* End m_menu.php */



.head_menu  #responsive-menu{
    max-width:330px!important;

}





/*RB*/
@media screen and (min-width:1600px) {
    .container {
        max-width: 1450px;
    }
}

@media screen and (max-width:1595px) {
    .remote-header .header_wrapper{
         max-width:100%;
         padding:0 1rem;
    }
    .container{
        max-width:94%;
    }
    .pn-banner-full .container{
        max-width:100%;
    }
}

@media screen and (max-width:1400px) {
    .LeftMenuNormal>ul>li>a{
        font-size:1.2rem;
    }
    .logo-dark img{
        width:5rem;
    }
    .pn-condition{
        padding:2rem 0;
    }
    .df-condition .group_img{
        padding:2rem 4rem 2rem 0;
    }
    .df-condition .imgs{
        padding-left:0;
    }
    .trading_enviroment_option_box>div{
        width:6rem;
        height:6rem;
    }
    .trading_enviroment_option_box>div.active {
        /* transform: scale(2.5); */
        height:14rem;
        width: 12rem;
    }
    .nd_condition .vt{
        width:6rem;
        height:6rem;
    }
    .nd_condition .nd1{
        width:calc(100% - 7rem);
    }
    .nd_condition .nd1 .the_title{
        font-size:1.3rem;
    }
    .nd_condition .nd1 .the_excerpt{
        font-size:1.1rem;
        line-height:1.3;
    }
    .item-spgd .the_excerpt{
        font-size:1.4rem;
    }
    .item-spgd .spgd-name-desc .the_title{
        font-size:2rem;
    }
    .df-doc .the_title{
        font-size:2.4rem;
    }
    .df-doc .the_excerpt{
        font-size:1.2rem;
    }
    .list_sub_doc>li .info h5{
        font-size:1.4rem;
    }
    .sub_doc_meta{
        font-size:0.9rem;
    }
    .df-ptkt .the_title{
        font-size:2.4rem;
    }
    .df-ptkt .the_excerpt{
        font-size:1.2rem;
    }
    .list_sub_doc>li .info h5{
        font-size:1.2rem;
    }
    .cta_click{
        font-size:1.6rem;
        padding: 0.5rem 2.4rem 0.6rem 2.4rem
    }
    .list_sub_doc>li .icon{
        width:5rem;
        height:5rem;
        padding:1.5rem 1.5rem;
    }
    .list_sub_doc>li .icon img{
        width:3rem;
        height:3rem;
    }
    .list_sub_doc>li .info{
        width:calc(100% - 6rem);
    }
    .pn-connect h2.text-center{
        font-size:2rem;
    }
    .list_conect>li>p.numberic{
        font-size:2.4rem;
    }
    .list_conect>li h4.the_title{
        font-size:1rem;
    }
    .item-spgd .spgd-serial .num{
        font-size:2.4rem;
    }
    .pn-createAccount .tit_page h2{
        font-size:2.6rem;
    }
    .list_lk>li>a{
        padding:0.6rem 1.5rem;
    }
    .df-lt .tk{
        font-size:3rem;
    }
    .df-lt .tk{
        width:10rem;
        height:8rem;
    }
    .df-lt .img_r{
        width:calc(100% - 11rem);
    }
    .df-lt .img_r img{
        max-height:8rem;
    }

    .container_center{
        height:96%;
        width:90%;
    }
}

@media screen and (max-width:1280px) {
    .pn-banner-full{
        margin-top:0.5rem;
    }
    .df-condition .group_img{
        padding-top:0;
    }
    .item-spgd{
        height:25rem;
    }
    .list_sub_doc{
        margin-top:1.5rem;
    }
    .pn-ptkt{
        padding:2rem 0;
    }
    .list_conect{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center
    }
    .list_conect>li{
        width:calc(50% - 0.8rem);
        margin:0.4rem 0.4rem;
    }
    .container_center{
        width:100%;
        height:100%;
    }
}

@media screen and (max-width:1100px) {
    .header_rightWrapper{
        width:280px;
    }
    .m__menu{
    display:block;
    visibility:visible;
}

    .df-condition{
        flex-direction:column;
    }
    .df-condition .group_img,.df-condition .info{
        width:100%;
        padding:0 0;
    }
    .df-condition .imgs .wp_icd{
        padding:2rem 2rem;
        width:600px;
        height:600px;
        margin:0 auto;
    }

    .df-doc{
        flex-direction:column;
    }
    .df-doc .left,.df-doc .right{
        width:100%;
        padding:0 0;
    }
    .df-doc .left{
        margin-bottom:1rem;
    }

    .LeftMenuNormal{
        display:none;
    }
    .df-base_info>li .base_value{
        font-size:1.8rem;
    }
    .df-base_info>li .base_name span{
        font-size:0.8rem;
    }
    .btn_base_start{
        padding:0.5rem 1rem;
    }
    .df-ptkt{
        flex-direction:column-reverse;
    }
    .df-ptkt .left,.df-ptkt .right{
        width:100%;
        padding:0 0;;
    }
    .df-ptkt .left{
        margin-top:2rem;
    }
    .container{
        max-width:96%;
    }
    .swipperPttk{
        height:30rem;
    }
    .img_libpttk .inner{
        padding:2rem 2rem;
    }
    .img_libpttk{
        padding-bottom:60%;
    }
    .df-doc .the_title{
        font-size:2rem;
        margin-top:2rem;
    }
    .pn-doc{
        padding-bottom:1rem;
    }
    .gird_spgd{
        gap:10px;
    }
    .item-spgd{
        flex-direction:column;
        padding:1rem 1rem;
    }
    .item-spgd > div{
        width:100%!important;
    }
    .spgd-name-desc .av img{
        height:6rem;
    }
    .df-foot{
        flex-direction:column;
    }
    .df-foot>div{
        flex-direction:column;
        width:100%!important;
        padding:0 0;
    }
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:991px) {
    .banner-content_contentWrapper__7JIEe {
        min-height: 450px;
    }
    .banner-content_homeBannerTitleWrapper h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .container {
        max-width: 96%;

    }
    .pn-exchange {
        padding-bottom: 1rem;
    }
    .pn-cdc {
        padding: 3rem 0;
    }
    .products_productsCont>li>.products_webCont img {
        width: 100px;
        height: 100px;
    }
    .products_productsCont>li>.products_webCont .products_rightPart {
        width: calc(100% - 110px);
    }
    .wrap-cont_chart {
        height: 100vh;
    }
    .pn-tien-pho-bien .inner .wrap-cont_chart{
        min-width:850px;
    }
    .pn-tien-pho-bien .inner{
        overflow-x:scroll;
    }
    .item-slide{
        height:35vh;
    }
}

@media screen and (max-width:768px) {

   .one_click{
    display:none;
   }
   .logo_box{
    text-align:center;
   }
    #form-dangky{
        margin:0 auto;
        max-width:100%;
    }
    .df-login1{
        flex-direction:column;
        padding:1rem 1rem;
    }
    .df-login1 > div{
        width:100%!important;
        padding:1rem 1rem!important;
    }

    .df-base_info{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .df-base_info>li{
        width:calc(50%  - 1rem);
        margin:0.5rem 0.5rem;
        border-right-color:transparent;
    }
    .df-base_info>li:last-child{
        text-align:center;
        width:100%;
    }
    .df-base_info>li .btn_base_start{
        margin:0 auto;
    }
    .df-exchange .right {
        padding: 0;
        width: 100%;
        margin-top: 2rem;
    }
    .df-exchange .left {
        width: 100%;
        margin-bottom: 1rem;
    }
    .df-exchange {
        flex-direction: column;
    }
    .pn-footer {
        padding: 3rem 0;
    }
    .df-foot {
        flex-direction: column;
    }
    .df-foot .left,
    .df-foot .right {
        width: 100%;
    }
    h3.tit_foot {
        margin-bottom: 2rem;
    }
    .list_fcdc {
        text-align: center;
    }
    .grid__foot{
        grid-template-columns:1fr 1fr;
        grid-gap:1rem;
    }
    .container {
        max-width: 98%;

    }
    .pn-createAccount .sub_tit>li{
        margin:0 0.4rem;
    }
    .list_lk>li>a{
        font-size:1.4rem;
    }
    .list_conect>li{
        text-align:center;
    }

    .pn-spgd .inner{
        overflow-x:scroll;
    }
    .pn-spgd .inner .gird_spgd{
        min-width:750px;
        padding-bottom:1rem;
    }
    .item-spgd .spgd-name-desc .the_title{
        font-size:1.6rem;
    }
    .item-spgd .the_excerpt{
        font-size:1.2rem;
    }
    .spgd-name-desc .av img{
        height:4rem;
    }


}

@media screen and (max-width:650px) {
    .cta{
        text-align:center;
    }
    .pn-createAccount{
        padding:2rem 0;
    }
    .trading_enviroment_item_4 {
      transform: translate(0px, 10px);
   }
   .trading_enviroment_item_2 {
      transform: translate(50px, 350px);
    }
    .trading_enviroment_item_6 {
       transform: translate(350px, 0px);
    }
    .trading_enviroment_option_box>div.active {
        /* transform: scale(2.5); */
        height:8rem;
        width: 6rem;
    }
    .trading_enviroment_option_box>div{
        width:5rem;
        height:5rem;
    }
    .trading_enviroment_option_box{
        width:100%;
        height:100%;
    }
    .df-condition .imgs{
        padding:0 2rem 0 0;
    }
    .df-condition .imgs .wp_icd{
         width:500px;
         height:500px;
    }
    .df-condition .info{
       margin-top:4rem;
    }
    .pn-footer {
        margin-bottom: 1rem;
    }
    .remote-header .header_wrapper {
        padding: 0.2rem 0.5rem;
    }
    .LeftMenuNormal {
        display: none;
    }
    .grid__foot {
        grid-template-columns: 1fr 1fr;
    }
    .video-player_specs-tab_item label {
        font-size: 0.9rem;
    }
    .video-player_specs-tab_item svg {
        margin-bottom: 12px;
        font-size: 35px;
    }
    .video-player_specs-tab {
        height: 140px;
    }
    .menu_m {
        display: block;
        background: #fff;
    }
    .item-menu a {
        color: #444;
    }
    .list_user{
        padding-left:10px;
    }

}

@media screen and (max-width:576px) {
    .v-chart_ex {
        margin-bottom: 0;
    }
    .pn-footer .container {
        padding: 0 1rem;
    }
    .products_productsCont {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .video-player_specs-tab {
        position: relative;
    }
    .video-player_specs-tab_item label {
        text-align: center;
    }
    .video-player_specs-tab_item {
        padding: 5px;
    }
    .why-choose-container {
        padding: 1rem;
    }
    .df-link{
        flex-direction:column;
    }
    .df-link .left,.df-link .right{
        width:100%;
        padding:0 0;
    }
    .df-link .right{
        justify-content:flex-start;
        margin-top:0.6rem;
    }
    .pn-createAccount .sub_tit>li p{
        font-size:1rem;
    }
    .pn-createAccount .tit_page h2{
        font-size:2rem;
    }
    .img_libpttk{
        padding-bottom:80%;
        overflow:hidden;
    }
    .list_sub_doc>li .icon{
        padding:0.5rem;
    }
    .item-spgd.active{
        flex:2;
    }
    .pn-footer{
        padding-bottom:1rem;
    }
    .foot_content{
        padding:1rem 1rem;
    }
    h3.tit_foot{
        font-size:1.4rem;
    }
    .grid__foot .item .nd ul>li{
        font-size:1rem;
    }
    h3.tit_foot{
        margin-bottom:1rem;
    }

    .rightMenuLogin{
        margin-right:5px;
    }

}

@media screen and (max-width:500px) {
    .item-slide{
        height:30vh;
    }
    .banner-content_homeBannerTitleWrapper {
        margin-top: 40px;
    }
    .banner-content_contentWrapper__7JIEe {
        min-height: 350px;
    }
    .banner-content_homeBannerTitleWrapper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-content_homeBannerTitleWrapper .sub * {
        font-size: 18px;
        line-height: 26px;
    }
    .list_cdc>li>a>img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .rightMenuLogin>li>a{
        font-size:1rem;
        padding: 0.6rem 1rem;
    }
    .header_leftWrapper .logo-dark{
        padding:0 0;
    }
}

@media screen and (max-width:430px) {
    .df-condition .imgs .wp_icd{
        width:400px;
        height:400px;
    }

    .trading_enviroment_item_1 {
        transform: translate(250px,200px);
    }

    .trading_enviroment_item_2 {
        transform: translate(90px,280px);
    }

    .trading_enviroment_item_3 {
        transform: translate(-50px,200px);
    }

    .trading_enviroment_item_4 {
        transform: translate(-50px,50px);
    }

    .trading_enviroment_item_5 {
        transform: translate(120px,-50px);
    }

    .trading_enviroment_item_6 {
        transform: translate(270px, 30px);
    }
    .pn-connect h2.text-center{
        font-size:1.6rem;
    }
}


@media screen and (max-width:410px) {
    .df-condition .imgs .wp_icd{
        scale:0.9;
        margin-left:-5%;
    }
}
@media screen and (max-width:376px) {
    .df-condition .imgs .wp_icd{
        scale:0.8;
        margin-left:-10%;
    }

}

@media screen and (max-width:320px) {}