body,html {
            width: 100%;
            height:100%;
        }

        .swiper-container {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .fixed-top {
            box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
        }
        .swiper-pagination-bullet {
            width: 16px;
            height:16px;
            background: rgba(0, 0, 0 , 0);
            border:0.02rem solid rgba(0, 0, 0 , 1);
        }
        .swiper-pagination-bullet-active {
            background: rgba(0, 0, 0 , 0.5);
            border:none;
        }
        .view {
            background: #fff;
            width: 100%;
            height:100%;
            padding: 0.85rem 0 0 0;
        }
        .first-view {
            background: rgba(35, 50, 135 , 1) url("img/blue-bg.png") no-repeat center center;
            background-size: 1920px 1080px;
        }
        .bg-gray-blue {
            background: #f0f2f5 !important;
        }
        .navbar-brand .web-icon-LOGO {
            width: 1rem;
            display: inline-block;
        }
        .web-icon-LOGO + .web-icon-LOGO {
            margin: 0 0 0 0.15rem;
            padding: 0 0 0 0.15rem;
            border-left:0.02rem solid rgba(35, 50, 135 , 1);
        }
        .block-title {
            text-align: center;
            margin:0.5rem 0;
        }
        .block-title h3 {
            position: relative;
            letter-spacing: 0.05rem;
            margin:0 0 0.2rem 0;
        }
        .block-title h3:before {
            content: '';
            position: absolute;
            width: 0.5rem;
            height:0.05rem;
            background: #FFF;
            left:50%;
            bottom:-0.1rem;
            margin-left:-0.25rem;
        }
        .block-title p {
            font-size:0.16rem;
            line-height: 0.28rem;
        }
        .card {
            box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
            margin:0 0 0.3rem 0;
            padding:0.15rem;
            height:2.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;

        }
        .card h5 {
            margin: 0.15rem 0 0 0;
        }
        .step-fixed-bottom {
            position: absolute;
            bottom: 0.4rem;
            left:50%;
            margin-left:-0.2rem;
        }
        .block-title.text-blue h3:before {
            background: rgba(35, 50, 135 , 1);
        }
        .block-menu-item {
            background: #fff;
            padding:0.5rem 0.15rem;
            margin:0 -0.14rem;
            border-bottom: 0.02rem solid #f0f2f5;
        }
        .block-menu-item img {
            display: block;
            margin: 0 auto 0.2rem auto;
        }
        .card-shadow {margin:0 0 0.15rem 0; background: #fff; border-radius: 0.05rem; box-shadow:0 0.02rem 0.1rem rgba(0,0,0,0.15); border:0.01rem solid #ddd; padding:0.3rem;text-align: center;}
        .card-shadow .border-radius-icon { border:0.02rem solid #1e2f68; color:#1e2f68; font-size:0.4rem; border-radius: 0.8rem; width: 0.8rem; height:0.8rem; line-height: 0.8rem; margin: 0 auto;}
        .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
            color:#fff;
            border-radius: 0.4rem;
            background: #cc3333;
            box-shadow: 0px 5px 5px rgba(204, 51, 51, 0.2);

        }
        .navbar-light .navbar-nav .nav-link {
            padding-left:0.2rem;
            padding-right:0.2rem;
        }
        .text-primary {
            color: rgba(35, 50, 135 , 1) !important;
        }
        .btn-primary {
            background: rgba(35, 50, 135 , 1) !important;
            border-color : rgba(35, 50, 140 , 1) !important;
        }
        .btn-outline-primary {
            border-color : rgba(35, 50, 140 , 1) !important;
            color: rgba(35, 50, 135 , 1) !important;
        }
        .btn-outline-primary:hover {
            background: rgba(35, 50, 135 , 1) !important;
            border-color : rgba(35, 50, 140 , 1) !important;
            color: #fff !important;
        }