/* <=== vhbrochupg ===> */
.vhbrochupg .brpadd{
	padding: 40px 0 30px;
}
.tpbrochumm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpbrochumm .mmgrip > div{
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom: 30px;
}
.itbrochumm{
	position: relative;
	height: 100%;
	border: 10px solid #f5f5f5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itbrochumm:hover{
	border: 10px solid #299e61;
	background-color: #299e61;
}
.itbrochumm:hover, .itbrochumm:hover a{
	color: #fff;
}
.itbrochumm .links{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.itbrochumm .links a{
	display: block;
	width: 100%;
	height: 100%;
}
.itbrochumm .thumb{
	display: block;
	padding-top: 65.72%;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #f5f5f5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itbrochumm:hover .thumb{
	border-bottom-color: #299e61;
}
.itbrochumm .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itbrochumm .decss{
	text-align: center;
	padding: 10px 30px;
}
.itbrochumm.vhh .decss{
	padding: 10px;
}
.itbrochumm .dstitle, .itbrochumm .dstitle h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.hpbrochuhh{
	margin-bottom: 30px;
	text-align: center;
}
.tpbrochuta{
	margin-bottom: 40px;
}
.itbrochuta{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.itbrochuta .thumb{
	margin-bottom: 20px;
}
.itbrochuta .dslink li{
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
}
.itbrochuta .dslink li a{
	display: flex;
	align-items: center;
	align-content: center;
}
.itbrochuta .dslink li a i{
	margin-right: 10px;
	color: #299e61;
}
.itbrochuta .dslink li a span{
	text-decoration: underline;
}
.tpbrochutb .vtablink{
	margin-bottom: 15px;
}
.tpbrochutb .vtablink ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.tpbrochutb .vtablink li{
	padding: 0 5px;
	margin-bottom: 5px;
}
.tpbrochutb .vtablink li a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 28px;
	padding: 3px 17px;
	border: 1px solid #299e61;
	font-size: 13px;
	border-radius: 3px;
}
.tpbrochutb .vtablink li a:hover, .tpbrochutb .vtablink li.active a{
	background-color: #299e61;
	color: #fff;
}
.tpbrochutb .vtablink li a img{
	max-width: 90%;
	max-height: 90%;
	min-width: 55px;
}
.tpbrochutb .ctinfo{
	display: none;
}
.tpbrochutb .ctinfo.active{
	display: block;
}
.tpbrochutb .iflist{
	margin-bottom: 30px;
}
.itbrochutb{
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
}
.itbrochutb .tpgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
}
.itbrochutb .tpgrip > div{
	padding: 0 5px;
}
.itbrochutb .tpgrip .mcol{
	width: 75px;
}
.itbrochutb .tpgrip .hcol{
	width: 160px;
}
.itbrochutb .tpgrip .bcol{
	width: calc(100% - 235px);
}
.itbrochutb .vdates{
	font-size: 15px;
	line-height: 23px;
}
.itbrochutb .vtypes > div{
	margin-bottom: 5px;
}
.itbrochutb .vtypes > div:last-child{
	margin-bottom: 0;
}
.itbrochutb .vtypes .timgs{
	text-align: center;
}
.itbrochutb .vtypes .ttext{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 8px 10px;
	color: #fff;
}
.itbrochutb .vlinks{
	padding-left: 13px;
	font-size: 16px;
	line-height: 26px;
}
.hpbrochutt{
	margin-bottom: 15px;
}

/* <=== vhbrochupg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	/* <=== vhbrochupg ===> */
	.vhbrochupg .brpadd{
		padding: 25px 0 20px;
	}
	.tpbrochumm .mmgrip > div{
		width: 50%;
	}
	.hpbrochuhh{
		margin-bottom: 20px;
	}
	.tpbrochuta{
		margin-bottom: 30px;
	}
	.tpbrochutb .vtablink{
		margin: 20px -20px 15px;
	}
	.tpbrochutb .vtablink ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		-webkit-display: flex;
		flex-flow: row nowrap;
		position: relative;
		z-index: 2;
		white-space: nowrap;
	}
	.tpbrochutb .vtablink ul::-webkit-scrollbar {
		height: 0;
	}
	.tpbrochutb .vtablink ul li:first-child{
		margin-left: 20px;
	}
	.tpbrochutb .vtablink ul li:last-child{
		margin-right: 20px;
	}
	.itbrochutb .vlinks{
		font-size: 14px;
		line-height: 22px;
	}

	/* <=== vhbrochupg ===> */
}
@media all and (max-width: 767px){
	/* <=== vhbrochupg ===> */
	.tpbrochumm .mmgrip > div{
		width: 100%;
		margin-bottom: 20px;
	}
	.itbrochutb .tpgrip .bcol{
		width: 100%;
		margin-top: 12px;
	}
	.itbrochutb .vlinks{
		padding-left: 0;
	}
	/* <=== vhbrochupg ===> */
}