html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
li {
    list-style: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* End extract */
html, body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
    font-family: "Segoe UI", Arial, sans-serif
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.w3-serif {
    font-family: "Times New Roman", Times, serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px 0
}

.w3-wide {
    letter-spacing: 4px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

@font-face {
    font-family: 'SVN';
    src: url('../fonts/SVN-Poppins-Regular.otf');
}

@font-face {
    font-family: 'SVN-bold';
    src: url('../fonts/SVN-Poppins-Bold.otf');
}

@font-face {
    font-family: 'cCiel';
    src: url('../fonts/iCielBCBlacksword-Regular.otf');
}

body {
    font-family: 'SVN';
}

b {
    font-family: 'SVN-bold';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: sticky;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.text-center {
    text-align: center;
}

.display_flex {
    display: flex;
}

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

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col12, .col6, .col4, .col3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col6 {
        width: 50%;
    }

    .col4 {
        width: 33.33%;
    }

    .col3 {
        width: 25%;
    }

    .col12 {
        width: 100%;
    }

}

.bank-all {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    min-height: 75px;
    flex-flow: row nowrap;
    cursor: pointer;
}

.bank-list {
    padding-left: 10px
}

.bank-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .package-items {
        margin-top: 0px !important;
    }

    .main-landing {
        margin-top: 20px !important;
    }
}
.text-white {
    color: #ffffff !important;
}

.text-red {
    color: red;
}

.sec_ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

#header_section {
    height: 72px;
    background: #ffffff;
    overflow: hidden;
}

.nav-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.main_menu ul li {
    list-style: none;
    display: inline-block;
}

.menu_item_has_child {
    padding: 15px 26px;
}

.header-logo {
    display: block;
    width: 88px;
    height: 36px;
    background: url(https://storage.googleapis.com/npay/assets/static/landing/logo.svg) center no-repeat;
    background-size: 100%;
    text-indent: -99999px;
}

.banner {
    width: 100%;
    padding: 90px 0 0 0;
    min-height: 700px;
    background: radial-gradient(146.39% 219.58% at 85.76% 56.31%, #00C1DB 0%, #501BE7 100%), #C4C4C4;
}

.banner-img-bg {
    width: 880px;
    height: 460px;
    background: url(../images/img-banner.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    position: absolute;
    right: -155px;
    top:30px
}

.btn-nav-right {
    color: #0F97C5;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.btn-nav-right.border {
    border: 2px solid #0F97C5 !important;
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
    color: #0f97c5;
}

.text-border {
    padding: 8px 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 46px;
    width: fit-content;
}

.modal-open {
    -ms-overflow-style: none;
    overflow: auto;
}

.modal-open::-webkit-scrollbar {
    display: none;
}

.price-banner-inner {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 10px;
}

.price {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 1;
    height: 44px;
    margin-right: 5px;
}

.price-title {
    margin-right: 24px;
    font-size: 20px;
    font-weight: 600;
}

.sub-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub-pr1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.sub-pr2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin: 0!important;
}
.li-icon p{margin: 0!important;}
.title-banner {
    font-family: "cCiel";
    font-style: italic;
    font-size: 50.6154px;
    line-height: 81px;
    color: #FFDE6A;
    text-shadow: 0px 4px 20px rgba(39, 39, 39, 0.35);
}

.li-banner {
    margin: 6px 0;
}

.li-banner:before {
    content: '';
    display: inline-block;
    background: url("../images/check.svg") no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
    margin-right: 12px;
}

.btn-banner {
    padding: 12px 53px;
    background: #ffffff;
    color: #0F97C5;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: block;
    width: fit-content;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    font-weight: 600;
    font-size: 28px;
    font-style: normal;
    color: #000;
    margin: auto;
    margin-bottom: 20px;
}

.bg-blue {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(146.39% 219.58% at 85.76% 56.31%, #00C1DB 0%, #501BE7 100%);;
}

.bg-green {
    background: #E4FAFF;
}

.title-2column {
    align-items: center;
}

.icon-title {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.chart-icon {
    background: url("../images/chart-bar.svg") no-repeat;
}

.text-title {
    width: 390px;
    line-height: 42px;
}

.li-icon {
    display: flex;
    align-items: center;
    margin: 15px 0 25px 0;
}

.li-icon p {
    font-size: 16px;
    max-width: 435px;
    font-weight: 400;
}

.icon-small {
    display: block;
    background: url("../images/icon-help.svg") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.section1-img-bg {
    width: 745px;
    height: 435px;
    background: url(../images/img-section1.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    margin-left: -60px;
}
.section1-img-bg1 {
    width: 745px;
    height: 435px;
    background: url(../images/home-1.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    margin-left: -60px;
}
.icon-large {
    width: 68px;
    height: 68px;
    display: block;
    margin-right: 12px;
}

.ico-247 {
    background: url("../images/icon-247.svg") no-repeat;
}

.ico-chart {
    background: url("../images/icon-chart.svg") no-repeat;
}

.ico-storage {
    background: url("../images/icon-storage.svg") no-repeat;
}

.block-step {
    background: radial-gradient(178.47% 264.75% at 53.68% 104.87%, #00CCE8 0%, #4870FF 61.46%), #C4C4C4;
}

.block-3-item {
    margin-top: -250px;
}

.block-item {
    background: #ffffff;
    box-shadow: 0px 0px 28.5424px rgba(10, 68, 197, 0.2);
    border-radius: 36px;
    padding: 0px 55px;
    height: 328px;
}

.block-item-img {
    width:100%;
    height: 210px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.block-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.step-deposit {
    padding: 50px 0;
}

.mySlides {
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    transition-property: transform;
}

.bg-step {
    position: relative;
}



.manual-device {
    position: absolute;
    top: 0;
    left: 22%;
}
@media (min-width: 768px)
{
    .img-fluid-slide {
        max-width: 80%!important;
        height: auto;
    }
}
@media (min-width: 992px)
{
    .img-fluid-slide {
        max-width: 60%!important;
        height: auto;
    }
}
.d-block {
    display: block !important;
}

.step-1 {
    background: url(../images/step1.png) center no-repeat;
    background-size: cover;
}


.step-2 {
    background: url(../images/step2.png) center no-repeat;
    background-size: cover;
}

.step-3 {
    background: url(../images/step3.png) center no-repeat;
    background-size: cover;
}

.step-4 {
    background: url(../images/step4.png) center no-repeat;
    background-size: cover;
}

.step-payment {
    position: relative;
    list-style: none;
    display: block;
    margin-top: 30px;
}

.choose-step {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    min-height: 100px;
    flex-flow: row nowrap;
    cursor: pointer;
    text-indent: 0;
    margin-top: 0;
    padding: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid-slide {
    max-width: 60%;
    height: auto;
    float: left;
}
.btn__social li{ margin: 0 5px}
.choose-step:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 18px;
    top: 0;
    border-left: 1px dashed rgba(255, 255, 255, .3);
    z-index: -1;
}

.process__number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #1286CE;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-step.active .process__number {
    background: #fff !important;
}

.choose-step.active .process__number span {
    color: #1286CE !important;
}

.process__body {
    flex: 1 1 0px;
    padding-left: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.process_item .process__body-title {
    font-weight: 700;
    color: rgba(255, 255, 255, .8);
}

.process__number span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.choose-step i {
    display: flex;
    width: 36px;
    height: 36px;
    background: #1286CE;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-style: initial;
    margin-right: 20px;
}

.choose-step.active {
    font-weight: 600;
}

.choose-step.active i {
    background: #fff;
    color: #1286CE;
}

.package {
    background: #FFFFFF;
    border: 2px solid #28A0D3;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 24px;
    position: relative;
}

.package-hot {
    display: none;
    position: absolute;
    top: -2px;
    right: 10px;
}

.package-hot img {
    width: 64px;
    height: auto;
}

.package.active .package-hot {
    display: block;
}

.package-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.package-price {
    font-style: normal;
    font-weight: 600;
    font-size: 53px;
    line-height: 79px;
    color: #0F97C5;
}

.package-items {
    margin-top: 60px;
    margin-bottom: 40px;
}

.package-list li {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #6E757C;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-items: self-end;
    padding-left: 30px;
}

.package-list li:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/check1.svg') no-repeat;
    position: absolute;
    margin-left: -30px;
}

.package.active .package-list li:before {
    background: url('../images/check2.svg') no-repeat;
}

.package-button {
    width: 100%;
    height: 59px;
    color: #0F97C5;
    background: #EAF3FE;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.package.active {
    background: #04BAE2;
    border: 2px solid #04BAE2;

}

.package.active .package-title {
    color: #FFFFFF;
}

.package.active .package-price {
    color: #FFFFFF;
}

.package.active .package-list li {
    color: #FFFFFF;
}

.package.active .package-button {
    color: #0F97C5;
    background: #FFFFFF;
}

.frame {
    background: #E4FAFF;
    border-radius: 36px;
    height: 318px;
}

.contact-block {
    background: #FFFFFF;
    border-radius: 36px;
    padding: 27px;
}

.contact-block-img {
    display: flex;
    justify-content: center;
}

.contact-block-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 20px auto;
}

.contact-block-button {
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    background: #0F97C5;
    border-radius: 12px;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
    justify-content: space-between;
}

.contact-block-button:hover, .btn-cm-normal:hover {
    color: #fff
}

.accordion-main {
    width: 100%;
}

.accordion {
    width: 100%;
    border-bottom: 0px;
    margin: 20px 0 0 0;
    position: relative;
}

.accordion:last-child {
    /* border-bottom:1px solid #cccccc; */
}

.accordion-title {
    display: flex;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    align-items: center;
    font-weight: 600;
    padding: 15px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(33, 62, 97, 0.1);
    border-radius: 8px;
}

.accordion-title.active {
    background-color: #ffffff;
    color: #0F97C5;
}

.accordion-content {
    padding: 25px 25px 0 25px;
    font-weight: 400;
    display: none;
}

.accordion-content p {
    margin: 0px;
}

.bg-faq {
    height: 436px;
    width: 670px;
    background: url("../images/bg-faq.svg") no-repeat;
}

.mb-90 {
    margin-bottom: 90px;
}

.support-block {
    height: 190px;
    width: 100%;
    background: radial-gradient(146.39% 219.58% at 85.76% 56.31%, #00CCE8 0%, #4870FF 100%), radial-gradient(214.64% 321.95% at -16.37% 145.55%, #1DBFFF 0%, #2696F3 15.82%, #2F6FE8 33.71%, #3550DF 51.4%, #3A3AD8 68.59%, #3D2CD4 85.05%, #3E28D3 100%), #C4C4C4;
    border-radius: 36px;
    margin-top: -95px;
    padding: 25px 45px 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.support-block p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.button-bot {
    width: 204px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 12px;
    color: #0F97C5;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.footer-main {
    margin-top: 40px;
    padding: 16px 0;
    border-bottom: 1px solid #CFD2D8;
}

.footer-main-content {
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-box2-img {
    padding: 16px 0;
}

.footer-right-content .btn-cm-normal {
    float: right;
}

.copy-right {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0;
}

.new_l_item-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: grid;
}

.new_l_item-img .img-new {
    position: absolute;
    width: 100%;
    height: 100%;
}

.new_l_item-img .img-new img {
    height: 100%;
    object-fit: fill;
}

.block_4_content {
    text-align: center;
    padding: 0px 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.list-unstyled.ct_ul {
    margin-bottom: 2rem;
}

.ct_ul li {
    color: #3c5059;
    position: relative;
    font-weight: 900;
}

.ct_ul li a {
    color: #3C5059;
    font-size: 16px;
    text-decoration: underline;
}

.ct_ul li span {
    width: 16px;
    height: 16px;
    background: url(https://storage.googleapis.com/npay/assets/webroot/9pay/9pay/images/icon_arrow.png) no-repeat;
    background-position: center;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: -12px;
    right: -8px;
    filter: invert(6%) sepia(33%) saturate(4409%) hue-rotate(0deg) brightness(-62%) contrast(44%);
    -webkit-filter: invert(6%) sepia(33%) saturate(4409%) hue-rotate(0deg) brightness(-62%) contrast(44%);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2e5a90;
    border-color: #2e5a90;
}

.fb-box3-dl {
    clear: both;
    padding-top: 12px;
    float: right;
}

.fb-box3-dl img {
    width: 146px;
    height: 44px;
}

.btn__social {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-top: 5px;
}

.btn-cm-normal {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 10px 30px;
    background: #2E5A90;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    margin-left: 10px;
}

.footer-left-content {
    padding: 16px 0;
}

.content-block-sm {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.box-partner {
    display: flex;
    justify-content: center;
    height: 140px;
    align-items: center;
    border: 1px solid #EFEFEF;
    margin-left: -15px;
    margin-right: -15px;
}

.close-popup {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
}

.close-popup:hover {
    opacity: 1;
}

.close-popup:before, .close-popup:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #6E757C;
}

.close-popup:before {
    transform: rotate(45deg);
}

.close-popup:after {
    transform: rotate(-45deg);
}

.mobile-nav-button {
    position: absolute;
    margin: 21px;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.mobile-nav-button .mobile-nav-button__line {
    width: 100%;
    height: 4px;
    background: #6E757C;
    position: relative;
    transition: 1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.5rem 0;
}

.mobile-nav-button .mobile-nav-button__line--1 {
    transform: rotate(45deg);
    top: 13px;
    position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 {
    display: none;
}

.mobile-nav-button .mobile-nav-button__line--3 {
    transform: rotate(135deg);
    top: 13px;
    position: absolute;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.utility {
    margin-top: 30px
}

.main-document, .main-landing {
    margin-top: 72px;
}

.mobile-menu {
    /*display: none;*/
    max-width: 500px;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
    padding: 16px;
}

.mobile-menu ul {
    position: relative;
    border-top: 1px solid #6E757C;
    padding: 16px 0;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.mobile-menu ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}


.mobile-menu ul li a:hover:after {
    right: 0;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    right: 0;
    opacity: 1;
    display: block;
}
.block-item-img img {
    padding-top: 10px;
}
@media (min-width: 769px) {
    .mobile-nav-button, .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .support-block img {
        display: block!important;
    }
}

.main-content {
    min-height: 400px;
    background: #F4F6FA;
}

.main-content-inner {
    margin: auto;
    padding: 50px 18px 18px 18px;
    padding-bottom: 120px;
}

.left-content {
    min-height: 400px;
    width: 30%;
    padding: 0 24px 0 24px;
    border-radius: 12px;
    margin-right: 24px;
}

.right-content {
    width: 70%;
    height: 100%;
}

.child-list {
    padding: 6px 12px;
}

.title-content {
    font-weight: 600;
    border-bottom: 2px solid #E0E0E0;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0!important;
}

.left-content li {
    margin: 5px 0;
}
.left-content li a{color:#000;text-decoration: none }
.left-content li.active a,.left-content li.active a:hover{
    color:#279BF5
}
.right-content-item {
    background: #ffffff;
    display: flex;
    padding: 16px 24px;
    border-radius: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
    align-items: center;
}

.contract-name {
    color: #000;
    font-size: 16px;
}

.contract-des {
    color: #A0A4A8;
    font-size: 14px;
}

.dl {
    display: inherit;
}

@media (max-width: 1440px) {

    .container {
        padding: 0 15px;
    }

    .banner {
        min-height: unset;
    }


    .play-ytb {
        width: 680px;
        height: 370px;
        right: 0;
    }

    .section1-img-bg {
        width: 620px;
        height: 360px;
        margin: auto;
    }
    .section1-img-bg1 {
        width: 620px;
        height: 360px;
        margin: auto;
    }

    .section_2 .section-title {
        margin-bottom: 100px;
    }

    .bg-faq {
        height: auto;
        width: 100%;
        background-size: 100%;
        padding-bottom: 70%;
    }
}

@media (max-width: 1200px) {
    .banner-img-bg {
        display: none;
    }
    .package-price {
        font-size: 44px;
    }
    .play-ytb {
        display: none;
    }

    .container {
        max-width: 768px;
    }

    .col6 {
        width: 100%;
    }

    .block-item {
        padding: 0 15px;
    }


    .block-text {
        font-size: 15px;
    }

    .package-list li {
        font-size: 13px;
    }

    .contact-block-text {
        font-size: 15px;
    }

    .col3 {
        width: 50%;
    }

}

@media (max-width: 768px) {


    .section1-img-bg {
        width: 100%;
        padding-bottom: 60%;
        height: auto;
    }
    .section1-img-bg1 {
        width: 100%;
        padding-bottom: 60%;
        height: auto;
    }

    .section_1 img {
        width: 100%;
    }



    .text-title {
        width: calc(100% - 64px);
    }

    .icon-large {
        width: 48px;
        height: 48px;
        margin-right: 12px;
        background-size: 100%;
    }

    .li-icon p {
        max-width: calc(100% - 60px);
    }

    .package, .block-item, .frame, .contact-block {
        margin: 10px 0;
    }

    .support-block {
        padding: 15px 45px 0 45px;
    }

    .support-block img {
        display: none;
    }

    .support-block p {
        font-size: 13px;
    }

    .button-bot {
        width: 150px;
        height: 40px;
        font-size: 13px;
    }

    .img-bg-step {
        width: 100%;
    }

    .block-3-item {
        margin-top: -145px;
    }

    .sec_ptb_30 {
        padding: 0;
        margin: 10px 0;
    }

    .main_menu, .menu-right {
        display: none;
    }

    .main-content-inner {
        flex-wrap: wrap;
        padding: 18px 0;
        padding-bottom: 120px;
    }

    .left-content {
        width: 100%;
        margin: 0;
        min-height: unset;
        margin-bottom: 24px;
    }

    .right-content {
        width: 100%;
    }
}

/*auth*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-auth {
    max-width: 440px;
    margin: 100px auto;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.container-error {
    margin: 100px auto;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.wrap-auth .header-logo {
    margin: 10px auto;
}

.wrap-auth {
    padding: 0 15px
}

.main_menu .menu_item_has_child a {
    color: #000
}

.auth-form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-input-label {
    font-size: 15px;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #999;
    z-index: 1;
    -webkit-transition: font-size .15s ease-out, -webkit-transform .15s ease-out;
    transition: font-size .15s ease-out, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, font-size .15s ease-out;
    transition: transform .15s ease-out, font-size .15s ease-out, -webkit-transform .15s ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    pointer-events: none;
}

.input_label {
    height: 55px;
    border: .10px solid #c9d2d7;
    font-size: 15px;
    padding: 0 15px;
    outline: none !important;
    border-collapse: collapse;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.textarea_label {
    border: .10px solid #c9d2d7;
    font-size: 15px;
    padding: 0 15px;
    outline: none !important;
    border-collapse: collapse;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.focused .form-input-label {
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem);
    font-size: 11px;
    z-index: 10;
}

.btn-auth {
    background: #0F97C5;
    border: 1px solid #0F97C5;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 16px 0;
    cursor: pointer;
}

.box-text-link {
    width: 100%;
    text-align: center;
}

.text-link {
    color: #3555E1;
}

@media (max-width: 768px) {
    .container-auth {
        margin: 0 auto;
    }
}

label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #f44336;
}

.box-login a:first-child {
    float: left;
}

.box-login a:last-child {
    float: right;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
}

.package-price span {
    font-size: 25px !important;
}

.icon-show-pass {
    position: absolute;
    right: 20px;
    top: 18px;
}

.fa-eye, .fa-eye-slash {
    color: #52575C !important;
}

.sec_ptb_30 .li-icon p span {
    font-weight: bold;
    font-size: 16px;
}

.sec_ptb_30 .li-icon p {
    font-size: 14px;
}

.play-ytb {
    cursor: pointer;
    width: 171px;
    height: 200px;
    background: url(../images/play.png) no-repeat;
    background-size: 100%;
    z-index: 1000;
    position: absolute;
    right: 229px;
    top: 232px;
    -webkit-animation: sizeanimate33 1s linear infinite;
    animation: sizeanimate33 1s linear infinite;
}
.content-document{padding: 0 20px;width: 100%}
@-webkit-keyframes sizeanimate33 {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    55% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes sizeanimate33 {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    55% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.img-action {
    cursor: pointer
}

.mark-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    opacity: 0.6;
    z-index: 999;
}

.head_nav.fix {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.video-trailer {
    position: fixed;
    width: 800px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    transform: scale(0.001);
    z-index: 999;
    transition: all 1s;
    opacity: 0;
    background: #000;
    background-size: 100%;
}

.video-trailer.show {
    opacity: 1;
    transform: scale(1);
}

.show-trailer {
    overflow: hidden;
}

.show-trailer .mark-layer {
    display: block;
}

.show-trailer .play-ytb {
    display: none;
}

.not-show:before {
    background: none !important;
}

.close, .limiter button {
    border: none !important;
    outline: none !important;
}

.nav-link {
    color: #0F97C5
}

.arrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.accordion-title.active .arrow {
    border-color: #0F97C5;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.accordion-title .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modal-header {
    border-bottom: none !important;
}

.modal-content {
    border-radius: 24px !important;
}

.error-boarder {
    border-color: #f44336;
}

.button-bot:hover, .btn-nav-right:hover {
    color: #0F97C5
}
.btn-nav-right.border-dm {
    border: 1px solid #0F97C5 !important;
    border-radius: 8px;
    padding: 5px 40px 5px 16px;
    text-align: center;
    color: #0f97c5;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}
.btn-nav-right.border-dm img{
    position: absolute;
    right:10px;
    top:6px
}
.content_active{display: block}
.content_unactive{display: none}
.fb-box3-dl a{padding: 10px 0 10px 0}
