.logo-image {
    height: 100px !important;
}
#sp-slider #sp-slideshow {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.newsflash {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	.box2 {
		padding: 20px;
        background: #f5f5f5 !important;
        box-shadow: none;
	}
	.title4 .uk-panel-title{
		border-bottom: 1px solid #e5e5e5;
		font-size: 36px;
		color: #fdbd37;
		line-height: 40px;
		font-weight: 300;
		text-align: center;
	}
    a {
       color: #399441;
    }
    a:hover {
       color: #fdbd37;
    }
}
#sp-bottom-wrapper a {
    color: #fff;
}
#sp-bottom-wrapper {
    background: url(../images/bg_bottom2.png) #399441 no-repeat center bottom;
    padding: 50px 0 30px;
	color: #fff;
  
}
@media (max-width: 992px) {
    .logo-image-phone {
        height: 70px !important;
    }
    #sp-slider #sp-slideshow {
        width: 100%;
    }
}