
.header-area{
	background: url(../image/banner.png)no-repeat;
	background-size: 100%;
	height: 400px;
}


.navbar-brand h3{
	font-size: 50px;
	letter-spacing: 20px;
	
}


.banner-area {
	background-color: #f8f9fa;
	overflow: hidden;
}

.banner-container {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.banner-image {
	transition: transform 0.3s ease;
}

.banner-container:hover .banner-image {
	transform: scale(1.02);
}

.podcast-image img{
	width: 100%;
	height: 300px;
}


.podcast-content h5 a {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}


.d-tab-inf{border: 1px solid #eaeaea;border-bottom: none; }
.d-tab-inf dl{line-height: 24px;border-bottom: 1px solid #EAEAEA;font-size: 18px;background: #FAFAFA;}
.d-tab-inf dt,.d-tab-inf dd{float: left;}
.d-tab-inf dt{text-align: center;width:130px;color: #333;padding:15px 0px;}
.d-tab-inf dd{width:475px;padding: 15px;background: #fff;border-left: 1px solid #EAEAEA;}
.d-tab-inf dd .phonebox{margin-top: 2px;}

.d-direction p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.d-direction p span {
  color: #000;
}