@charset "utf-8";
.xet-page-wrp .page-title img {
	width: 210px;
}
.xet-page-wrp h6 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #3b3b3b;
}
.xet-page-wrp .icon-container .item {
	padding: 40px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.xet-page-wrp .icon-container .item img {
	height: 80px;
}
.xet-page-wrp .icon-container .item h4 {
	margin-top: 20px;
	font-size: 16px;
}

.xet-page-wrp .webinar-container .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.xet-page-wrp .webinar-container .item h4 {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f1f1f1;
}
.xet-page-wrp .webinar-container .item .desc {
	padding: 20px;
}


@media (max-width: 767px) {	
}
@media (min-width: 768px) {	
}
@media (min-width: 992px) {
	.xet-page-wrp .webinar-container .item {
		margin-bottom: 40px;
	}
	
}