.articleView-summary {
	font-size: 14px;
	line-height: 22px;
}

.cards {
	--spacing: 25px;
	--columns: 4;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-1 * var(--spacing));
}
.mainTextHeader {
	padding-bottom: 60px;
    max-width: 1021px;
    margin: auto;
    line-height: 27px;
}
@media ( max-width : 767px) {
	.secsion-desk {
		display: none;
	}

	.control-interface {
		background: url(/WebSmartHome/Home/banner-3d-mb.webp);
		height: 455px;
		background-position: center center;
		color: white;
		background-repeat: no-repeat;
		width: 100%;
		background-size: cover;
		margin-bottom: 40px;
	}

	.title-control-interface {
		font-family: Open Sans SemiBold;
		font-size: 20px;
		line-height: 37px;
		text-transform: uppercase;
		padding-top: 38px;
	}

	.title-category {
		font-size: 22px;
		font-family: 'Open Sans SemiBold';
		line-height: 30px;
		padding-bottom: 18px;
	}

	.card-bottom {
		padding: 2px 0px 28px 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.details-control-interface {
		padding-top: 13px;
		display: flex;
	}

	.card-title {
		margin-bottom: 10px;
	}

	.card-top {
		padding: 20px 0 5px 0;
	}
}

@media ( min-width : 768px) {
	.secsion-mobile {
		display: none;
	}

	.card-top {
		padding: 41px 0 5px 0;
	}

	.title-control-interface {
		font-family: Open Sans SemiBold;
		font-size: 27px;
		line-height: 37px;
		text-transform: uppercase;
	}

	.control-interface {
		background: url(/WebSmartHome/Home/3d.webp);
		height: 595px;
		background-position: center center;
		color: white;
		background-repeat: no-repeat;
		width: 100%;
		background-size: cover;
		margin-bottom: 48px;
		display: flex;
		align-items: center;
	}

	.title-category {
		font-size: 32px;
		font-family: 'Open Sans SemiBold';
		line-height: 44px;
		padding-bottom: 14px;
	}

	.main-wapper-banner-control-interface {
		max-width: 484px;
		padding-left: 78px;
		padding-bottom: 30px;
	}

	.card-bottom {
		padding: 8px 0px 9px 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.control-interface-description {
		padding-top: 14px;
	}

	.details-control-interface {
		padding-top: 15px;
		display: flex;
	}

	.card-title {
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 1024px) {
	.cards {
		--columns: 2;
	}
}

@media screen and (max-width: 767px) {
	.cards {
		--spacing: 15px;
		--columns: 1;
	}

	.main-wapper-banner-control-interface {
		max-width: 515px;
		padding-left: 15px;
	}

	.card-title a {
		font-size: 20px;
	}
}

.card {
	overflow: hidden;
	background-color: white;
	width: calc(calc(100% / var(--columns)) - var(--spacing));
	margin-left: var(--spacing);
	margin-bottom: var(--spacing);
	border-radius: 0px !important;
	border: none !important;
}

.card-image {
	width: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

.card-title {
	font-weight: 500;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	font-size: 23px;
	line-height: 31px;
}

.card-title a {
	color: black;
}

.card-user {
	display: flex;
	align-items: center;
}

.card-user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 100rem;
	object-fit: cover;
	flex-shrink: 0;
}

.card-user-info {
	padding-left: 20px;
	flex: 1;
}

.card-user-top {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}

.card-user-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
}

.card-user-top ion-icon {
	color: #20e3b2;
	margin-left: 5px;
}

.card-user-game {
	color: #999;
	font-weight: 300;
	font-size: 13px;
}

.card-bottom a {
	font-size: 14px;
}

.card-live {
	color: white;
	display: flex;
	align-items: center;
	padding: 5px 15px;
	border-radius: 10px;
	background-color: #ff6651;
}

.card-live span {
	margin-left: 10px;
	font-size: 14px;
}

.card-watching {
	font-size: 13px;
	color: #999;
	font-weight: 300;
}

.card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.card-top {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.card-user,
.card-bottom {
  /* margin-top: auto; */
	flex-shrink: 0;
}

.card {
	display: flex;
	flex-direction: column;
}

.card:hover {
	transform: scale(1.05);
	cursor: pointer;
	transition: transform 0.4s ease;
}

.details-control-interface img {
	padding-left: 5px;
	margin-top: -3px;
}

.control-interface-description {
	opacity: 0.9;
	font-family: Open Sans Light;
	font-size: 14px;
}

.details-control-interface a {
	color: #51D5FF;
	font-size: 14px;
}

.details-control-interface {
	padding-top: 20px;
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
		
	.control-interface {
		background: url(/WebSmartHome/Home/banner-3d.png);
		height: 460px;
		background-position: center center;
		color: white;
		background-repeat: no-repeat;
		width: 100%;
		background-size: cover;
		margin-bottom: 48px;
		display: flex;
		align-items: center;
	}
}