#pager_wp{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

	#pager_header_wp{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagerTab{
		/* flex:150px; */
		max-width: 160px;
		background-color: #f5f7fa;
		border: 1px solid #e0e1e1;
		border-left:none;
		font-size: 1rem;
		font-weight: bold;		
		text-align: center;	
		cursor: pointer;		
		padding: 0 10px 10px 10px;
	}
		.pagerTab a{
			height: 100%;
			display: block;
		}

	.pagerTab:first-child{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
			
	}

	.pagerTab:last-child{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}	


	.activatedTab{
		background: linear-gradient(#164893,#2a4ccd);
		background-color: #164893;
		border: none;
		box-shadow: -5px 5px 5px rgba(22,72,147,0.3);
		color: white;

	}

		.groupImg{
			/* height: 100px; */
			width: 90%;
		}

	#rest{
		height: 200px;
		background-color: #bcbcbc;
		width: stretch;

	}

	#pages_wp	{
		width: 95%;
		max-width: 1200px;
		margin:0 auto;
		margin-bottom: 30px;
	}

	.page{
		display: none;
	}

	.activatedPage{
		display: block;
	}

	.productGroup{
		margin-top: 20px;
	}	

		.goDetail{
			font-size: 20px!important;
			font-weight: bold!important;
			color: #2a4ccd;
			margin-left: 10px;
			cursor: pointer;
		}

		.products_wp{
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
		}

			.product_item{
				flex: 280px;			
				max-width: 350px;
				border: 1px solid #e0e1e1;
				border-radius: 5px;
				background-color: white;
			}
			.product_item:hover{
				box-shadow: 2px 2px 10px rgba(37,97,137,0.5);

			}	

				.productImg{
					width: 100%;
					border-radius: 5px 5px 0 0;
				}	

				.productContent{
					text-align: left;
					padding: 10px;

				}

				.productDesc{
					margin-top: 15px;
					min-height: 65px;
				}

				.productSep{
					width: 100%;
					height: 2px;
					background-color: #e0e1e1 ;
					margin: 15px 0;

				}

				.product_readMore{
					display:block;
					color: #2561bb;
					font-weight: 550;
					margin: 5px;
				}		
				
					.passive{
						color:gray!important;
						font-style: italic;
					}
