/* Promotion Section */

#promotion .no-images-banner .breadcrumb {
	position: static;
}
#promotion .breadcrumb {
	/*position: static;*/
	padding-bottom: 15px;
}
#promotion .breadcrumbs h3 {
	margin: 0;
	font-weight: bold;
	font-size: 27px;
}
#promotion-news {
	padding: 0px;
}
.promotion-block {
	border: 1px solid #e9e9e9;
	overflow: hidden;
	padding-bottom: 25px;
}
.promotion-thumb {
	height: 220px;
}
.promotion-thumb img {
	width: 100%;
	height: 100%;
}
.promotion-wrap {
	padding: 0 20px;
	height: 140px;
}
.promotion-wrap > h3 {
	margin-top: 15px;
	height: 85px;
	line-height: 1.2;
	overflow: hidden;
}
.promotion-wrap > h3 a {
	color: #0a4b85;
}
.promotion-wrap > p {
	font-size: 14px;
	margin: 0;
}
.promotion-wrap .gift {
	background: #f0faff;
	border: 1px solid #cdeeff;
	padding: 25px 10px;
	margin: 20px 0;
	height: 120px;
}
.promotion-wrap .gift-icon {
	float: left;
	margin-right: 16px;
}
.promotion-wrap .gift-para {height: 70px;
    overflow: hidden;}
.promotion-wrap .btn_details {
	padding: 10px 25px;
}
.promotion-sdtk {
}
.sdtk-wrap {
	width: 100%;
	height: 440px;
	background-size: cover !important;
	position: relative;
	border: 1px solid #e9e9e9;
}
.sdtk-wrap:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.sdtk-content {
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	border-radius: 6px;
	padding: 38px;
	width: 390px;
	box-shadow: -1px 1px 3px #616161;
}
.sdtk-content h3 {
	color: #0a4b85;
	margin-top: 0;
}
.sdtk-content p {
	margin: 20px 0px 40px;
}
@media only screen and (max-width:767px) {
	.sdtk-wrap {
		background: none;
		height: initial;
	}
	.sdtk-content {
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		border-radius: 0px;
		width: 100%;
		box-shadow: -1px 1px 3px #c1c1c1;
		border: 1px solid #999;
	}
}

/* End Promotion Section */

/* Promotion Article */
.promotion-article {
	border: 1px solid #e9e9e9;
	padding: 35px;
}
.promotion-article h3 {
	margin-top: 0;
	color: #0a4b85;
	font-weight: bold;
}
.promotion-article p {
	margin: 28px 0 0;
}
.promotion-article .promotion-short {
	margin: 8px 0 18px;
	font-weight: bold;
}
.promotion-article .promotion-social {
	margin: 26px 0 24px;
}
.promotion-view-all{
	margin: 25px 0;
}
@media only screen and (max-width:767px) {
	.promotion-article {
		padding: 15px;
	}
}
/* End Promotion Article */