#blogs {
	padding-top: 12.5rem;
	position: relative;
}

#blogs .wrapper-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: 0;
}


#blogs .breadcrumb {
	padding: 0 16.625rem;
	position: relative;
}


/* blog details */
#blog-details {
	display: flex;
	padding: 0rem 17.125rem 0rem 6.125rem;
	align-items: flex-start;
}
#blog-details .share-buttons {
	width: 11rem;
	height: 100vh;
	max-height: 49.25rem;
	position: sticky;
	top: -2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
#blog-details .share-buttons__title {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	text-align: justify;

	/* WEB/Body/16/16-R */
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
	padding: 0.5rem 0;
	margin-bottom: 0.75rem;
	max-width: 3.125rem;
	border-bottom: 1px solid var(--Palette-Color-Stroke-stroke-1, rgba(36, 36, 33, 0.15));
}
#blog-details .share-buttons__item {
	width: 3.125rem;
	height: 3.125rem;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: transparent;
}
#blog-details .share-buttons__item:not(:last-child) {
	margin-bottom: 0.75rem;
}
#blog-details .share-buttons__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#blog-details .content-wrap {
	flex: 1;
	width: 100%;
}
#blog-details .content-wrap h1 {
	color: var(--Text-Body-T1, #2E2E2E);
	font-family: Poppins;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 3.6rem */
	letter-spacing: 0.03125rem;
	margin-top: 2rem;
}

#blog-details .summary {
	margin-top: 2.5rem;
	padding: 1.5rem 1.875rem;
	border-radius: 0.75rem;
	background: #FFF;
	box-shadow: 0px 3px 40px 1px rgba(214, 214, 221, 0.40);
}
#blog-details .summary__title {
	color: var(--Text-Body-T1, #2E2E2E);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
}
#blog-details .summary__item {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	text-align: justify;
	/* WEB/Body/16/16-R */
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}
#blog-details .summary__item:not(:last-child) {
	margin-bottom: 0.5rem;
}
#blog-details .content {
	margin-top: 2.5rem;
	width: 100%;
}
#blog-details .content h2,
#blog-details .content h3,
#blog-details .content h4 {
	color: var(--Text-Body-T1, #2E2E2E);
	font-family: Poppins;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 1.8rem */
	letter-spacing: -0.015rem;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}

#blog-details .content,
#blog-details .content p,
#blog-details .content span,
#blog-details .content li,
#blog-details .content a {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	/* WEB/Body/16/16-R */
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}

#blog-details .content p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: justify;
}
#blog-details .content a {
	color: var(--Palette-Color-Green-test-2, #286a00);
}
#blog-details .content a:hover {
	text-decoration: underline;
}
#blog-details .content img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0.75rem;
}

/* table */

.table-responsive {
	width: 100%;
	overflow: auto;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	table-layout: auto;
}

table tr {
	border: 1px solid #ccc;
	padding: 0.35em;
}

table td,
table th {
	border: 1px solid #ccc;
	padding: 0.625em;
}

table td {
	vertical-align: top;
}

table th {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

#blog-details .footer-content {
	margin-top: 2.5rem;
	padding-top: 1.125rem;
	border-top: 0.0625rem solid #DFDEDE;
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
	display: flex;
	align-items: center;
}
#blog-details .footer-content > *:not(:last-child) {
	margin-right: 3rem;
}

.other-article {
	display: flex;
	width: 100%;
	padding: 0 6.25rem;
	flex-direction: column;
	align-items: center;
	margin: 5rem auto 6rem;
}

.other-article__list {
	width: 100%;
	padding: 2rem 0;
}

.other-article-next,
.other-article-prev {
	position: absolute;
	top: 50%;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	border: 1px solid var(--Button-Stroke, rgba(216, 216, 216, 0.67));
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.other-article-next {
	right: 6rem;
	transform: translateY(-50%) translateX(50%);
}
.other-article-prev {
	left: 6rem;
	transform: translateY(-50%) translateX(-50%);
}


.other-article-next img,
.other-article-prev img {
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) saturate(100%);
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}

.other-article-prev img {
	transform: rotate(180deg);
}
.other-article-next:hover,
.other-article-prev:hover {
	background: var(--Orange-03, #ff7a00);
}
.other-article-next:hover img,
.other-article-prev:hover img {
	filter: brightness(1) saturate(100%);
}

.swiper-pagination-progressbar {
	position: relative;
	width: 16rem !important;
	padding: 0.125rem 0.25rem;
	border-radius: 0.25rem;
	background: #e2e5e2;
	height: 0.5rem !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	border-radius: 0.25rem;
	background: var(--Green, #0b6836);
	height: 0.25rem;
	top: 0.125rem;
}

.other-article__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.other-article__header h2 {
	color: var(--Green-03, #043620);
	font-family: 'Big Shoulders';
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 4.2rem */
	text-transform: uppercase;
}
.other-article__link {
	width: 11.4375rem;
	height: 3.125rem;
	position: relative;
}
.other-article__link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.other-article__link span {
	position: absolute;
	z-index: 1;
	color: var(--Yellow, #efff4c);
	text-align: center;
	font-family: Poppins;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
}



@media screen and (max-width: 639.98px) {

	#blogs {
		padding-top: 7.875rem;
	}

	#blogs .breadcrumb {
		padding: 0 1.25rem;
	}


	#blog-details {
		display: flex;
		padding: 0 1.25rem 1.5rem;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	#blog-details .share-buttons {
		width: 100%;
		height: auto;
		position: static;
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 0.75rem;
	}
	#blog-details .share-buttons__title {
		font-size: 0.875rem;
		border-bottom: none;
		margin-bottom: 0;
	}
	#blog-details .share-buttons__item {
		width: 1.5rem;
		height: 1.5rem;
		margin-left: 0.5rem;
	}
	#blog-details .share-buttons__item:not(:last-child) {
		margin-bottom: 0rem;
	}
	#blog-details .content-wrap h1 {
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 2.1rem */
		letter-spacing: 0.01563rem;
		margin-bottom: 1.5rem;
	}

	#blog-details .summary {
		margin-top: 1.5rem;
		padding: 0.75rem 1rem;
		background: #FFF;
		box-shadow: 0px 3px 40px 1px rgba(214, 214, 221, 0.40);
	}
	#blog-details .summary__title {
		color: var(--Text-Body-T1, #2E2E2E);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.00938rem;
		margin-bottom: 0.75rem;
	}
	#blog-details .summary__item {
		font-size: 0.875rem;
	}
	#blog-details .content {
		margin-top: 2.5rem;
		width: 100%;
	}
	#blog-details .content h2,
	#blog-details .content h3,
	#blog-details .content h4 {
		color: var(--Text-Body-T1, #2E2E2E);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.025rem;
		margin-bottom: 1rem;
		margin-top: 1.5rem;
	}

	#blog-details .content,
	#blog-details .content p,
	#blog-details .content span,
	#blog-details .content li,
	#blog-details .content a {
		font-size: 0.875rem;
	}

	#blog-details .content p {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#blog-details .footer-content {
		margin-top: 1.5rem;
		padding-top: 0;
		border-top: none;
		font-size: 0.875rem;
		flex-direction: column;
		align-items: flex-start;
	}
	#blog-details .footer-content > *:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0.75rem;
	}

	.other-article {
		margin: 2.5rem 0;
		padding: 0;
	}

	.other-article__list {
		width: 100%;
		padding: 1.5rem 1.25rem;
	}

	.other-article-next,
	.other-article-prev {
		display: none;
	}

	.swiper-pagination-progressbar {
		width: 21rem !important;
	}

	.other-article__header h2 {
		color: var(--Green-03, #043620);
		font-family: "Big Shoulders";
		font-size: 2rem;
		font-style: normal;
		font-weight: 900;
		line-height: 120%; /* 2.4rem */
		text-transform: uppercase;
		padding: 0 1.25rem;
	}

	.other-article .btn {
		width: calc(100% - 2.5rem);
		margin: 2.5rem auto 0;
	}

}