.article-content {
    background-image: url(../images/blog-bg@2x.png);
    background-repeat: no-repeat;
    // background-position: center -140px!important;
    background-size: 100% auto;
    padding-top: 125px;
}

.content {
    max-width: 800px;
    margin: 30px auto;
}

.cont {
    text-indent: 2em;
}

.article-content p {
    font-size: 16px;
    color: #383838;
    line-height: 26px;
    margin: 0 0 10px;
    margin-bottom: 30px;
}

.article-title {
    font-size: 38px;
    color: #383838;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.article-meta {
    text-align: center;
    margin-bottom: 50px;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey {
    background-color: #F7F8F8 !important;
}

.h80 {
    height: 80px;
}

.h40 {
    height: 40px;
}

.m2apiCon2 {
    margin: 0px 0 0px 255px;
}

nav.navbar.bootsnav.navbar-fixed .logo-scrolled.logo-mobile {
    display: none !important;
}

@media (max-width: 992px) {
    .m2apiCon2 {
        margin-right: 0;
        margin-left: 235px;
    }
}

@media (max-width: 767px) {
    .m2apiCon2 {
        margin-left: 0;
    }
    .content {
        width: 100%;
        padding: 30px;
    }
    .content img {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled.logo-pad {
        display: none !important;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled.logo-mobile {
        display: block !important;
    }
}

#gotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    top: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #3d4450;
    background: #DEDEDE;
    transition: font-size 1s, background 1s;
    cursor: pointer;
    z-index: 77;
    opacity: 0.5;
}

#gotop:hover {
    color: #fff;
    font-size: 20px;
    background: #068EEA;
    opacity: 0.9;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

*html #gotop {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.btn-group-lg .btn-primary {
    background-color: #0d98f9;
}

.line {
    border-bottom: #dedede;
}

.hmFocusConOpacityBg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.navbar-brand img {
    height: 30px !important;
}

#bef,
#aft,
#tel {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    color: #3d4450;
    background: #DEDEDE;
    transition: font-size 1s, background 1s;
    cursor: pointer;
    z-index: 77;
    opacity: 0.7;
    margin-bottom: 10px;
    font-size: 20px;
}

#bef,
#aft {
    height: auto;
    padding: 5px 0;
    line-height: 1;
    color: #fff;
    background-color: #068EEA;
    opacity: 0.9;
}

#bef i,
#aft i {
    display: block;
}

#bef .text,
#aft .text {
    margin-top: 5px;
    display: block;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
}

#bef {
    bottom: 193px;
}

#aft {
    bottom: 120px;
}

#tel {
    bottom: 70px;
}

#bef:hover,
#aft:hover,
#tel:hover {
    color: #fff;
    background-color: #068EEA;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    opacity: 1;
}