

/*st1*/
.owl-theme .owl-nav{
    margin: 0;
}
.st1-slide .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #09b060;
}
.st1img-custom img{
	height: 142px;
    width: 100%;
}
@media(max-width: 1199px){
	.st1img-custom img{
		height: initial;
	}
}
@media(max-width: 767px){
	.st1 .container{
		padding: 0;
	}
}
/*End st1*/

/*st2*/
.st2{
	padding: 30px 0px 40px;
}
.st2 .row{
	flex-wrap: wrap;
}
.st2-item{
	text-align: center;
	box-shadow: 0 1px 10px 2px rgba(0,0,0,.1);
	overflow: hidden;
	transition: all 0.3s;
	background: #fff;
	height: 100%;
}
.st2-item:hover{
	-ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 1px 10px 5px rgba(0,0,0,.2);
}
.st2-item img{
	width: 50px;
	display: block;
	margin: 10px auto;
}
.st2-item div{
	color: #09b060;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.st2-item p{
	font-size: 14px;
}
@media(max-width: 991px){
	.st2-item{
		margin-bottom: 10px;
	}
	.st2{
		padding: 20px 0;
	}
}
/*End st2*/


/*st-number*/
.st-number{
    /*background: #09b060 url(../images/bk_st1.png) repeat left top;*/
    background: url(../images/bk_st1.png) repeat left top;
    color: #09b060;
    padding: 20px 0 60px;
}
.st-number-item{
    text-align: center;
}
.st-number-item .icon-img{
    font-size: 40px;
}
.st-number-item .counter {
    font-size: 40px;
    font-weight: 700;
}
.st-number-item h3{
    margin: 0;
    font-size: 24px;
}
.hv-number:after{
    content: "+";
}
@media(max-width: 767px){
	.st-number .row{
		display: flex;
		flex-wrap: wrap;
	}
	.st-number-item h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.st-number-item .counter{
		font-size: 30px;
	}
	.st-number{
		padding-bottom: 20px;
	}
}
/*End st-number*/


/*st5*/
.st5{
    overflow: hidden;
}
.st5-slide .owl-item{
    max-height: 380px;
    overflow: hidden;
    margin-top: 10px;
}
.item-st5-inner{
    margin: 50px 0 0;
    width: 100%;
    border-top: 8px solid #fdbf2b;
    background: #09b060;
    border-radius: 6px;
    overflow: hidden;
}
.item-st5-img img{
    transform: translateX(-50%);
    object-fit: cover;
    border: 3px solid #fdbf2b;
    width: 100px !important;
    height: 100px;
    display: inline-block !important;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
}
.item-st5-text{
    text-align: center;
    padding: 30px 25px;
    background: #fff;
}
.item-st5-text .des{
    font-size: 16px;
    margin: 25px 0 0;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}
.item-st5-text .title{
    line-height: 28px;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.item-st5-text .star{
   margin: 15px 0 0;
}
.item-st5-text .star i {
    font-size: 16px;
    color: #fdbf2b;
}
.st5-slide.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    background: url(../images/prev.png) center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.st5-slide.owl-theme .owl-nav .owl-prev {
    left: -60px;
}
.st5-slide.owl-theme .owl-nav .owl-next {
    right: -60px;
    background: url(../images/next.png) center center;
}
@media(max-width: 1199px){
	.st5-slide.owl-theme .owl-nav .owl-prev{
		left: 0;
	}
	.st5-slide.owl-theme .owl-nav .owl-next {
	    right: 0;
	}
}
/*End st5*/

/*doitac*/
.title-st {
    margin: 10px 0 35px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 13px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
}
.title-st:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #09b060;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
@media(max-width: 767px){
	.title-st{
		font-size: 20px;
	}
}
.st-doitac{
    padding: 20px 0 50px;
}
.item-doitac{
    background: #fff;
    border: 1px solid #ddd;
    height:100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s;
}
.item-doitac:hover{
    border-color: #09b060;
}
.item-doitac img{
    display: block;
    margin: auto;
    width: inherit;
}
/*End doitac*/

/*st4*/
.st4-item{
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s;
}
.st4-item:hover{
	border-color: #09b060;
}
.st4-item-text{
    border-top: 1px solid #eee;
    padding: 20px;
    font-size: 16px;
}
.st4-item-name{
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 15px;
    font-weight: 600;
    color: #09b060;
}
.st4-item-date{
    margin: 0 0 10px;
    font-size: 12px;
   	font-style: italic;
   	opacity: 0.7;
}
.st4-item-des{
	font-size: 13px;
}
/*End st4*/
