
.home_slideshow
{
    position: absolute;
    z-index:0;
	position:relative;
	width:100%;
    max-height: 100vh;
    overflow: hidden;
}
.caption_bg {
    position: absolute;
    /*float: left;*/
    width: 520px;
    /*height: 186px;*/
    height: auto;
    background: rgba(0, 0, 0, 0.48);
    /*border-left: 3px solid #446084 !important;*/
    left: 38px;
    top: 168px;
    bottom: auto;
    z-index: 999;
    padding: 28px 32px 28px 32px;
}
.caption_bg:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 50%;
    left: -5px;
    top: 0;
    background: #446084;
}
.caption_bg:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 50%;
    right: -5px;
    top: 50%;
    background: #446084;
}
.caption_title {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "SVN-Futura";
}
.caption_slogan {
    float: left;
    width: 100%;
    font-size: 16px;
    color: rgba(255,255,255,0.68); 
    text-transform: uppercase;
    margin-top: 16px;
    font-family: "SVN-Futura";
}
.caption_bg .readmore_btn {
    float: left;
    margin-top: 16px;
    height: 38px;
    line-height: 36px;
    font-size: 13px;
    text-transform: uppercase;
    /*font-family: "SFUGillSansLight";*/
    color: rgba(255,255,255,0.9); 
    padding: 0 22px 0 22px;
    /*border: 1px solid rgba(0, 130, 64, 0.88);*/ 
    border: 1px solid rgba(255,255,255,0.38); 
    /*background: rgba(0, 130, 64, 0);*/
    font-family: "SVN-Futura";
}
.caption_bg .readmore_btn i{
    float: right;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin-left: 10px;
    /*color: rgba(0, 130, 64, 0.88);*/ 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.caption_bg .readmore_btn:hover i{
    margin-left:22px;
}
.home_project_bg 
{
    float: left;
    width: 100%;
    margin: 0 auto;    
    background: #fff;
    padding: 60px 0 68px 0;
}
.home_title{
    position: relative;
    float: left;
    width: 100%;
    font-size: 32px;
    /*line-height: 32px;*/
    text-transform: uppercase;
    color: #446084;
    /*font-family: "SFUGillSans";*/
    text-align: center;
    padding-bottom: 50px;
    font-weight: 700;
}
.home_title:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #999;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
}
.home_project_bg .info {
    float: left;
    width: 100%;
    /*margin: 38px 0 0 0;*/
    padding: 0 120px;
    text-align: center;
}
.project_bg {
    float: left;
    width: 100%;
    margin-top:38px;
}
.project_bg .item .image img {
    width: 100%;
    height: auto;
}
.project_bg .item .title {
    position: relative;
    float: left;
    width: 100%;
    color: #446084;
    text-transform: uppercase;
    padding-bottom: 26px;
    margin-top: 16px;
    font-weight: bold;
    /*font-family: "SFUGillSans";*/
}
.project_bg .item .title:after{
    position: absolute;
    content: '';
    width: 38px;
    height: 1px;
    background: #CCC;
    left: 0;
    bottom: 12px;
}
.project_bg .item .des {
    float: left;
    width: 100%;
}
.project_bg .item .btn_bg {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.project_bg .item .btn_bg .readmore_btn {
    float: left;
    height: 32px;
    line-height: 31px;
    font-size: 13px;
    background: #446084;
    color: #fff;
    padding: 0 15px;
}
.project_bg .item .btn_bg .readmore_btn i{
    float: right;
    height: 32px;
    line-height: 33px;
    font-size: 18px;
    margin-left: 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project_bg .item .btn_bg .readmore_btn:hover i{
    margin-left:22px;
}
.home_news_bg {
    float: left;
    width: 100%;
    margin: 0 auto;    
    background:url(../assets/News_bg.jpg) no-repeat;
    background-size: cover;
    padding: 62px 0 82px 0;
}
.news_title {
    position: relative;
    float: left;
    font-size: 32px;
    text-transform: uppercase;
    color: #00B359;
    /*font-family: "SFUGillSans";*/
    padding-bottom: 18px;
}
.news_title:hover{
    color: #446084;
}
.news_title:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 2px;
    background: #fff;
    right: -32px;
    top:22px;
}
.news_menu {
    float: right;
    /*font-family: "SFUGillSans";*/
    margin-right: 10px;
}
.news_menu a{
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_menu a:hover{
    color: #00b359;
}
.news_menu span{
    float: right;
    color: #fff;
    font-size: 13px;
    margin: -1px 10px 0 10px;
}
.news_bg {
    float: left;
    width: 100%;
    margin-top: 46px;
}
.news_bg .col_01{
    float: left;
    width: 50%;
    padding-left:2px;
    padding-right: 8px;
}
.news_bg .col_02{
    float: left;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}
.news_item {
    position: relative;
    float: left;
    width: 100%;      
    overflow: hidden;    
}
.news_item img{
    width: 100%;
    height: auto;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background: #000;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;
}
.news_item.small_item{
    width: 50%;
    padding-right: 8px;
}
.news_item.small_item:nth-child(even){
    width: 50%;
    padding-right: 0;
    padding-left: 8px;
}
.news_item.small_item:nth-child(1),
.news_item.small_item:nth-child(2) {
    padding-bottom: 8px;
}
.news_item.small_item:nth-child(3),
.news_item.small_item:nth-child(4) {
    padding-top: 8px;
}
.news_item .title_bg {
    position: relative;
    position: absolute;
    width: 100%;
    height: 68px;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius:5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news_item .title {    
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 68px;
    color: #000;
    text-transform: uppercase;
    padding:8px 96px 8px 18px;
    /*font-family: "SFUGillSans";*/
    font-size: 13px;
    font-weight: bold;
}
.news_item.small_item .title_bg {
    position: relative;
    float: left;
    height: 120px;
    margin-top: -120px;
    background: url(../Images/news_title_bg.png) repeat-x;
    background-clip: content-box;
    /*background: none;*/
}
.news_item.small_item .title {
    position: absolute;
    width: 100%;
    height: auto;
    padding:8px 15px 8px 15px;
    color: #000;
    font-size: 12px;
    bottom: 22px;
    line-height: 16px;
    font-weight: normal;
}
.news_item .title_bg .date {
    position: absolute;
    right: 18px;
    top: 24px;
    color: #888;
    font-size: 11px;
}
.news_item .title_bg .date i{
    display: inline-block;
    margin-right: 5px;
}
.news_item.small_item .title_bg .date {
    left: 0;
    right: auto;
    bottom: 9px;
    top: auto;
    width: 100%;
    padding:0 15px 0 15px;
    color: #BBB;
    font-size: 11px;
}
.news_item .readmore {
    position: absolute;
    width: 100%;
    height: 110%;
    color: #fff;
    /*background: rgba(29, 56, 50, 0.48);*/
    left: 0;
    bottom: 0;
    opacity: 0;  
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari */
    transform: scale(0.5);  
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;
    background-clip: content-box;
}

.news_item .readmore span{
    position: absolute;
    width: 128px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    border: 1px solid rgba(255,255,255,0.68); 
    background: rgba(0, 130, 64, 0);
    /*font-family: "SFUGillSans";*/
    /*background: #446084;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
/*.news_item.small_item .readmore {
    height: 118%;
}*/
.news_item.small_item .readmore span {
    width: 108px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.news_item:hover img{
    opacity: 0.56; 
}
.news_item:hover .readmore {
    opacity: 1; 
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); 
}
