
/* service */
.service {
	position: relative;
	z-index: 9;
	background: url(../image/shape/shape-54.png) top right repeat ;
	padding: 0px 0 90px;
	margin-top: -6px;
}
.service:before{
	position: absolute;
	content: '';
	top: 450px;
	right: 0;
	width: 100%;
	background-image: url(../image/shape/shape-8.png);
	height: 600px;
	background-size: cover;
	background-position: bottom center;

}
.service .box{
	position: relative;
	background-color: var(--thm-color-white);
	height: 320px;
	border-radius: 12px;
	max-width: 290px;
}
.service .box:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(0);
	transition: .5s;
	background-color: var(--thm-color-three);
	border-radius: 12px;
}
.service .box:hover:before {
	transform: scale(1);
}
.service .box .shape {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.service .box .shape svg {
	position: relative;
	left: -35px;
	top: -35px;
	transform: rotate(90deg);
}
.service .box .shape svg path {
	transition: .5s;
}
.service .box:hover .shape svg path {
	fill: var(--thm-color-two);
}
.service .box i {
	position: relative;
	color: var(--thm-color-one);
	transition: .5s;
}
.service .box:hover i {
	color: var(--thm-color-white);
}
.service .box h4 {
	position: relative;
	color: var(--thm-color-font);
	padding-top: 20px;
}
.service .box:hover h4 {
	color: var(--thm-color-white);
}
.service .box h6 {
	position: relative;
	padding-top: 30px;
}
.service .box:hover h6 {
	color: var(--thm-color-white) !important;
}
.service .box a {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateY(50%);
	background: var(--thm-color-two);
	transition: .5s;
	margin-top: 10px !important;
}
.service .box a:hover {
	background-color: var(--thm-color-one);
}
.service .box a i {
	display: inline-block;
	transition: 1s;
	color: var(--thm-color-white);
	
}
.service .box:hover  a i {
	transform: rotate(360deg);
}
@media (max-width: 576px){
	.service:before{
		top: 510px;}
}

/* about */

.about  .video{
	position: relative;
}
.about  .video video{
	border-radius: 5px;
}

@-webkit-keyframes shine {
	100% {
	  right: 125%;
	}
  }
  
  @keyframes shine {
	100% {
	  right: 125%;
	}
  }
  .about .video:before{
	position: absolute;
	top: 0;
	right: -80%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
  }
.about .video:hover:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
  }


  /* project */
.project {
	position: relative;
	z-index: 9;
	/*background: url(../image/shape/shape-64.png) top center no-repeat ;*/
	background: url(../image/shape/shape-54.png) top right;
}
.project .project-item {
	box-sizing: content-box;
	padding: 20px 15px 10px 15px;
	margin: 20px 20px 30px 20px;
	background: var(--thm-color-white);
	height: 360px;
	width:320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.3s;
	border-radius: 12px !important;
  }
  
  .project .project-item img {
	width: 250px;
	height: 180px;
	border-radius: 12px;
	transition: all .5s;
  }
  .project .project-item img:hover{
	
	transform: scale(1.1);
}
  .project .project-item .date {
	position: absolute;
	top: 15%;
	right: 15%;
	background: var(--thm-color-two);
	font-size: 12px;
	color: var(--thm-color-white);
	padding: 8px  ;
	border-radius: 12px;
	text-align: center;
	font-weight: 500;
	z-index: 99;
}
.project .project-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	color: var(--thm-color-font);
    height: 40px;
    overflow: hidden;
}
	.project .project-item p {
		font-size: 12px;
		/*margin: 0 30px 5px 20px;*/
		margin: 5px 15px;
		text-align: justify;
		height: 70px;
        overflow: hidden;
	}
  .project .theme-btn {
	padding: 10px 15px 12px;
	background: transparent;
	border: 2px solid var(--thm-color-two);
	color: var(--thm-color-font) !important;
	font-size: 16px;
	font-weight: 500;
}
 .project .theme-btn {
	padding: 3px ;
	font-size: 12px;
	min-width: 100px;
	
}

.project .theme-btn span i {
	color: var(--thm-color-one);
}

.project.theme-btn:hover {
	color: var(--thm-color-white);
	background: var(--thm-color-two);
}

.project .theme-btn:hover span i {
	color: var(--thm-color-white);
}
  .project .swiper-pagination {
	margin-top: 15px;
	position: relative;
  }

  .project .swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: var(--thm-color-white);
	opacity: 1;
	border: 1px solid var(--thm-color-one);
  }
  .project .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--thm-color-one);
  }
  /*.project .swiper-slide {
	opacity: 0.8;
	
  }*/
  
  @media screen and (min-width: 577px) and (max-width: 1199px)  {
	.project .project-item{
        margin: 10px auto 30px;
	}
	
	.project .swiper-slide {
	  opacity: 1;
	}
	.project .swiper-pagination {
	  margin-top: 0;
	}
  }
  @media (min-width: 1200px) {
	.project .swiper-slide-next {
	  opacity: 1;
	  transform: scale(1.12);
	}
  }
@media (max-width: 780px) {
    .project .project-item {
        width: 280px;
    }
}
@media (max-width: 576px) {
	.project .project-item {
		margin: 0 auto;
    }

		/*.project .project-item img {
			height: 130px;
		}*/

	.project .swiper-pagination {
		margin-top: 20px;
	}

	.project .swiper-slide-active {
		opacity: 1;
	}
}

  /* clinic */
  .clinic{
	position: relative;
	z-index: 9;
	background: url(../image/shape/shape-37.png) top left no-repeat ;
	padding: 60px 0 90px;
	
  }
  .clinic .clinic-item {
	position: relative;
  }
  .clinic .clinic-item .clinic-img {
	overflow: hidden;
	border-radius: 12px;
  }
  .clinic .clinic-item .clinic-img img {
	transition: all 0.6s;
	height: 320px;
	border-radius: 12px;
	
  }
  .clinic .clinic-item .clinic-info {
opacity: 1;
  position: absolute;
  left: 13px;
  bottom: 0;
  z-index: 3;
  right: 13px;
  transition: all 0.3s;
	background: rgb(17, 30, 58, .7);
	border-radius: 0 0 12px 12px;
	padding: 10px 15px;
	
  }
  .clinic .clinic-item .clinic-info h4 {
	font-size: 18px;
	color: var(--thm-color-white);
	font-weight: 600;
	color: var(--thm-color-white);
	margin-bottom: 0px;
  }
  .clinic .clinic-item:hover .clinic-img img {
	transform: scale(1.15);
	border-radius: 12px;
  }

  .clinic .clinic-info a {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateY(50%);
	background: var(--thm-color-two);
	transition: .5s;
	margin-bottom: -10px !important;
}
.clinic .clinic-info a:hover {
	background-color: var(--thm-color-one);
}
.clinic .clinic-info a i {
	display: inline-block;
	transition: 1s;
	color: var(--thm-color-white);
	
}
.clinic .clinic-info:hover  a i {
	transform: rotate(360deg);
}


/* latest-news-section */
.last-news-section{
	position: relative;
	z-index: 9;
	/*background: url(../image/shape/shape-25.png) top center no-repeat ;*/
	/*padding: 60px 0 0;*/
}
.news-block .inner-box {
	position: relative;
	padding: 0 10px ;
	align-items: center;
	margin-bottom: 30px;
	background-color: var(--thm-color-white);
	border-radius: 12px;
	min-height: 150px;
	transition: .7s;
}

	/*.news-block .inner-box h6 {
		height: 32px
	}*/

	.news-block .image {
		position: relative;
		overflow: hidden;
		border-radius: 12px;
	}

		.news-block .image img {
			border-radius: 12px;
		}

		.news-block .image .img-box {
			height: 100px;
			width: 130px;
			border-radius: 12px;
		}

	.news-block .inner-box:hover {
		transform: scale(1.07);
	}

	.news-block .inner-box:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, .2);
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		z-index: 10;
	}

	.news-block .inner-box:hover .inner-box:before {
		-webkit-animation: circle .95s;
		animation: circle .95s;
	}

	.news-block .image .date {
		position: absolute;
		top: 10px;
		right: 0px;
		background: var(--thm-color-one);
		font-size: 11px;
		color: var(--thm-color-white);
		padding: 8px 7px 0;
		width: 55px;
		height: 35px;
		line-height: 10px;
		border-radius: 10px;
		text-align: center;
		font-weight: 500;
		z-index: 99;
	}

	.news-block .lower-content {
		position: relative;
	}

	.news-block h6 a {
		color: var(--thm-color-font) !important;
		transition: .5s;
        font-size: 15px;
	}

		.news-block h6 a:hover {
			color: var(--thm-color-one) !important;
		}

	.news-block .text {
		position: relative;
		font-size: 12px;
		text-align: justify;
	}

	.news-block .theme-btn {
		padding: 10px 15px 12px;
		background: transparent;
		border: 2px solid var(--thm-color-two);
		color: var(--thm-color-font) !important;
		font-size: 16px;
		font-weight: 500;
	}

	.news-block .theme-btn {
		padding: 3px;
		font-size: 12px;
		min-width: 100px;
	}

		.news-block .theme-btn span i {
			color: var(--thm-color-one);
		}

		.news-block.theme-btn:hover {
			color: var(--thm-color-white);
			background: var(--thm-color-two);
		}

			.news-block .theme-btn:hover span i {
				color: var(--thm-color-white);
			}

	@media (max-width: 991px) {

		.news-block h6 {
			font-size: 13px;
		}

		.news-block .inner-box {
			margin: 0 5px 30px;
		}
	}




