.section__abouts {
	padding: 40px 0 40px;
	background: #000;
	/* background: #eee; */
}

.title_h1_detail {
	text-align: center;
	padding: 0 0 30px 0;
}

.title_h1_detail h1 {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
}

.content-page {
}

.wrap_background_aside {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

/* .wrap_background_aside p {
	padding-bottom: 10px;
} */

.wrap_background_aside ul li {
	list-style: disc !important;
	margin-left: 16px;
}

.register-heading__brief h1 {
	font-size: 35px;
	text-transform: uppercase;
	color: white;
}

.register-heading__brief p {
	font-size: 25px;
}
.products-card {
	margin: 0 10px 30px;
	position: relative;
}
.products-card h3 {
	color: #fff;
	margin: 10px 0;
	text-align: center;
}
.products-card .products-card-in a {display: block;overflow: hidden;border-radius: 9px;}
.content-page img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}
.video-item__play i {
    width: 50px;
    height: 50px;
    background: #ffffff8a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}









@media (max-width: 1200px) {
	.section__abouts {
		padding: 30px 0 30px;
	}
	.title_h1_detail h1{
		font-size: 23px;
	}
	.register-heading__brief h1{
		font-size: 30px;
	}
	.register-heading__brief p{
		font-size: 14px;
	}
}
@media (max-width: 767px) {

	.name-team .name {
    font-size: 16px;
}

.sbd-team {
    font-size: 13px;
}


	.content-page .c-title {
    color: #fff;
    font-size: 23px;
}
	.content-page {
	}
	.wrap_background_aside{
		padding: 10px;
	}
}
