/*
Color Code: #43a047
*/
/*@font-face {
    font-family: 'info-font';
    src: url('/fonts/IRANSansWeb_Medium.eot');
    src: url('/fonts/IRANSansWeb_Medium.eot#iefix') format('embedded-opentype'), url('/fonts/IRANSansWeb_Medium.woff') format('woff'), url('/fonts/IRANSansWeb_Medium.ttf') format('truetype'), url('/fonts/IRANSansWeb_Medium.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'info-font';
    src: url('/fonts/DanaFaNum-Regular.woff');
}

@font-face {
    font-family: 'info-font-l';
    src: url('/fonts/DanaFaNum-Regular.woff');
    /*src: url('/fonts/IRANSansWeb_UltraLight.eot');*/
    /*src: url('/fonts/IRANSansWeb_UltraLight.eot#iefix') format('embedded-opentype'), url('/fonts/IRANSansWeb_UltraLight.woff') format('woff'), url('/fonts/IRANSansWeb_UltraLight.ttf') format('truetype'), url('/fonts/IRANSansWeb_UltraLight.svg#CartoGothicStdBook') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    margin: 0;
    font-family: "info-font",tahoma;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(34, 34, 34);
    background-color: #fff;
}

* {
    outline: none;
}

select,
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
    height: 34px;
}

label {
    font-weight: normal !important;
}

footer {
    background-color: rgb(253, 253, 253);
    border-top: solid 1px rgb(242, 242, 242);
    margin: 20px 0 0 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 42px;
}

    footer div.compony-name a {
        color: rgb(92, 175, 33);
        font-weight: bold;
    }

.compony-name {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}

footer div.compony-name span {
    width: 100%;
    display: block;
    background-color: rgb(91, 91, 91);
    color: #fff;
    font-size: 12px;
    font-family: 'info-font-l';
    padding: 12px 0;
    text-align: center;
}

.box-footer-namad {
    min-height: 100px;
    background-color: #f2f2f2;
    margin: 0 -15px;
    display: flex
}

    .box-footer-namad a {
        display: block;
        margin: 15px auto;
    }

        .box-footer-namad a img {
            cursor: pointer;
            width: 120px;
        }

.login-message {
    color: #c82a3c;
    line-height: 25px;
    text-align: justify;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
}

.info-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    content: " ";
    clear: both;
}

.login-title {
    font-size: 34px;
    color: #c82a3c;
    text-shadow: 1px -1px 0px #383838;
    margin-bottom: 90px;
}

.field-validation-error {
    color: #c82a3c;
}

.footer-link {
    margin-top: 15px;
    font-family: 'info-font-l';
    color: #222222;
    line-height: 28px;
}

    .footer-link ul {
        margin: 0 15px 30px 0;
        padding: 0;
        list-style: none;
    }

        .footer-link ul li a {
            color: #222222;
            font-size: 13px;
            transition: all 0.3s;
        }

            .footer-link ul li a:hover {
                padding-right: 5px;
                transition: all 0.3s;
            }

            .footer-link ul li a i {
                font-size: 10px;
                color: #5caf21;
            }

.footer-address {
    margin-top: 15px;
    font-family: 'info-font-l';
    color: #222222;
    line-height: 32px;
}

    .footer-address i {
        color: #fff;
        font-size: 25px;
        margin-left: 15px;
        vertical-align: middle;
    }

.social-fab {
    list-style: none;
    float: right;
    vertical-align: middle;
    margin-top: 8px;
    padding: 0 0 0 10px;
    font-size: 50px;
}

    .social-fab li {
        display: inline-block;
        /*margin: 6px 6px 0 0;*/
    }

        .social-fab li a {
            display: inline-block;
            position: relative;
            overflow: hidden;
            z-index: 1;
            width: 40px;
            height: 40px;
            padding: 0;
            border-radius: 50%;
            -webkit-transition: .3s;
            transition: .3s;
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            font-size: 24px;
            line-height: 49px;
        }

        .social-fab li.twitter a {
            color: #00aade;
        }

        .social-fab li.youtube a {
            color: #e02f2f;
        }

        .social-fab li.facebook a {
            color: #3c579e;
        }

        .social-fab li.telegram a {
            color: #39b7e4;
        }

        .social-fab li.instagram a {
            color: #de2c59;
        }

.btn-floating {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    /*background-color: #26a69a;*/
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.fixed-action-btn {
    position: absolute;
    left: 12px;
    text-align: left;
    top: -52px;
}

.fab-share-red {
    background-color: #c82a3c;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
}

    .fab-share-red:hover {
        color: #fff;
    }

.flat-blue-color {
    background-color: #2196f3 !important;
}

.flat-green-color {
    background-color: #4caf50 !important;
}

.flat-yellow-color {
    background-color: #fdd835 !important;
}

.flat-orange-color {
    background-color: #f44336 !important;
}

.flat-banafsh-color {
    background-color: #ac36f4 !important;
}

.flat-yashmi-color {
    background-color: #119675 !important;
}

.flat-dark-blue-color {
    background-color: #117196 !important;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.account-typ-select {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    line-height: 248px;
    transition: all 0.4s;
    margin-bottom: 10px;
}

    .account-typ-select:hover {
        color: #fff;
        filter: brightness(125%);
        transition: all 0.4s;
    }
/*xs*/
@media (max-width: 767px) {
    .fab-action-button {
        bottom: 0px !important;
    }

    .info-container {
        width: 100%;
    }

    .xs-panel-border-none {
        border: none !important;
        box-shadow: none !important;
        padding: 0;
        margin-right: -12px;
        margin-left: -12px;
    }

    .carousel-caption {
        padding: 0 8px !important;
    }

    .xs-slider-h3 {
        font-size: 13px !important;
        margin: 5px 0 !important;
    }

    .xs-slider-p {
        font-size: 9px !important;
        margin-bottom: 4px !important;
    }

    .fab {
        width: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .fab-action-button {
        width: 100% !important;
        background-color: #29B6F6 !important;
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    .fab-action-button__icon {
        display: block !important;
    }

        .fab-action-button__icon::after {
            content: "درخواست دمو رایگان";
            color: #fff;
            position: absolute;
            top: 20px;
            font-size: 18px;
            right: calc(50% - 66px);
            font-family: "info-font",tahoma;
        }
}
/*sm*/
@media (min-width: 768px) {
    .info-container {
        width: 100%;
    }
}
/*md*/
@media (min-width: 992px) {
    .info-container {
        width: 91.66666667%;
    }
}
/*lg*/
@media (min-width: 1200px) {
    .info-container {
        width: 83.33333333%;
    }
}

.sec1Search {
    position: relative;
    background: none;
    border: 2px solid #f4f4f3;
    z-index: 11;
}

.svg-cls {
    enable-background: new 0 0 485.213 485.213;
}

.waiting-size {
    height: 82px
}

#SearechBtn {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    background: #2c373b;
    border: none;
    border-radius: 0 !important;
}

#Search {
    color: #000;
    font-size: 13px;
    padding: 12px;
    width: 100%;
    background: none;
    border: none;
    outline: 0;
    height: 40px;
}

.nav-tabs {
    direction: ltr;
}

    .nav-tabs li {
        width: 33.3%;
        text-align: center;
        /*background: #eeeeee;*/
        font-size: 11px;
    }

    .nav-tabs > li > a {
        margin: 0px;
        border-radius: 0;
        /*border-left: 1px solid #ddd;*/
    }

.tab-content {
    border: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 0px;
}

.pagination {
    direction: ltr;
}

    .pagination li {
        float: left;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #fff !important;
        background-color: #5caf21;
        border-color: #5caf21;
    }

    .pagination a {
        color: black !important;
    }

@media (max-width: 468px) {

    .panel-footer i {
        font-size: 4px !important;
    }

    .panel-footer span {
        font-size: 8px !important;
    }

    .panel-footer .btn {
        font-size: 8px !important;
    }
}

.blog-three-menu {
    color: #fff;
    padding: 10px 0;
}

.margin-b-8 {
    margin-bottom: 8px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.color-info {
    color: #2c373b
}

.customer-thumnail {
    width: 60px;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-left: 6px;
    height: 60px;
    margin-right: 6px;
}

.w-100-percent {
    width: 100%;
}

.btn-blog-print {
    color: white;
    border: 0;
    border-radius: 0;
    padding: 5px 12px;
    margin-top: -7px;
    color: white
}

.margin-t-8 {
    margin-top: 8px;
}

.margin-r-8 {
    margin-right: 8px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-t-25 {
    margin-top: 25px;
}

.colo-white {
    color: #fff
}

.panel-footer span {
    color: #989898;
    font-size: 11px;
}

.blog-item-short-desc {
    line-height: 24px;
    color: #636363;
}

.alert-icon {
    font-size: 60px;
    text-align: center;
    display: block;
}

.blog-image {
    width: 100%;
    padding: 3px;
    border: 1px solid gainsboro;
    border-radius: 2px;
}

.tag {
    color: #43a047;
    background-color: #fcfcfc;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #e4e4e4;
    display: inline-block;
}

.show-blog-titr {
    font-size: 30px
}

.last-blog-img {
    width: 70px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #dedede;
    margin-left: 6px;
    height: 70px;
    margin-right: 6px;
}

.last-blog-ul {
    padding: 5px 0 0 0;
}

.blog-sub-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-top: -7px;
    font-size: 12px;
    color: #464646;
}

.about-us-body {
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
}

.blog-show-style {
    font-size: 12pt;
    line-height: 200%;
    color: #535252
}

    .blog-show-style h1, .blog-show-style h2 {
        line-height: 50px;
        text-align: right;
    }

.footer-title {
    display: block;
    margin: 0px 0 -10px 0;
    font-weight: bold;
    font-size: 1.6rem;
}


.footer-title-underline span {
    display: inline-block;
    height: 6px;
    border-radius: 4px;
}

    .footer-title-underline span:nth-child(1) {
        background-color: #5caf2157;
        width: 8px;
    }

    .footer-title-underline span:nth-child(3) {
        background-color: #5caf2191;
        width: 22px;
    }

    .footer-title-underline span:nth-child(4) {
        background-color: #5caf21;
        width: 55px;
    }

.comments .comment-item {
    margin: 40px 0;
}

.comments a.comment-reply {
    float: left;
    font-size: 11px;
    color: #c82a3c;
}

.comments span.user-avatar {
    background: #eee;
    width: 64px;
    height: 64px;
    float: right;
    margin-left: 10px;
}

.comments small {
    font-size: 12px;
    font-family: sans-serif;
    color: #aaa;
}

.comments h4 {
    font-size: 15px;
}

#blogmenu li, .dropdown-menu {
    text-align: right;
    font-size: 12px;
    right: 0;
}

    .dropdown-menu .divider {
        margin: 5px 0;
    }

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

.navbar-nav .dropdown-menu .caret {
    transform: rotate(90deg) !important;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.blog-title {
    font-size: 13px;
    margin: 0;
}

.show-blog img {
    max-width: 100% !important;
    height: auto !important;
}

.custom-item {
    margin: 10px 10px !important;
    margin: 0 10px;
    /*background: #ececec;*/
    color: #333;
}

.related-blog-link {
    text-align: right;
    max-width: 100%;
    display: block;
    line-height: 21px;
    font-size: 11px;
    color: #c82a3c;
}

.btn-next {
    background-color: #43a047;
    color: #fff;
    margin-right: -15px;
    float: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 24px;
}

.btn-prew {
    background-color: #43a047;
    color: #fff;
    margin-left: -15px;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 24px;
}

    .btn-prew:hover, .btn-next:hover {
        color: #333
    }

.header-site {
    padding: 8px 0;
    position: relative;
    width: 100%;
}

.header-time {
    top: 0;
    left: 0;
    position: absolute;
}

    .header-time > span {
        margin-left: 18px;
    }

.fixed-menu {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 99;
}

.main-slider {
    border: 1px solid #e4e4e4;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    /*max-height: 400px;*/
}

.terms-item-layer {
    margin-top: 40px;
}

.section-heading {
    position: relative;
    width: 100%;
    margin: 10px 0 20px 0;
}

    .section-heading::before {
        position: absolute;
        height: 20px;
        width: 100%;
        border-bottom: 1px solid #05dfa5;
        right: 0;
        top: 0;
        z-index: 9;
        content: '';
    }

    .section-heading h2, .section-heading h1 {
        font-size: 18px;
        line-height: 35px;
        padding: 0 0 0 20px;
        position: relative;
        z-index: 10;
        background-color: #fff;
        display: inline-block;
        height: 35px;
        top: -21px;
    }

    .section-heading a, .section-heading span {
        background-color: #05dfa5;
        color: #fff;
        font-size: 15px;
        padding: 5px 20px;
        line-height: 25px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
    }

.term-box {
    margin-bottom: 25px;
}

    .term-box article {
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: relative;
        overflow: hidden;
    }

        .term-box article .img-layer {
            position: relative;
            padding-bottom: 1px;
            border-bottom: 1px solid #dfdfdf;
        }

            .term-box article .img-layer::before {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.8);
                content: '';
                right: 0;
                top: 0;
                opacity: 0;
            }

            .term-box article .img-layer .description {
                width: 88%;
                height: 85%;
                top: 8%;
                margin: 0 auto;
                right: 0;
                left: 0;
                position: absolute;
                z-index: 15;
                opacity: 0;
                transition: all 0.6s;
                cursor: pointer;
            }

                .term-box article .img-layer .description::before {
                    width: 60px;
                    height: 100%;
                    position: absolute;
                    right: 0;
                    top: 0;
                    border-top: 1px solid #06e5ac;
                    border-right: 1px solid #06e5ac;
                    content: '';
                }

                .term-box article .img-layer .description ul {
                    width: 90%;
                    display: table;
                    margin: 45px auto 30px;
                }

                    .term-box article .img-layer .description ul li {
                        float: right;
                        width: 33%;
                        text-align: center;
                        font-size: 14px;
                        line-height: 25px;
                        color: #fff;
                        min-width: 40px;
                    }

                .term-box article .img-layer .description .more {
                    width: 80%;
                    margin: 0 auto;
                    line-height: 22px;
                    font-size: 14px;
                    padding: 7px 15px;
                    text-align: center;
                    background-color: #06e5ac;
                    color: #0f5845;
                    display: block;
                    border-radius: 20px;
                    -moz-border-radius: 20px;
                    -webkit-border-radius: 20px;
                }

        .term-box article:hover .img-layer .description,
        .term-box article:hover .img-layer:before {
            transition: all 0.6s;
            opacity: 1
        }

        .term-box article .img-layer .description .more:hover {
            background-color: #03cb8f
        }

        .term-box article .img-layer .description::after {
            width: 60px;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #06e5ac;
            border-left: 1px solid #06e5ac;
            content: '';
        }

        .term-box article h2 {
            height: 45px;
            overflow: hidden;
            margin: 0;
        }

            .term-box article h2 a {
                display: block;
                line-height: 22px;
                text-align: center;
                padding: 11px 8px;
                border-bottom: 1px solid #d6d5dd;
                font-size: 14px;
                color: #2c373b;
            }

        .term-box article .footer {
            padding: 15px;
            position: relative;
        }

            .term-box article .footer .time {
                line-height: 25px;
                font-size: 13px;
                float: right;
                top: 3px;
                position: relative;
                color: #626d6f;
            }

                .term-box article .footer .time i {
                    font-size: 21px;
                    color: #99a3a5;
                    margin-left: 3px;
                    top: 3px;
                    position: relative;
                }

            .term-box article .footer label, .term-box article .footer a {
                float: left;
                line-height: 28px;
                font-size: 14px;
                padding: 2px 18px;
                background-color: #1bc0f8;
                color: #fff;
                border-radius: 20px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                margin: 0;
            }

.img-layer img {
    max-width: 100%;
    height: 180px;
}

.article-box article {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 7px 0 #eaeff4;
}

    .article-box article img {
        width: 100%;
    }

    .article-box article h2 {
        padding: 15px 0;
        height: 45px;
        margin-bottom: 25px;
        margin-top: 0;
        margin-left: -15px;
    }

        .article-box article h2 a {
            display: block;
            padding: 2px 6px 0 24px;
            line-height: 22px;
            overflow: hidden;
            text-align: right;
            border-right: 2px solid #5caf21;
            font-size: 14px;
            color: #2c373b;
            font-weight: bold;
        }

            .article-box article h2 a:hover {
                color: #16b082;
                transition: all 0.3s;
            }

    .article-box article p {
        color: #5e6a6e;
        font-size: 14px;
        text-align: justify;
        padding: 0 15px;
        height: 45px;
        overflow: hidden;
        line-height: 25px;
        font-family: 'info-font-l';
    }

.article-box .detail {
    border-top: 2px solid #eaeff2;
    padding: 15px;
    margin-top: 20px;
    font-size: 12px;
}

    .article-box .detail a {
        float: right;
        color: rgb(151, 151, 151);
        margin-top: -3px;
    }

    .article-box .detail i {
        color: #97aab0;
        margin-left: 3px;
        position: relative;
        top: 2px;
    }

    .article-box .detail .comment-pt {
        padding-left: 0;
    }

    .article-box .detail i.zmdi-comments {
        font-size: 14px;
        top: 3px;
    }

    .article-box .detail span {
        float: left;
        padding: 0 10px;
        line-height: 34px;
        color: #718489;
        margin-top: -10px;
        height: 100%;
    }

    .article-box .detail i.zmdi-eye {
        font-size: 15px;
    }

.special-terms-layer {
    width: 100%;
    padding: 10px 0 20px 0;
    margin: 25px 0 0;
    background-attachment: scroll,scroll;
    background-clip: border-box,border-box;
    background-color: rgba(0,0,0,0);
    background-image: url("/Content/Images/Site/pattern.png"),radial-gradient(circle, rgba(115,204,238,1) 0%, rgba(19,159,209,1) 100%);
    background-position: center center,0 0;
    background-repeat: repeat,no-repeat;
}

    .special-terms-layer header {
        text-align: center;
        padding: 5px 0;
        margin-bottom: 35px;
    }

        .special-terms-layer header h2 {
            font-size: 20px;
            line-height: 22px;
        }

.order-demo {
    background-color: #5caf21;
    color: #fff !important;
}

    .order-demo:hover {
        border-radius: 6px;
    }

.customer img {
    border-radius: 50%;
    border: 7px solid #fff6;
    margin: 0 auto 5px auto;
}

.customer span {
    text-align: center;
    display: block;
    color: #353535;
}

.sib-panel {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
    border-radius: 6px;
    display: grid;
}

    .sib-panel header {
        margin-top: -15px;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
    }

        .sib-panel header h4 {
            font-size: 16px;
            padding-bottom: 18px;
            position: relative;
            bottom: -12px;
            display: inline-block;
            border-bottom: 3px solid #1bbef5;
            font-weight: bold;
        }

.weigth-normal {
    font-weight: normal !important;
}

.clinic-title {
    font-size: 25px;
}

.clinic-install-date {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
    background-color: rgb(251, 251, 251);
    padding: 12px;
    border-radius: 2px;
}

    .clinic-install-date:hover {
        background-color: rgb(241, 237, 237);
    }

    .clinic-install-date span {
        color: rgb(27, 190, 245);
        font-size: 14px;
        float: left;
    }

.clinic-desc {
    line-height: 35px;
    font-size: 13px;
    text-align: justify
}

.clinic-gallery-thumnail {
    height: 80px;
    background-position: 50%;
    background-size: cover;
    width: 80px;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

.clinic-big-image {
    border: 1px solid rgb(52, 73, 94);
    cursor: pointer;
    padding: 1px;
    border-radius: 2px;
}

.clinic-gallery-image-title {
    direction: initial;
    text-align: right;
    margin: 0 0 5px 0;
    font-size: 19px;
    background-color: rgb(251, 251, 251);
    padding: 10px;
}

.card-service {
    height: 220px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    display: block;
    background-size: 40%;
    background-position: 50%;
    transition: 1s all;
}

    .card-service:hover {
        transition: 1s all;
        background-color: antiquewhite
    }

    .card-service img {
        width: 70%;
        margin: 0 auto;
        display: block;
        top: 15px;
    }

    .card-service h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: rgb(114, 112, 112);
        padding: 10px 0;
        border-radius: 4px;
        line-height: 20px;
    }

.card-service-accounting {
    background-image: url(../Images/Site/accounting.png);
}

.card-service-salary {
    background-image: url(../Images/Site/salary.png);
}

.card-service-report {
    background-image: url(../Images/Site/analytics.png);
}

.card-service-recall {
    background-image: url(../Images/Site/megaphone.png);
}

.card-service-archive {
    background-image: url(../Images/Site/file.png);
}

.card-service-support {
    background-image: url(../Images/Site/customer-service.png);
}

.site-title-h1 {
    margin-top: 50px;
    color: rgb(44, 55, 59);
    font-size: 25px;
    line-height: 45px;
}

.action-button-demo {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: goldenrod;
    display: block;
}


.fab {
    position: fixed;
    width: 56px;
    right: 15px;
    bottom: 15px;
    /*margin-left: -28px;*/
    z-index: 9;
}

.fab-action-button {
    position: absolute;
    bottom: 75px;
    right: 12px;
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-color: #29B6F6;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab-action-button__icon {
    display: inline-block;
    margin-top: 19px;
    margin-right: 18px;
    cursor: pointer;
}

    .fab-action-button__icon::before {
        font-size: 18px;
        color: #fff;
    }

.demo-page-description {
    padding: 15px 4px;
    background-image: url("/Content/Images/Site/pattern.png"),linear-gradient(to right,rgb(5, 230, 170),rgb(28, 189, 249));
    background-position: center center,0 0;
    background-repeat: repeat,no-repeat;
    margin-top: 25px;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.11);
}

    .demo-page-description h1 {
        font-size: 26px;
        line-height: 38px;
        margin-right: 15px;
    }

        .demo-page-description h1 span {
            color: forestgreen
        }

    .demo-page-description ul {
        list-style: none;
    }

        .demo-page-description ul li h3 {
            font-size: 16px;
            line-height: 34px;
        }

.thumbnail {
    padding: 0px;
}

.panel {
    position: relative;
}

    .panel > .panel-heading:after, .panel > .panel-heading:before {
        position: absolute;
        top: 11px;
        right: -16px;
        left: 100%;
        width: 0;
        height: 0;
        display: block;
        content: " ";
        border-color: transparent;
        border-left-color: transparent;
        border-style: solid solid outset;
        pointer-events: none;
        transform: rotate(180deg);
    }

    .panel > .panel-heading:after {
        border-width: 7px;
        border-right-color: #f7f7f7;
        margin-top: 1px;
        margin-left: 2px;
    }

    .panel > .panel-heading:before {
        border-right-color: #ddd;
        border-width: 8px;
    }

.form-save-comment {
    margin-top: 30px
}

    .form-save-comment textarea {
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        padding: 12px;
        font-weight: normal;
        color: #3e3e3e;
    }

    .form-save-comment input[type=text] {
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        padding: 15px 12px;
        color: #3e3e3e;
        font-weight: normal;
        margin-bottom: 8px;
    }

    .form-save-comment input[type=submit] {
        margin-top: -8px;
        float: left
    }

    .form-save-comment textarea::placeholder, .form-save-comment input[type=text]::placeholder {
        color: #c1c1c3;
    }

    .form-save-comment textarea:-ms-input-placeholder, .form-save-comment input[type=text]:-ms-input-placeholder {
        color: #c1c1c3;
    }

    .form-save-comment textarea::-ms-input-placeholder, .form-save-comment input[type=text]::-ms-input-placeholder {
        color: #c1c1c3;
    }

.comment-answer {
    background-color: #ECEFF1;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
}

    .comment-answer p {
        margin: 10px 0 0px 0;
        line-height: 30px;
    }

.box-slider {
    margin-top: -20px;
    position: relative;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 110px;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveAnimation {
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.waveAnimation .waveTop {
    animation: move_wave 100s linear infinite;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.waveTop {
    background-size: 50% 100px;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgBottom {
    z-index: 5;
}

.pay-result {
    text-align: center;
}

    .pay-result a {
        background-color: #ffcde9;
        height: 52px;
        line-height: 38px;
        color: #d547a4;
        width: 100%;
        margin: 30px auto;
    }

    .pay-result h2 {
        margin-bottom: 30px;
    }

    .pay-result table.pay-result-table {
        margin: 15px auto;
        background-color: #c6f0c4;
        color: #17772f;
        border-radius: 3px;
    }

        .pay-result table.pay-result-table td {
            padding: 1rem;
        }

        .pay-result table.pay-result-table tr td:first-child {
            text-align: right
        }

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}

.owl-stage-outer {
    direction: ltr;
}

.owl-dots {
    direction: ltr;
}

.customer-list-item {
    padding: 15px 12px;
    border-radius: 8px;
    border: 1px solid #f0efef;
    margin-bottom: 15px;
}

    .customer-list-item:hover {
        background-color: #fcfcfc;
    }

        .customer-list-item:hover h2.customer-list-title {
            color: #c82a3c
        }

    .customer-list-item h2.customer-list-title {
        margin: 0;
        font-size: 18px;
        color: #313131;
    }

    .customer-list-item div {
        color: #999;
        font-size: 11px;
        margin-top: 12px;
    }


.box_category > ul {
    padding: 0;
    margin: 0;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 6px;
}

    .box_category > ul > li {
        list-style: none;
        cursor: pointer;
        padding: 15px 8px;
        border-bottom: 1px solid rgb(242, 242, 242);
    }

        .box_category > ul > li:hover {
            background-color: #fbfbfb;
        }

    .box_category > ul li:last-child {
        border-bottom: none;
    }

.box_category ul li a {
    font-size: 1.5rem;
    display: block;
    color: #212121;
}

.box_category ul li p {
    display: none;
}

.box_category ul li:target p {
    display: block;
    background-color: #e3e3e3;
    line-height: 32px;
    border-radius: 6px;
    margin-top: 15px;
    padding: 8px 15px;
    transition: all 0.3s;
}

.box_category ul li::before {
    content: "»";
    font-size: 20px;
    color: #848484;
    float: right;
    margin: -2px 7px 0px 10px;
}

.large-footer {
    height: 125px;
    overflow: hidden;
    position: relative;
    line-height: 32px;
    text-align: justify;
}

.large-footer-closed:before {
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 50%,#fff);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.large-footer-container {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px rgb(242, 242, 242);
    padding-top: 30px;
}

    .large-footer-container button {
        color: #5caf21;
        background-color: transparent;
        border: none;
        margin-top: 8px;
        font-size: 15px;
        /*font-weight: bold;*/
    }
