/* SECTION: TIN TUC SU KIEN */
.section-tin-tuc-su-kien {
	padding-bottom: 4.5rem;
	z-index: 1;
}

.section-tin-tuc-su-kien .section-container {
	width: 90rem;
	margin: auto;
}

.section-tin-tuc-su-kien .heading-container {
	margin-bottom: 1.5rem;
}

.section-tin-tuc-su-kien .heading-container h2 {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
}

.section-tin-tuc-su-kien .preview-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 17rem;
	margin-bottom: 1.5rem;
}

.section-tin-tuc-su-kien .preview-container > * + * {
	margin-left: 1.5rem;
}

.section-tin-tuc-su-kien .preview-box {
	position: relative;
	border-radius: 0.625rem;
	flex-basis: 50%;
	height: 100%;
	padding: 1.5rem;
	overflow: hidden;
}

.section-tin-tuc-su-kien .preview-box .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: all 0.4s ease-out;
}

.section-tin-tuc-su-kien .preview-box .deco-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-tin-tuc-su-kien .preview-box .content-container {
	position: relative;
	z-index: 2;
}

.section-tin-tuc-su-kien .preview-box .category {
	padding: 0.25rem 1.125rem 0.375rem 1.125rem;
	color: #0057a6;
	font-family: Lexend;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.53rem;
	letter-spacing: -0.0225rem;
	border-radius: 0.375rem;
	background: #fff;
	margin-bottom: 1.5rem;
	width: fit-content;
}

.section-tin-tuc-su-kien .preview-box .date {
	color: rgba(255, 255, 255, 0.6);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0.5rem;
}

.section-tin-tuc-su-kien .preview-box .title {
	display: block;
	color: #fff;
	font-family: Lexend;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.0625rem;
	width: 35.625rem;
}

.section-tin-tuc-su-kien .preview-box button {
	position: absolute;
	z-index: 2;
	bottom: 1.5rem;
	left: 1.5rem;
	color: #fff;
	text-align: center;
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	width: fit-content;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-tin-tuc-su-kien .preview-box button .deco-2 {
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin-left: 0.4rem;
	transition: all 0.4s ease-out;
}

.section-tin-tuc-su-kien .preview-box button .deco-2 svg {
	width: 0.825rem;
	height: 0.825rem;
	transition: all 0.4s ease-out;
}

.section-tin-tuc-su-kien .preview-box:hover .background {
	transform: scale(1.1);
}

.section-tin-tuc-su-kien .preview-box:hover button .deco-2 {
	background: rgb(61, 174, 239, 0.8);
}

.section-tin-tuc-su-kien .preview-box:hover button .deco-2 svg {
	transform: scale(1.5);
}

.section-tin-tuc-su-kien .link-container {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.75rem;
}

.section-tin-tuc-su-kien .link-container .overflow-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section-tin-tuc-su-kien .link-container .overflow-container > * + * {
	margin-left: 2rem;
}

.section-tin-tuc-su-kien .link-container button {
	padding: 0.5rem 0;
	color: rgba(0, 0, 0, 0.6);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: -0.0225rem;
}

.section-tin-tuc-su-kien .link-container button.active {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
}

.section-tin-tuc-su-kien .news-container > .content-container {
	display: flex;
	align-items: flex-start;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col {
	flex-basis: 20.75rem;
	display: flex;
	flex-direction: column;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col strong {
	color: var(--color-black-80, rgba(0, 0, 0, 0.8));
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: var(--line-height-27_2, 1.7rem);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.25rem;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col > .desc {
	color: rgba(0, 0, 0, 0.6);
	font-family: Lexend;
	font-size: var(--font-size-14, 0.875rem);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 1.75rem;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container {
	display: flex;
	align-items: center;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(194, 194, 194, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-out;
}
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn:hover,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn:hover {
	background: rgb(0 148 62 / 20%);
}
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn:hover svg > path,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn:hover svg > path{
	fill: rgb(0 148 62 / 70%);
}
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn svg,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn svg {
	width: 1.5rem;
	height: 1.5rem;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn svg path,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn svg path {
	transition: all 0.3s ease-out;
}

/* .section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-prev-btn:hover svg path,
.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn:hover svg path {
	fill: #fff;
} */

.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container .swiper-next-btn {
	margin-left: 0.5rem;
}

.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container a {
	margin-left: auto;
}

.section-tin-tuc-su-kien .news-container > .content-container .right-col {
	flex-basis: 62.5rem;
	margin-left: auto;
}

.section-tin-tuc-su-kien .swiper-news {
	width: 62.5rem;
}

.section-tin-tuc-su-kien .swiper-news .swiper-slide .img-container {
	position: relative;
	height: 9.75rem;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 0.75rem;
}

.section-tin-tuc-su-kien .swiper-news .swiper-slide .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-tin-tuc-su-kien .swiper-news .swiper-slide .img-container .category {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: #fff;
	font-family: Lexend;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	padding: 0.3125rem 0.75rem 0.375rem 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.375rem;
	background: #0061c2;
}

.section-tin-tuc-su-kien .swiper-news .swiper-slide strong {
	display: block;
	color: rgba(0, 0, 0, 0.7);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: -0.0225rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.25rem;
}

.section-tin-tuc-su-kien .swiper-news .swiper-slide p {
	color: rgba(0, 0, 0, 0.4);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.section-tin-tuc-su-kien .preview-box .deco-3,
.section-tin-tuc-su-kien .right-col .nav-container-mobile,
.section-tin-tuc-su-kien .heading-container .title-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-tin-tuc-su-kien {
		padding: 0 0 3rem 0;
	}

	.section-tin-tuc-su-kien .section-container {
		width: 100%;
	}

	.section-tin-tuc-su-kien .heading-container {
		margin-bottom: 1rem;
		width: 22rem;
		margin: auto;
		margin-bottom: 0.5rem;
	}

	.section-tin-tuc-su-kien .heading-container h2 {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}

	.section-tin-tuc-su-kien .heading-container .title {
		display: none;
	}

	.section-tin-tuc-su-kien .heading-container .title-mobile {
		display: block;
	}

	.section-tin-tuc-su-kien .preview-container {
		width: 22rem;
		margin: auto;
		flex-direction: column;
		height: 14.5rem;
		margin-bottom: 1rem;
	}

	.section-tin-tuc-su-kien .preview-container > * + * {
		margin-left: 0;
	}

	.section-tin-tuc-su-kien .preview-box {
		border-radius: 0.625rem;
		flex-basis: unset;
		padding: 1rem;
		overflow: hidden;
		width: 100%;
	}

	.section-tin-tuc-su-kien .preview-box:last-of-type {
		display: none;
	}

	.section-tin-tuc-su-kien .preview-box .deco-1 {
		display: none;
	}

	.section-tin-tuc-su-kien .preview-box .deco-3 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.section-tin-tuc-su-kien .preview-box .category {
		padding: 0.25rem 0.5rem;
		color: #0057a6;
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin-bottom: 1rem;
		width: fit-content;
	}

	.section-tin-tuc-su-kien .preview-box .date {
		color: rgba(255, 255, 255, 0.6);
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin-bottom: 0.35rem;
	}

	.section-tin-tuc-su-kien .preview-box .title {
		color: #fff;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		width: 13.5rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.section-tin-tuc-su-kien .preview-box button {
		bottom: 1rem;
		left: 1rem;
		color: var(--Base-White, #fff);
		text-align: center;
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		width: fit-content;
	}

	.section-tin-tuc-su-kien .preview-box button .deco-2 {
		width: 1rem;
		height: 1rem;
		margin-left: 0.3rem;
	}

	.section-tin-tuc-su-kien .preview-box button .deco-2 svg {
		width: 0.5625rem;
		height: 0.5625rem;
	}

	.section-tin-tuc-su-kien .preview-box:hover .background {
		transform: scale(1.1);
	}

	.section-tin-tuc-su-kien .link-container {
		margin-bottom: 0.85rem;
		overflow: auto;
	}

	.section-tin-tuc-su-kien .link-container .overflow-container {
		width: 100%;
		padding: 0 0.75rem;
		width: max-content;
	}

	.section-tin-tuc-su-kien .link-container .overflow-container > * + * {
		margin-left: 1.5rem;
	}

	.section-tin-tuc-su-kien .link-container button {
		padding: 0.5rem 0;
		color: rgba(0, 0, 0, 0.6);
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 170%;
		letter-spacing: -0.0225rem;
	}

	.section-tin-tuc-su-kien .link-container button.active {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	}

	.section-tin-tuc-su-kien .news-container > .content-container {
		flex-direction: column;
		align-items: center;
	}

	.section-tin-tuc-su-kien .news-container > .content-container .left-col {
		flex-basis: unset;
		width: 22rem;
		margin: auto;
	}

	.section-tin-tuc-su-kien .news-container > .content-container .left-col strong {
		color: var(--color-black-80, rgba(0, 0, 0, 0.8)); /* MB/TITLE/18/BOLD */
		font-family: Lexend;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7rem;
		margin-bottom: 0.25rem;
	}

	.section-tin-tuc-su-kien .news-container > .content-container .left-col > p {
		color: rgba(22, 49, 94, 0.95);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		margin-bottom: 1.25rem;
	}

	.section-tin-tuc-su-kien .news-container > .content-container .left-col .nav-container {
		display: none;
	}

	.section-tin-tuc-su-kien .news-container > .content-container .right-col {
		flex-basis: unset;
		width: 100%;
	}

	.section-tin-tuc-su-kien .swiper-news {
		width: 100%;
		margin-bottom: 1rem;
	}

	.section-tin-tuc-su-kien .swiper-news .swiper-slide .img-container {
		height: 8.25rem;
		border-radius: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.section-tin-tuc-su-kien .swiper-news .swiper-slide .img-container .category {
		position: absolute;
		top: 0.5rem;
		left: 0.5rem;
		color: #fff;
		font-family: Lexend;
		font-size: 0.62494rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.27488rem;
		letter-spacing: -0.01875rem;
		padding: 0 0.75rem;
		height: 1.3125rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0.375rem;
		background: #0061c2;
	}

	.section-tin-tuc-su-kien .swiper-news .swiper-slide strong {
		color: rgba(0, 0, 0, 0.7);
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.27488rem;
		letter-spacing: -0.01875rem;
	}

	.section-tin-tuc-su-kien .swiper-news .swiper-slide p {
		color: rgba(0, 0, 0, 0.4);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}

	.section-tin-tuc-su-kien .right-col .nav-container-mobile {
		display: flex;
		align-items: center;
		width: 22rem;
		margin: auto;
	}

	.section-tin-tuc-su-kien .right-col .nav-container-mobile .swiper-prev-btn,
	.section-tin-tuc-su-kien .right-col .nav-container-mobile .swiper-next-btn {
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		background: rgba(194, 194, 194, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-tin-tuc-su-kien .right-col .nav-container-mobile .swiper-next-btn {
		margin-left: 0.4rem;
	}

	.section-tin-tuc-su-kien .right-col .nav-container-mobile a {
		margin-left: auto;
	}
}