/*
==========================================
   1. Imported styles
==========================================
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');*/
@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/animate.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/menuzord.css);
@import url(../css/magnific-popup.css);
@import url(../css/hover.css);

/*
============================================
   2. Global styles
============================================
*/

body {

    color: #222222;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style-type: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #28905a;
}

img {
    /*width: 100%;*/
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input, textarea {
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.clear_fix {
    clear: both;
}

.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}

.list_inline li {
    display: inline-block;
}

.social li {
    display: inline-block;
    font-size: 14px;
}

.social li a {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.default_link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #48c7ec;
    font-weight: 600;
}

.default_link:hover {
    color: #48c7ec;
}

.default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

.padd-80 {
    padding-top: 80px;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center;
}

.row-5 {
    margin: 0 -5px;
}

.thm-color {
    color: #48c7ec;
}

.bold {
    font-weight: 700;
}

.s-bold {
    font-weight: 600;
}

.m-bold {
    font-weight: 600;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

/*
===============================================
	3. button style
===============================================
#7aba1e

.theme_menu .link_btn {
  margin-top: 24px;
  color:#222222;
}
*/
.button-style-one {
    margin-top: 20px;
    color: #28905a;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}

.button-style-one:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #28905a;
}

.button-style-one:hover {
    color: #28905a;
}

.button-style-two {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    padding: 11px 26px;
    border: 1px solid #28905a;
    letter-spacing: 1px;
}

.button-style-two:hover {
    color: #222222;
}

.anim-3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.anim-5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*
--------------------------------------------
	4. sec title style
--------------------------------------------
*/
.sec-title {
    position: relative;
    margin-bottom: 17px;
}

.sec-title a{
    color: #000;
}

.sec-title h2 {
    position: relative;
    font-size: 34px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.sec-title span {
    color: #28905a;
}

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #28905a;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*
=================================================
	5. header-style
=================================================
*/
.header-top {
    position: relative;
    border-bottom: 5px solid #28905a;
}

/*logo*/

.main-logo {
    margin: 20px 0 20px;
}
.main-logo img{
    width: 100%;
}
.footer-widget img{
    width: 100%;
}

/*menu*/

.theme_menu {

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;

}

.theme_menu .menu-column {
    padding: 0;
}

.theme_menu .menuzord {
    padding: 0;
}

.menuzord-menu {
    margin-top: 29px;
}

.menuzord-menu > li > a {
    padding: 8px 17px 28px;
    text-transform: uppercase;
    color: #222;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.menuzord-menu > li > a:hover {
    color: #28905a;

}

.menuzord-menu > li.current > a {
    position: relative;
    color: #28905a;
}

.menuzord-menu > li.current > a:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #28905a;
}

.menuzord-menu > li.current > a:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #28905a;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding: 0 30px;
    min-width: 230px;
    background: #222;
    border-top: 3px solid #28905a;
}

.menuzord-menu ul.dropdown li a {
    padding: 10px 0 9px;
    color: #848484;
    border-bottom: 1px dashed #3c3c3c;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: 14px;
}

.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0;
    padding-right: 0;
    color: #28905a;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: 14px;
}

.nav_side_content {
    margin-top: 33px;
    float: left;
    position: relative;
    left: -20px;
}

.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

.theme_menu.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*
====================================================================
    8. latest-news style
====================================================================
*/
.latest-news {
    padding: 30px 0 30px;
}

.latest-news .sec-title {
    margin: 0;
}

.latest-news .sec-title h2 {
    margin-bottom: 17px;
}

.latest-news .sec-title p {
    max-width: 650px;
    margin-bottom: 50px;
    color: #848484;
}

.item h4 {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 0 5px;
    color: #222222;
}

.item h4 a {
    color: #222222;
    transition: .5s;
}

.item h4 a:hover {
    color: #28905a;
    transition: .5s;
}

.latest-news .item p {
    margin-top: 14px;
    color: #848484;
}

.item .image-box {
    position: relative;
}

.item .date {
    height: 60px;
    width: 70px;
    background: #28905a;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
}

.latest-news .item .date h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.latest-news .item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff
}

.item .admin-comments {
    margin-bottom: 5px;
    padding: 10px 0 13px;
    border-bottom: 1px solid #ededed;
}

.item .admin-comments .icon {
    margin-right: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.item .admin-comments .icon:before {
    color: #28905a;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 14px;
}

.item .admin-comments .glyphicon {
    font-size: 14px;
    color: #28905a;
}

.item .admin-comments li {
    margin-right: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    display: inline-block;
}

.news-h2 {
    color: #28905a;
    display: inline;
    float: right;
    margin-top: -8px;
    margin-right: 5px;
    background-color: #fff
}

.news-a1 {
    white-space: nowrap;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-a2 {
    display: block;
    color: #171717;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.news-a2:hover {
    color: #28905a;
}

.news-list-alt {
    color: #28905a;
    margin-right: 5px;
}

.news-data {
    display: block;
    float: right;
    color: #848484;
}

.news-li {
    border-bottom: 1px dotted #848484;
    padding: 7px 0 7px 0;
}

.latest-news .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 70px;
}

.latest-news .owl-theme .owl-nav [class*=owl-] {
    color: #28905a;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #28905a;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.latest-news .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    border: 2px solid #28905a;
    background: #28905a;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.news-img {
    height: 250px;
    width: 370px;
}

/*
===================================================
	16. footer style
===================================================
*/

.footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #adadad;
    line-height: 27px;
}

.footer .footer-upper {
    padding: 100px 0 20px 0;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget.about-widget img {
    margin-bottom: 27px;
}

.footer-widget.about-widget p {
    margin: 0;
}

.footer-widget h3.title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}

.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #28905a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #28905a;
}

.footer-widget.contact-widget .column {
    padding: 0 10px;
}

.row-10 {
    margin: 0 -10px;

}

.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.footer.bg-style .footer-widget.quick-links ul li {

    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #28905a;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover:before {
    color: #28905a;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(119, 119, 119, 0.35);
    color: #fff;
}

.contact-section-btn {
    max-width: 170px;
    margin: 0 auto;

}

.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin: 5px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}

.footer-widget.opening-hour {
    color: #adadad;
}

.footer-widget.opening-hour span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #adadad;
    line-height: 34px;
}

.footer-widget.opening-hour .day-time {
    margin-top: 16px;
}

.footer-bottom {
    color: #d1d1d1;
    border-top: 1px solid #505050;
    padding: 20px 0 54px;
}

.footer-bottom .social-links a {

    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #d1d1d1;
    padding: 0 15px;
    line-height: 26px;

}

.footer-bottom a:hover {
    color: #28905a;
}

.footer-bottom .copyright-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #adadad;
}

/*
================================================
	17. about style
================================================
*/
.about {
    padding: 30px 0 30px 0;
}

.about .item-list .item.clearfix {
    margin-top: 39px;
}

.about .item-list .item .content-box {
}

.about .item-list .item .content-box h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 27px;
    border-bottom: 1px solid #ededed;
    padding: 15px;
    background-color: #FAFAFA;
}

.about .item .image-box img {
    width: auto;
    max-width: 100%;
}

.about.style-two {
    padding-top: 100px;
}

/*
------------------------------------------------
	Fact Counter
------------------------------------------------
*/

.fact-counter {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.fact-counter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.80;
    z-index: 0;
}

.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}

.fact-counter .item {
    color: #222;
    max-width: 236px;
}

.fact-counter .column .icon span {
    position: relative;
    top: 0;
    font-size: 50px;
    position: absolute;
    line-height: 70px;
    top: -5px;
    left: 0;
    margin-bottom: 20px;
    color: #ab7442;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.fact-counter .counter-outer {
    max-width: 630px;
    padding: 50px 0 0;
}

.fact-counter .counter-outer .item .inner-box {
    position: relative;
    padding-left: 85px;
}

.fact-counter .counter-outer .item .inner-box .icon-box {
    position: absolute;
    left: 10px;
    top: 0;
    width: 56px;
    height: 56px;
    border: 2px solid #28905a;
    border-radius: 50px;
}

.fact-counter .counter-outer .item .inner-box .icon-box i {
    position: relative;
    top: 10px;
    color: #28905a;
}

.fact-counter .counter-outer .item .inner-box .icon-box i:before {
    margin: 0;
    font-size: 22px;
}

/*
===========================================================
	18. our-services style
===========================================================
*/
.our-services-gardener {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f8f8f8;
}

.our-services-gardener .sec-title {
    text-align: center;
}

.our-services-gardener .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
}


.our-services-gardener .clearfix {
    margin-top: 30px;
}

.single-service-item {
    /*margin-bottom: 30px;*/
    position: relative;
    padding: 30px;
    background: #fff;
    color: #000;
    /*-webkit-transition: .5s;*/
    /*transition: .5s;*/
    /*border-left: 2px solid #28905a;*/
}
.single-service-item:hover {
    color: #28905a;
}

.single-service-item .title {
    padding: 10px 10px 10px 0;
    font-size: 20px;
    margin-bottom: 30px;
}
.single-service-item img{
    margin-top: 30px;
}


/*
====================================================================
   19. 视频 style
====================================================================
*/
.recent-project {
    position: relative;
    padding: 30px 0 0;
    background: #f9f9f9;
}

.style-3.recent-project,
.style-2.recent-project {
    padding: 109px 0 121px;
    background: #fff;
}

.recent-project .sec-title {
    color: #fff;
}

.recent-project .single-item .img-holder {
    position: relative;
    overflow: hidden;
}

.recent-project .single-item .img-holder img {
    width: 100%;
}

.style-2.recent-project .single-item .img-holder img {
    width: 100%;
}

.recent-project .single-item .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 47, 57, .67);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.recent-project .single-item:hover .img-holder {
    opacity: 1;
}

.recent-project .single-item .img-holder .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

/*.recent-project .link_btn {*/
/*margin-bottom: 30px;*/
/*}*/

.recent-project .single-item .img-holder .social {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
    position: relative;
}

.recent-project .single-item .img-holder .social li {
    display: inline;
    margin-right: 4px;
}

.recent-project .single-item .img-holder .social li a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}

.recent-project .single-item .img-holder .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.recent-project .content-box {
    color: #fff;
    position: relative;
}

/***

====================================================================
    24. service-single Section style
====================================================================

***/
.news-icon-author {
    font-size: 12px;
    color: #28905a;
}

.service-single {
    padding: 40px 0 40px;
}

.service-ctergory {
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*padding: 15px 15px;*/
}

.service-single .service-sidebar {
    /*margin-right: 20px;*/
    /*background: #f8f8f8;*/
    /*margin-bottom: 20px;*/
}

.service-catergory li {
    list-style: none;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 10px 0;
}

.service-catergory li:last-child {
    margin-bottom: 0;
}

.service-catergory li .view-all-icon {
}

.service-catergory li.active {
    background: #28905a;
}

.service-catergory li.active a {
    color: #fff;
}

.service-catergory li a {
    font-size: 16px;
}

.service-catergory span {

}

.service-catergory li a:hover {
    color: #28905a;
}

.service-catergory li.active a:hover {
    color: #fff;
}

.service-single .outer-box .content-box .sec-title {
    margin-bottom: 20px;
}

.service-single .outer-box .content-box .sec-title h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
}

.service-single .outer-box .content-box .text p {
    color: #848484;
}

.service-single .outer-box .content-box .text.style-two {
    margin-top: 25px;
}

.service-single .outer-box .content-box .clearfix {
    margin-top: 25px;
}

.service-single .outer-box .content-box .clearfix h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    margin: 15px 0 20px;
}

.service-single .outer-box .content-box .clearfix p {
    color: #848484;
}

/*
================================================
    25. gallery Section
================================================
*/
.our-gallery {
    position: relative;
    padding: 70px 0 100px;
    background: #fff;
}

.style-3.our-gallery,
.style-2.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}

/***

====================================================================
	26. Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar {
    position: relative;
    padding-left: 40px;
}

.sidebar .widget {
    position: relative;
    margin-bottom: 35px;
}

.sidebar .sidebar-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
}

.sidebar .sidebar-title h3 {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}

.sidebar .sidebar-title:before {
    content: '';
}

.sidebar .sidebar-title:after {
    content: '';
}

.sidebar-page .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-page .contact-info .text {
    position: relative;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.sidebar-page .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f;
}

.sidebar-page .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929;
}

.sidebar-page .contact-info a {
    color: #f17338;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.sidebar-page .contact-info a:hover {
    color: #3d3d3d;
}

.sidebar .popular-categories .list {
    position: relative;
}

.sidebar .popular-categories .list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 27px;
}

.sidebar .popular-categories .list li .count {
    position: relative;
    color: #f9ad0a;
}

.sidebar .popular-categories .list li a {
    position: relative;
    display: block;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    font-family: 'open sans';
    transition: .5s;
}

.sidebar .popular-categories .list li a:hover {
    color: #28905a;
    transition: .5s;
}

.sidebar .popular-categories .list span {
    margin-right: 7px;
    font-size: 11px;
}

.sidebar .call {
    max-width: 330px;
    margin-bottom: 50px;
}

.sidebar .call .content-box {
    padding: 45px 3px 45px 30px;
    color: #fff;
    position: relative;

}

.sidebar .call .content-box p {
    position: relative;
}

.sidebar .call .content-box h2 {
    position: relative;
    font-size: 24px;
    margin-top: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .call .content-box :before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(122, 186, 30, 0.82);
    opacity: 1;
    content: "";
}

/*
search
*/
#search-input-group {
    margin-top: 32px;
}

#search-input:focus {
    border-color: #28905a;
}

#search-btn {
    color: #fff;
    background-color: #28905a;
    border-color: #ccc;
}

/*
search
*/

/*新加*/
.about-us-special-box-title-line {
    width: 120px;
    height: 4px;
    background: #28905a;
    display: inline-block;
}

.about-us-special-item {
    background: #FFF;
    margin: 10px;
    /*height: 250px;*/
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.about-us-special-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
    box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.about-us-special-item-box-title {
    text-align: center;
    padding-top: 10px;
    background: #eeeeee;
}

.about-us-special-item-box-title h3 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 40px;
    height: 50px;
    color: #333;
    font-weight: bold;
}

.about-us-special-item-box-title h3 strong {
    color: #28905a;
}

.about-us-special-item-box-p {
    padding: 10px;
}

.pro_sec1_list {
    width: 100%;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.pro_sec1_list_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 2px #F5F5F5 solid;
}

.pro_sec1_list_zi {
    padding: 15px 0;
    position: relative;
}

.pro_sec1_list_zi h5 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
    white-space: nowrap;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;

}

.pro_sec1_list_zi .title{
    white-space: nowrap;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro_sec1_list_zi > a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #28905a;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 20px;
    /* margin-bottom: 5px; */
}

.pro1_bt1 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.pro1_bt1 h2 {
    margin: 0;
    text-align: center;
}

.pro1_bt1 h2 b {
    display: block;
    border-top: 1px solid #ddd;
    position: relative;
    top: 20px;
}

.pro1_bt1 h2 span {
    padding: 0 5%;
    background: #fff;
    position: relative;
    z-index: 10;
    font-size: 30px;
    color: #28905a;
}

.pro_inner_con1 {
    overflow: hidden;
}

.pro_inner_con1 {
    width: 100%;
    padding: 30px 0 30px 0;
}

.box {
    width: 100%;
    margin: 20px auto;
}

.left-pro .t2 {
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 500px;
    height: 400px;
    border: 1px solid #28905a
}

.left-pro .t1 {
    width: 100%;
    margin-top: 30px;
}

.left-pro .t1 ul li {
    width: 15%;
    float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
}

.pro_inner_con1_zi {
    margin-top: 30px;
}

.pro_inner_con1_zi p {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    margin-bottom: 5px;
}

.pro_inner_con1_zi h5 {
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 0;
}

.pro_inner_con1_zi h4 {
    font-size: 16px;
    color: #28905a;
}

.pro_inner_con1_zi p {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    margin-bottom: 5px;
}

.pro_inner_con1_zi p span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    padding-right: 10px;
}

.pro_play {
    margin: 20px 0 5px 0;
}

.pro_imgg {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pro_imgg > a {
    display: inline-block;
    line-height: 40px;
    color: #28905a;
    border: 2px solid #28905a;
    padding: 0 40px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pro_imgg > a:hover {
    color: #ffffff;
    background-color: #28905a;
}

.pro_inner_con1_zi p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-bottom: 5px;
}

.fanhui {
    width: 140px;
    line-height: 40px;
    background: #28905a;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.fanhui a {
    color: #fff;
    display: block;
}

.Xcontent06 {
    width: 429px;
    height: 430px;
    margin-top: 15px;
    float: left;
}
.Xcontent08 {
    float: left;
    width: 78px;
    height: 430px;
    margin-top: 15px;
}
.Xcontent {
    width: 76px;
    height: 76px;
    margin-top: 8px;
    border: 1px solid #e8e8e8;
}
.Xcontent img{
    width: 100%;
}
.clp3{
    margin: 20px 0;
}

.technology-item img{
    width: 100%;
}
.day-time{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #adadad;
}

.t{
    margin-bottom: 30px;
}

.t_a{
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.t_a:hover{
    -webkit-box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
    box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.post_container{
    padding: 30px;
}
.news-a3 {
    display: block;
    color: #171717;
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.summary-img{
    margin-top: 106px
}
#logo_img{
    margin-top: -4px;
}
