/* <=== hpaboutmm ===> */
.hpaboutmm{
	padding-top: 90px;
}
.tpaboutma{
	margin-bottom: 140px;
}
.tpaboutma .magrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -59px;
}
.tpaboutma .magrip > div{
	padding: 0 59px;
}
.tpaboutma .magrip .mcol{
	width: 46.214%;
}
.tpaboutma .magrip .hcol{
	width: calc(100% - 46.214%);
}
.tpaboutma .madecss{
	position: relative;
}
.tpaboutma .madecss::before{
	content: '';
	position: absolute;
	top: calc(100% - 80px);
	left: 0;
	width: 530px;
	height: 538px;
	background-image: url('../images/mmleft.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.tpaboutma .dswrap{
	max-width: 485px;
	margin-left: auto;
	padding-left: 20px;
	position: relative;
}
.tpaboutma .dscapts{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 5px;
}
.tpaboutma .dstitle{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ff6700;
}
.tpaboutma .dstitle, .tpaboutma .dstitle h1, .tpaboutma .dstitle h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}
.tpaboutma .dsconts{
	font-size: 16px;
	line-height: 26px;
}
.tpaboutma .mathumb{
	position: relative;
	margin-bottom: 120px;
}
.tpaboutma .mathumb::before{
	content: '';
	position: absolute;
	top: calc(100% - 250px);
	right: 0;
	width: 602px;
	height: 701px;
	background-image: url('../images/mmright.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.tpaboutma .mathumb .tvideos a{
	display: block;
	position: relative;
}
.tpaboutma .mathumb .tvideos a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-image: url('../images/mplay.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	animation: pulse_toa 2s infinite;
	border-radius: 100%;
}
@keyframes pulse_toa {
	0% {
		box-shadow: 0 0 0 0 rgb(255,255,255,1);
	}
	70% {
		box-shadow: 0 0 0 20px rgb(0,152,218,0);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(0,152,218,0);
	}
}
.tpaboutma .mathumb .tvideos a img{
	width: 100%;
}
.tpaboutma .mathumb .timages{
	position: absolute;
	left: 100px;
	bottom: -120px;
	max-width: 320px;
	width: 100%;
	border: 5px solid #fff;
	z-index: 1;
}
.tpaboutma .mathumb .timages img{
	width: 100%;
}
.tpaboutmb{
	position: relative;
	padding-bottom: 310px;
	overflow: hidden;
}
.tpaboutmb .mbback{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	opacity: 0.14;
}
.tpaboutmb .mbback img{
	width: 100%;
}
.tpaboutmb .mbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.tpaboutmb .mbgrip > div{
	padding: 0 25px;
	width: 50%;
	margin-bottom: 25px;
}
.itaboutmb .dtitle {
	margin-bottom: 15px;
	color: #ff6700;
	text-transform: uppercase;
}
.itaboutmb .dtitle, .itaboutmb .dtitle h2, .itaboutmb .dtitle h3{
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
}
.itaboutmb .dthumb{
	margin-bottom: 20px;
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itaboutmb .dthumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itaboutmb .ddecss{
	font-size: 16px;
	line-height: 26px;
}
/* <=== hpaboutmm ===> */

/* <=== hpabouthh ===> */
.hpabouthh{
	padding: 50px 0 60px;
	min-height: 640px;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	z-index: 1;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.hpabouthh::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
	z-index: -1;
	pointer-events: none;
}
.hpabouthh > div{
	width: 100%;
}
.tpabouthh{
	text-align: center;
}
.tpabouthh .hhtitle{
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 65px;
	font-weight: 400;
}
.tpabouthh .hhtitle .tm{
	color: #fff;
}
.tpabouthh .hhtitle .th{
	color: #ff6700;
	text-transform: uppercase;
}
.tpabouthh .hhconts{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}
/* <=== hpabouthh ===> */

/* <=== hpaboutbb ===> */
.hpaboutbb{
	position: relative;
	padding: 100px 0;
}
.hpaboutbb::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 530px;
	height: 538px;
	background-image: url("../images/bbleft.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.hpaboutbb::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 602px;
	height: 701px;
	background-image: url('../images/bbright.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.itaboutbb{
	margin-bottom: 100px;
}
.itaboutbb:last-child{
	margin-bottom: 0;
}
.itaboutbb .bbgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -40px;
}
.itaboutbb .bbgrip > div{
	padding: 0 40px;
}
.itaboutbb .bbgrip .mcol{
	width: 51.2%;
}
.itaboutbb .bbgrip .hcol{
	width: calc(100% - 51.2%);
}
.itaboutbb:nth-child(odd) .bbgrip .mcol{
	order: 2;
}
.itaboutbb .thumb{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itaboutbb .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.itaboutbb .dtitle {
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #ff6700;
}
.itaboutbb .dtitle, .itaboutbb .dtitle h2, .itaboutbb .dtitle h3{
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
}
.itaboutbb .dconts li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 12px;
	padding-left: 16px;
}
.itaboutbb .dconts li:last-child{
	margin-bottom: 0;
}
.itaboutbb .dconts li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #9acc00;
	border-radius: 100%;
}
/* <=== hpaboutbb ===> */
@media all and (max-width: 1200px){
	/* <=== hpaboutmm ===> */
	.hpaboutmm{
		padding-top: 50px;
	}
	.tpaboutma .magrip{
		margin: 0 -20px;
	}
	.tpaboutma .magrip > div{
		padding: 0 20px;
	}
	.tpaboutma .dscapts{
		font-size: 20px;
		line-height: 30px;
	}
	.tpaboutma .dstitle, .tpaboutma .dstitle h1, .tpaboutma .dstitle h2{
		font-size: 30px;
		line-height: 38px;
	}
	.tpaboutma .dsconts{
		font-size: 15px;
		line-height: 24px;
	}
	.tpaboutma .mathumb .timages{
		left: 50px;
	}
	.tpaboutma{
		margin-bottom: 100px;
	}
	.tpaboutmb{
		padding-bottom: 200px;
	}
	.tpaboutmb .mbgrip{
		margin: 0 -15px;
	}
	.tpaboutmb .mbgrip > div{
		padding: 0 15px;
	}
	.itaboutmb .dtitle, .itaboutmb .dtitle h2, .itaboutmb .dtitle h3{
		font-size: 25px;
		line-height: 35px;
	}
	.itaboutmb .ddecss{
		font-size: 14px;
		line-height: 23px;
	}
	/* <=== hpaboutmm ===> */

	/* <=== hpaboutbb ===> */
	.itaboutbb .bbgrip{
		margin: 0 -20px;
	}
	.itaboutbb .bbgrip > div{
		padding: 0 20px;
	}
	.itaboutbb .dtitle, .itaboutbb .dtitle h2, .itaboutbb .dtitle h3{
		font-size: 25px;
		line-height: 35px;
	}
	.itaboutbb .dconts li{
		font-size: 15px;
		line-height: 24px;
	}
	/* <=== hpaboutbb ===> */
}
@media all and (max-width: 991px){
	/* <=== hpaboutmm ===> */
	.tpaboutma .magrip{
		flex-direction: column-reverse;
	}
	.tpaboutma .magrip .mcol{
		width: 100%;
	}
	.tpaboutma .magrip .hcol{
		width: 100%;
		margin-bottom: 25px;
	}
	.hpaboutmm{
		padding-top: 30px;
	}
	.tpaboutma .dswrap{
		max-width: 100%;
	}
	.tpaboutma .mathumb{
		margin-left: 30px;
		margin-bottom: 70px;
	}
	.tpaboutma .mathumb .tvideos a::before{
		width: 70px;
		height: 70px;
	}
	.tpaboutma .mathumb .timages{
		bottom: -70px;
		left: 30px;
		max-width: 185px;
	}
	.tpaboutma .mathumb::before{
		width: 175px;
		height: 299px;
		top: calc(100% - 40px);
	}
	.tpaboutma .dstitle{
		margin-bottom: 5px;
	}
	.tpaboutma .madecss::before{
		top: calc(100% - 140px);
		width: 226px;
		height: 281px;
	}
	.tpaboutma{
		margin-bottom: 30px;
	}
	.tpaboutmb{
		padding-bottom: 150px;
	}

	/* <=== hpaboutmm ===> */

	/* <=== hpabouthh ===> */
	.hpabouthh{
		padding: 60px 0 70px;
		min-height: auto;
		background-attachment: unset;
	}
	.tpabouthh .hhtitle{
		font-size: 25px;
		line-height: 35px;
	}
	.tpabouthh .hhtitle .tm{
		padding: 0 10px;
	}
	/* <=== hpabouthh ===> */

	/* <=== hpaboutbb ===> */
	.hpaboutbb{
		padding: 30px 0 40px;
	}
	.itaboutbb{
		margin-bottom: 40px;
	}
	.itaboutbb:nth-child(odd) .bbgrip .mcol{
		order: unset;
	}
	.itaboutbb .bbgrip .mcol{
		width: 100%;
		margin-bottom: 15px;
	}
	.itaboutbb .bbgrip .hcol{
		width: 100%;
	}
	.hpaboutbb::before, .hpaboutbb::after{
		display: none;
	}
	/* <=== hpaboutbb ===> */
}
@media all and (max-width: 767px){
	/* <=== hpaboutmm ===> */
	.tpaboutmb .mbgrip > div{
		width: 100%;
	}
	.tpaboutmb{
		padding-bottom: 100px;
	}
	/* <=== hpaboutmm ===> */

	/* <=== hpabouthh ===> */
	/* <=== hpabouthh ===> */

	/* <=== hpaboutbb ===> */
	/* <=== hpaboutbb ===> */
}