body{
    background: url(img/bg_body.jpg) top center;
}
.footer-widget-area{
    background: #21774a url(img/bg_footer.jpg) center bottom no-repeat;
    color: #fff;
}
.site-footer{
    background: #145232;
}
#intro h1{
    color: #21774a;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0px;
}
.footer_title{
    text-transform: uppercase;
    color: #eda131;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
#sidebar-footer i.fa{
    color: #eda131;
}
.copyright{
    background: #555;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}
.copyright a{
    color: #fff;
}
.main-navigation a{
    font-size: 18px;
    font-weight: bold;
}
#intro{
    margin-top: 50px;
}
.header-title{
    color: #21774a;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
#panel-54-1-0-1>.panel-widget-style {
    border: 4px solid #21774a;
    background-color: #fff !important;
    border-radius: 20px;
}
.item_product{

    margin-bottom: 30px;
}
.item_product img{
    border-radius: 100%;
    padding: 10px;
    background: #f2f7fa;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.main-navigation li{
    padding: 0px 15px;
}
.lang{
    position: absolute;
    right: 0px;
    top: -4px;
}
.lang a{
    display: inline-block;
    margin: 0px 5px;
}
.lang img{
    border-radius: 100%;
    border: 2px solid #fff;
}
.logo img{
    padding: 2px 0px;
}
.logo_footer{
    padding-top: 80px;
}
.fixed{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.mb-40{
    margin-bottom: 40px;
}
.item_news img{
    border-radius: 0px !Important;
}
.item_news a{
    text-transform: uppercase;
}
.item_news .service-title{
    text-align: left;
    line-height: 30px;
}
.editor h2{
    font-size:20px;
    line-height: 28px;
}
.product-detail-footer .title {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 3rem;
}
.product-detail-footer .title span {
    font-size: 26px;
    color: #21774a;
    position: relative;
    padding: 3px 0;
    border-bottom: 1px solid #21774a;
    font-weight: 700;
}
.slick-prev,
.slick-prev{
    z-index: 999;
}
.slick-dots{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
.slick-dots li{
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 2px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.slick-dots li.slick-active{
    background: #21774a;
}
.slick-dots li button{
    text-indent: -9999px;
    border: none;
    background: transparent;
}