
/**************************************
*************BLOG ARCHIVE**************
***************************************

3.BLOG ARCHIVE POSTS
4.BLOG ARCHIVE WIDGET
**************************************/




/*************************************
3.BLOG ARCHIVE POSTS******************
**************************************/

@media (min-width:640px) {

	.category-tax-content {
		padding: 60px 0 60px 0;
	}



	.category-tax-content-hero {
		position: relative;
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px 20px 20px;
	}




	@media (min-width:1240px) {

		.category-tax-content-hero-item {
			position: relative;
			padding: 0 0 40px 0;

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-areas: 
			"title image"
			"description image";
			grid-gap: 20px;
		}

		.category-tax-content-hero-item::before {
			content:"";
			position: absolute;
			left:0;
			right: 0;
			bottom: 0;
			height: 1px;
			background-color: rgba(215, 215, 215, 1);
		}

		.category-tax-content-hero-item-title {
			grid-area: title;
			align-self: end;

			position: relative;
			margin: 0;
			padding: 0;
			font-family: 'Gotham Pro';
			font-size: 70px;
			color: rgba(35, 55, 72, .2);
			letter-spacing: 0px;
			font-weight: 900;
			line-height: 1;
		}

		.category-tax-content-hero-item-description {
			grid-area: description;
			align-self: start;

			position: relative;
			padding: 0;
			margin: 0;
			font-family: 'Gotham Pro';
			font-weight: 300;
			font-size: 18px;
			line-height: 1.8;
			color: #4B4B4B;
			letter-spacing: 1px;
		}

		.category-tax-content-hero-item-img {
			grid-area: image;
			position: relative;
		}

		.category-tax-content-hero-item-img img {
			width: 100%;
			height: auto;
			display: block;
			border-radius:20px;
			border: 1px solid rgba(215, 215, 215, 1);
		}

	}


	@media (min-width:1024px) and (max-width:1239px) {


		.category-tax-content-hero-item {
			position: relative;
			padding: 0 0 40px 0;

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-areas: 
			"title title"
			"description image";
			grid-gap: 20px;
		}

		.category-tax-content-hero-item::before {
			content:"";
			position: absolute;
			left:0;
			right: 0;
			bottom: 0;
			height: 1px;
			background-color: rgba(215, 215, 215, 1);
		}

		.category-tax-content-hero-item-title {
			grid-area: title;
			align-self: end;

			position: relative;
			margin: 0;
			padding: 0;
			font-family: 'Gotham Pro';
			font-size: 70px;
			color: rgba(35, 55, 72, .2);
			letter-spacing: 0px;
			font-weight: 900;
			line-height: 1;
		}

		.category-tax-content-hero-item-description {
			grid-area: description;
			align-self: center;

			position: relative;
			padding: 0;
			margin: 0;
			font-family: 'Gotham Pro';
			font-weight: 300;
			font-size: 18px;
			line-height: 1.8;
			color: #4B4B4B;
			letter-spacing: 1px;
		}

		.category-tax-content-hero-item-img {
			grid-area: image;
			position: relative;
		}

		.category-tax-content-hero-item-img img {
			width: 100%;
			height: auto;
			display: block;
			border-radius:20px;
			border: 1px solid rgba(215, 215, 215, 1);
		}
		

	}


	@media (min-width:640px) and (max-width:1023px) {


		.category-tax-content-hero-item {
			position: relative;
			padding: 0 0 40px 0;

			display: grid;
			grid-template-columns: 1fr;
			grid-template-areas: 
			"title"
			"image"
			"description";
			grid-gap: 20px;
		}

		.category-tax-content-hero-item::before {
			content:"";
			position: absolute;
			left:0;
			right: 0;
			bottom: 0;
			height: 1px;
			background-color: rgba(215, 215, 215, 1);
		}

		.category-tax-content-hero-item-title {
			grid-area: title;
			align-self: end;

			position: relative;
			margin: 0;
			padding: 0;
			font-family: 'Gotham Pro';
			font-size: 70px;
			color: rgba(35, 55, 72, .2);
			letter-spacing: 0px;
			font-weight: 900;
			line-height: 1;
		}

		.category-tax-content-hero-item-description {
			grid-area: description;
			align-self: center;

			position: relative;
			padding: 0;
			margin: 0;
			font-family: 'Gotham Pro';
			font-weight: 300;
			font-size: 18px;
			line-height: 1.8;
			color: #4B4B4B;
			letter-spacing: 1px;
		}

		.category-tax-content-hero-item-img {
			grid-area: image;
			position: relative;
		}

		.category-tax-content-hero-item-img img {
			width: 100%;
			height: auto;
			display: block;
			border-radius:20px;
			border: 1px solid rgba(215, 215, 215, 1);
		}
		

	}


	@media (min-width:1024px) {

		.category-tax-list {
			max-width: 1540px;
			margin: auto;
			padding: 60px 20px 60px 20px;

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-row-gap:80px;
			grid-column-gap:30px;
		}

	}

	@media (min-width:640px) and (max-width:1023px) {

		.category-tax-list {
			max-width: 1540px;
			margin: auto;
			padding: 60px 20px 60px 20px;
	
			display: grid;
			grid-template-columns: 1fr;
			grid-row-gap:80px;
		}

	}


	.category-tax-list-item {
		position: relative;
		overflow: hidden;
		max-width: 750px;
		min-height: 600px;
	}

	.category-tax-list-item::before {
		content:"";
		position: relative;
		display: block;
		padding-top: 100%;
	}

	.category-tax-list-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.category-tax-list-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:20px 20px 0 0;

		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.category-tax-list-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:20px 20px 0 0;
	}

	.category-tax-list-item-header-inner-img {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		z-index: 1;
	}

	.category-tax-list-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.category-tax-list-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform 1.6s ease-in-out;
	}

	.category-tax-list-item:hover .category-tax-list-item-header-inner-img a img {
		transform: scale(1.1);
		transition: transform 1.6s ease-in-out;
	}

	.category-tax-list-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 20px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.category-tax-list-item-header-inner-desc {
		margin: 0;
		padding: 0 20px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.category-tax-list-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.category-tax-list-item-footer-inner {
		position: relative;
		padding-top: 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.category-tax-list-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .8) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 20px 20px;
		z-index: 1;
	}

	.category-tax-list-item-footer-part {
		position: relative;
	}

	.category-tax-item-category {
		position: relative;

		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
	}

	.category-tax-item-category::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.category-tax-item-category::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.category-tax-item-category-text {
		position: relative;
		background-color: #fff;
		padding: 0 20px 0 10px;
		height: 40px;
		border-top-right-radius: 20px;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-right: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-item-category-text a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 600;
		font-size: 18px;
		line-height: 1.4;
		color: rgba(75, 75, 75, .5);
		letter-spacing: 1px;
		text-decoration: none;
		margin-top: 5px;
	}

	.category-tax-item-category-text a::before {
		content:"";
		position: absolute;
		left:0;
		right: 100%;
		transition: right .3s ease-in-out;
		bottom: -3px;
		height: 2px;
		background-color: rgba(0, 167, 157, 1);
	}

	.category-tax-item-category-text a:hover::before {
		right: 0;
		transition: right .3s ease-in-out;
	}


	.category-tax-list-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 38px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.category-tax-list-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -21px;
		right: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.category-tax-list-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	@media (min-width:1024px) {

		.category-tax-item-btn {
			position: relative;
			width: 70px;
			transition: width .3s ease-in-out;
			background-color: rgba(0, 167, 157, 1);
			border-radius: 35px;
			overflow: hidden;
			z-index: 3;
		}

		.category-tax-list-item:hover .category-tax-item-btn {
			width: 170px;
			transition: width .3s ease-in-out;
		}

	}

	@media (min-width:640px) and (max-width:1023px) {

		.category-tax-item-btn {
			position: relative;
			width: 170px;
			transition: width .3s ease-in-out;
			background-color: rgba(0, 167, 157, 1);
			border-radius: 35px;
			overflow: hidden;
			z-index: 3;
		}


	}

	.category-tax-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.category-tax-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.category-tax-item-btn-arrow {
		position: relative;
		height: 70px;
		width: 70px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.category-tax-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.category-tax-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}

	.category-tax-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}


}







@media (max-width:639px) {

	.category-tax-content {
		padding: 40px 0 40px 0;
	}



	.category-tax-content-hero {
		position: relative;
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px 20px 20px;
	}

	.category-tax-content-hero-item {
		position: relative;
		padding-bottom: 20px;

		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"title"
		"image"
		"description";
		grid-gap: 20px;
	}

	.category-tax-content-hero-item::before {
		content:"";
		position: absolute;
		left:0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-color: rgba(215, 215, 215, 1);
	}

	.category-tax-content-hero-item-title {
		grid-area: title;
		align-self: end;

		position: relative;
		margin: 0;
		padding: 0;
		font-family: 'Gotham Pro';
		font-size: calc( 40px + 24 * (100vw - 320px) / 890 );
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
	}

	.category-tax-content-hero-item-description {
		grid-area: description;
		align-self: center;

		position: relative;
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}

	.category-tax-content-hero-item-img {
		grid-area: image;
		position: relative;
	}
		




	.category-tax-content-hero-item-img img {
		width: 100%;
		max-width: 600px;
		height: auto;
		display: block;
		border-radius:20px;
		border: 1px solid rgba(215, 215, 215, 1);
	}




	.category-tax-list {
		max-width: 1540px;
		margin: auto;
		padding: 40px 20px 40px 20px;

		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap:80px;
	}




	.category-tax-list-item {
		position: relative;
		overflow: hidden;
		max-width: 750px;
		min-height: 600px;
		border-radius: 10px;
	}

	.category-tax-list-item::before {
		content:"";
		position: relative;
		display: block;
		padding-top: 100%;
	}

	.category-tax-list-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.category-tax-list-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:10px 10px 0 0;

		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.category-tax-list-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:20px 20px 0 0;
	}

	.category-tax-list-item-header-inner-img {
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		z-index: 1;
	}

	.category-tax-list-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.category-tax-list-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform 1.6s ease-in-out;
	}

	.category-tax-list-item:hover .category-tax-list-item-header-inner-img a img {
		transform: scale(1.1);
		transition: transform 1.6s ease-in-out;
	}

	.category-tax-list-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 10px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.category-tax-list-item-header-inner-desc {
		margin: 0;
		padding: 0 10px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.category-tax-list-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.category-tax-list-item-footer-inner {
		position: relative;
		padding-top: 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.category-tax-list-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .8) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 10px 10px;
		z-index: 1;
	}

	.category-tax-list-item-footer-part {
		position: relative;
	}

	.category-tax-item-category {
		display: none;
	}


	.category-tax-list-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 25px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.category-tax-list-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -11px;
		right: 0;
		background: transparent;
		width: 10px;
		height: 10px;
		border-bottom-right-radius: 10px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		z-index: 2;
	}

	.category-tax-list-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -11px;
		background: transparent;
		width: 10px;
		height: 10px;
		border-bottom-right-radius: 10px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		z-index: 2;
	}

	.category-tax-item-btn {
		position: relative;
		width: 160px;
		background-color: rgba(0, 167, 157, 1);
		border-radius: 22px;
		overflow: hidden;
		z-index: 3;
	}

	.category-tax-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.category-tax-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.category-tax-item-btn-arrow {
		position: relative;
		height: 44px;
		width: 44px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-item-btn-arrow span {
		display: block;
		position: relative;
		width: 16px;
		height: 16px;	
	}

	.category-tax-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.category-tax-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 16px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}



	.category-tax-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}



}






/**
* Navigations for category posts
*/

.category-tax-pagination {
	position: relative;
	max-width: 1540px;
	margin: auto;
	padding: 40px 20px 40px 20px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.category-tax-pagination-inner {
	background-color: #f6f6f8;
	padding: 4px;
	border-radius: 27px;
	border: 1px solid rgba(215, 215, 215, .2);

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap:6px;
}

.arrow-prew {
	display:block;
	position: relative;
	transform: rotate(-180deg);
}

.page-numbers {
	position: relative;
	min-width: 44px;
	height: 44px;
	border-radius: 50%;
	vertical-align: middle;

	color: #4B4B4B;
	line-height: 44px;
	text-align: center;
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
}

.page-numbers:hover {
	background-color: #fff;
}

a.page-numbers:hover::before {
	content:"";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	transition: border .2s ease-in-out;
	border-radius: 50%;
	border: 1px solid rgba(215, 215, 215, 1);
}

span.page-numbers.current {
	position: relative;
	background-color: rgba(0, 167, 157, 1);
	color:#fff;
}

















@media (min-width:640px) {


	.category-tax-slider {
		position: relative;
		max-width: 1540px;
		margin: 0 auto;
		padding: 60px 20px;
		overflow: hidden;
	}



	.category-tax-slider-title {
		position: relative;
		margin: 0;
		padding: 40px 0 40px 0;
		font-family: 'Gotham Pro';
		font-size: 70px;
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
	}

	.category-tax-slider-title::before {
		content: "";
		position: absolute;
		top:0;
		right: 0;
		left: 0;
		bottom: calc(100% - 1px);
		background-color: rgba(215, 215, 215, 1);
	}


	.category-tax-slider-inner {
		position: relative;
	}

	.category-tax-swiper {
		width: 100%;
		height: auto;
		overflow: hidden;
		z-index: 1;
	}

	.category-tax-swiper-item {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
	}

	.category-tax-swiper-item a {
		position: relative;
		display: block;
	}

	.category-tax-swiper-item-title {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		background-color: rgba(0, 0, 0, .3);
	}

	.category-tax-swiper-item-title h2 {
		position: absolute;
		top:50%;
		right: 0;
		left:0;
		transform: translateY(-50%);
		padding: 0 20px;
		margin: 0;

		color: #fff;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1.5px;
		line-height: 1.6;
		text-align: center;
	}

	.category-tax-swiper-item-img img {
		width: 100%;
		height: auto;
		display: block;
		transform: scale(1);
		transition: transform 1.3s ease-in-out;
	}

	.category-tax-swiper-item:hover .blog-archive-swiper-item-img img {
		transform: scale(1.1);
		transition: transform 1.3s ease-in-out;
	}

	.category-tax-swiper-prev {
		position: absolute;
		top:50%;
		left:-20px;
		transform: translateY(-50%);
		transition: transform .3s ease-in-out;
		z-index: 2;
	}

	.category-tax-swiper-prev:active {
		transform: translateY(-50%) scale(.9);
		transition: transform .3s ease-in-out;
	}

	.category-tax-swiper-prev-inner {
		position: relative;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}


	.category-tax-swiper-prev-inner::before {
		content:"";
		position: absolute;
		top:50%;
		left:50%;
		width: 22px;
		height: 22px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		transform: translateX(-30%) translateY(-50%) rotate(-45deg);
	}



	.category-tax-swiper-next {
		position: absolute;
		display: block;
		top:50%;
		right:-20px;
		transform: translateY(-50%) scale(1);
		transition: transform .3s ease-in-out;
		z-index: 2;
	}

	.category-tax-swiper-next:active {
		transform: translateY(-50%) scale(.9);
		transition: transform .3s ease-in-out;
	}


	.category-tax-swiper-next-inner {
		position: relative;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-swiper-next-inner::before {
		content:"";
		position: absolute;
		top:50%;
		right:50%;
		width: 22px;
		height: 22px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: translateX(30%) translateY(-50%) rotate(45deg);
	}




}




@media (max-width:639px) {


	.category-tax-slider {
		position: relative;
		max-width: 1540px;
		margin: 0 auto;
		padding: 40px 20px;
		overflow: hidden;
	}




	.category-tax-slider-title {
		position: relative;
		margin: 0;
		padding: 40px 0 40px 0;
		font-family: 'Gotham Pro';
		font-size: calc( 40px + 24 * (100vw - 320px) / 890 );
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
	}


	.category-tax-slider-title::before {
		content: "";
		position: absolute;
		top:0;
		right: 0;
		left: 0;
		bottom: calc(100% - 1px);
		background-color: rgba(215, 215, 215, 1);
	}




	.category-tax-slider-inner {
		position: relative;

	}


	.category-tax-swiper {
		width: 100%;
		height: auto;
		overflow: hidden;
		z-index: 1;
	}

	.category-tax-swiper-item {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
	}

	.category-tax-swiper-item a {
		position: relative;
		display: block;
	}

	.category-tax-swiper-item-title {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		background-color: rgba(0, 0, 0, .3);
	}

	.category-tax-swiper-item-title h2 {
		position: absolute;
		top:50%;
		right: 0;
		left:0;
		transform: translateY(-50%);
		padding: 0 20px;
		margin: 0;

		color: #fff;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1.5px;
		line-height: 1.6;
		text-align: center;
	}

	.category-tax-swiper-item-img img {
		width: auto;
		height: 310px;
		display: block;
		transform: scale(1);
		transition: transform 1.3s ease-in-out;
	}

	.category-tax-swiper-item:hover .blog-archive-swiper-item-img img {
		transform: scale(1.1);
		transition: transform 1.3s ease-in-out;
	}


	.category-tax-swiper-prev {
		position: absolute;
		top:50%;
		left:-50px;
		transform: translateY(-50%);
		transition: transform .3s ease-in-out;
		z-index: 2;
	}

	.category-tax-swiper-prev:active {
		transform: translateY(-50%) scale(.9);
		transition: transform .3s ease-in-out;
	}

	.category-tax-swiper-prev-inner {
		position: relative;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-swiper-prev-inner::before {
		content:"";
		position: absolute;
		top:50%;
		left:50%;
		width: 22px;
		height: 22px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		transform: translateX(30%) translateY(-50%) rotate(-45deg);
	}

	.category-tax-swiper-next {
		position: absolute;
		display: block;
		top:50%;
		right:-50px;
		transform: translateY(-50%) scale(1);
		transition: transform .3s ease-in-out;
		z-index: 2;
	}

	.category-tax-swiper-next:active {
		transform: translateY(-50%) scale(.9);
		transition: transform .3s ease-in-out;
	}


	.category-tax-swiper-next-inner {
		position: relative;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.category-tax-swiper-next-inner::before {
		content:"";
		position: absolute;
		top:50%;
		right:50%;
		width: 22px;
		height: 22px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: translateX(-30%) translateY(-50%) rotate(45deg);
	}




}