.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev{
	position: absolute;
	opacity: 1;
	left: 0;
	
	z-index: 1;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next{
	position: absolute;
	opacity: 1;
	right: 0;
	z-index: 1;
}


.carousel .owl-theme .owl-controls{
    text-align: center;
    margin: 0px;
}

.carousel .owl-theme .owl-controls .owl-buttons div{
	top:45%;
	
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 7px 15px 6px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/news/carousel/arrows.png");
    background-repeat: no-repeat;
    filter: Alpha(Opacity=50);
    opacity: 1;
    text-indent: -9999px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-position: 0px 0px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
	background-position-y: -30px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -30px 0px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background-position-y: -30px;
}
.carousel .owl-theme .owl-controls .owl-pagination{
	display: none;
}
.carousel .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    background-image: url("../images/news/carousel/bullet.png");
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.carousel .owl-theme .owl-controls .owl-page.active span,
.carousel .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-position-y: -20px;
}

.carousel .owl-carousel .owl-item a img{
	width: 100%;
	height: auto;
	margin: 0px;
}


.carousel .owl-carousel .services,.carousel .owl-carousel .project{
	margin: 10px;
}
.services h4{     text-transform: uppercase;padding: 5px;text-align:center;font-size: 18px;font-weight: 600; line-height: 23px;}
.services h4 a{    color: #ffffff;}
.project{  position: relative;overflow: hidden;}
.project h4{  text-transform: uppercase; text-align:center;font-size:15px;font-weight: 600; line-height: 23px;margin-top:5px}
.project h4 a{color: #01a74f;}
.project span {
    padding: 5px;
    float:left;
    color: #FFF;
    background: #01a74f;
	margin-top:-3px;
	margin-right:3px;
    text-align: center;
}
.project-box {
  position: relative;
  overflow: hidden;

  min-height:60px;
}
.services h3{color:#01a74f;padding: 5px;text-align:center; font-size:16px;font-weight: 600; line-height: 16px;}
.project_zoom{  position: relative;overflow: hidden;}
.project_zoom img{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease;max-width:100%}
.project_zoom img:hover{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}
.project_zoom img{max-width:100%;overflow:auto}



.carousel .owl-carousel .news{
	margin: 5px;
}
.news h4{padding-top:3px; text-align:left;font-size:14px;font-weight: 600; line-height: 16px;}
.news h4 a{ color:#6d6a6a;padding: 5px;text-align:left; }
.news span {
    padding: 5px;
    float:left;
    color: #FFF;
    background: #6d6a6a;
	margin-top:-3px;
	margin-right:3px;
    text-align: center;
}
.news-box {
  position: relative;
  overflow: hidden;
  background: #e3e3e3;
}


.recentnews-box {   

 background: #01a74f;
  position: relative;
    overflow: hidden
}
.product-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.product-icon{
    position: absolute;
    font-size: 30px;
    color: #FFF;
    z-index: 9;
    top: -40px;
    left: calc(50% - 10px);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.product-icon a{font-size: 30px; color: #FFF;}

.recentnews-box:hover .product-icon{
    top: calc(50% - 35px);
    display: inline-block;
}
.recentnews-box:hover .product-mask{
    background: rgba(205,29,31,0.6);
}

@media (max-width:767px) {
	.project h4{ text-align:center;font-size:12px;font-weight: 600; line-height: 23px;margin-top:5px}	.tms_duan_titlle h4{ text-align:center;font-size:12px;font-weight: 600; line-height: 23px;margin-top:5px}
	.services h4{ 
	text-align:center;
	font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;}
	.project h4{ 
	text-align:center;
	font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;}
}