/* <=== hpspirituamm ===> */
.hpspirituamm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.hpspirituamm .mmgrip > div{
	padding: 0 10px;
	margin-bottom: 40px;
	width: 20%;
}
.itspirituamm{
	background-color: #f2f5f8;
	height: 100%;
	border-radius: 5px;
}
.itspirituamm .thumb a{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itspirituamm .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itspirituamm .decss{
	padding: 10px 15px 15px;
	text-align: center;
}
.itspirituamm .dstitle{
	text-transform: uppercase;
}
.itspirituamm .dstitle, .itspirituamm .dstitle h3{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}
.itspirituamm .dstitle a{
	height: 46px;
	overflow: hidden;
	display: block;
}
.itspirituamm:hover .dstitle a{
	color: #de050c;
}
/* <=== hpspirituamm ===> */

/* <=== hpspirituahh ===> */
.tpspirituaha{
	margin-bottom: 30px;
}
.tpspirituaha .haform{
	position: relative;
}
.tpspirituaha .haform input{
	width: 100%;
	height: 50px;
	border: 2px solid #de050c;
	border-radius: 5px;
	padding: 0 135px 0 20px;
}
.tpspirituaha .haform button{
	position: absolute;
	width: 120px;
	right: 2px;
	height: 46px;
	top: 2px;
	border: none;
	background-color: #ffd400;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.tpspirituaha .haform button i{
	font-size: 15px;
	margin-right: 10px;
}
/* <=== hpspirituahh ===> */

/* <=== tpspirituahb ===> */
.tpspirituahb .hbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpspirituahb .hbgrip > div{
	padding: 0 15px;
}
.tpspirituahb .hbgrip .lcol{
	width: 282px;
}
.tpspirituahb .hbgrip .rcol{
	width: calc(100% - 282px);
}
.hbtablink .tlconts li{
	margin-bottom: 10px;
	position: relative;
}
.hbtablink .tlconts li .ttamg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 20px;
	height: 20px;
	right: -40px;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hbtablink .tlconts li.active .ttamg{
	opacity: 1;
}
.hbtablink .tlconts li:last-child{
	margin-bottom: 0;
}
.hbtablink .tlttile {
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 9px 12px;
	border-radius: 5px;
	color: #333;
	position: relative;
	padding-right: 45px;
}
.hbtablink .tlttile::before{
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.hbtablink.active .tlttile::before{
	content: '\f106';
}
.hbtablink .tlttile .ticon{
	width: 27px;
}
.hbtablink .tlttile .ttext{
	width: calc(100% - 27px);
	padding-left: 12px;
}
.hbtablink .tlconts li a{
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	padding: 9px 12px;
	border-radius: 5px;
	color: #333;
}
.hbtablink .tlconts li a .ticon{
	width: 27px;
}
.hbtablink .tlconts li a .ttext{
	width: calc(100% - 27px);
	padding-left: 12px;
}
.hbcontinf{
	padding: 40px 5px 10px 40px;
	display: none;
	border-radius: 5px;
}
.hbcontinf.active{
	display: block;
}
.hbcontinf .ifscroll{
	max-height: 1010px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 30px;
}
.hbcontinf .ifscroll::-webkit-scrollbar{
	width: 8px;
	background-color: transparent;
}
.hbcontinf .ifscroll::-webkit-scrollbar-thumb {
	background-color: #de050c;
	border-radius: 25px;
}
.hbcontinf .ifgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.hbcontinf .ifgrip > div{
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.3333%;
}
.itspirituahb{
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 15px 25px;
}
.itspirituahb .thumb{
	margin-bottom: 12px;
}
.itspirituahb .thumb a{
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.itspirituahb .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itspirituahb .dstitle{
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.itspirituahb .dstitle, .itspirituahb .dstitle h3{
	font-size: 15px;
	line-height: 23px;
}
.itspirituahb .dstitle, .itspirituahb .dstitle a{
	color: #000000;
}
.itspirituahb .dstends{
	font-size: 13px;
	line-height: 21px;
	color: #555555;
	margin-bottom: 15px;
	max-height: calc(21px * 6);
	overflow: hidden;
	margin-bottom: 15px;
	text-align: justify;
}
.itspirituahb .dsviews{
	text-align: center;
}
.itspirituahb .dsviews a{
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	padding: 8px 25px;
	border-radius: 5px;
	background-color: #de050c;
	color: #fff;
}
.itspirituahb .dsviews a:hover{
	background-color: #ffd401;
	color: #333333;
}
/* <=== tpspirituahb ===> */

/* <=== tpmarkermm ===> */
.tpmarkermm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.tpmarkermm .mmgrip > div{
	padding: 0 10px;
	width: 50%;
	margin-bottom: 20px;
}
.itmarkermm .mkgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.itmarkermm .mkgrip > div{
	padding: 0 7.5px;
}
.itmarkermm .mkgrip .tcol{
	width: 165px;
}
.itmarkermm .mkgrip .dcol{
	width: calc(100% - 165px);
}
.itmarkermm .thumb a{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itmarkermm .thumb a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itmarkermm .dstitle{
	margin-bottom: 2px;
}
.itmarkermm .dstitle, .itmarkermm .dstitle h3{
	font-size: 14px;
	line-height: 22px;
}
.itmarkermm .dsdates{
	color: #888888;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 2px;
}
.itmarkermm .dstends{
	color: #555555;
	font-size: 13px;
	line-height: 21px;
	max-height: 63px;
	overflow: hidden;
}
/* <=== tpmarkermm ===> */

@media all and (min-width: 992px){
	/* <=== tpspirituahb ===> */
	.hbtablink .tlconts{
		display: block!important;
	}
	/* <=== tpspirituahb ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	/* <=== hpspirituamm ===> */
	.hpspirituamm .mmgrip > div{
		width: 33.3333%;
		margin-bottom: 20px;
	}
	.itspirituamm .dstitle, .itspirituamm .dstitle h3{
		font-size: 13px;
		line-height: 21px;
	}
	.itspirituamm .dstitle a{
		height: 42px;
	}
	/* <=== hpspirituamm ===> */

	/* <=== hpspirituahh ===> */
	.tpspirituaha{
		margin-bottom: 20px;
	}
	/* <=== hpspirituahh ===> */

	/* <=== tpspirituahb ===> */
	.tpspirituahb .hbgrip .lcol{
		width: 100%;
		margin-bottom: 20px;
	}
	.tpspirituahb .hbgrip .rcol{
		width: 100%;
	}
	.hbtablink .tlconts{
		padding-top: 2px;
		display: none;
	}
	.hbtablink .tlconts li{
		margin-bottom: 2px;
	}
	.hbcontinf{
		padding: 20px 10px;
	}
	.hbcontinf .ifscroll{
		padding-right: 0;
		max-height: 940px;
	}
	.hbcontinf .ifscroll::-webkit-scrollbar{
		width: 0;
	}
	.hbcontinf .ifgrip{
		margin: 0 -5px;
	}
	.hbcontinf .ifgrip > div{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	/* <=== tpspirituahb ===> */
}
@media all and (max-width: 767px){
	/* <=== hpspirituamm ===> */
	.hpspirituamm .mmgrip > div{
		width: 50%;
	}
	/* <=== hpspirituamm ===> */

	/* <=== tpspirituahb ===> */
	.hbcontinf .ifgrip > div{
		width: 50%;
	}
	.itspirituahb{
		padding: 10px 10px 15px;
	}
	.itspirituahb .dstitle, .itspirituahb .dstitle h3{
		font-size: 13px;
		line-height: 21px;
	}
	.itspirituahb .dstends{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
		max-height: calc(20px * 9);
	}
	.itspirituahb .dsviews a{
		max-width: 127px;
		margin: 0 auto;
		font-size: 12px;
		line-height: 21px;
		padding: 7px 10px;
	}
	.hbcontinf .ifscroll{
		max-height: 1375px;
	}
	/* <=== tpspirituahb ===> */

	/* <=== tpmarkermm ===> */
	.vpaddmb{
		padding-bottom: 0!important;
	}
	.tpmarkermm .mmgrip > div{
		width: 100%;
	}
	/* <=== tpmarkermm ===> */
}