.welcome .title,.case .title,.hospital .title{
	font-size:2.5em;
	font-family:'TitilliumWeb-Bold';
	text-align: center;
	margin-bottom: 2em;
}


.banner img{
	width: 100%;
	display: block;
}
.banner .container{
	position: relative;
}
.banner-top{
	  position: absolute;
	  bottom: -7em;
	  left: 0;
	  width: 100%;
	  z-index: 999;
	  justify-content: space-between;
}
.banner-text_grid .title {
  font-size: 1.1em;
  padding-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.banner-text_grid p {
  font-size: 1em;
  padding: 0.5em 0;
  color: #fff;
  line-height: 1.9em;
  text-align: justify;
}
.banner-text_grid {
  background: rgba(43, 171, 207, 0.69);
  padding: 1.5em 2em;
}
.banner-text_grid img{
	height: 6em;
	object-fit: contain;
}
.banner-text{
	width: 32%;
}

.welcome{
	padding-top: 4em;
	/* background-color: #f6f5f2; */
	padding-bottom: 4em;
}
.welcome .title a{
	color: #2BABCF;
}
.item{
	justify-content: space-between;
	color: #525c65;
	flex-wrap: wrap;
}
.grid-item{
	width: 24%;
	margin-bottom: 1em;
	border: 1px solid #eee;
	background-color: #fcfcfc;
}
.grid-item p{
	text-align:justify;
	font-size: .95em;
}
.media-box{
	display:block;
	width: 100%;
}
.media-box img{
	height: 8em;
	object-fit: cover;
	width: 100%;
	display: block;
}
.post-title{
	margin-bottom: .7em;
	font-size: 1.05em !important;
}
.post-title a{
	color: #222222;
}
.grid-item-content {
    height:auto !important;
    padding:1em;
}
hr.sm{
	border:0 none;
    display:inline-block;
    height:3px;
    margin:0 0 15px;
    position:relative;
    width:40px;
	background: #f1ad48;
}
.basic-link {
	margin-top: 1em;
	font-family: Montserrat;
	line-height:1.9em;
	font-style:normal;
	font-size: .9em;
	font-weight:400;
	text-transform:uppercase;
	/* color: #7c4c4c; */
	display: flex;
	justify-content: space-between;
}
.bottom-more{
	margin-top: 3em;
	text-align:center;
}
.bottom-more a{
	background-color:#fff;
	border:1px solid #e7e7e7;
	padding:.5em 4em;
	text-align:center;
	color: #a1a1a1;
}
.bottom-more a:hover{
	background-color:#2babcf;
	border:1px solid #2babcf;
	color:#fff;
}


.case{
	background: url(../images/bg1-1.jpg) no-repeat;
	padding-top: 4em;
	padding-bottom: 4em;
	color: #525c65;
}
.case .title a{
	color: #fff;
}
.case-content{
	margin-top: 2em;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-content .row{
	width: 49%;
	background: #f6f7fb;
	margin-bottom: 1.5em;
	justify-content: space-between;
}
.case-content .row figure{
	width:30%;
}
.case-content .row .main{
	width: 67%;
	position: relative;
	box-sizing: border-box;
	padding-right: 1em;
}
.img-responsive{
	width:100%;
	display:block;
	height: 10em;
	object-fit: cover;
}
.p-title{
	margin-bottom: .5em;
	font-size: 1.05em;
	margin-top: 1em;
}
.p-title a{
	color: #222222;
}
.btn_blue {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
    font-size: 0.8em;
    padding: .2em 1em;
    position: absolute;
    bottom: 1em;
}


.index-doctor li{
	border:none !important;
	background-color: #fff !important;
}
.index-doctor li .grid-item-content{
	padding-left: 0;
	padding-right: 0;
}
.more{
	background-color: #f6f6f6;	
	padding: .7em;
}
.more:hover{
	background: #1dc1f8;
	color: #fff;
}

.hospital{
	padding-top: 4em;
	background-color: #f6f5f2;
	padding-bottom: 4em;
}
.hospital .title a{
	color: #2BABCF;
}
.hospital .info{ justify-content:space-between;}
.hospital .new-list {width: 49.5%;background-color: #fafafa;padding: 0 2em;box-sizing: border-box;}
.hospital .info-list-each {
    padding-bottom: 2em;
    padding-top: 2em;
    border-bottom: 1px dashed #c7c7c7;
}
.hospital .info-list-each:last-child {
    border: none;
}
.hospital .info-list-each .hos-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.05em;
    color: #222222;
}
.hospital .info-list-each p {
    color:#999999;
    font-size: .95em;
}

.links{
	background-color: #111;
	padding: 1.5em 0;
	color: #d4d1d1;
	font-size: .85em;
	border-bottom: 1px solid #272626;
}
.links a{
	margin-left: .2em;
	color: #d4d1d1;
}
