.seminar-banner-row {
	position: relative;
}
.seminar-banner-row {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 28px;
	
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	
}



.seminar-banner-col-img {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.seminar-banner-col-text {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.seminar-banner-description {
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	/* identical to box height, or 156% */


	/* grey-636466 */

	color: #636466;
	padding-top: 0px;
	padding-bottom: 0px;		
	margin-top: 0px;
	margin-bottom: 6px;		
}
.seminar-banner-text h2 {
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	/* identical to box height, or 200% */

	letter-spacing: 2px;

	/* deep-grey */

	color: #1C1C1E;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;		
	margin-top: 15.52px;
	margin-bottom: 5px;		
}	
	
.seminar-banner-speaker {
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	/* identical to box height, or 156% */


	/* grey-636466 */

	color: #636466;

	
	padding-top: 0px;
	padding-bottom: 0px;		
	margin-top: 0px;
	margin-bottom: 7px;	
}
.seminar-banner-time {
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	/* identical to box height, or 156% */


	/* grey-636466 */

	color: #636466;
	padding-top: 0px;
	padding-bottom: 0px;		
	margin-top: 0px;
	margin-bottom: 7px;			
}

.seminar-banner-text {
	padding-left: 30px;
	padding-right: 30px;
}

.seminar-banner-img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.seminar-banner-btn {
	width: 100%;
}
.seminar-banner-btn-m 
, .seminar-banner-btn-m:link
, .seminar-banner-btn-m:visited
{
	border-top: 1px solid #BDBDBD;
	font-size: 16px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 53px;
	/* identical to box height, or 257% */

	text-align: center;
	letter-spacing: 2px;

	/* black */

	color: #000000;	
	padding-top: 0px;
	padding-bottom: 0px;
}

.seminar-banner-btn-d {
	display: none;
}
.seminar-banner-icon {
	width: 12px;
	height: auto;
}


@media (max-width: 1199px) {
	.seminar-banner-widget-no-button {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;	
		padding-left: 28px;
		padding-right: 28px;
		margin-left: 0;
		margin-right: 0;
	}
	.seminar-banner-widget-no-button  .seminar-banner-row {
		box-shadow: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;	
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.seminar-banner-widget-no-button  .seminar-banner-col-text {
		display: none;
	}
	.seminar-banner-widget-no-button .seminar-banner-col-img {
		padding-top: 15px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	
	.seminar-banner-widget-no-button  .seminar-banner-img {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
}

@media (min-width: 1200px) {
	
	.seminar-banner-row {
		width: 1026px;
		
		box-shadow: none;

		margin-left: auto;
		margin-right: auto;
		
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;	
		
		padding-top: 0px;
		padding-bottom: 0px;	
		margin-top: 40px;
		margin-bottom: 43px;
		
	}
	
	.seminar-banner-row {
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: auto 600px;
		align-items: center;
		
		/* justify-items: center; */
	}

	.seminar-banner-col-text { grid-area: 1 / 1 / 1 / 1 }	
	.seminar-banner-col-img { grid-area: 1 / 2 / 1 / 2 }

	
	.seminar-banner-description {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 28px;
		/* identical to box height, or 156% */


		/* grey-636466 */

		color: #636466;
		padding-top: 0px;
		padding-bottom: 0px;		
		margin-top: 0px;
		margin-bottom: 11px;	
	}
	.seminar-banner-text h2 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 36px;
		line-height: 60px;
		/* identical to box height, or 167% */

		letter-spacing: 2px;

		/* grey-dark */

		color: #373737;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0px;
		padding-bottom: 0px;		
		margin-top: 0px;
		margin-bottom: 11px;		
	}	
	
	.seminar-banner-speaker {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		/* identical to box height, or 156% */


		/* grey-636466 */

		color: #636466;
		
		padding-top: 0px;
		padding-bottom: 0px;		
		margin-top: 0px;
		margin-bottom: 7px;	
	}
	.seminar-banner-time {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		/* identical to box height, or 156% */


		/* grey-636466 */

		color: #636466;
		padding-top: 0px;
		padding-bottom: 0px;		
		margin-top: 0px;
		margin-bottom: 7px;			
	}
	
	.seminar-banner-widget-no-button .seminar-banner-col-text {
		display: block;
	}	
	.seminar-banner-text {
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.seminar-banner-img {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	.seminar-banner-btn-d {
		display: inline-block;
		width: 270px;
		height: 56px;
		width: 270px;
		border-radius: 40px;
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 56px;
		text-align: center;
		letter-spacing: 0.05em;

		/* black */
		color: #000000;	
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.seminar-banner-btn-m {
		display: none;
	}

}