/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 27, 2020, 2:08:57 PM
    Author     : baotr
*/
h2,h3{
    color: #00c9fd;
}

*{
    color: #00c9fd;
}
.jumbotron{
    padding: 2rem 0;
}
ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



@media only screen and (min-width:600px) {
    .phoneWidth {
        width: calc(calc(100% - 40px) / 3);
    }
    .nav {
        display: block;
    }
    .btn-custom{
        width: 300px;
        height: 80px;
    }
}

@media only screen and (max-width:600px) {
    .phoneWidth {
        width: 100%;
    }
    .nav {
        display: none;
    }
    .btn-custom{
        width: 220px;
        height: 60px;
        font-size: 13px;
    }
}

.item img{
    width: 80%;
    height: 80%;
}

.owl-carousel .owl-item img {
    width: 85%;
    margin: auto;
}

@media (min-width: 576px) {
    .img-logo{
        width: 220px;
    }
}
/*/ Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .img-logo{
        width: 260px;
    }
}
/*/ Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .img-logo{
        width: 300px;
    }
}
/*/ Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
     .img-logo{
        width: 300px;
    }
}

/* reset */

/*html,*/
/*body,*/
/*div,*/
/*span,*/
/*applet,*/
/*object,*/
/*iframe,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*blockquote,*/
/*pre,*/
/*a,*/
/*abbr,*/
/*acronym,*/
/*address,*/
/*big,*/
/*cite,*/
/*code,*/
/*del,*/
/*dfn,*/
/*em,*/
/*img,*/
/*ins,*/
/*kbd,*/
/*q,*/
/*s,*/
/*samp,*/
/*small,*/
/*strike,*/
/*strong,*/
/*sub,*/
/*sup,*/
/*tt,*/
/*var,*/
/*b,*/
/*u,*/
/*i,*/
/*dl,*/
/*dt,*/
/*dd,*/
/*ol,*/
/*nav ul,*/
/*nav li,*/
/*fieldset,*/
/*form,*/
/*label,*/
/*legend,*/
/*table,*/
/*caption,*/
/*tbody,*/
/*tfoot,*/
/*thead,*/
/*tr,*/
/*th,*/
/*td,*/
/*article,*/
/*aside,*/
/*canvas,*/
/*details,*/
/*embed,*/
/*figure,*/
/*figcaption,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*output,*/
/*ruby,*/
/*section,*/
/*summary,*/
/*time,*/
/*mark,*/
/*audio,*/
/*video {*/
/*     margin: 0; */
/*     padding: 0; */
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*    color: #00a9da;*/
/*}*/

/*article,*/
/*aside,*/
/*details,*/
/*figcaption,*/
/*figure,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*section {*/
/*    display: block;*/
/*}*/

/*ol,*/
/*ul {*/
/*    list-style: none;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

/*blockquote,*/
/*q {*/
/*    quotes: none;*/
/*}*/

/*blockquote:before,*/
/*blockquote:after,*/
/*q:before,*/
/*q:after {*/
/*    content: '';*/
/*    content: none;*/
/*}*/

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*}*/

/*.img-logo{*/
/*    width: 300px;*/
/*    !*margin-bottom: 30px;*!*/
/*}*/



/*!* start editing from here *!*/

/*!*---start-responsive design----*!*/

/*!*@media only screen and (max-width: 1440px) and (min-width:1366px) {*/
/*    */
/*    .img-logo{*/
/*        width: 300px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1366px) and (min-width:1280px) {*/
/*   */
/*    */
/*     .img-logo{*/
/*        width: 300px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1024px) and (min-width:768px) {*/
/*   */
/*    */
/*     .img-logo{*/
/*        width: 260px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 768px) and (min-width:640px) {*/

/*  */
/*     .img-logo{*/
/*        width: 260px;*/
/*        margin-bottom: 25px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) and (min-width:480px) {*/
/*    .img-logo{*/
/*        width: 220px;*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:480px) and (min-width:320px) {*/
/*   */
/*    */
/*     .img-logo{*/
/*        width: 220px;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:320px) and (min-width:240px) {*/
/*   */
/*    */
/*     .img-logo{*/
/*        width: 220px;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*!*/


/*!* reset *!*/

/*html,*/
/*body,*/
/*div,*/
/*span,*/
/*applet,*/
/*object,*/
/*iframe,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*blockquote,*/
/*pre,*/
/*a,*/
/*abbr,*/
/*acronym,*/
/*address,*/
/*big,*/
/*cite,*/
/*code,*/
/*del,*/
/*dfn,*/
/*em,*/
/*img,*/
/*ins,*/
/*kbd,*/
/*q,*/
/*s,*/
/*samp,*/
/*small,*/
/*strike,*/
/*strong,*/
/*sub,*/
/*sup,*/
/*tt,*/
/*var,*/
/*b,*/
/*u,*/
/*i,*/
/*dl,*/
/*dt,*/
/*dd,*/
/*ol,*/
/*nav ul,*/
/*nav li,*/
/*fieldset,*/
/*form,*/
/*label,*/
/*legend,*/
/*table,*/
/*caption,*/
/*tbody,*/
/*tfoot,*/
/*thead,*/
/*tr,*/
/*th,*/
/*td,*/
/*article,*/
/*aside,*/
/*canvas,*/
/*details,*/
/*embed,*/
/*figure,*/
/*figcaption,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*output,*/
/*ruby,*/
/*section,*/
/*summary,*/
/*time,*/
/*mark,*/
/*audio,*/
/*video {*/
/*    !* margin: 0; *!*/
/*    !* padding: 0; *!*/
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*}*/

/*article,*/
/*aside,*/
/*details,*/
/*figcaption,*/
/*figure,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*section {*/
/*    display: block;*/
/*}*/

/*ol,*/
/*ul {*/
/*    list-style: none;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

/*blockquote,*/
/*q {*/
/*    quotes: none;*/
/*}*/

/*blockquote:before,*/
/*blockquote:after,*/
/*q:before,*/
/*q:after {*/
/*    content: '';*/
/*    content: none;*/
/*}*/

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*}*/

/*!* start editing from here *!*/

/*a {*/
/*    text-decoration: none;*/
/*}*/

/*.txt-rt {*/
/*    text-align: right;*/
/*}*/

/*!* text align right *!*/

/*.txt-lt {*/
/*    text-align: left;*/
/*}*/

/*.txt-center {*/
/*    text-align: center;*/
/*}*/

/*!* text align center *!*/

/*.float-rt {*/
/*    float: right;*/
/*}*/

/*!* float right *!*/

/*.float-lt {*/
/*    float: left;*/
/*}*/

/*!* float left *!*/

/*.clear {*/
/*    clear: both;*/
/*}*/
/*!* clear float *!*/

/*.copy-right {*/
/*    margin:6em 0px 2em 0;*/
/*}*/
/*.copy-right p {*/
/*    color: #444;*/
/*    font-size: 1em;*/
/*    font-weight: 400;*/
/*    margin: 0 auto;*/
/*    text-align: center*/
/*}*/

/*.pos-relative {*/
/*    position: relative;*/
/*}*/

/*!* Position Relative *!*/

/*.pos-absolute {*/
/*    position: absolute;*/
/*}*/

/*!* Position Absolute *!*/

/*.vertical-base {*/
/*    vertical-align: baseline;*/
/*}*/

/*!* vertical align baseline *!*/

/*.vertical-top {*/
/*    vertical-align: top;*/
/*}*/

/*!* vertical align top *!*/

/*nav.vertical ul li {*/
/*    display: block;*/
/*}*/

/*!* vertical menu *!*/

/*nav.horizontal ul li {*/
/*    display: inline-block;*/
/*}*/

/*!* horizontal menu *!*/

/*img {*/
/*    max-width: 100%;*/
/*}*/

/*!*end reset*!*/

/*body {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    background: url(../images/bg.png);*/
/*    position: relative;*/
/*}*/

/*!*---start-wrap----*!*/

/*.slimduet-plus {*/
/*    text-align: center;*/
/*    margin: 40px 50px;*/
/*}*/
/*.slimduet-icon {*/
/*    text-align: center;*/
/*}*/

/*.slimduet-icon img {*/
/*    margin: 0 auto;*/
/*    width: 120px;*/
/*}*/

/*.button-wrapper {*/
/*    margin: 5% 15%;*/
/*    text-align:center*/
/*}*/

/*.button-wrapper img {*/
/*    cursor: pointer;*/
/*}*/

/*.wrap {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*.header {*/
/*    text-align: center;*/
/*    padding: 3em 0em 3em 0em;*/
/*    margin: 0px;*/
/*}*/

/*.header p {*/
/*    font-size: 0.85em;*/
/*    text-align: justify;*/
/*    color: #666666;*/
/*    line-height: 1.8em;*/
/*    margin: 0 auto;*/
/*    width: 70%;*/
/*}*/

/*.fea-list li {*/
/*    display: block;*/
/*    margin-bottom: 0.99em;*/
/*    font-size: 1em;*/
/*    font-weight: 300;*/
/*    color: #4C4C4C;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*}*/

/*.fea-list li a:hover {*/
/*    color: #146BFB;*/
/*}*/

/*.fea-list li a span {*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    background: url(../images/img-sprit.png) no-repeat -367px -9px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 5px;*/
/*}*/

/*.big-btns li {*/
/*   display: inline-block;*/
/*}*/

/*.big-btns li a {*/
/*    cursor: pointer;*/
/*    width: 300px;*/
/*    height: 70px;*/
/*    display: table-cell;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*    filter: alpha(opacity=50);*/
/*    opacity: 0.7;*/
/*    color: #fff !important;*/
/*}*/

/*!**/
/*.big-btns li a {*/
/*    cursor: pointer;*/
/*    width: 300px;*/
/*    height: 70px;*/
/*    display: inline-block;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*    filter: alpha(opacity=50);*/
/*    opacity: 0.7;*/
/*}*!*/

/*.big-btns li a:hover {*/
/*    zoom: 1;*/
/*    filter: alpha(opacity=50);*/
/*    opacity: 1;*/
/*    -webkit-transition: opacity .15s ease-in-out;*/
/*    -moz-transition: opacity .15s ease-in-out;*/
/*    -ms-transition: opacity .15s ease-in-out;*/
/*    -o-transition: opacity .15s ease-in-out;*/
/*    transition: opacity .15s ease-in-out;*/
/*}*/

/*.iappssc {*/
/*    background: url(../images/downloadsc_mobile.svg) no-repeat;*/
/*}*/

/*.iappsen {*/
/*    background: url(../images/downloaden_mobile.svg) no-repeat;*/
/*}*/

/*.iappstc {*/
/*    background: url(../images/downloadtc_mobile.svg) no-repeat;*/
/*}*/

/*.big-btns {*/
/*    margin-top: 2em;*/
/*}*/

/*!*---//start-divice-screens-----*!*/

/*.img-cursual {*/
/*    width: 79%;*/
/*    margin: 0 auto;*/
/*}*/

/*!*---//End-divice-screens-----*!*/


/*!*----start-faq-----*!*/

/*.faq-grids {*/
/*    margin: 4em 0;*/
/*}*/

/*.intro-header {*/
/*    text-align: center;*/
/*    padding: 3em 0em 3em 0em;*/
/*    background-color: #FAFAFA;*/
/*    margin: 0px;*/
/*}*/

/*.intro-header h3 {*/
/*    font-size: 1.2em;*/
/*    !*color: #4C4C4C;*!*/
/*    font-weight: 600;*/
/*    line-height: 1.5em;*/
/*}*/

/*.intro-header p {*/
/*    font-size: 0.8em;*/
/*    text-align: justify;*/
/*    color: #666666;*/
/*    line-height: 1.5em;*/
/*    margin: 0 auto;*/
/*    width: 80%;*/
/*}*/

/*.intro-header h2 a {*/
/*    font-size: 0.85em;*/
/*    text-align: center;*/
/*    color: #0672CA;*/
/*    line-height: 5em;*/
/*    margin: 0 auto;*/
/*}*/

/*.intro-download {*/
/*    font-size: 0.85em;*/
/*    text-align: justify;*/
/*    color: #666666;*/
/*    line-height: 1.8em;*/
/*    margin: 0 auto;*/
/*    width: 20em;*/
/*    padding: 3em 0em 3em 0em;*/
/*}*/

/*.intro-setting {*/
/*    font-size: 0.8em;*/
/*    text-align: center;*/
/*    color: #8899A6;*/
/*    line-height: 1.3em;*/
/*    margin: 0 auto;*/
/*    width: 21em;*/
/*    padding: 0em 0em 1em 0em;*/
/*    */
/*}*/

/*.setting-header {*/
/*    text-align: center;*/
/*    padding: 3em 0em 3em 0em;*/
/*    margin: 0px;*/
/*}*/

/*.setting-header h3 {*/
/*    font-size: 1.2em;*/
/*!*    color: #4C4C4C;*!*/
/*    font-weight: 600;*/
/*    line-height: 1.5em;*/
/*    margin-top: 10px;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.faq-grid-left {*/
/*    float: left;*/
/*    width: 50%;*/
/*}*/

/*.faq-grid-left-grid h4 a {*/
/*    color: #4C4C4C;*/
/*    font-size: 1em;*/
/*    font-weight: 700;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*}*/

/*.faq-grid-left-grid h4 a:hover {*/
/*    color: #146BFB;*/
/*}*/

/*.faq-grid-left-grid p {*/
/*    font-size: 0.875em;*/
/*    color: #4C4C4C;*/
/*    line-height: 1.8em;*/
/*    margin: 0.5em auto 0.5em 0;*/
/*    width: 90%;*/
/*}*/

/*.faq-grid-left-grid {*/
/*    margin-bottom: 2em;*/
/*}*/

/*.faq-grid-right {*/
/*    margin-right: 0;*/
/*}*/


/*.box-feature{*/
/*    font-size: 0.8em;*/
/*    margin: 0 auto;*/
/*    width: 80%;*/
/*    text-align: left;*/
/*    margin-top: 15px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.box-feature ul {*/
/*  list-style-type: disc;*/
/*  list-style-position: inside;*/
/*  color: #00a9da;*/
/*}*/



/*!*---start-stay-with-us-----*!*/

/*.stay-with-head {*/
/*    text-align: center;*/
/*}*/

/*.stay-with-head h3 {*/
/*    font-size: 2.5em;*/
/*    color: #4C4C4C;*/
/*    font-weight: 300;*/
/*    line-height: 1.5em;*/
/*}*/

/*.stay-with-head p {*/
/*    font-size: 1.1em;*/
/*    color: #4C4C4C;*/
/*    line-height: 1.5em;*/
/*    margin: 0 auto;*/
/*}*/

/*!*---start-footer-left-----*!*/

/*.footer-left {*/
/*    float: left;*/
/*}*/

/*.footer {*/
/*    !*margin: 1.5em 0;*!*/
/*}*/

/*.footer p {*/
/*    font-size: 0.875em;*/
/*    color: #4C4C4C;*/
/*    line-height: 1.8em;*/
/*    margin: 0.5em auto 0.5em 0;*/
/*}*/

/*.footer-left p {*/
/*    font-size: 0.875em;*/
/*    color: #4C4C4C;*/
/*    line-height: 1.8em;*/
/*    margin: 0.5em auto 0.5em 0;*/
/*}*/

/*.footer-left ul li {*/
/*    border-right: 1px solid rgba(119, 119, 119, 0.32);*/
/*    padding: 0 0.5em;*/
/*    display: inline-block;*/
/*}*/

/*.footer-left ul li:nth-child(1) {*/
/*    padding-left: 0;*/
/*}*/

/*.footer-left ul li a {*/
/*    color: #146BFB;*/
/*    font-size: 0.8em;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*}*/

/*.footer-left ul li a:hover {*/
/*    color: #4C4C4C;*/
/*}*/

/*.footer-right {*/
/*    float: right;*/
/*}*/

/*!*----footer-right-----*!*/

/*.footer-right p {*/
/*    font-size: 0.875em;*/
/*    color: #4C4C4C;*/
/*    line-height: 1.8em;*/
/*    margin: 2.7em auto 0.5em 0;*/
/*}*/

/*.footer-right p a {*/
/*    color: #146BFB;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*}*/

/*.footer-right p a:hover {*/
/*    color: #4C4C4C;*/
/*}*/


/*!*** move top **!*/

/*#toTop {*/
/*    display: none;*/
/*    text-decoration: none;*/
/*    position: fixed;*/
/*    bottom: 0px;*/
/*    right: 2%;*/
/*    overflow: hidden;*/
/*    width: 50px;*/
/*    height: 49px;*/
/*    border: none;*/
/*    text-indent: 100%;*/
/*    background: url(../images/img-sprit.png) no-repeat -259px 0px;*/
/*    bottom: 10px;*/
/*}*/

/*#toTopHover {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: right;*/
/*    opacity: 0;*/
/*    -moz-opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*}*/

/*#toTop:active,*/
/*#toTop:focus {*/
/*    outline: none;*/
/*}*/

/*.big-btns li {*/
/*        margin-bottom: 10px;*/
/*    }*/

/*!*---//End-wrap-----*!*/


/*!*---start-responsive design----*!*/

/*@media only screen and (max-width: 1440px) and (min-width:1366px) {*/
/*    .wrap {*/
/*        width: 85%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1366px) and (min-width:1280px) {*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .header-right {*/
/*        width: 57%;*/
/*    }*/
/*    .top-grid {*/
/*        margin-right: 6%;*/
/*        margin-bottom: 4%;*/
/*    }*/
/*    .panel-right p {*/
/*        width: 97%;*/
/*    }*/
/*    .faq-grid-left-grid p {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1280px) and (min-width:1024px) {*/
/*    .button-wrapper {*/
/*        margin: 5% 30%;*/
/*    }*/
/*    .wrap {*/
/*        width: 85%;*/
/*    }*/
/*    .header-right {*/
/*        width: 56%;*/
/*    }*/
/*    .top-grid {*/
/*        margin-right: 6%;*/
/*        margin-bottom: 4%;*/
/*    }*/
/*    .panel-right p {*/
/*        width: 97%;*/
/*    }*/
/*    .faq-grid-left-grid p {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1024px) and (min-width:768px) {*/
/*    .button-wrapper {*/
/*        margin: 5% 25%;*/
/*    }*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .header-right {*/
/*        width: 51%;*/
/*        padding: 2.5em 0px 0px 0px;*/
/*    }*/
/*    .header-right p {*/
/*        font-size: 1.5em;*/
/*    }*/
/*    .top-grid-right {*/
/*        width: 80%;*/
/*    }*/
/*    .top-grid {*/
/*        margin-right: 6%;*/
/*        margin-bottom: 4%;*/
/*    }*/
/*    .panel-right p {*/
/*        width: 97%;*/
/*    }*/
/*    .faq-grid-left-grid p {*/
/*        width: 100%;*/
/*    }*/
/*    .panel-right {*/
/*        width: 55%;*/
/*    }*/
/*    .news-letter form {*/
/*        width: 57%;*/
/*    }*/
/*    */
/*    .big-btns li {*/
/*        margin-bottom: 15px;*/
/*    }*/

/*}*/

/*@media only screen and (max-width: 768px) and (min-width:640px) {*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .header-right {*/
/*        width: 51%;*/
/*        padding: 2.5em 0px 0px 0px;*/
/*    }*/
/*    .header-right p {*/
/*        font-size: 1.5em;*/
/*    }*/
/*    .top-grid-left {*/
/*        width: 10%;*/
/*    }*/
/*    .top-grid-right {*/
/*        width: 88%;*/
/*    }*/
/*    .top-grid-right h2 a {*/
/*        font-size: 1.5em;*/
/*        margin: 0px 0px 0.2em 0;*/
/*    }*/
/*    .top-grid {*/
/*        margin-right: 0%;*/
/*        margin-bottom: 1.5%;*/
/*        width: 100%;*/
/*        float: none;*/
/*    }*/
/*    .panel-right p {*/
/*        width: 97%;*/
/*    }*/
/*    .faq-grid-left-grid p {*/
/*        width: 90%;*/
/*    }*/
/*    .panel-right {*/
/*        width: 100%;*/
/*        float: none;*/
/*        margin: 0 0 1.5em 0;*/
/*        text-align: center;*/
/*    }*/
/*    .news-letter form {*/
/*        width: 85%;*/
/*    }*/
/*    !*----*!*/
/*    .header-left {*/
/*        float: none;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .header-left span {*/
/*        background: url(../images/768divice.png) no-repeat 0px 0px;*/
/*        width: 200px;*/
/*        height: 436px;*/
/*    }*/
/*    .header-right {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin: 1em 0;*/
/*        text-align: center;*/
/*        padding: 0em 0px 0px 0px;*/
/*    }*/
/*    .fea-list {*/
/*        display: none;*/
/*    }*/
/*    .logo {*/
/*        display: none;*/
/*    }*/
/*    .fea-list {*/
/*        text-align: left;*/
/*    }*/
/*    #toTop {*/
/*        right: 1%;*/
/*        bottom: 30px;*/
/*    }*/
/*    .content-top-grids {*/
/*        margin: 2em 0 2em 0;*/
/*    }*/
/*    .panel-right h3 {*/
/*        margin: 0;*/
/*    }*/
/*    .testimonial-grid {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin-right: 0%;*/
/*        text-align: center;*/
/*        margin-bottom: 1em;*/
/*    }*/
/*    .testimonial-grids {*/
/*        margin: 1em 0;*/
/*    }*/
/*    .news-letter input[type="text"] {*/
/*        width: 64%;*/
/*    }*/
/*    .pricing-check-grid {*/
/*        width: 28%;*/
/*    }*/
/*    .pricing-grids {*/
/*        width: 100%;*/
/*    }*/
/*    .pricing-text-grid ul li {*/
/*        margin-bottom: 0.77em;*/
/*    }*/
/*    .panel-left {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin-right: 0%;*/
/*    }*/
/*    .panel-left span {*/
/*        background: url(../images/sdual-divice.png) no-repeat 0px 0px;*/
/*        width: 250px;*/
/*        height: 366px;*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*    }*/
/*    */
/*    .big-btns li {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) and (min-width:480px) {*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .header-right {*/
/*        width: 51%;*/
/*        padding: 2.5em 0px 0px 0px;*/
/*    }*/
/*    .header-right p {*/
/*        font-size: 1.5em;*/
/*    }*/
/*    .top-grid-left {*/
/*        width: 10%;*/
/*    }*/
/*    .top-grid-right {*/
/*        width: 88%;*/
/*    }*/
/*    .top-grid-right h2 a {*/
/*        font-size: 1.5em;*/
/*        margin: 0px 0px 0.2em 0;*/
/*    }*/
/*    .top-grid {*/
/*        margin-right: 0%;*/
/*        margin-bottom: 1.5%;*/
/*        width: 100%;*/
/*        float: none;*/
/*    }*/
/*    .panel-right p {*/
/*        width: 97%;*/
/*    }*/
/*    .faq-grid-left-grid p {*/
/*        width: 90%;*/
/*    }*/
/*    .panel-right {*/
/*        width: 100%;*/
/*        float: none;*/
/*        margin: 0 0 1.5em 0;*/
/*        text-align: center;*/
/*    }*/
/*    .news-letter form {*/
/*        width: 85%;*/
/*    }*/
/*    !*----*!*/
/*    .header-left {*/
/*        float: none;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .header-left span {*/
/*        background: url(../images/768divice.png) no-repeat 0px 0px;*/
/*        width: 200px;*/
/*        height: 436px;*/
/*    }*/
/*    .header-right {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin: 1em 0;*/
/*        text-align: center;*/
/*        padding: 0em 0px 0px 0px;*/
/*    }*/
/*    .fea-list {*/
/*        display: none;*/
/*    }*/
/*    .logo {*/
/*        display: none;*/
/*    }*/
/*    .fea-list {*/
/*        text-align: left;*/
/*    }*/
/*    #toTop {*/
/*        right: 1%;*/
/*        bottom: 30px;*/
/*    }*/
/*    .content-top-grids {*/
/*        margin: 2em 0 2em 0;*/
/*    }*/
/*    .panel-right h3 {*/
/*        margin: 0;*/
/*    }*/
/*    .testimonial-grid {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin-right: 0%;*/
/*        text-align: center;*/
/*        margin-bottom: 1em;*/
/*    }*/
/*    .testimonial-grids {*/
/*        margin: 1em 0;*/
/*    }*/
/*    .news-letter input[type="text"] {*/
/*        width: 55%;*/
/*    }*/
/*    .pricing-check-grid {*/
/*        width: 28%;*/
/*    }*/
/*    .pricing-grids {*/
/*        width: 100%;*/
/*    }*/
/*    .pricing-text-grid ul li {*/
/*        margin-bottom: 0.77em;*/
/*    }*/
/*    .pricing-text-grid ul li a {*/
/*        font-size: 0.875em;*/
/*    }*/
/*    .faq-grid-left-grid {*/
/*        margin-bottom: 1.5em;*/
/*        margin-right: 2em;*/
/*    }*/
/*    .faq-grid-left-grid:nth-child(2),*/
/*    .faq-grid-left-grid:nth-child(4),*/
/*    .faq-grid-left-grid:nth-child(6),*/
/*    .faq-grid-left-grid:nth-child(8) {*/
/*        margin-right: 0;*/
/*    }*/
/*    */
/*     .big-btns li {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:480px) and (min-width:320px) {*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .wrap input[type="text"],*/
/*    .wrap input[type="submit"],*/
/*    .wrap input[type="button"] {*/
/*        -webkit-appearance: none;*/
/*    }*/
/*    .header-right {*/
/*        width: 51%;*/
/*        padding: 2.5em 0px 0px 0px;*/
/*    }*/
/*    .header-right p {*/
/*        font-size: 1.5em;*/
/*        margin: 0.1em 0 0.2em 0;*/
/*    }*/


/*    !*----*!*/
/*    .header-left {*/
/*        float: none;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .header-left span {*/
/*        background: url(../images/11072-02.svg) no-repeat;*/
/*        width: 120px;*/
/*        height: 260px;*/
/*    }*/
/*    .header-right {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin: 1em 0;*/
/*        text-align: center;*/
/*        padding: 0em 0px 0px 0px;*/
/*    }*/
/*!*    .big-btns li a {*/
/*        align-items: center;*/
/*        width: 180px;*/
/*        height: 55px;*/
/*    }*!*/
/*    .iappssc {*/
/*        background: url(../images/downloadsc_mobile.svg) no-repeat;*/
/*    }*/
/*    .iappsen {*/
/*        background: url(../images/downloaden_mobile.svg) no-repeat;*/
/*    }*/
/*    .iappstc {*/
/*        background: url(../images/downloadtc_mobile.svg) no-repeat;*/
/*    }*/
/*    .fea-list {*/
/*        display: none;*/
/*    }*/
/*    .logo {*/
/*        display: none;*/
/*    }*/
/*    .fea-list {*/
/*        text-align: left;*/
/*    }*/
/*    #toTop {*/
/*        right: 1%;*/
/*        bottom: 30px;*/
/*    }*/

/*!*    .big-btns li a {*/
/*        width: 180px;*/
/*        height: 55px;*/
/*    }*!*/
/*    .header {*/
/*        padding: 2em 0px 0px 0px;*/
/*    }*/
/*    .big-btns {*/
/*        margin-top: 1em;*/
/*    }*/
/*    .footer-left {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/
/*    .footer-right {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/
/*    */
/*     .big-btns li {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:320px) and (min-width:240px) {*/
/*    .wrap {*/
/*        width: 90%;*/
/*    }*/
/*    .wrap input[type="text"],*/
/*    .wrap input[type="submit"],*/
/*    .wrap input[type="button"] {*/
/*        -webkit-appearance: none;*/
/*    }*/
/*    .header-right {*/
/*        width: 51%;*/
/*        padding: 2.5em 0px 0px 0px;*/
/*    }*/
/*    .header-right p {*/
/*        font-size: 1em;*/
/*        margin: 0.1em 0 0.2em 0;*/
/*    }*/

/*    !*----*!*/
/*    .header-left {*/
/*        float: none;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .header-left span {*/
/*        background: url(../images/11072-02.svg) no-repeat 0px 0px;*/
/*        width: 120px;*/
/*        height: 261px;*/
/*    }*/
/*    .header-right {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin: 1em 0;*/
/*        text-align: center;*/
/*        padding: 0em 0px 0px 0px;*/
/*    }*/
/*    .fea-list {*/
/*        display: none;*/
/*    }*/
/*    .logo {*/
/*        display: none;*/
/*    }*/
/*    .fea-list {*/
/*        text-align: left;*/
/*    }*/
/*    #toTop {*/
/*        right: 1%;*/
/*        bottom: 10px;*/
/*    }*/


/*!*    .big-btns li a {*/
/*        width: 180px;*/
/*        height: 55px;*/
/*    }*!*/
/*    .iapps {*/
/*        background: url(../images/download_mobile.svg) no-repeat;*/
/*    }*/

/*    .header {*/
/*        padding: 1.22em 0px 0px 0px;*/
/*    }*/
/*    .big-btns {*/
/*        margin-top: 1em;*/
/*    }*/

/*    .footer-left {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/
/*    .footer-right {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/
/*    .header {*/
/*        width: 100%;*/
/*    }*/

/*    .footer {*/
/*        margin: 0em 0 1em 0;*/
/*    }*/
/*    */
/*     .big-btns li {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    */
/*    .big-btns li a {*/
/*    cursor: pointer;*/
/*    width: 260px;*/
/*    height: 50px;*/
/*    display: table-cell;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*    filter: alpha(opacity=50);*/
/*    opacity: 0.7;*/
/*}*/
/*}*/
/*.owl-carousel.off {*/
/*    display: block;*/
/*}*/


/*!**/
/* Theme Name: bank.MePIN.com help*/
/* Theme URI: help.mepin.com*/
/* Description: MePIN help pages for bank.mepin.com*/
/* Version: 1.0*/
/* Date:	2016-12-12*/
/* Author: MePIN*/
/* Author URI: mepin.com*/
/* License: All rights reserved.*/
/* Required PivotX version: PivotX 2.0*/
/* *!*/
/*body {*/
/*    font-family: Trebuchet MS, sans-serif;*/
/*    font-weight: 300;*/
/*    background: #fff;*/
/*    color: #b9b9b9;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*a {*/
/*    color: #00A9DE;*/
/*    text-decoration: none;*/
/*}*/

/*a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.content {*/
/*}*/
/*article {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: auto;*/
/*}*/
/*header {*/
/*    color: #66c1cd;*/
/*    background: #F4F4F4;*/
/*    margin: -1em -1em 0 -1em;*/
/*    padding: 1em;*/
/*}*/
/*header span {*/
/*    color: #07527c;*/
/*}*/
/*section {*/
/*    margin: 1em;*/
/*    color: #66c1cd;*/
/*}*/
/*h1, h2 {*/
/*    font: 3em 'Six Caps', sans-serif;*/
/*    text-transform: uppercase;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*h3, h4, h5, h6 {*/
/*    color: #000;*/
/*    text-shadow: 1px 1px 0 #fff;*/
/*    text-transform: uppercase;*/
/*    font: bold 1.5em "Open Sans Condensed", sans-serif;*/
/*}*/
/*footer {*/
/*    color: #b9b9b9;*/
/*    margin: .5em 1em;*/
/*}*/
