﻿@charset "utf-8";
/*** Index ***/
#arrow {
    position: fixed;
    right: 10px;
    bottom: 50px;
    background-color: #3ad2c9;
    z-index: 999;
}

    #arrow a {
        display: inline-block;
        padding: 20px;
        cursor: pointer;
        color: #fff;
        border-bottom: 3px solid #fff;
    }

.indexlogo {
    width: 300px;
}

.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

    .cd-vertical-nav a {
        display: block;
        height: 40px;
        width: 40px;
        /* image replace */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url(http://right-here.com/jquery/cd-icon-arrow.svg) no-repeat center center;
    }

        .cd-vertical-nav a.cd-prev {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-bottom: 10px;
        }

        .cd-vertical-nav a.inactive {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
            -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
            transition: opacity 0.2s 0s, visibility 0s 0.2s;
        }

@media only screen and (min-width: 1200px) {
    .cd-vertical-nav {
        display: block;
    }
}


.Indexwrapper {
    width: 100%;
}

.Indexheader {
    background: #FFF;
    position: fixed;
    width: 100%;
    z-index: 999;
}

    .Indexheader .logo {
        margin-left: 92px;
        margin-top: 20px;
        margin-bottom: 20px;
        z-index: 9999;
    }

    .Indexheader .login {
        margin-right: 85px;
        margin-top: 28px;
    }

.login ul li {
    display: inline-block;
    margin-left: 30px;
}

.member {
    background: #45a7ff;
    padding: 50px;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.procedure ul li {
    font-size: 16px;
}

.smdot {
    background: #fff;
    width: 5px;
    height: 5px;
    opacity: 0.3;
    border-radius: 50%;
    padding: 0;
    margin-left: 20px;
    z-index: 999;
    top: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.listnow {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #1f5089;
    display: table-cell;
    vertical-align: middle;
}

.listtype {
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #1f5089;
    opacity: 0.3;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
}

.listname {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

.fillin {
    padding: 50px;
    font-size: 15px;
    /*height: 100vh;*/
}

.table-info {
    border-collapse: collapse;
}

    .table-info td {
        padding: 30px 0 0 0;
    }

        .table-info td.two {
        }

button.step {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background-color: #3dbdb6;
    border: 0;
    color: #fff;
    font-weight: 300;
}

    button.step:hover {
        background-color: #3ad2c9;
    }

input[type="text"].infotext {
    padding-left: 10px;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #cacaca;
    height: 40px;
}

.infoselect {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    overflow: hidden;
    borders: 0;
    border-bottom: solid 1px #cacaca;
}
    /* Arrow */
    .infoselect::after {
        content: url('../images/../images/icon-dropdown.png');
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 3px 2px;
        background: none;
        pointer-events: none;
    }

#menubar {
    height: 100px;
    background: #444b56;
    margin-top: 100px;
}

    #menubar .title {
        color: #FFF;
        font-size: 36px;
        margin-top: 25px;
        margin-left: 28px;
        position: absolute;
    }

    #menubar ul {
        float: right;
    }

        #menubar ul li {
            display: inline-block;
            text-align: center;
            width: 120px;
            height: 120px;
            padding: 5px 20px;
            font-size: 15px;
        }

            #menubar ul li i {
                display: block;
                text-align: center;
                margin: 7px 0;
            }

        #menubar ul a li {
            color: #FFF;
            text-decoration: none;
        }

        #menubar ul li.platform {
            background: #30aae9;
            height: 100px;
        }

        #menubar ul li.onestop {
            background: #3dbdb6;
            height: 100px;
        }

        #menubar ul li.platform:hover {
            background: #4cbdf7;
        }

        #menubar ul li.onestop:hover {
            background: #3ad2c9;
        }
/* indexbanner */
.fade-carousel {
    position: relative;
    height: 490px;
    margin-top: 100px;
}

    .fade-carousel .carousel-inner .item {
        height: 490px;
    }

    .fade-carousel .nextbtn {
        position: absolute;
        z-index: 3;
        bottom: -10px;
        right: 0;
    }

.nextbtn div.sliderbtn {
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 0 0 272px 233px;
    border-color: transparent transparent #2d90e9 transparent;
    line-height: 0px;
    _border-color: #2d90e9 #2d90e9 #2d90e9 #2d90e9;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#2d90e9');
    cursor: pointer;
}

    .nextbtn div.sliderbtn:hover {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 272px 233px;
        border-color: transparent transparent #5caff9 transparent;
        line-height: 0px;
        _border-color: #5caff9 #5caff9 #5caff9 #5caff9;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#5caff9');
    }

    .nextbtn div.sliderbtn .btntext {
        position: absolute;
        z-index: 3;
        bottom: 0;
        right: 0;
        margin-right: 60px;
        margin-bottom: 40px;
        z-index: 4;
    }

        .nextbtn div.sliderbtn .btntext .arrow {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

.hero {
    position: absolute;
    top: 40%;
    left: 2%;
    z-index: 3;
    color: #fff;
}

    .hero .left {
        margin-top: 160px;
    }

    .hero .lineheight {
        line-height: 55px;
    }

    .hero .title {
        font-size: 44px;
        line-height: 55px;
    }

    .hero .description {
        font-size: 28px;
        font-weight: 300;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8 {
    height: 490px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/img-slider-1.jpg)
}

.fade-carousel .slides .slide-2 {
    background-image: url("../images/one-stop.png")
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/img-slider-3.jpg)
}

.fade-carousel .slides .slide-4 {
    background-image: url("../images/page-banner01.png")
}

.fade-carousel .slides .slide-5 {
    background-image: url("../images/page-banner02.png")
}

.fade-carousel .slides .slide-6 {
    background-image: url("../images/page-banner03.png")
}

.fade-carousel .slides .slide-7 {
    background-image: url("../images/page-banner04.png")
}

.fade-carousel .slides .slide-8 {
    background-image: url("../images/page-banner05.png")
}

@media screen and (min-width: 991px) {
    .hero {
        width: 95%;
    }

    #about .rightblock {
        padding: 120px;
    }
}

@media screen and (max-width: 980px) {

    #stop02 .central {
        display: block;
    }

    .Indexheader .logo {
        margin-left: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #menubar .title {
        margin-left: 10px;
    }

    .Indexheader .login {
        margin-right: 25px;
        margin-top: 5px;
    }

    .indexblock {
        display: none;
    }

    .hero .title {
        font-size: 34px;
    }

    .hero .description {
        font-size: 20px;
    }

    .hero .font-size01 {
        font-size: 30px;
    }

    .hero .font-size02 {
        font-size: 18px;
    }

    #about img {
        display: none;
    }
}


.indexcontent {
    width: 100%;
}

    .indexcontent:after {
        display: block;
        clear: both;
        content: ".";
        visibility: hidden;
        height: 0;
    }

#feature {
    padding: 70px 0;
    background: #f5f5f5;
    text-align: center;
    background-size: cover;
}

#feature2 {
    padding: 90px 0;
    text-align: center;
    background-size: cover;
    background: url("../images/feature2.png")bottom no-repeat;
    height: 350px;
}

#BgVideo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

/* Add some content at the bottom of the video/page */
.bgvideo {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media all and (-ms-high-contrast:none) {
    #myVideo {
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }
}
/* Add some content at the bottom of the video/page */
#feature .video {
    position: relative;
    color: #f1f1f1;
    width: 100%;
    padding: 30px 0;
    left: 0;
    z-index: 998;
}

/* Style the button used to pause/play the video */
#feature #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #3dbdb6;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

    #feature #myBtn:hover {
        background: #3ad2c9;
    }

#service {
    padding: 40px 100px 50px 100px;
    color: #FFF;
}

    #service .block {
        background: #262626;
        padding: 100px 60px;
        background: url("../images/service.jpg")no-repeat;
        background-size: cover;
    }

    #service .description {
        font-weight: 300;
    }

    #service button {
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 18px;
        border: none;
        background: #FFF;
        color: #000;
    }

        #service button:hover {
            background: #0c6aae;
            color: #FFF;
        }

.serviceblock {
    float: right;
    left: 60%;
    margin-top: 5%;
}

#phone {
    background: #f2f2f2;
    padding: 60px;
}

    #phone .description {
        font-weight: 300;
        margin-bottom: 0;
    }

    #phone a {
        color: #0c6aae;
        font-weight: 300;
    }

.dot {
    width: 14px;
    height: 14px;
    background-color: #73d6d2;
    border-radius: 50%;
    display: inline-block;
}

#procedure {
    padding: 60px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#price {
    padding: 80px 0 60px 0;
    /*background:url(../images/img-sec-5-bg@2x.png)  center no-repeat;
	background-size: 100% 100%;
	background: #f5f5f5;*/
    background: #f5f5f5;
}

    #price .row {
        width: 70%;
    }

    #price a.goto {
        border-radius: 5px;
        background-color: none;
        color: #212123;
        padding: 8px 10px;
        font-size: 15px;
        text-decoration: none;
        border: 1px solid #212123;
        line-height: 60px;
    }

        #price a.goto:hover {
            background-color: #212123;
            color: #FFF;
        }

    #price .showtext {
        border-radius: 5px;
        background-color: none;
        padding: 8px 10px;
        font-size: 15px;
        text-decoration: none;
        line-height: 60px;
    }

    #price .loadimg {
        position: absolute;
        width: calc(100% - 34px);
        height: calc(100% - 330px);
        background-color: #cccccc50;
        display: none;
    }

.pricecontainer {
    position: relative;
}

#evaluate {
    margin-top: -50px;
}

#price .value {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 20px;
}

    #price .value .money1 {
        font-size: 20px;
    }

    #price .value .money2 {
        font-size: 44px;
        color: #34689e;
    }

    #price .value .money3 {
        margin-top: 60px;
        font-size: 24px;
    }

#price .money4 {
    font-size: 24px;
    font-weight: bold;
}

@media(max-width:767px) {

    .MT15 {
        margin-top: 0px;
    }

    #price .value .minimg {
        width: 20px;
    }

    #price .value .money1 {
        font-size: 14px;
    }

    #price .value .money2 {
        font-size: 16px;
    }

    #price .row {
        width: 100%;
    }

    #price .value .money3 {
        margin-top: -50px;
        font-size: 12px;
    }

    #price .money4 {
        font-size: 20px;
        font-weight: bold;
    }
}

#adtitle {
    padding: 40px 0 0 0;
    text-align: center;
    border-top: 1px solid #eee;
}

    #adtitle .description {
        font-weight: 300;
    }

#adimage {
    padding: 30px 0;
}

    #adimage .leftblock {
        margin-left: 90px;
    }

    #adimage ul li {
        margin-bottom: 5px;
        color: #5A5A5A;
    }

#advertisement {
    padding: 90px 0;
    background: url("../images/blur.png")no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
}

    #advertisement .description {
        font-weight: 300;
    }

.numblock {
    border-radius: 5px;
    background: #fff;
    padding: 25px;
    height: 340px;
    width: 300px;
    -webkit-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
}

#picture {
    padding: 60px 0;
    background: #fff;
}

    #picture .title {
        text-align: center;
        font-size: 42px;
    }

    #picture .description {
        text-align: center;
        font-weight: 300;
        color: #000;
        font-size: 24px;
    }

    #picture .circle-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #picture button {
        font-size: 24px;
    }

#price button {
    font-size: 24px;
}

.checkout-wrap {
    position: relative;
    min-height: 150px;
    padding-top: 50px;
}

ul.checkout-bar {
    margin: 0 20px;
}

    ul.checkout-bar li {
        color: #858585;
        display: block;
        font-size: 13px;
        padding: 0 0 0 80px;
        position: relative;
    }

        ul.checkout-bar li:before {
            font-size: 36px;
            left: 20px;
            line-height: 42px;
            height: 50px;
            position: absolute;
            text-align: center;
            width: 50px;
            font-weight: 500;
            text-align: center;
        }

#picture .description2 {
    text-align: left;
    margin-bottom: 2.6875em;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #000;
}

ul.checkout-bar li:nth-child(1):before {
    content: "1.";
    color: #34689e;
    border-color: #007cc9;
}

ul.checkout-bar li:nth-child(2):before {
    content: "2.";
    color: #34689e;
    border-color: #007cc9;
    ;
}

ul.checkout-bar li:nth-child(3):before {
    content: "3.";
    color: #34689e;
    border-color: #007cc9;
}

ul.checkout-bar li:nth-child(4):before {
    content: "4.";
    color: #34689e;
    border-color: #007cc9;
}

ul.checkout-bar li:nth-child(5):before {
    content: url( "../images/logo.png");
    color: #00a94e;
    border-color: #00a94e;
}

ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

ul.checkout-bar li:nth-child(7):before {
    content: "7";
}

ul.checkout-bar li:nth-child(8):before {
    content: "8";
}

ul.checkout-bar li:nth-child(9):before {
    content: "9";
}

ul.checkout-bar li:nth-child(10):before {
    content: "10";
}
/*ul.checkout-bar li.stepline{
	background-color: #59ABA9;
    border-radius: 15px;
    height: 15px;
	margin: 0 0 0 -680px;
    padding: 0;
    position: absolute;
    width: 62%;
}*/


@media all and (min-width: 992px) {

    .checkout-wrap {
        margin: 20px auto;
        text-align: center;
    }

    ul.checkout-bar {
        background-color: none;
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        ul.checkout-bar:before {
            background-color: none;
            border-radius: 15px;
            content: " ";
            height: 15px;
            left: 0;
            position: absolute;
            width: 10%;
        }

        ul.checkout-bar li {
            display: inline-block;
            margin: 15px 0;
            padding: 0 25px;
            width: 20%;
            vertical-align: top;
        }

            ul.checkout-bar li:before {
                height: 50px;
                left: 40%;
                line-height: 42px;
                position: absolute;
                top: -70px;
                font-size: 88px;
                width: 50px;
            }
}

#news {
    padding: 60px;
}

.newsblock {
    border: 1px solid #e1e1e1;
}

    .newsblock img {
        width: 140px;
        height: 144px;
    }

    .newsblock .textblock {
        font-weight: 300;
        color: #39394d;
        font-size: 20px;
        padding: 20px 20px 0 20px;
        position: absolute;
    }

    .newsblock .more {
        float: right;
        margin-right: 30px;
        margin-top: 100px;
    }

.more-arrow {
    border: solid #34b9ec;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media(max-width:1184px) {
    .newsblock img {
        width: 70px;
        height: 74px;
    }

    .newsblock .textblock {
        font-weight: 300;
        color: #39394d;
        font-size: 20px;
        padding: 10px 10px 0 10px;
        position: absolute;
    }

    .newsblock .more {
        float: right;
        margin-right: 10px;
        margin-top: 80px;
    }

    #about img {
        display: none;
    }

    #about .col-md-8 {
        width: 100%;
    }
}


#joinus {
    padding: 70px 85px 60px 85px;
}

    #joinus .leftblock {
        background: url("../images/blur.png")no-repeat left bottom #0c6aae;
        padding: 60px;
    }

    #joinus .leftblock2 {
        background: url("../images/blur2.jpg")no-repeat left bottom #0c6aae;
        padding: 60px;
    }

    #joinus .rightblock {
        background: url("../images/gps-truck.jpg")no-repeat right center;
        background-size: cover;
    }

    #joinus button {
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 18px;
        background: none;
        color: #FFF;
        border: 1px solid #FFF;
    }

        #joinus button:hover {
            background: #FFF;
            color: #0c69ae;
        }

#download {
    padding: 20px 85px 40px 85px;
}

    #download .info {
        margin-top: 150px;
    }

.indexfooter {
    padding: 40px 0;
    background-color: #444b56;
    color: #fff;
}

    .indexfooter .link {
        float: left;
        width:200px;
    }

        .indexfooter .link ul {
            margin-right: 30px;
        }

            .indexfooter .link ul li a {
                font-weight: 300;
                font-size: 16px;
            }

    .indexfooter .copyright {
        border-top: 1px solid #FFF;
        padding-top: 15px;
    }

        .indexfooter .copyright > .copyright {
            display: table;
            width: 100%;
            border-top: none;
            padding-top: 0;
        }

    .indexfooter .copyright-left {
        font-size: 16px;
        display: table-cell;
    }

    .indexfooter .copyright-right {
        display: table-cell;
        float: none;
        text-align: right;
    }

@media (max-width: 769px) {
    .indexfooter .copyright-left {
        display: block;
    }

    .indexfooter .copyright-right {
        display: block;
        float: none;
        text-align: left;
    }
}

.bottomline {
    margin-top: 140px;
}



/*** page ***/
.wrapper {
    width: 100%;
}

header {
    height: 73px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(223, 223, 223, 0.5);
}

.main {
    width: 100%;
    background: #f4f4f4;
}

    .main .content {
        margin-left: 120px;
        padding: 25px 15px 0 15px;
    }

        .main .content .context {
            background: #fff;
            height: 100vh;
            font-size: 16px;
            padding: 28px 14px;
            overflow: auto;
        }

        .main .content .context2 {
            background: #fff;
            height: 100%;
            font-size: 16px;
            padding: 28px 14px;
            overflow: none;
        }

.central {
    display: flex;
    align-items: center;
    justify-content: center;
}

.userimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2d90e9;
}

nav.topmenu {
    display: block;
    margin-left: 120px;
    margin-top: 20px;
}

    nav.topmenu strong {
        border: 1px solid #1880e7;
        width: 30px;
        height: 30px;
        /* hide for non-JS */
        display: none;
        color: #1880e7;
        margin-right: 40px;
        background: url(../images/icon-dropdown.png) no-repeat center;
    }

        nav.topmenu strong:hover {
            cursor: pointer;
        }

    nav.topmenu ul li {
        font-size: 15px;
        margin-left: 20px;
    }

        nav.topmenu ul li a:link, nav.topmenu ul li a:visited {
            color: #5f5f5f;
            text-decoration: none;
        }

        nav.topmenu ul li a:hover, nav.topmenu ul li a:active, nav.topmenu ul li a:focus {
            color: #1880e7;
            border-bottom: 2px solid #1880e7;
        }

        nav.topmenu ul li a.active {
            color: #1880e7;
            border-bottom: 2px solid #1880e7;
        }

.dropdown {
    display: none;
}

@media (min-width: 768px) {
    nav.topmenu ul {
    }

        nav.topmenu ul li {
            display: inline-block;
        }

            nav.topmenu ul li a:link {
                display: inline-block;
                padding: 1em;
            }
}

@media (max-width:783px) {
    .dropdown {
        display: block;
    }
}

.cbp-vimenu {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #2d90e9;
    width: 120px;
}

    .cbp-vimenu li a {
        display: block;
        height: 100px;
        width: 120px;
        line-height: 10em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-indent: 0em;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }

        .cbp-vimenu li a:hover,
        .cbp-vimenu li:first-child a {
            background: #0e69ba;
            color: #fff;
            text-decoration: none;
        }

    .cbp-vimenu li.cbp-vicurrent a {
        background: #0e69ba;
        color: #fff;
    }

    .cbp-vimenu li a:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-indent: 0em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .cbp-vimenu li a.icon-logo:before {
        content: url('../images/../images/logo-navi-bg.png');
        font-weight: 700;
        font-size: 300%;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        background: #15416a;
        height: 73px;
        line-height: 1.9em;
    }

    .cbp-vimenu li a.icon-setting {
        position: absolute;
        bottom: 0;
    }

    .cbp-vimenu li a.icon-logo {
        height: 73px;
    }

.icon-client:before {
    content: url('../images/../images/navi-icon-1-clientmgr.png');
    line-height: 7em;
}

.icon-clean:before {
    content: url('../images/../images/navi-icon-2-cleanmgr.png');
    line-height: 7em;
}

.icon-dispose:before {
    content: url('../images/../images/navi-icon-3-finishmgr.png');
    line-height: 7em;
}

.icon-settings:before {
    content: url('../images/../images/navi-icon-4-setting.png');
    line-height: 7em;
}

.icon-setting:before {
    content: url('../images/../images/navi-icon-4-setting.png');
    line-height: 7em;
}

.icon-money:before {
    content: url('../images/../images/navi-icon-5-money.png');
    line-height: 7em;
}

.icon-message:before {
    content: url('../images/../images/navi-icon-6-message.png');
    line-height: 7em;
}

.icon-message[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 0.9em;
    background: red;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.icon-message[data-badge="0"]:after {
    content: none;
}

.icon-contract:before {
    content: url('../images/../images/navi-icon-7-contract.png');
    line-height: 7em;
}

.icon-franchisee:before {
    content: url('../images/../images/navi-icon-8-franchisee.png');
    line-height: 7em;
}

.icon-tachometer:before {
    content: url('../images/../images/navi-icon-9-dashboard.png');
    line-height: 7em;
}

.icon-chat:before {
    content: url('../images/../images/navi-icon-10-chat.png');
    line-height: 7em;
}

.icon-chat[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 0.9em;
    background: red;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}
.icon-chat[data-badge="0"]:after {
    content:none;
}

.icon-stock:before {
    content: url('../images/navi-icon-9-dashboard.png');
    line-height: 7em;
}

.icon-stock[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 0.9em;
    background: red;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.icon-stock[data-badge="0"]:after {
    content: none;
}
.icon-carbon:before {
    content: url('../images/navi-icon-11-carbon.png');
    line-height: 7em;
}

.icon-carbon[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 0.9em;
    background: red;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.icon-carbon[data-badge="0"]:after {
    content: none;
}


/* client_menu */
.cbp-vimenu2 {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #3dbdb6;
    width: 120px;
}

    .cbp-vimenu2 li a {
        display: block;
        height: 100px;
        width: 120px;
        line-height: 10em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-indent: 0em;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }

        .cbp-vimenu2 li a:hover,
        .cbp-vimenu2 li:first-child a {
            background: #329a94;
            color: #fff;
            text-decoration: none;
        }

    .cbp-vimenu2 li.cbp-vicurrent a {
        background: #329a94;
        color: #fff;
    }

    .cbp-vimenu2 li a:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-indent: 0em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .cbp-vimenu2 li a.icon-logo:before {
        content: url('../images/../images/logo-navi-bg.png');
        font-weight: 700;
        font-size: 300%;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        background: #3ad2c9;
        height: 73px;
        line-height: 1.9em;
    }

    .cbp-vimenu2 li a.icon-setting {
        position: absolute;
        bottom: 0;
    }

    .cbp-vimenu2 li a.icon-logo {
        height: 73px;
    }
/* clear_menu */
.cbp-vimenu3 {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #00afe2;
    width: 120px;
}

    .cbp-vimenu3 li a {
        display: block;
        height: 100px;
        width: 120px;
        line-height: 10em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-indent: 0em;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }

        .cbp-vimenu3 li a:hover,
        .cbp-vimenu3 li:first-child a {
            background: #009dca;
            color: #fff;
            text-decoration: none;
        }

    .cbp-vimenu3 li.cbp-vicurrent a {
        background: #009dca;
        color: #fff;
    }

    .cbp-vimenu3 li a:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-indent: 0em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .cbp-vimenu3 li a.icon-logo:before {
        content: url('../images/../images/logo-navi-bg.png');
        font-weight: 700;
        font-size: 300%;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        background: #00c1f9;
        height: 73px;
        line-height: 1.9em;
    }

    .cbp-vimenu3 li a.icon-setting {
        position: absolute;
        bottom: 0;
    }

    .cbp-vimenu3 li a.icon-logo {
        height: 73px;
    }
/* dealer_menu */
.cbp-vimenu4 {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #41a782;
    width: 120px;
}

    .cbp-vimenu4 li a {
        display: block;
        height: 100px;
        width: 120px;
        line-height: 10em;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-indent: 0em;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }

        .cbp-vimenu4 li a:hover,
        .cbp-vimenu4 li:first-child a {
            background: #378d6e;
            color: #fff;
            text-decoration: none;
        }

    .cbp-vimenu4 li.cbp-vicurrent a {
        background: #378d6e;
        color: #fff;
    }

    .cbp-vimenu4 li a:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-indent: 0em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .cbp-vimenu4 li a.icon-logo:before {
        content: url('../images/../images/logo-navi-bg.png');
        font-weight: 700;
        font-size: 300%;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        background: #4cc89b;
        height: 73px;
        line-height: 1.9em;
    }

    .cbp-vimenu4 li a.icon-setting {
        position: absolute;
        bottom: 0;
    }

    .cbp-vimenu4 li a.icon-logo {
        height: 73px;
    }

.process ul li {
    display: inline-block;
    margin-right: 40px;
    height: 34px;
    margin-bottom: 10px;
}

    .process ul li a {
        color: #567b9d;
        padding: 8px;
    }

        .process ul li a:hover {
            color: #fff;
            border-radius: 8px;
            background-color: #2d90e9;
            height: 34px;
            padding: 8px;
            text-decoration: none;
        }

        .process ul li a.active {
            border-radius: 8px;
            background-color: #2d90e9;
            color: #fff;
            height: 34px;
        }

.file {
    color: #0172c6;
    text-decoration: underline;
}

button#trigger {
    background: #1c4d7a;
    padding: 10px;
    left: 0;
    top: 0;
    position: absolute;
    outline: 0;
    border: 0;
}

button#trigger {
    display: none;
}

#slide_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    overflow: auto;
    z-index: 99;
}

.overlay {
    display: none;
}

@media (max-width: 636px) {
    .main .content {
        padding: 20px 10px 0 10px;
        margin-left: 0;
    }

    button#trigger {
        display: block;
    }

    #slide_menu {
        position: absolute;
        left: -120px;
        z-index: 999;
    }
}

.exam_value {
}

.same {
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B2\25BC"
}

/* Breadcrups CSS */

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 5px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #c3c3c3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #c3c3c3;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #f4f4f4;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step span {
        position: relative;
    }

        .arrow-steps .step span:before {
            opacity: 0;
            content: "✔";
            position: absolute;
            top: -2px;
            left: -20px;
        }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        color: #fff;
        background-color: #2d90e9;
    }

        .arrow-steps .step.current:after {
            border-left: 17px solid #2d90e9;
        }

/* one-stop */
#stop01 {
    text-align: center;
    background: #f5f5f5;
    padding: 90px 0;
}

#need {
    text-align: center;
    background: #fff;
    padding: 60px 0;
}

    #need .circle-title {
        color: #FFF;
        margin-bottom: 10px;
        font-size: 28px;
    }

    #need .circle-text {
        text-align: left;
        color: #FFF;
    }

    #need button {
        border-radius: 30px;
        padding: 4px 20px;
        font-size: 16px;
        border: 1px solid #FFF;
        background: none;
        color: #FFF;
    }

        #need button:hover {
            background: #FFF;
            color: #000;
        }

    #need .color01 {
        background: #f47357;
        padding: 40px 30px;
    }

    #need .color02 {
        background: #f7bc4a;
        padding: 40px 30px;
    }

    #need .color03 {
        background: #5cbea2;
        padding: 40px 30px;
    }

    #need .color04 {
        background: #306eaf;
        padding: 40px 30px;
    }

.title {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.025em;
}

.description {
    margin-bottom: 1.2625em;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 0.05em;
}

.circle img {
    position: relative;
    display: inline-block;
    height: 9.625em;
    width: 9.625em;
    margin-bottom: 1.575em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    /*-webkit-box-shadow: 1.5px 3.5px 10px #c9c9c9;
    -moz-box-shadow: 1.5px 3.5px 10px #c9c9c9;
    box-shadow: 1.5px 3.5px 10px #c9c9c9;
	padding: 5px;*/
}

.circle i {
    vertical-align: middle;
    display: table-cell;
    width: 80px;
    height: 80px;
    text-align: center;
}

.circle-title {
    margin-bottom: .0125em;
    font-weight: 700;
    font-size: 1.4125em;
    letter-spacing: 0.085em;
}

.circle-text {
    color: #eaeaf4;
    font-size: 1.175em;
    letter-spacing: 0.06em;
}

#stop01 a.goto {
    border-radius: 30px;
    background-color: #41c1c8;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}

    #stop01 a.goto:hover {
        background: #37a4aa;
    }

#stop01 .title {
    font-size: 42px;
}

#stop01 .description {
    font-weight: 300;
    font-size: 24px;
    width: 80%;
}

#stop01 .circle-title {
    font-size: 24px;
    margin-bottom: .2625em;
}

#stop01 .circle-text {
    color: #2d2d2d;
    font-weight: 300;
    margin-bottom: .2625em;
    font-size: 20px;
}

#stop02 {
    padding: 90px 0;
    background: #444b56;
    text-align: center;
}

    #stop02 .title {
        font-size: 42px;
    }

    #stop02 .description {
        margin-bottom: 60px;
        font-size: 24px;
    }

    #stop02 .circle {
        height: 4.625em;
        width: 4.625em;
        margin-bottom: 0.875em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        /*-webkit-box-shadow: 1.5px 1.5px 10px #004060;
    -moz-box-shadow: 1.5px 1.5px 10px #004060;
    box-shadow: 1.5px 1.5px 10px #004060;*/
        padding: 5px;
    }

    #stop02 .color01 {
        background: #306eaf;
    }

    #stop02 .color02 {
        background: #f7bc4a;
    }

    #stop02 .color03 {
        background: #f47357;
    }

    #stop02 .color04 {
        background: #5cbea2;
    }

    #stop02 .color05 {
        background: #7d6cae;
    }

    #stop02 .color06 {
        background: #4ea9f0;
    }

    #stop02 .circle i {
        vertical-align: middle;
        display: table-cell;
        width: 60px;
        height: 60px;
        color: #FFF;
    }

    #stop02 .circle-title {
        color: #FFF;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 0.025em;
    }

    #stop02 .circle-text {
        font-weight: 300;
        font-size: 16px;
    }

    #stop02 .col-md-4 {
        width: 30%;
    }

#how {
    border-top: 1px solid #eee;
    padding: 80px 0;
    text-align: center;
}


#stop03 {
    background: #00a4e6;
    background: url("../images/blur.png")no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

iframe {
    border: 1px solid #ecf3f6;
    padding: 5px;
    border-radius: 5px;
    background: #ecf3f6;
    -webkit-box-shadow: 1.5px 1.5px 10px #004060;
    -moz-box-shadow: 1.5px 1.5px 10px #004060;
    box-shadow: 1.5px 1.5px 10px #004060;
}

#consult {
    padding: 80px 0;
    /*background-image: url("../images/blur.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center top;*/
    text-align: center;
}

    #consult .description {
        font-weight: 300;
    }

    #consult table.table-inputlist th {
        color: #000;
        font-size: 18px;
        width: 15%;
    }

    #consult .row {
        width: 90%;
    }

    #consult table td {
        font-size: 18px;
    }

    #consult button {
        border-radius: 30px;
        background: none;
        border: 1px solid #000;
        color: #000;
        padding: 10px 30px;
        font-size: 24px;
    }

        #consult button:hover {
            background-color: #000;
            color: #fff;
        }

    #consult input.keyin {
        border: 1px solid #ccc;
    }

    #consult textarea {
        border: 1px solid #ccc;
    }

#consult2 {
    padding: 80px 0;
    /*background-image: url("../images/blur.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center top;*/
    border-top: 1px solid #eee;
    text-align: center;
}

    #consult2 .description {
        font-weight: 300;
    }

    #consult2 table.table-inputlist th {
        color: #000;
        font-size: 18px;
        width: 15%;
    }

    #consult2 .row {
        width: 90%;
    }

    #consult2 table td {
        font-size: 18px;
    }

    #consult2 button {
        border-radius: 30px;
        background: none;
        border: 1px solid #000;
        color: #000;
        padding: 10px 30px;
        font-size: 24px;
    }

        #consult2 button:hover {
            background-color: #000;
            color: #fff;
        }

    #consult2 input.keyin {
        border: 1px solid #ccc;
    }

    #consult2 textarea {
        border: 1px solid #ccc;
    }

#tech {
    padding: 0 85px;
}

    #tech .infoblock {
        border: 1px solid #e1e1e1;
        padding: 20px;
    }

        #tech .infoblock .subtitle {
            font-size: 22px;
            margin-bottom: .0625em;
            font-weight: 500;
        }

        #tech .infoblock .font-size04 {
            color: #2D2D2D;
            font-weight: 300;
        }

        #tech .infoblock img {
            margin-bottom: 1.0625em;
            width: 100%;
        }

        #tech .infoblock button {
            border-radius: 30px;
            padding: 8px 20px;
            font-size: 18px;
            border: 1px solid #0c6aae;
            background: #FFF;
            color: #0c6aae;
        }

            #tech .infoblock button:hover {
                background: #0c6aae;
                color: #FFF;
            }

        #tech .infoblock a {
            color: #0c6aae;
            font-size: 18px;
        }

.tint {
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 10px 10px 0 0;
}

    .tint img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .tint:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 10px 10px 0 0;
    }

#success {
    padding: 80px 0;
    background: #444b56;
}

    #success .newstitle {
        font-weight: 700;
        font-size: 1.4125em;
        letter-spacing: 0.085em;
        color: #212123;
        height: 65px;
    }

    #success .text {
        color: #212123;
        font-size: 1.175em;
        letter-spacing: 0.06em;
        font-weight: 300;
    }

    #success button {
        width: 100%;
        margin-top: 10px;
    }

    #success input {
        width: 100%;
        margin-top: 10px;
    }
/* rwd slider */
.slider {
    width: 100%;
    margin: 20px auto;
}

.slick-slide {
    margin: 0px 15px;
}

    .slick-slide img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.newsblock {
    border-radius: 5px;
    background: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
}

.indexblock {
    background: #FFF;
    border-radius: 5px;
    width: 250px;
    height: 230px;
    color: #000;
    padding: 20px;
    -webkit-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.1);
}

    .indexblock button {
        width: 100%;
    }
/* platform */

#plate01 {
    background: #f5f5f5;
    padding: 90px 0;
    text-align: center;
}

    #plate01 .circle-title {
        color: #333;
        font-size: 26px;
        text-align: left;
    }

    #plate01 .circle-text {
        color: #333;
        font-size: 24px;
        font-weight: 300;
        text-align: left;
    }

#plate02 {
    background: url("../images/iot.png")no-repeat right top #444b56;
    padding: 90px 0;
    background-size: cover;
}

#plate03 {
    padding: 60px 0;
    text-align: center;
}

    #plate03 .circle-title {
        color: #333;
        font-size: 24px;
    }

    #plate03 .circle {
        position: relative;
        display: inline-block;
        height: 70px;
        width: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 6px solid;
    }

        #plate03 .circle i {
            vertical-align: middle;
            display: table-cell;
            width: 60px;
            height: 60px;
            text-align: center;
        }

    #plate03 .color01 {
        color: #007cc9;
    }

    #plate03 .color02 {
        color: #fbbd00;
    }

    #plate03 .color03 {
        color: #00a94e;
    }

    #plate03 img {
        margin-top: -250px;
        margin-left: -100px;
    }
/** mobile **/
@media only screen and (min-width: 1301px) {
    #plate03 img {
        width: 200%;
    }
}

@media only screen and (min-width: 991px) and (max-width:1300px) {
    #plate03 img {
        width: 150%;
        margin-top: -100px;
    }
}

@media only screen and (max-width:990px) {
    #service {
        padding: 0;
        margin-top: 60px;
    }

    #joinus {
        padding: 60px 0 0 0;
    }

    #tech {
        padding: 0;
        margin-top: 60px;
    }

    #plate03 img {
        display: none;
    }

    #ai02 .pull-right {
        float: none !important;
    }

    #stop02 .col-md-4 {
        width: 100%;
    }

    #ai01 img {
        display: none;
    }

    #ai02 img {
        display: none;
    }

    #ai03 img {
        display: none;
    }
}

#ai01 {
    padding: 60px 0;
    background: #30aae9;
}

    #ai01 .description {
        font-weight: 300;
        font-size: 28px;
    }

#ai02 {
    padding: 60px 0;
}

    #ai02 .description {
        font-weight: 300;
        font-size: 28px;
    }

#ai03 {
    padding: 60px 0;
    background: #30aae9;
}

    #ai03 .description {
        font-weight: 300;
        font-size: 28px;
    }

button.more {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 18px;
    border: none;
    background: #FFF;
    color: #000;
}

    button.more:hover {
        background: #000;
        color: #FFF;
    }

button.index {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 18px;
    border: 1px solid #000;
    background: none;
    color: #000;
}

    button.index:hover {
        background: #000;
        color: #FFF;
    }
/* banner */

.bs-slider {
    overflow: hidden;
    position: relative;
    height: 490px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background: #000;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.10);
    }

    .bs-slider .carousel-inner .item {
        width: 100%;
        height: 490px;
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100%;
        height: 490px;
        object-fit: cover;
        object-position: center;
    }

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    /*right: 45%;*/
    bottom: 3%;
    /*left: auto;*/
    /*width: 90%;*/
    text-align:center !important;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(158, 158, 158);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(158, 158, 158);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

    .slide-text > h1 {
        padding: 0;
        color: #ffffff;
        font-size: 70px;
        font-style: normal;
        line-height: 84px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 40px;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .slide-text > a.btn-default {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a.btn-primary {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #00bfff;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a:hover,
    .slide-text > a:active {
        color: #ffffff;
        background: #222222;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
    }

    #adimage img {
        display: none;
    }

    #download .info {
        margin-top: 50px;
    }

    .banner {
        margin-left: 50vw;
    }

    .centered {
        display: none;
    }
}

#help2 .font-size07 {
    margin-top: 40%;
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

        .slide-text h1 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    .control-round .carousel-control {
        display: none;
    }

    #help2 .font-size07 {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default,
        .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }
}

#help {
    background: #00a4e6;
    background: url("../images/blur.png")no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

    #help .font-size02 {
        font-size: 30px;
    }

#technology .info {
    margin-top: 60px;
}

#technology .copyright-info {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    #tech .infoblock .subtitle {
        font-size: 20px;
    }

    .title {
        font-size: 34px;
    }

    .font-size01 {
        font-size: 25px;
    }

    .font-size02 {
        font-size: 20px;
    }

    #about .rightblock {
        padding: 60px;
    }

    #help {
        padding: 60px 20px;
    }

    #technology .info {
        margin-top: 0;
    }
}

@media (max-width: 414px) {
    #about .rightblock {
        padding: 20px;
    }

    .indexlogo {
        width: 200px;
        margin-top: 5px;
    }

    #download {
        padding: 20px;
    }

    .title {
        font-size: 25px;
    }

    .font-size01 {
        font-size: 20px;
    }

    .font-size02 {
        font-size: 15px;
    }

    #stop01 .title {
        font-size: 24px;
    }

    #stop01 .description {
        font-size: 16px;
    }

    #how .title {
        font-size: 24px;
    }

    #stop02 .title {
        font-size: 24px;
    }

    #stop02 .description {
        font-size: 16px;
    }

    #picture .title {
        font-size: 24px;
    }

    .checkout-wrap {
        padding-top: 0;
    }

    #adtitle .description {
        font-size: 16px;
        padding: 0 30px;
    }

    #consult .description {
        font-size: 16px;
    }

    #consult .title {
        font-size: 20px;
    }

    #consult2 .description {
        font-size: 20px;
    }

    #consult2 .title {
        font-size: 28px;
    }

    #stop03 iframe.film {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .hero .title {
        font-size: 25px;
    }

    #stop03 .film {
        width: 100%;
    }
}

#stop03 .film {
    width: 600px;
    height: 400px;
}

/**page **/

#about .title {
    font-size: 32px;
}

#about .description {
    font-weight: 300;
}

#about .leftblock {
    padding: 0;
}

#about .slogan {
    /*margin-bottom: 1.2625em;*/
    color: #14548b;
    font-size: 40px;
    font-weight: bold;
}

#about .copyright {
    color: #aaaaaa;
    font-size: 10px;
}

#help2 {
    padding: 80px 0;
}

#technology {
    padding: 80px 0;
}

    #technology .subtitle {
        font-weight: 500;
        font-size: 28px;
        margin-top: 15px;
    }

    #technology .description {
        font-weight: 300;
    }

    #technology .copyright-subtitle {
        font-weight: 500;
        font-size: 24px;
        margin-top: 5px;
    }

/*autocomplete*/
.ui-autocomplete {
    z-index: 2147483647;
}

/*Copyright*/
.copyright-title {
    margin-top:3rem;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.025em;
}

.copyright-description {
    margin-bottom: 1.2625em;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.05em;
}

/*Backend Footer*/
.backendfooter {
    padding: 0 0 10px 0;
    background-color: #444b56;
    color: #fff;
}

    .backendfooter .link {
        float: left;
    }


        .backendfooter .link ul {
            margin-right: 30px;
        }

            .backendfooter .link ul li a {
                font-weight: 300;
                font-size: 16px;
            }

    .backendfooter .copyright {
        /*border-top: 1px solid #FFF;*/
        padding-top: 15px;
        padding-right: 15px;
    }

.backendbottomline {
    margin-top: 20px;
}

#pic {
    background-color: #c377e0;
    width: 1000px;
    height: 1000px;
    font-size: 400px;
    line-height: 820px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-family: Microsoft JhengHei;
    text-shadow: 0.1em 0.1em 0.1em #00000040;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#picBox {
    background-color: #f4f4f4;
    width: 1000px;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#mainIframe {
    border: 0px solid #ecf3f6;
    padding: 5px;
    border-radius: 5px;
    background: #ecf3f6;
    -webkit-box-shadow: 0px 0px 0px #004060 !important;
    -moz-box-shadow: 0px 0px 0px #004060 !important;
    box-shadow: 0px 0px 0px #004060 !important;
}

#mainIframeBody {
    overflow: hidden;
}
.myScrollBar::-webkit-scrollbar,
.myScrollBar::-webkit-scrollbar-thumb {
    width: 0px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 10px solid transparent;
}

.myScrollBar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}

.myScrollBar {
    overflow-y: auto;
    color: rgba(0, 0, 0, 0);
    /*-webkit-text-fill-color: black;*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    transition: color .3s ease;
}

    .myScrollBar:hover {
        color: rgba(0, 0, 0, 0.3);
    }