body {
    background-color: #f4f6f8;
    font-size: 14px;
    color: #616161;
}

.navbar-vmaster {
    margin-bottom: 0px;
    border: none;
    background: #2caaea;
    position: fixed;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    z-index: 99;
}

.navbar-toggle {
    /*border-color: #FFF;*/
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.navbar-brand>img {
    width: 146px;
}

.navbar-brand {
    padding: 9px 5px;
    height: auto;
}

.navbar-nav>li>a {
    color: #FFF;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    display: flex;
}

.navbar-nav>li {
    padding: 0px 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    color: #FFF;
    border-bottom: 3px #FFF solid;
    padding-bottom: 17px;
}

.content {
    padding-top: 60px;
}

.feature {
    position: relative;
    z-index: 1;
}

.feature .desc {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.feature .desc-text {
    margin: 0px auto;
    display: block;
}

.feature-01 .desc {
    bottom: 55px;

}

.feature-01 .desc-text {
    width: 181px;
    margin: 0px auto;
}

.feature-01 .desc a {
    display: block;
    margin-top: 28px;
}

.feature-02 .desc {
    bottom: 48px;
}

.feature-02 .desc-text {
    width: 235px;
}

.feature-03 .desc {
    top: 57px;
}

.feature-03 .desc-text {
    width: 261px;
}

.feature-04 .desc {
    top: 58px;
    text-align: left;
}

.feature-04 .desc-text {
    width: 261px;
    margin-left: 29px;
}

.download {
    display: block;
}

.download img {
    width: 151px;
}

.feature-04 .download {
    margin-left: 29px;
    margin-top: 26px;
}

.feature-04 .download img {
    width: 131px;
}

.feature-05 .desc {
    bottom: 80px;
}

.feature-05 .desc-text {
    width: 238px;
}

.feature-06 .desc {
    bottom: 45px;
}

.feature-06 .desc-text {
    width: 182px;
}

.footer {
    background-color: #1A1D25;
    padding: 13px 70px;
    color: #605E70;
    font-size: 12px;
}

.footer .cu-title {
    font-size: 15px;
    color: #FFF;
}

.footer .contact-info a {
    color: #605E70;
}

.footer .social img {
    width: 25px;
    margin-right: 10px;
}

.footer a {
    display: inline-block;
    height: 23px;
    color: #605E70;
    line-height: 23px;
}

.footer .icon img {
    width: 23px;
    vertical-align: top;
}

.posts-content {
    padding-top: 80px;
}

.posts-content h1 {
    font-size: 25px;
}

.posts-body {
    color: #616161;
    font-size: 15px;
    line-height: 28px;
}

.posts-meta {
    color: #CCC;
    clear: both;
    overflow: hidden;
    height: auto;
}

.posts-meta .badge {
    float: left;
    margin-top: 1px;
}

.posts-meta .pub-date {
    float: left;
    margin-left: 8px;
}

.posts-body a {
    color: #2870fc;
    margin: 0px 3px;
}

.posts-body p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.posts-body img {
    max-width: 100%;
}

.category-posts-list section {
    background: #fff;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.category-posts-list .title h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 8px 0px 12px;
}

.category-posts-list .meta {
    color: #CCC;
    padding-right: 20px;
}

.category-posts-list .meta time {
    float: right;
}

.category-posts-list .posts {
    margin: 20px 0px 25px;
}

.category-posts-list .cover {
    padding: 0px;
    border-radius: 10px;
    margin: 0px;
    overflow: hidden;
    height: 129px;
    display: flex;
    align-items: center;
}

.category-posts-list .cover img {
    min-height: 129px;
}

.category-posts-list .short-desc {
    color: #919191;
    height: 129px;
    overflow: hidden;
    line-height: 21px;
    /*display: flex;*/
    /*align-items: center;*/
}

.category-posts-list .links {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    text-align: right;
}

.category-posts-list .btn-view-detail {
    /* background: #2870fc; */
    /*color: #2870fc;*/
    font-weight: bold;
}

.category-posts-list .breadcrumb,
.posts-content .breadcrumb {
    padding-left: 0px;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.posts-content .breadcrumb {
    padding: 10px 0px;
}

.btn-dl {
    background: #FFF;
    color: #2262A4;
    /*padding: 9px 52px;*/
    transition: all 0.2s ease;
    width:200px;
}

.section {
    display: none;
}

.btn-dl:hover {
    transform: translateY(-2px);
    color: #2262A4;
}

.indicator {
    margin-top: 30px;
    animation: arrow-80 3s ease-out infinite;
    cursor: pointer;
}

@keyframes arrow-80 {
    0% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.3) translateY(20px);
    }
}

#section-01 .app-desc {
    text-align: center;
}

#section-01 .logo.animate {
    transition: width 1s;
    width: 200px;
}

#section-01 .title {
    margin-top: 26px;
}

#section-01 .subtitle {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}

#links {
    color: #696969;
    font-size: 12px;
}

#links a {
    color: #696969;
}

.toggle-lang {
    background: 0 0;
    border: 1px #FFF solid;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    color: #FFF;
}

#menu-list,
#nav-lang {
    float: right;
}

#nav-lang .nav .open>a,
#nav-lang .nav .open>a:focus,
#nav-lang .nav .open>a:hover {
    background: none;
}

@media(min-width: 768px) {
    .category-posts-list {
        width: 768px;
    }
    .footer {
        padding: 20px 350px ;
    }
    #footer .row .info {
        margin-top: 10px;
    }
    #footer .social {
        margin-top: 10px;
    }
    #footer .social #jg2{
        margin-top: 13px
    }

}

@media(max-width:768px) {
    #nav-lang .dropdown-toggle {
        display: none;

    }

    #nav-lang a.lang-item {
        color: #FFF;
    }

    .navbar-brand {
        display: none
    }

    .feature {
        padding: 0px;
    }

    .posts-content {
        padding-top: 60px;
    }

    .posts-content h1 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0px;
    }

    .posts-meta .pub-date {
        float: right;
    }

    .category-posts-list .cover img {
        width: 100%;
    }

    .category-posts-list .cover {
        height: auto;
        max-height: 160px;
        margin-bottom: 20px;
    }

    .footer {
        padding: 35px 10px;
    }

    #footer .row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    #footer .row .info {
        padding-bottom: 100px;
    }

    #footer .info #jg1 {
        margin-top: 7px;
    }

    #footer .info span {
        display: inline-block;
        width: 270px;
    }

    #footer .row .social {
        position: absolute;
        position: absolute; left: 50%;top: 170px;
        transform: translate(-50%,-50%);
        margin: auto;
    }

    #footer .social #jg2{
        margin-top: 20px
    }

    #footer .social img {
        width: 35px;
        margin: 10px 10px;
    }

    .footer .cu-title{
        font-size: 20px;
    }

    #footer .company-name {
        display: block;
    }
}