/*
Name : Smooth - Mobile Web UI Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Navbar
	- Slider
	- Who we are
	- Our service
	- Portfolio
	- Features
	- Product
	- Checkout
	- Product Details
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- About us
	- Accordion
	- Calendar
	- Carousel
	- Chat
	- Client
	- Collapsible
	- Coming Soon
	- Features Page
	- Forum
	- Gallery
	- Maintenance
	- Parallax
	- Portfolio
	- Pricing
	- Process
	- Service
	- Settings
	- Slider Page
	- Steo
	- Table
	- Tabs
	- Team
	- Rating
	- Timeline
	- Footer
	
===================*/

/*===================
	import fonts
===================*/
/*@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700|Roboto:400,500,700');*/
@import url("weui.min.css");

@font-face {
    font-family: akrobat-regular;
    src: url('../fonts/akrobat-regular.ttf'), url('../fonts/akrobat-regular.ttf');
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
/*===================
	general
===================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #999;
    /*color: #000;*/
    font-size: 12px;
    font-family: 'akrobat-regular','SourceHanSansCN-Regular','Microsoft YaHei';
}

    body::-webkit-scrollbar {
        display: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #333;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 30px;
    font-weight: 600;
    color: #505050;
}

h6 {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
}

.h7 {
    font-size: 10px;
}

.h8 {
    font-size: 10px;
    color: #646464;
    font-weight: 500;
}

a {
    /*color: #333;*/
}

p {
    margin: 8px 0;
    line-height: 21px;
}

/*===================
	button
===================*/
.button {
    border: 1px solid #777;
    color: #fff;
    padding: 6px 14px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    background-color: #006448;
}

.buybutton {
    border: 1px solid #777;
    color: #fff;
    padding: 6px 14px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    background-color: #088057;
}
/*===================
	navbar
===================*/
.navbar {
    width: 100%;
    /*height: 80px;*/
    padding: 0;
    z-index: 100;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px 0 0 0;
    /*border-bottom: 1px solid #dedede;*/
}

    .navbar .panel-control-right a i {
        font-size: 22px;
    }

.site-title {
    display: inline-block;
}

.logo img {
    height: 50px;
    /*background: url(../img/photos-bg.jpg) center no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	vertical-align: top;
	position: relative;
	text-align: center;
	padding: 35px 0 25px 0;*/
}

.site-title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
    color: #222;
    position: relative;
    left: 3px;
    bottom: 3px;
}

    .site-title h1 span {
        color: #80d6cf;
        margin-right: 2px;
    }

.side-nav {
    width: 250px;
    background: #fff;
}


    .side-nav a {
        padding: 0 16px;
        font-weight: 400;
    }

        .side-nav a:hover {
            background: transparent;
        }

    .side-nav li:last-child {
        margin-bottom: 80px;
    }

    .side-nav li .collapsible-body ul li:last-child {
        margin-bottom: 0;
    }

.panel-control-left {
    float: left;
    font-size: 20px;
}

    .panel-control-left a i,
    .panel-control-right a i {
        color: #171717;
    }

.panel-control-right {
    float: right;
    font-size: 18px;
}

    .panel-control-right .contact-icon i {
        border-right: 1px solid #ddd;
        padding-right: 13px;
        margin-right: 10px;
    }

/*panel control*/
.panel-control-left .sidenav-control-right i {
    color: #80d6cf;
    background: #fff;
    padding: 8px;
    margin: 2px 0;
    border-radius: 2px;
}

.panel-control-left ul {
    padding: 0;
    border: none;
}

    .panel-control-left ul li {
    }

        .panel-control-left ul li a {
            font-size: 15px;
            color: #171717;
        }

.panel-control-left .side-nav li a i {
    color: #333;
}

.panel-control-left .side-nav li a > i {
    margin-right: 20px;
    font-size: 20px;
    position: relative;
    top: -2px;
}

.panel-control-left ul li .photos {
    background: url(../img/photos-bg.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 35px 0 25px 0;
}

    .panel-control-left ul li .photos * {
        position: relative;
    }

    .panel-control-left ul li .photos:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0;
        background: rgba(15, 14, 14, 0.93);
    }

    .panel-control-left ul li .photos img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .panel-control-left ul li .photos h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        display: block;
        margin: 0;
        padding: 0;
    }

.panel-control-left ul .first-list {
    padding-top: 15px;
}

.panel-control-left .side-nav .collapsible-header {
    font-size: 15px;
    color: #171717;
    background: #fff;
}

    .panel-control-left .side-nav .collapsible-header > i {
        margin-right: 20px;
        font-size: 20px;
        position: relative;
        top: -2px;
    }

    .panel-control-left .side-nav .collapsible-header span i {
        float: right;
        text-align: right;
        font-size: 10px;
        margin-right: 0;
    }

    .panel-control-left .side-nav .collapsible-header:hover {
        background: transparent;
    }

    .panel-control-left .side-nav .collapsible-header.active {
    }

.panel-control-left .side-nav li.active {
    background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
    color: #333;
    width: 24px;
    text-align: left;
}

.panel-control-left .collapsible-body ul {
    padding: 0 0 0 0;
    margin: 0;
}

.panel-control-left .collapsible-body {
    background: #fff;
}

    .panel-control-left .collapsible-body ul li a {
        padding-left: 60px;
        height: 40px;
        line-height: 40px;
    }

.panel-control-left .categories-in li {
    line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
    height: 36px;
    line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
    padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
    padding-left: 60px;
}

/*===================
	slider
===================*/
.slider-slick {
    position: relative;
    overflow: hidden;
}

    .slider-slick .slider-entry {
        position: relative;
        height: 400px;
    }


@media (min-width: 768px) {
    .slider-slick .slider-entry {
        position: relative;
        height: 430px;
    }
}

.slider-slick .overlay {
    background: linear-gradient( rgba(238, 238, 246, 0.36), rgba(238, 238, 246, 0.36) );
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.slider-slick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-slick .caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 34%;
    color: #fff;
    z-index: 999;
    overflow-wrap: break-word;
    text-align: center;
}

    .slider-slick .caption h2 {
        color: #171717;
        font-weight: 700;
        font-size: 21px;
        text-transform: uppercase;
    }

    .slider-slick .caption p {
        color: #333;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .slider-slick .caption ul {
        padding: 0;
        margin: 0;
    }

        .slider-slick .caption ul li {
            display: inline-block;
            margin: 0 4px;
        }

    .slider-slick .caption .button-two {
        background: transparent;
        border: 0;
        color: #fff;
        border: 2px solid #fff;
        padding: 6px;
        border-radius: 1px;
        font-size: 12px;
        letter-spacing: 1px;
        position: relative;
    }


.slider-slick .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
}

    .slider-slick .slick-dots li {
        width: auto;
    }

        .slider-slick .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #444;
            border-radius: 50%;
        }

        .slider-slick .slick-dots li.slick-active button {
            background: #088057;
        }

        .slider-slick .slick-dots li button::before {
            font-size: 0;
            color: transparent;
        }

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*===================
	who we are
===================*/
.who-we-are {
    text-align: center;
}

    .who-we-are .button {
        margin-top: 10px;
    }

/*===================
	our services
===================*/
.service {
    text-align: center;
}

    .service .row:last-child {
        margin-bottom: 0;
    }

    .service .entry i {
        font-size: 36px;
        margin-bottom: 13px;
        /*color: #555;*/
        color: #fff;
    }

/*===================
	offers
===================*/
.offers {
    text-align: left;
    padding: 10px 0 18px 0;
}

    .offers .row:last-child {
        margin-bottom: 0;
    }

    .offers .entry {
        box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 3px 1px -2px transparent;
        padding: 12px;
        background: #fff;
    }

        .offers .entry h5 {
            font-weight: 500;
        }

    .offers i {
        color: #555;
        text-align: center;
        padding: 20px 0 4px;
        line-height: 11px;
        border-radius: 10px;
        font-size: 24px;
        margin: 0 auto;
        margin-bottom: 17px;
    }

    .offers span {
        text-align: right;
        display: block;
    }

        .offers span i {
            margin-bottom: 0;
            padding: 0;
            color: #555;
            display: none;
        }

/*===================
	features
===================*/
.features .entry .icon {
    float: left;
    width: 60px;
    height: 60px;
    background: #80d6cf;
    color: #fff;
    box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    font-size: 38px;
    line-height: 58px;
}

.features .entry .content {
    overflow: hidden;
    margin-bottom: -10px;
}

.features .entry ul {
    padding: 0;
    margin: 0;
}

    .features .entry ul li {
        display: inline-block;
    }

        .features .entry ul li i {
            margin-right: 10px;
            font-size: 22px;
            color: #ff8f00;
        }

        .features .entry ul li h5 {
            color: #0e2a60;
        }

.features .row:last-child {
    margin-bottom: 0;
}

/*===================
	process
===================*/
.process .row {
    margin-bottom: 0;
}

.process .entry {
    background: #111;
    padding: 12px;
    box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
    color: #ddd;
}

    .process .entry span {
        font-size: 30px;
        color: #eee;
    }

    .process .entry h5 {
        color: #fff;
        font-weight: 500;
    }

.process .entry-icon {
    text-align: center;
}

    .process .entry-icon i {
        font-size: 54px;
        color: #444;
        padding: 60px 0;
    }

.process .col-left {
    padding-right: 0;
}

.process .col-right {
    padding-left: 0;
}

/*===================
	note
===================*/
.note {
    background: #111;
    color: #ddd;
    box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

    .note h5 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .note .button {
        background: #80d6cf;
        position: relative;
        top: -3px;
    }

    .note ul {
        padding: 0;
        margin: 0;
    }

        .note ul li {
            display: inline-block;
        }

        .note ul .call {
            float: right;
        }

.note-second {
    background: #80d6cf;
    color: #eee;
    box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

    .note-second h5 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .note-second .button {
        background: #80d6cf;
        position: relative;
        top: -3px;
    }

    .note-second ul {
        padding: 0;
        margin: 0;
    }

        .note-second ul li {
            display: inline-block;
        }

        .note-second ul .call {
            float: right;
        }

/*===================
	portfolio
===================*/
.portfolio ul {
    padding: 0;
    margin: 0 0 18px 0;
    cursor: default;
    text-align: center;
}

    .portfolio ul li {
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        color: #555;
        text-transform: uppercase;
        padding: 5px 6px 3px 6px;
        font-weight: 600;
    }

    .portfolio ul .active {
        color: #80d6cf;
    }

.portfolio .row {
    margin: 0;
    padding: 0;
}

    .portfolio .row .col {
        padding: 3px;
        margin: 0;
    }

.portfolio img {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}


/*===================
	words
===================*/
.words {
    background: #111;
    color: #eee;
}

    .words h4 {
        color: #fff;
        font-weight: 500;
    }

    .words .button {
        margin-top: 8px;
        border: 0;
    }


/*===================
	rating
===================*/

.rating {
    font-size: 12px;
    margin-top: 5px;
}

    .rating .active {
        color: #fecd2d;
    }

/*===================
	product
===================*/
.product {
    text-align: center;
}

    .product.popular {
        padding: 0 0 25px 0;
    }

    .product .app-title {
        margin-bottom: 20px;
    }

    .product .tabs {
        margin-bottom: 10px;
        text-align: center;
    }

        .product .tabs .tab {
            text-transform: none;
        }

            .product .tabs .tab a {
                color: #444;
                font-size: 18px;
            }

                .product .tabs .tab a.active {
                    color: #80d6cf;
                }

        .product .tabs .indicator {
            background: transparent;
        }

    .product .entry {
        position: relative;
        text-align: center;
        border-radius: 2px;
        box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
        padding: 10px 10px 18px;
        background: #fff;
    }

        .product .entry h6 {
            font-weight: 500;
        }

        .product .entry .price h5 {
            font-size: 20px;
            font-weight: 500;
            color: #171717;
            letter-spacing: 1px;
        }

        .product .entry img {
            width: 100%;
            height: 100%;
        }

        .product .entry .button {
            margin-top: 10px;
            margin-bottom: 5px;
        }


.rating .active {
    color: #fecd2d;
}

.product .entry h6,
.product .entry .rating,
.product .entry .price {
    margin-top: 2px;
}

.product .pagination ul {
    margin-top: 25px;
    list-style: none;
    text-align: center;
}

    .product .pagination ul li {
        display: inline-block;
        margin: 0 5px;
        box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
    }

    .product .pagination ul .active {
        background: #80d6cf;
        color: #fff;
        border-color: #80d6cf;
    }

/*===================
	checkout
===================*/
.checkout .order {
    background: #fefefe;
    margin-top: 25px;
    padding: 16px 12px 2px;
    border: 1px solid #ddd;
    margin-bottom: 35px;
}

    .checkout .order .title {
        text-align: center;
    }

    .checkout .order h5 {
        margin-bottom: 14px;
    }

        .checkout .order h5 span {
            font-size: 18px;
        }

    .checkout .order h6 {
        margin-bottom: 8px;
        font-size: 16px;
        color: #666;
    }

.checkout .link {
    position: relative;
    top: -12px;
}

.checkout .order .text-right {
    text-align: right;
}

.checkout .order .button {
    margin-top: 10px;
    margin: auto;
    display: block;
}

/*===================
	section, title and bg
===================*/
.app-languages {
    margin-top: 90px;
}



.mycenter {
    margin-top: 90px;
    margin-bottom: 70px;
   
}

    .mycenter .container {
        width: 100%;
    }

.app-video {
    margin-top: 10px;
}

.app-section {
    padding: 30px 0 35px 0;
}

.app-pages {
    margin-top: 50px;
}

.app-title {
    margin-bottom: 10px;
    text-align: center;
}

    .app-title .line {
        height: 2px;
        width: 30px;
        background: #363636;
        margin: 3px auto;
    }

    .app-title .linesata {
        height: 2px;
        width: 30px;
        background: #00b174;
        margin: 3px auto;
    }

    .app-title p {
        margin: 2px 0;
    }

    .app-title h4 {
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

.pages-title {
    margin-bottom: 30px;
    text-align: center;
}

    .pages-title h3 {
        font-size: 22px;
        font-weight: 600;
    }

.app-bg-dark {
    background: #f9f9f9;
}

.app-bg-light {
    background: #fff;
}

.app-bg-sata {
    background: #eef9f9;
    position: fixed;
    bottom: 131px;
    width: 100%;
    padding: 5px 0 5px 0;
}

.app-bg-user {
    background-color: white;
    position: fixed;
    bottom: 52px;
    width: 100%;
    padding: 5px 0 5px 0;
    z-index: 1;
    /*height:100px;*/
}
.app-bg-sata .entry {
        width: 50px;
        margin: 0 auto;
    }
    .app-bg-user .entry {
        width: 50px;
        margin: 0 auto;
    }

.app-bg-sata1 {
    background: #fff;
    position: fixed;
    bottom: 164px;
    width: 100%;
    padding: 10px;
    z-index: 2;
}

.app-bg-light .entry {
    background: #f3f3f3;
}

.app-last-row {
    margin-bottom: 0;
}

.app-bg-color {
    background: #80d6cf;
    color: #fff;
}

    .app-bg-color h6 {
        color: #fff;
    }

    .app-bg-color .owl-theme .owl-controls .owl-page span {
        background: #fff;
        width: 10px;
        height: 10px;
    }

    .app-bg-color .app-title h4 {
        color: #fff;
    }


/*===================
	product details
===================*/

.product-details_c {
    margin-top: 135px;
    margin-bottom: 131px;
}

.product-details {
    margin-top: 200px;
    margin-bottom: 215px;
}


.product-details .entry {
    position: relative;
}


    .product-details .entry .big-image img {
        width: 100%;
        height: 100%;
        box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
        padding: 10px;
        margin-bottom: 5px;
    }

    .product-details .entry img {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 5px;
    }

    .product-details .entry .tabs {
        height: auto;
    }

        .product-details .entry .tabs a.active {
            border-bottom: 2px solid #088057;
        }

        .product-details .entry .tabs a {
            border: 0 solid #088057;
        }

        .product-details .entry .tabs img {
            border: 0;
        }

        .product-details .entry .tabs .indicator {
            height: 0;
            background: transparent;
        }

        .product-details .entry .tabs .tab {
            height: auto;
        }

.product-details .details .button {
    margin-top: 20px;
}

.product-details .desc-review {
    margin-top: 30px;
}

    .product-details .desc-review .tabs {
        height: 30px;
    }

        .product-details .desc-review .tabs .indicator {
            background: #088057;
        }

    .product-details .desc-review .tab {
        height: 30px;
        text-transform: none;
    }

.review .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px;
}

.review .comment .content p {
    margin: 8px 0;
}

.review .comment .content img {
    /*width: 50px;
    height: 50px;*/
    /*float: left;*/
    /*margin-right: 15px;*/
    /*border-radius: 50%;*/
}

.review .comment .content {
    border-bottom: 1px solid #eee;
    /*padding-top: 20px;*/
    margin-top: 10px;
}

.review .post-review {
    margin-top: 20px;
}

    .review .post-review h6 {
        margin-bottom: 15px;
    }

/*===================
	product cart
===================*/
.product-cart .entry {
    border: 1px solid #ddd;
    padding: 10px 16px 0 10px;
}

    .product-cart .entry h6,
    .product-cart .cart-total h6 {
        font-size: 15px;
    }

    .product-cart .entry img {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
    }

    .product-cart .entry .cart-title {
        padding: 10px 0 0;
    }

        .product-cart .entry .cart-title i {
            text-align: right;
            float: right;
        }

    .product-cart .entry .s-title {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    .product-cart .entry input[type="number"] {
        height: 25px;
        border: 1px solid #ccc;
        padding: 0;
        width: 40px;
        text-align: center;
        position: relative;
        bottom: 4px;
    }

.product-cart .cart-total {
    text-align: right;
    margin-top: 25px;
}

    .product-cart .cart-total h5,
    .product-cart .cart-total h6 {
        margin-bottom: 10px;
    }

    .product-cart .cart-total .button {
        text-align: center;
        margin-right: 10px;
        margin-top: 10px;
    }

/*===================
	blog
===================*/
.blog {
    position: relative;
}

    .blog .entry {
        margin-bottom: 30px;
    }

        .blog .entry .user-date {
            padding: 0;
        }

        .blog .entry .content {
            padding: 0 0 5px 0;
        }

            .blog .entry .content h5 a {
                font-weight: 500;
            }

        .blog .entry img {
            width: 100%;
            height: 100%;
        }

        .blog .entry .user-date ul {
            list-style: none;
        }

            .blog .entry .user-date ul li {
                display: inline-block;
                margin-right: 12px;
            }

                .blog .entry .user-date ul li a i {
                    margin-right: 6px;
                    color: #80d6cf;
                }

    .blog .pagination ul {
        margin-top: 25px;
        list-style: none;
        text-align: center;
    }

        .blog .pagination ul li {
            display: inline-block;
            margin: 0 5px;
            box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
        }

        .blog .pagination ul .active {
            background: #80d6cf;
            color: #fff;
            border-color: #80d6cf;
        }

/*===================
	blog single
===================*/
.blog-single {
    position: relative;
}

    .blog-single .entry {
        margin-bottom: 0;
    }

        .blog-single .entry img {
            width: 100%;
            height: 100%;
        }

        .blog-single .entry h5 {
            font-weight: 500;
        }

        .blog-single .entry .user-date ul {
            list-style: none;
        }

            .blog-single .entry .user-date ul li {
                display: inline-block;
                margin-right: 12px;
            }

                .blog-single .entry .user-date ul li a i {
                    margin-right: 6px;
                    color: #80d6cf;
                }

    .blog-single .share ul {
        list-style: none;
        margin-top: 15px;
    }

        .blog-single .share ul li {
            display: inline-block;
        }

            .blog-single .share ul li h6 {
                margin-right: 4px;
                position: relative;
                bottom: 2px;
            }

            .blog-single .share ul li a i {
                font-size: 20px;
                margin: 0 4px;
            }

    .blog-single .author {
        border-top: 1px solid #eee;
        padding-top: 20px;
        position: relative;
    }

        .blog-single .author .entry {
            overflow: hidden;
        }

        .blog-single .author p {
            margin: 8px 0;
        }

        .blog-single .author img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            float: left;
            margin-right: 15px;
        }

        .blog-single .author .entry ul {
            padding: 0;
            margin: 0;
        }

            .blog-single .author .entry ul li {
                display: inline-block;
                margin-right: 3px;
            }

    .blog-single .comment .content .entry {
        overflow: hidden;
        margin-bottom: 22px;
    }

    .blog-single .comment .content p {
        margin: 8px 0;
    }

    .blog-single .comment .content img {
        width: 80px;
        height: 80px;
        float: left;
        margin-right: 15px;
    }

    .blog-single .comment .content {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .blog-single .comment .content {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.blog-single .post-comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

    .blog-single .post-comment .content textarea {
        margin-bottom: 20px;
    }

.blog-single .post-comment .content {
}

.blog-single .post-comment .content {
}

.blog-single .post-comment .content {
}

/*===================
	form custom
===================*/
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form .select-wrapper input.select-dropdown {
    /*border-bottom: 1px solid #999;
    height: 36px;*/
    /*border-radius: 2px;*/
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

    form input:not([type]):focus:not([readonly]),
    form input[type="text"]:focus:not([readonly]),
    form input[type="email"]:focus:not([readonly]),
    form input[type="password"]:focus:not([readonly]),
    form input[type="tel"]:focus:not([readonly]),
    form input[type="number"]:focus:not([readonly]),
    form input[type="date"]:focus:not([readonly]) {
        /*border-bottom: 1px solid #006448;*/
        box-shadow: none;
    }

.input-field input:not([type]):focus:not([readonly]) + label,
.input-field input[type="text"]:focus:not([readonly]) + label,
.input-field input[type="email"]:focus:not([readonly]) + label,
.input-field input[type="password"]:focus:not([readonly]) + label,
.input-field input[type="tel"]:focus:not([readonly]) + label,
.input-field input[type="number"]:focus:not([readonly]) + label,
.input-field input[type="date"]:focus:not([readonly]) + label {
    color: #006448;
    box-shadow: none;
}

form textarea {
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
}

    form textarea:focus {
        /*border-bottom: 2px solid #80d6cf;*/
    }

        form textarea:focus + label {
            color: #80d6cf;
        }

form .picker__weekday-display {
    background-color: #80d6cf;
}

form .picker__nav--prev:hover, .picker__nav--next:hover {
    background: #80d6cf;
}

form .picker__date-display {
    background-color: #80d6cf;
}

form .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #80d6cf;
}

form .picker__day.picker__day--today {
    color: #80d6cf;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

/*===================
	login
===================*/
.login strong {
    display: block;
    position: relative;
    bottom: 5px;
}

.login .forgot {
    margin-bottom: 10px;
    display: block;
}

.login [type="checkbox"] + label {
    padding-left: 30px;
    color: #333;
}

.login [type="checkbox"]:checked + label::before {
    border-right: 2px solid #80d6cf;
    border-bottom: 2px solid #80d6cf;
}

.login .button {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%;
}

.login .create-account {
    text-align: center;
}

.login .or h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: #80d6cf;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    line-height: 40px;
}

.login .or .button {
    margin-top: 12px;
    margin-bottom: 12px;
    border-color: #fff;
    color: #fff;
}

.login .facebook {
    background: #3b5998;
}

.login .twitter {
    background: #00aced;
}

.login .google {
    background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
    margin-top: 5px;
    margin-bottom: 14px;
    width: 100%;
}

.register .login-now {
    text-align: center;
    display: block;
}

.register .or h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: #80d6cf;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    line-height: 40px;
}

.register .or .button {
    margin-top: 12px;
    margin-bottom: 12px;
    border-color: #fff;
    color: #fff;
}

.register .facebook {
    background: #3b5998;
}

.register .twitter {
    background: #00aced;
}

.register .google {
    background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
    text-align: center;
}

    .page-404 h3 {
        font-size: 96px;
        color: #006448;
    }

        .page-404 h3 span {
            color: #006448;
        }

    .page-404 .button {
        margin: 10px 0;
        display: inline-block;
    }

        .page-404 .button a {
            color: #fff;
        }

/*===================
	testimonial
===================*/
.testimonial {
    text-align: center;
    padding: 30px 0 15px 0;
}

    .testimonial .app-title i {
        font-size: 26px;
        color: #80d6cf;
    }

    .testimonial h6 {
        font-weight: 700;
    }

    .testimonial .app-title {
        margin-bottom: 10px;
    }

    .testimonial img {
        border-radius: 50%;
        margin: 5px 0 5px 0;
        height: 60px;
        width: 60px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
    }

    .testimonial .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
    }

/*===================
	faq
===================*/
.faq .collapsible {
    border: none;
    box-shadow: none;
}

    .faq .collapsible li {
        margin-bottom: 6px;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

        .faq .collapsible li .collapsible-header {
            font-size: 16px;
            color: #666;
        }

            .faq .collapsible li .collapsible-header i {
                float: right;
                margin-right: 0;
                width: auto;
                font-size: 14px;
            }

        .faq .collapsible li .collapsible-body p {
            padding: 16px;
        }

/*===================
	about us
===================*/
.about-app {
    text-align: center;
}

    .about-app img {
        width: 100%;
        height: 100%;
    }

/*===================
	accordion
===================*/
.accordion .collapsible {
    border: none;
    box-shadow: none;
}

    .accordion .collapsible li {
        margin-bottom: 6px;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

        .accordion .collapsible li .collapsible-header {
            font-size: 16px;
            color: #666;
        }

            .accordion .collapsible li .collapsible-header i {
                float: right;
                margin-right: 0;
                width: auto;
                font-size: 14px;
            }

        .accordion .collapsible li .collapsible-body p {
            padding: 16px;
        }

/*===================
	calendar
===================*/
.calendar-app .head {
    background: #f6f6f6;
    text-align: center;
    padding: 15px 10px 13px;
}

    .calendar-app .head h5 {
        display: inline-block;
        cursor: default;
    }

.calendar-app .cd-left {
    float: left;
    cursor: pointer;
}

.calendar-app .cd-right {
    float: right;
    cursor: pointer;
}

.calendar-app .entry table th,
.calendar-app .entry table td {
    text-align: center;
}

.calendar-app .entry table .active {
    color: #fff;
    background: orange;
}

/*===================
	carousel 
===================*/
.carousel-features {
    text-align: center;
}

    .carousel-features img {
        width: 100%;
        height: 100%;
    }

#carousel-features2 .item {
    margin-left: 2px;
    margin-right: 2px;
}


/*===================
	chat app
===================*/
.chat-app .entry {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.chat-app img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-app textarea {
    border: 1px solid #ddd;
    height: 60px;
    padding: 10px;
}

    .chat-app textarea:active,
    .chat-app textarea:focus {
        border: 1px solid #ddd !important;
    }

.chat-app .button {
    float: right;
}

.chat-app .clear {
    clear: both;
}

.chat-app .uplod i {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}


/*===================
	client
===================*/
.client-app img {
    width: 100%;
    height: 100%;
}

.client-app .item {
    margin: 0 4px;
}

.client-app h6 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

/*===================
	collapsible
===================*/
.collapsible-app .collapsible {
    border: none;
    box-shadow: none;
}

    .collapsible-app .collapsible li {
        margin-bottom: 6px;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

        .collapsible-app .collapsible li .collapsible-header {
            font-size: 16px;
            color: #666;
        }

            .collapsible-app .collapsible li .collapsible-header i {
                float: right;
                margin-right: 0;
                width: auto;
                font-size: 14px;
            }

        .collapsible-app .collapsible li .collapsible-body p {
            padding: 16px;
        }


/*===================
	coming soon
===================*/
.coming-soon-app {
    text-align: center;
}

    .coming-soon-app i {
        font-size: 200px;
        color: #666;
        margin-bottom: 10px;
    }

/*===================
	faq
===================*/
.faq .collapsible {
    border: none;
    box-shadow: none;
}

    .faq .collapsible li {
        margin-bottom: 6px;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

        .faq .collapsible li .collapsible-header {
            font-size: 16px;
            color: #666;
        }

            .faq .collapsible li .collapsible-header i {
                float: right;
                margin-right: 0;
                width: auto;
                font-size: 14px;
            }

        .faq .collapsible li .collapsible-body p {
            padding: 16px;
        }

/*===================
	features pages
===================*/
.features-app .entry i {
    font-size: 35px;
    margin-bottom: 12px;
}

/*===================
	forum
===================*/
.forum-app .entry {
    border: 1px solid #ddd;
}

    .forum-app .entry .head {
        background: #f5f5f5;
        padding: 10px 15px;
    }

    .forum-app .entry .title a {
        font-size: 16px;
    }

    .forum-app .entry .head > a {
        font-size: 14px;
        color: #666;
    }

    .forum-app .entry .head span {
        display: block;
        font-size: 12px;
    }

    .forum-app .entry .content {
        padding: 0 15px;
    }

.forum-app .pagination ul {
    margin-top: 25px;
    list-style: none;
    text-align: center;
}

    .forum-app .pagination ul li {
        display: inline-block;
        background: #f3f3f3;
        margin: 0 5px;
    }

    .forum-app .pagination ul .active {
        background: #444;
        color: #fff;
        border-color: #444;
    }

.forumsingle-app .entry {
    border: 1px solid #ddd;
    padding: 20px 15px;
    background: #fdfdfd;
}

    .forumsingle-app .entry .title a {
        font-size: 18px;
    }

    .forumsingle-app .entry span {
        display: block;
        font-size: 13px;
    }

.forumsingle-app .entry-forum .entry {
    padding: 10px 10px;
}

.forumsingle-app .entry-forum .button {
    margin-top: 12px;
}

/*===================
	gallery
===================*/
.gallery img {
    width: 100%;
    height: 100%;
}

.gallery.column3 .row .col {
    padding-left: 7px;
    padding-right: 7px;
}

.gallery.column3 .container .row {
    margin-right: -0.74rem;
}

.gallery.column3 .row {
    margin-bottom: 10px;
}

.pagination-gallery ul {
    margin-top: 25px;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

.gallery-card img {
    width: 100%;
    height: 100%;
}

.gallery-card h5 {
    font-size: 18px;
    margin: 10px 0 0px 0;
    font-weight: 500;
}

.gallery-card.column3 h5 {
    font-size: 16px;
}

.gallery-circle {
    text-align: center;
}

    .gallery-circle.column1 {
        text-align: center;
    }

        .gallery-circle.column1 img {
            width: 300px;
            height: 300px;
        }

    .gallery-circle img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .gallery-circle.column3 img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

.pagination-gallery ul li {
    display: inline-block;
    background: #f3f3f3;
    margin: 0 5px;
    padding: 4px 10px;
}

.pagination-gallery ul .active {
    background: #0e2a60;
    color: #fff;
    border-color: #0e2a60;
}

    .pagination-gallery ul .active a {
        color: #fff;
    }

/*===================
	grid
===================*/
.grid-app .entry {
    background: #ddd;
    text-align: center;
}

/*===================
	maintenance
===================*/
.maintenance-app {
    text-align: center;
}

    .maintenance-app .icons {
        border: 3px solid #111;
        background: yellow;
        margin-bottom: 15px;
        border-radius: 15px;
        display: inline-block;
        padding: 30px;
    }

    .maintenance-app i {
        font-size: 90px;
        margin: 0 10px;
        color: #111;
    }

/*===================
	parallax
===================*/
.parallax {
    background: url(../img/parallax-bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #eee;
    height: 100%;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding: 150px 20px;
    text-align: center;
}

    .parallax * {
        position: relative;
    }

    .parallax:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0;
        background: rgba(11, 14, 20, 0.73);
    }

    .parallax h5 {
        color: #fff;
        font-size: 22px;
    }

/*===================
	portfolio pages
===================*/
.portfolio ul {
    padding: 0;
    margin: 0 0 18px 0;
    cursor: default;
    text-align: center;
}

    .portfolio ul li {
        background: #f3f3f3;
        display: inline-block;
        margin: 0 2px;
        cursor: pointer;
        color: #444;
        /*padding: 5px 8px 3px 8px;*/
        border-radius: 1px;
    }

    .portfolio ul .active {
        /*background: #333;*/
        background: #088057;
        color: #fff;
    }

.portfolio .portfolio-item img {
    width: 100%;
    height: 100%;
}

.portfolio.column1 {
    margin-bottom: 70px;
}

.portfolio-circle.column1,
.portfolio-circle.column2,
.portfolio-circle.column3 {
    text-align: center;
}

    .portfolio-circle.column1 img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
    }

.portfolio .portfolio-item .row {
    margin-left: auto;
    margin-right: auto;
}

.portfolio.column2 {
    margin-bottom: 0;
}

.portfolio-circle.column2 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.portfolio.column2 .row {
    margin: 0;
    padding: 0;
}

    .portfolio.column2 .row .col {
        padding-bottom: 16px !important;
    }

.portfolio.column3 .row {
    margin-bottom: 0;
}

    .portfolio.column3 .row .col {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 8px;
    }

.portfolio-circle.column3 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.portfolio-card h5 {
    font-size: 18px;
    margin: 10px 0 0px 0;
    font-weight: 500;
}

.portfolio-card.column3 h5 {
    font-size: 16px;
}

/*===================
	pricing 
===================*/
.pricing-app .entry {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 15px;
}

    .pricing-app .entry span {
        font-size: 30px;
    }

/*===================
	process
===================*/
.process-app .tabs .tab {
    background: #eee;
}

    .process-app .tabs .tab a {
        color: #333;
        text-transform: capitalize;
    }

.process-app .tabs .indicator {
    background-color: transparent;
}

.process-app .tabs .tab a:hover {
    background: transparent;
}

.process-app .tabs .tab a.active {
    color: #fff;
    background: #444;
    border-radius: 10px;
}

.process-app img {
    margin-top: 20px;
    width: 100%;
    height: 100%;
}

/*===================
	service
===================*/
.service-app .entry {
    text-align: center;
}

    .service-app .entry i {
        font-size: 40px;
        margin-bottom: 8px;
    }

.features-app .entry i {
    font-size: 35px;
    margin-bottom: 12px;
}

/*===================
	setting app
===================*/
.setting-app .img-uplod img {
    width: 80px;
    height: 80px;
}

/*===================
	carousel slider
===================*/
.carousel-slider .caption {
    position: relative;
    top: -120px;
    text-align: center;
    margin-bottom: -40px;
}

    .carousel-slider .caption h5 {
        color: #fff;
    }

.carousel-slider img {
    width: 100%;
    height: 240px;
}

/*===================
	step
===================*/
.step-app {

    width:95%;
    margin:0 auto;
    padding-top:10px;
}
.step-app .tabs .tab {
    background: #00674b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*-moz-border-radius:25px;*/
}

    .step-app .tabs .tab a {
        color: #fff;
        text-transform: capitalize;
    }

.step-app .tabs .indicator {
    background-color: transparent;
}

.step-app .tabs .tab a:hover {
    background: transparent;
}

.step-app .tabs .tab a.active {
    color: #fff;
    background: rgb(76,147,131);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*===================
	table
===================*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-container {
    /*margin: 0;
    padding: 0;
    width: 100%;*/
    /*overflow-x: auto;
    overflow-y: hidden;
    margin-top: 10px;*/
    padding: 15px;
    background-color: #fff;
}


.ltable {
    width: 100%;
    /*min-width: 600px;*/
    border: 1px solid #eee;
    font-size: 13px;
}

    .ltable th {
        padding: 8px 10px;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        background: #fafafa;
        border-bottom: 1px solid #eee;
        line-height: 1.5em;
    }

    .ltable td {
        padding: 8px 10px;
        border: 1px solid #eee;
        line-height: 1.5em;
        color: #666;
    }

        .ltable td .sort {
            display: inline-block;
            padding: 0 3px;
            border: 1px solid #eee;
            width: 40px;
            height: 20px;
            line-height: 18px;
            color: #666;
            font-size: 12px;
            background: #fff;
            vertical-align: middle;
        }

        .ltable td .btn-tools {
            display: inline-block;
            height: 22px;
            vertical-align: middle;
        }

            .ltable td .btn-tools a {
                display: block;
                float: left;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border: 1px solid #eee;
                border-left: none;
                background: #fff;
                overflow: hidden;
            }

                .ltable td .btn-tools a:first-child {
                    border-left: 1px solid #eee;
                }

                .ltable td .btn-tools a:hover {
                    text-decoration: none;
                }

                .ltable td .btn-tools a i {
                    color: #ccc;
                    font-size: 14px;
                }

                .ltable td .btn-tools a:hover i, .ltable td .btn-tools a.selected i {
                    color: #535353;
                }

        .ltable td .txt-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0 5px;
            border: 1px solid #eee;
            line-height: 20px;
            background: #fff;
        }

        .ltable td .img-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0;
            height: 32px;
            vertical-align: middle;
        }

            .ltable td .img-box img {
                padding: 1px;
                width: 30px;
                height: 30px;
                border: 1px solid #eee;
            }

    .ltable tr:hover {
        background: #f7f7f7;
    }

    .ltable .odd_bg {
        background: #fafafa;
    }

    .ltable td .user-avatar {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        background: #fff;
    }

        .ltable td .user-avatar:hover {
            text-decoration: none;
        }

        .ltable td .user-avatar i {
            color: #eee;
            font-size: 54px;
            line-height: 64px;
        }

    .ltable td .user-box {
        padding-left: 10px;
    }

        .ltable td .user-box h4 {
            margin: 0;
            padding: 0;
            display: block;
            font-weight: normal;
            font-size: 12px;
            height: 16px;
            line-height: 14px;
        }

            .ltable td .user-box h4 b {
                color: #06F;
            }

        .ltable td .user-box i {
            display: block;
            color: #999;
            font-style: normal;
            line-height: 24px;
            height: 24px;
        }

        .ltable td .user-box span {
            display: block;
            padding: 2px 0 0 0;
            height: 14px;
        }

            .ltable td .user-box span a {
                display: block;
                float: left;
                margin-right: 5px;
                width: 20px;
                height: 20px;
                text-align: center;
                background: #fff;
                border: 1px solid #e1e1e1;
            }

                .ltable td .user-box span a:hover {
                    text-decoration: none;
                }

                .ltable td .user-box span a i {
                    display: inline-block;
                    color: #333;
                    font-size: 14px;
                    height: auto;
                    line-height: 20px;
                }

    .ltable td.comment {
        padding: 10px;
        line-height: 1em;
    }

        .ltable td.comment .title {
            margin-bottom: 5px;
            line-height: 180%;
            font-weight: bold;
        }

            .ltable td.comment .title .note {
                float: right;
                font-weight: normal;
            }

                .ltable td.comment .title .note i {
                    margin-left: 10px;
                    font-style: normal;
                    font-family: 'Microsoft YaHei';
                    color: #999;
                }

                    .ltable td.comment .title .note i.reply {
                        padding-left: 18px;
                    }

        .ltable td.comment .ask {
            line-height: 180%;
            font-family: 'Microsoft YaHei';
        }

            .ltable td.comment .ask .audit {
                margin-right: 3px;
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                background: url(skin_icons.png) -362px -112px no-repeat;
            }

            .ltable td.comment .ask .answer {
                margin-top: 10px;
                padding: 6px 10px;
                border: 1px solid #f6e8b9;
                background: #fbf8e7;
                color: #666;
            }

                .ltable td.comment .ask .answer b {
                    color: #090;
                }

                .ltable td.comment .ask .answer .time {
                    display: block;
                    float: right;
                    color: #999;
                }


.table-app {
    margin-top:10px;
padding:15px;
background-color:#fff;
}
.table-app table {
    border: 1px solid #d0d0d0;
}

    .table-app table th,
    .table-app table td {
        padding-left: 10px;
        padding-right: 10px;
    }

/*===================
	tabs
===================*/
.tabs .tab {
    background: #eee;
}

    .tabs .tab a {
        color: #333;
        text-transform: capitalize;
    }

.tabs .indicator {
    background-color: #999;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #444;
}

.modal .modal-footer {
    text-align: right;
    height: auto;
}

/*===================
	team
===================*/
.team-app .entry {
    text-align: center;
}

    .team-app .entry img {
        width: 100%;
        height: 100%;
    }

    .team-app .entry h6 {
        margin-top: 10px;
    }

    .team-app .entry i {
        margin: 0 2px;
    }

/*===================
	rating
===================*/

.rating {
    font-size: 12px;
    margin-top: 5px;
}

    .rating .active {
        color: #fecd2d;
    }

/*===================
	timeline
===================*/
.timeline-app .entry .time-line {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #888;
}

.timeline-app .entry .line {
    height: 40px;
    width: 6px;
    background: #888;
    margin: 0 auto;
}

/*===================
	footer
===================*/
footer {
    background: #006448;
    text-align: center;
    padding: 15px 0 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}

    footer h6 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    footer .icon-social {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 20px;
        margin-bottom: 15px;
    }

        footer .icon-social li {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin: 0 3px;
            border-radius: 100%;
        }

        footer .icon-social .facebook {
            background: #3b5998;
        }

        footer .icon-social .twitter {
            background: #00aced;
        }

        footer .icon-social .google {
            background: #dd4b39;
        }

        footer .icon-social .instagram {
            background: #517fa6;
        }

        footer .icon-social .rss {
            background: #fe7e00;
        }

    footer ul li a {
        color: #fff;
    }

    footer .tel-fax-mail ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #fff;
    }

        footer .tel-fax-mail ul li {
            padding: 4px 0;
        }

            footer .tel-fax-mail ul li span {
                font-weight: bold;
                padding: 0;
                margin: 0;
            }

    footer .ft-bottom {
        /*margin-top: 20px;*/
        /*padding-top: 20px;*/
        padding-bottom: 15px;
        color: #fff;
        font-size: 14px;
        /*border-top: 5px solid #ffb81d;*/
    }

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mt10 {
    margin-top: 10px;
}
/*jssor slider arrow skin 106 css*/
/*.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora106 .c {
        fill: #fff;
        opacity: .3;
    }

    .jssora106 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 350;
        stroke-miterlimit: 10;
    }

    .jssora106:hover .c {
        opacity: .5;
    }

    .jssora106:hover .a {
        opacity: .8;
    }

    .jssora106.jssora106dn .c {
        opacity: .2;
    }

    .jssora106.jssora106dn .a {
        opacity: 1;
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none;
    }*/

/*jssor slider thumbnail skin 101 css*/
/*.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #00b174;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}*/


/* jssor slider arrow navigator skin 05 css */
/*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

/*jssor slider thumbnail skin 111 css*/
.jssort111 {
    height: 105px;
}

    .jssort111 .p {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100px;
    }
        /*background-color:#000;*/
        .jssort111 .p img {
            position: absolute;
            left: 0;
            right: 0;
            top: 5px;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .jssort111 .t {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        opacity: .45;
    }

    .jssort111 .p:hover .t {
        opacity: .8;
    }

    .jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t {
        opacity: 1;
    }

    .jssort111 .ti {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background-color: rgba(0,0,0,.3);
    }

    .jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti {
        color: #000;
        background-color: rgba(255,255,255,.6);
    }

.jssorb052 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb052 .i .b {
        fill: #000;
        fill-opacity: 0.3;
    }

    .jssorb052 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb052 .iav .b {
    fill-opacity: 1;
}

.jssorb052 .i.idn {
    opacity: .3;
}

.jssora053 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora053 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 640;
        stroke-miterlimit: 10;
    }

    .jssora053:hover {
        opacity: .8;
    }

    .jssora053.jssora053dn {
        opacity: .5;
    }

    .jssora053.jssora053ds {
        opacity: .3;
        pointer-events: none;
    }



.search form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search input[type="text"] {
    border: 2px solid #006448;
    height: 36px;
    border-radius: 5px;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
    /*margin-bottom: 5px;*/
    padding-left: 10px;
}

    .search input[type="text"]:focus:not([readonly]) {
        border: 2px solid #006448;
        box-shadow: none;
        padding-left: 10px;
    }

.d3 input, .d3 button {
    border: none;
    outline: none;
    background: transparent;
}

.d3 .searchinput {
    height: 42px;
    /*width: 100%;
  height: 42px;
  padding-left: 15px;
  margin:0;
  border-bottom:0;*/
}

.d3 button {
    height: 35px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .d3 button:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 16px;
        color: #006448;
    }


.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #006448;
    border-radius: 5px;
    outline: none;
    /*background: #F9F0DA;*/
    color: #9E9C9C;
}

.d1 button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 42px;
    height: 36px;
    border: none;
    background: #006448;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

    .d1 button:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 16px;
        color: white;
    }

html {
    line-height: inherit;
}

#introduce td, th {
    border: none;
    vertical-align: top;
}

#msmodal td {
    border: none;
}

.HeaderTitle {
    text-align: left;
    margin: 0 auto;
    width: 95%;
}

    .HeaderTitle:after {
        content: "";
        display: table;
        clear: both;
    }

    .HeaderTitle .col {
        float: left;
        box-sizing: border-box;
        padding: 0 3px;
        min-height: 1px;
    }

    .HeaderTitle .col1 {
        float: right;
        box-sizing: border-box;
        padding: 0 2px;
        min-height: 1px;
    }
    .ActiveContent{ width:80%; margin:0px auto;margin-top:50px;}
.ActiveContent input {width: 100%; border: none; background-color: #fff; border:1px solid #006448;  padding: 10px 0px; margin:0rem auto;margin-bottom: 5%;    font-size: 16px;}
.ActiveContent > div input {width: 42%; float: left;}
.ActiveContent > div button {width: 42%; float: right;  padding: 0.5rem;}
.ActiveContent .sorrytext{ display:none; text-align:center; color:#999; margin-bottom:0.5rem;font-size: 14px;}

 .activebtn{
  display:block;
  border:0px;
  margin:0rem auto;
  width: 35%;
  /*height: 30px;
  line-height: 30px;*/
  padding:10px;
  background-color: #006448;
  text-align: center;
  font-weight: bold;
  font-size:16px;
  color: #fff3f0;
      border-radius: 5px;
}

.col1 .h7 {
font-size:14px;
}




/*
 * Author:UED
 * Version:1.0.0
*/
/*html{font-size: 75px;}*/




#container {
    max-width: 640px;
    margin: 0 auto;
}

/*loading*/
.pullUp {
    padding-bottom: 4px;
    padding-top: 10px;
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
}

    .pullUp .pullUpIcon {
        vertical-align: text-top;
        margin: -3px 5px 0 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/load.png) no-repeat;
        background-size: 20px 20px;
        -webkit-transform: rotate(0deg);
        -webkit-transition-duration: 1s;
        -webkit-animation-name: refresh;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }



.khfxWarp {
    padding-top: 0.766667rem
}

.khfxPane {
    display: none;
}

.khfxRow {
    position: relative;
    background: #fff;
    margin: 0.133333rem;
    padding: 0 0.2rem;
}

    .khfxRow header {
        overflow: hidden;
        font-size: 0.16rem;
        color: #666666;
        line-height: 0.4rem;
    }

        .khfxRow header span {
            font-size: 0.173333rem;
            color: #ff6e2b;
            float: right;
        }

    .khfxRow .mid {
        position: relative;
        padding: 0.2rem 0;
        padding-left: 0.56rem;
        overflow: hidden;
    }

    .khfxRow .photo {
        position: absolute;
        top: 0.2rem;
        left: 0;
        height: 0.426667rem;
        width: 0.426667rem;
        border-radius: 100%;
    }

    .khfxRow .mid span {
        display: block;
        width: 50%;
        float: left;
        line-height: 0.2rem;
        padding-top: 0.026667rem;
        color: #222;
    }

    .khfxRow .mid label {
        color: #999;
    }

    .khfxRow footer {
        position: relative;
        line-height: 0.6rem;
        font-size: 0.2rem;
        text-align: center;
    }

        .khfxRow footer a {
            display: block;
            color: #ff6e2b;
            position: relative;
            z-index: 5;
        }
