@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap");
body {
	font-family: "Inter", sans-serif;
	min-height: 100vh;
}

button {
	box-shadow: none !important;
	color: #f0f4f6 !important;
	outline: none !important;
	border: none !important;
}
button.btn-primary {
	background-color: #204789 !important;
	padding: 10px 20px;
}
button.btn-primary:hover {
	background-color: #2a5cb2 !important;
}
button.btn-primary:active {
	background-color: #204789 !important;
}
button.btn-primary:focus {
	background-color: #204789 !important;
}

.news-cta {
	display: flex;
	align-items: center;
}
.news-cta a {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #2978b5;
	text-decoration: none;
	min-width: 160px;
}
.news-cta img {
	height: 12px !important;
	width: 6px !important;
	object-fit: contain !important;
	margin-left: 10px !important;
}

.line {
	border-bottom: 2px solid #e5e5e5;
}

.navbar.navbar-dark {
	background: rgba(48, 61, 77, 0.3) !important;
}
.navbar.navbar-dark .navbar-nav li {
	margin-right: 15px;
	margin-left: 15px;
	border: 1.5px solid transparent;
	border-radius: 5px;
}
.navbar.navbar-dark .navbar-nav li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 180%;
	color: #f0f4f6;
}
.navbar.navbar-dark .navbar-nav li:hover {
	border-color: white;
}
.navbar.navbar-light .navbar-nav li {
	margin-right: 15px;
	margin-left: 15px;
	border: 1.5px solid transparent;
	border-radius: 5px;
	font-size: 16px;
	line-height: 180%;
}
.navbar.navbar-light .navbar-nav li.active a {
	font-weight: 600;
	color: #38c172 !important;
}
.navbar.navbar-light .navbar-nav li a {
	font-weight: 500;
	color: #5c6f80 !important;
	transition: 0.3s ease;
}
.navbar.navbar-light .navbar-nav li:hover a {
	color: #38c172 !important;
}

.banner {
	width: 100%;
	height: calc(100vh + 100px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner.banner-2 {
	background-size: cover;
	height: 748px;
	overflow: hidden;
	background-position: bottom;
}
.banner.banner-2 select {
	width: 100%;
}
.banner.banner-2 .form-document {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: end;
}
.banner.banner-2 .form-document .col-6 {
	width: 100%;
}
.banner.banner-2 .form-document .col-12 {
	grid-column: span 2;
}
.banner.banner-2 .form-document.full {
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
	.banner.banner-2 .form-document {
		grid-template-columns: 1fr;
	}
	.banner.banner-2 .form-document .col-12 {
		grid-column: auto;
	}
	.banner.banner-2 .form-document.full {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 576px) {
	.banner.banner-2 .form-document {
		grid-template-columns: 1fr;
	}
	.banner.banner-2 .form-document .col-12 {
		grid-column: auto;
	}
	.banner.banner-2 .form-document.full {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 768px) {
	.banner.banner-2 .form-document {
		grid-template-columns: 1fr 1fr;
	}
	.banner.banner-2 .form-document .col-12 {
		grid-column: span 2;
	}
	.banner.banner-2 .form-document.full {
		grid-template-columns: repeat(4, 1fr);
	}
}
.banner .spacer10 {
	height: 10px;
	width: 10px;
}
.banner .spacer20 {
	height: 20px;
	width: 20px;
}
.banner.found .title-container {
	display: none;
}
@media (max-width: 576px) {
	.banner.found .title-container {
		display: block;
	}
}
@media (min-width: 576px) {
	.banner.found .title-container {
		display: block;
	}
}
@media (min-width: 768px) {
	.banner.found .title-container {
		display: none;
	}
}
.banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--bg-var);
	/* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ); */

	z-index: 1;
}
.banner .container {
	z-index: 2;
}
.banner p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #f0f4f6;
}
.banner h1 {
	font-weight: 500;
	font-size: 61px;
	line-height: 140%;
	color: #ffffff;
}
@media (max-width: 576px) {
	.banner h1 {
		font-size: 10vmin;
	}
}
@media (min-width: 576px) {
	.banner h1 {
		font-size: 10vmin;
	}
}
@media (min-width: 768px) {
	.banner h1 {
		font-size: 45px;
	}
}
@media (min-width: 1200px) {
	.banner h1 {
		font-size: 61px;
	}
}

.achievement {
	padding: 20px 0;
}
.achievement .container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 60px;
	position: relative;
}
.achievement .container:before {
	content: "";
	position: absolute;
	top: calc(-76px / 2 + 10px);
	left: -20px;
	width: 76px;
	height: 76px;
	background-image: url("../img/vector1.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.achievement .container:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 35px;
	width: 76px;
	height: 76px;
	background-image: url("../img/vector2.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.achievement .container .item {
	padding: 10px 30px;
	position: relative;
}
.achievement .container .item:before {
	content: "";
	background-color: #38c172;
	width: 3px;
	height: 40%;
	position: absolute;
	left: 0;
	top: 45px;
}
.achievement .container .item h5 {
	font-weight: bold;
	font-size: 31px;
	line-height: 150%;
	color: #38c172;
	position: relative;
}
.achievement .container .item p {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
}
@media (max-width: 576px) {
	.achievement .container {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center;
	}
	.achievement .container .item h5 {
		font-size: 24px;
	}
}
@media (min-width: 576px) {
	.achievement .container {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center;
	}
}
@media (min-width: 768px) {
	.achievement .container {
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		justify-items: center;
	}
}
@media (min-width: 992px) {
	.achievement .container {
		grid-template-columns: repeat(5, 1fr);
		align-items: center;
		justify-items: center;
	}
}
.achievement2 {
	padding: 20px 0;
}
.achievement2 .container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 60px;
	position: relative;
}
.achievement2 .container:before {
	content: "";
	position: absolute;
	top: calc(-76px / 2 + 10px);
	left: -20px;
	width: 76px;
	height: 76px;
	background-image: url("../img/vector1.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.achievement2 .container:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 35px;
	width: 76px;
	height: 76px;
	background-image: url("../img/vector2.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.achievement2 .container .item {
	padding: 10px 30px;
	position: relative;
}
.achievement2 .container .item:before {
	content: "";
	background-color: #38c172;
	width: 3px;
	height: 40%;
	position: absolute;
	left: 0;
	top: 10px;
}
.achievement2 .container .item h5 {
	font-weight: bold;
	font-size: 31px;
	line-height: 150%;
	color: #38c172;
	position: relative;
}
.achievement2 .container .item p {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
}
@media (max-width: 576px) {
	.achievement2 .container {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center;
	}
	.achievement2 .container .item h5 {
		font-size: 24px;
	}
}
@media (min-width: 576px) {
	.achievement2 .container {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center;
	}
}
@media (min-width: 768px) {
	.achievement2 .container {
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		justify-items: center;
	}
}
@media (min-width: 992px) {
	.achievement2 .container {
		grid-template-columns: repeat(6, 1fr);
		align-items: center;
		justify-items: center;
	}
}

.profile .container {
	padding: 20px 100px;
}
.profile .container .rows_profile {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	justify-items: center;
}
@media (max-width: 576px) {
	.profile .container {
		padding: 16px;
	}
	.profile .container .rows_profile {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 576px) {
	.profile .container {
		padding: 16px;
	}
	.profile .container .rows_profile {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1200px) {
	.profile .container {
		padding: 20px 100px;
	}
	.profile .container .rows_profile {
		grid-template-columns: 1fr 1fr;
	}
}
.profile .description h4 {
	font-weight: 500;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
}
.profile .description p {
	font-weight: normal;
	font-size: 18px;
	line-height: 184%;
	color: #5c6f80;
}
.profile .images {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.profile .images .grid-3 {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: 20px;
	align-items: center;
}
.profile .images .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 20px;
	align-items: center;
}
@media (max-width: 576px) {
	.profile .images {
		gap: 40px;
	}
	.profile .images .grid-2,
	.profile .images .grid-3 {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 40px;
	}
}
@media (min-width: 576px) {
	.profile .images {
		gap: 40px;
	}
	.profile .images .grid-2,
	.profile .images .grid-3 {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 40px;
	}
}
@media (min-width: 768px) {
	.profile .images {
		gap: 20px;
	}
	.profile .images .grid-2 {
		grid-template-columns: repeat(2, max-content);
		gap: 20px;
	}
	.profile .images .grid-3 {
		grid-template-columns: repeat(3, max-content);
		gap: 20px;
	}
}
.profile .images img {
	cursor: pointer;
	transition: 0.3s ease;
}
.profile .images img:hover {
	transform: scale(1.1);
}
.profile .row-about {
	margin-top: 100px;
}
.profile .row-about .about h5 {
	font-weight: 500;
	font-size: 1.8rem;
	color: #303d4d;
}
.profile .row-about .about p {
	color: #5c6f80;
	text-align: center;
}
.profile .row-about2 {
	margin-top: 20px;
	padding: 0 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
@media (max-width: 576px) {
	.profile .row-about2 {
		grid-template-columns: 1fr;
		padding: 0;
	}
}
@media (min-width: 576px) {
	.profile .row-about2 {
		grid-template-columns: 1fr;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.profile .row-about2 {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}
}
@media (min-width: 992px) {
	.profile .row-about2 {
		grid-template-columns: repeat(3, 1fr);
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.profile .row-about2 {
		padding: 0 50px;
	}
}
.profile .row-about2 .col img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}
.profile .row-about2 .col h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
	margin-top: 5px;
}
.profile .row-about2 .col p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin-top: 10px;
}
.profile .carousel-container {
	padding: 0 50px;
	margin-top: 100px;
}
.profile .carousel-container .carousel-item {
	border-radius: 16px;
	overflow: hidden;
}

.news {
	margin-top: 100px;
}
.news .rows_news {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
}
@media (max-width: 576px) {
	.news .rows_news {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 576px) {
	.news .rows_news {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 992px) {
	.news .rows_news {
		grid-template-columns: 2fr 1fr;
	}
}
.news .title {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 150%;
	color: #303d4d;
	margin-bottom: 30px;
}
.news .news-item {
	display: flex;
}
.news .news-item img {
	width: 261px;
	height: 174px;
	border-radius: 8px;
	object-fit: contain;
}
.news .news-item .news-detail {
	margin-left: 20px;
}
.news .news-item .news-detail .news-title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #303d4d;
	line-height: 140%;
	margin: 0;
}
.news .news-item .news-detail .news-date {
	font-size: 16px;
	color: #a6b3bc;
	margin: 0;
}
.news .news-item .news-detail .news-meta {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #303d4d;
	line-height: 180%;
	margin: 0;
}
@media (max-width: 576px) {
	.news .news-item {
		flex-direction: column;
	}
	.news .news-item img {
		width: 100%;
		object-fit: contain;
		height: auto;
	}
	.news .news-item .news-detail {
		margin: 20px 0 0 0;
	}
}
@media (min-width: 576px) {
	.news .news-item {
		flex-direction: column;
	}
	.news .news-item img {
		width: 100%;
		object-fit: contain;
		height: auto;
	}
	.news .news-item .news-detail {
		margin: 20px 0 0 0;
	}
}
@media (min-width: 992px) {
	.news .news-item {
		flex-direction: row;
	}
	.news .news-item img {
		width: 261px;
		height: 174px;
	}
	.news .news-item .news-detail {
		margin: 0 0 0 20px;
	}
}
.news .mini-news-item {
	border-bottom: 1px solid #d2d7db;
	padding-bottom: 20px;
}
.news .mini-news-item .mini-news-title {
	font-weight: 400;
	font-size: 16px;
	color: #303d4d;
	line-height: 180%;
	margin: 0;
}
.news .mini-news-item .mini-news-date {
	font-weight: normal;
	font-size: 16px;
	color: #a6b3bc;
	margin: 0;
}

.footer {
	background-color: #204789;
	padding: 30px 0;
	margin-top: 100px;
}
.footer .row-footer {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	gap: 40px;
}
.footer .row-footer .footer-social {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.footer .row-footer .footer-social img {
	height: 24px;
	width: 24px;
	object-fit: contain;
}
.footer .row-footer .footer-main {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer .row-footer .footer-main .links {
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 20px;
}
.footer .row-footer .footer-main .links a {
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #f0f4f6;
}
.footer .row-footer .footer-main .logo {
	width: 110px;
	object-fit: contain;
}
.footer .row-footer .footer-address p {
	font-weight: normal;
	font-size: 13px;
	line-height: 180%;
	text-align: right;
	color: #f0f4f6;
	margin: 0;
}
.footer .row-footer .footer-address hr {
	background-color: #f0f4f6;
	margin: 5px 0;
}
@media (max-width: 576px) {
	.footer .row-footer {
		grid-template-columns: 1fr;
	}
	.footer .row-footer .footer-social {
		place-items: center;
	}
}
@media (min-width: 576px) {
	.footer .row-footer {
		grid-template-columns: 1fr;
	}
	.footer .row-footer .footer-social {
		place-items: center;
	}
}
@media (min-width: 992px) {
	.footer .row-footer {
		grid-template-columns: 200px 1fr 200px;
	}
	.footer .row-footer .footer-social {
		place-items: start;
	}
}
.footer .copyright {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 180%;
	color: #8ab6d6;
}

.list-logo {
	display: flex;
	justify-content: center;
	padding-top: 150px;
}
.list-logo .container-list-logo {
	width: 720px;
	min-height: 100px;
}
.list-logo .container-list-logo .title {
	font-weight: 600;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
}
.list-logo .container-list-logo .description {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
}
.list-logo .container-list-logo .list {
	column-count: 3;
	gap: 30px;
}
.list-logo .container-list-logo .list .item {
	margin-bottom: 30px;
	break-inside: avoid;
	padding: 2px;
}
.list-logo .container-list-logo .list .item a {
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 16px 25px;
	cursor: pointer;
	height: 100%;
	text-decoration: none;
}
.list-logo .container-list-logo .list .item a p {
	font-size: 12px;
	text-align: center;
	color: #303d4d;
	margin: 0;
	font-weight: 300;
}
.list-logo .container-list-logo .list .item a .spacer {
	height: 30px;
}
.list-logo .container-list-logo .list .item a img {
	max-width: 126px;
	display: block;
	grid-row: 1/-1;
	grid-column: 1;
	object-fit: contain;
}
@media (max-width: 576px) {
	.list-logo .container-list-logo .list {
		column-count: 1;
	}
	.list-logo .container-list-logo .list .item.dummy {
		display: none;
	}
}
@media (min-width: 576px) {
	.list-logo .container-list-logo .list {
		column-count: 2;
	}
	.list-logo .container-list-logo .list .item.dummy {
		display: none;
	}
}
@media (min-width: 768px) {
	.list-logo .container-list-logo .list {
		column-count: 3;
	}
	.list-logo .container-list-logo .list .item.dummy {
		display: block;
	}
}

.back-button {
	font-weight: 500;
	font-size: 16px;
	color: #2978b5;
	display: flex;
	text-decoration: none;
	align-items: center;
}
.back-button:hover {
	color: #2978b5;
}
.back-button img {
	height: 12px;
	width: 6px;
	object-fit: contain;
	margin-right: 10px;
}

.address-detail {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 100px;
	align-items: center;
}
.address-detail .logo {
	width: 120px;
	object-fit: contain;
}
.address-detail .detail h1 {
	font-weight: 500;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
}
.address-detail .detail .item-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.address-detail .detail .item {
	display: flex;
}
.address-detail .detail .item img {
	width: 20px;
	height: 29px;
	object-fit: contain;
}
.address-detail .detail .item p {
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0 0 0 10px;
}
@media (max-width: 576px) {
	.address-detail {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.address-detail .logo {
		align-self: center;
		justify-self: center;
	}
	.address-detail .detail .item-container {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 576px) {
	.address-detail {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.address-detail .logo {
		align-self: center;
		justify-self: center;
	}
	.address-detail .detail .item-container {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 992px) {
	.address-detail {
		grid-template-columns: auto 1fr;
		gap: 100px;
	}
	.address-detail .detail .item-container {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1200px) {
	.address-detail .detail .item-container {
		grid-template-columns: auto 1fr;
		gap: 20px;
	}
}

.profile-detail .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 175%;
	color: #303d4d;
	margin: 0;
}
.profile-detail .item-container {
	display: flex;
}
.profile-detail .item .item-title {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
.profile-detail .item .item-description {
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
	margin: 0;
}
.profile-detail .main-content .single-content img {
	object-fit: contain;
	width: 100%;
	border-radius: 8px;
}
.profile-detail .main-content .single-content .title {
	font-weight: 500;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
	margin: 0;
}
.profile-detail .main-content .single-content .footer-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	margin: 0;
}
.profile-detail .main-content .single-content .footer-detail .date {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
.profile-detail .main-content .grid-news .news-item .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #303d4d;
	margin: 0;
}
.profile-detail .main-content .grid-news .news-item .date {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
.profile-detail .main-content .grid-news .news-item img {
	width: 100%;
	object-fit: contain;
}

.row-publikasi {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.row-publikasi .item_publikasi {
	text-decoration: none;
}
.row-publikasi .item_publikasi .image-container {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.row-publikasi .item_publikasi .image-container img {
	width: 100%;
	object-fit: contain;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s ease 0.1s;
}
.row-publikasi .item_publikasi .image-container:hover img {
	transform: scale(1.05);
}
.row-publikasi .item_publikasi h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #303d4d;
	margin: 0;
}
.row-publikasi .item_publikasi p {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
@media (max-width: 576px) {
	.row-publikasi {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 576px) {
	.row-publikasi {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.row-publikasi {
		grid-template-columns: repeat(3, 1fr);
	}
}

.row-detail-news {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 50px;
}
@media (max-width: 576px) {
	.row-detail-news {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 576px) {
	.row-detail-news {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 992px) {
	.row-detail-news {
		grid-template-columns: 1fr 350px;
	}
}
@media (min-width: 1200px) {
	.row-detail-news {
		grid-template-columns: 1fr 400px;
	}
}

.detail-news .title {
	font-weight: 500;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
	margin: 0;
}
.detail-news .date {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
.detail-news img {
	border-radius: 8px;
	object-fit: contain;
	width: 100%;
}
.detail-news .full-description {
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
	white-space: pre-line;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.sidebar-right .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 175%;
	color: #303d4d;
	margin: 0;
}
.sidebar-right .news-item-sidebar {
	display: flex;
}
.sidebar-right .news-item-sidebar .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #303d4d;
	margin: 0;
}
.sidebar-right .news-item-sidebar .date {
	font-size: 13px;
	line-height: 180%;
	color: #a6b3bc;
	margin: 0;
}
.sidebar-right .news-item-sidebar img {
	width: 137px;
	height: 91px;
	object-fit: contain;
	border-radius: 8px;
	margin-right: 16px;
}

.row_detail_publikasi {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 50px;
}
@media (max-width: 576px) {
	.row_detail_publikasi {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (min-width: 576px) {
	.row_detail_publikasi {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (min-width: 992px) {
	.row_detail_publikasi {
		grid-template-columns: 300px 1fr;
		gap: 50px;
	}
}

.detail-publikasi img {
	width: 100%;
	object-fit: contain;
}

.detail-publikasi-description h1 {
	font-weight: 500;
	font-size: 31px;
	line-height: 150%;
	color: #303d4d;
	margin: 0;
}
.detail-publikasi-description .description-publikasi {
	font-size: 16px;
	line-height: 180%;
	color: #303d4d;
	white-space: pre-line;
	margin: 0;
}
.detail-publikasi-description .user-publikasi {
	display: flex;
	align-items: center;
}
.detail-publikasi-description .user-publikasi img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 10px;
}
.detail-publikasi-description .user-publikasi p {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}

.item-detail-publikasi {
	display: flex;
	align-items: center;
}
.item-detail-publikasi .isbn {
	padding: 0px 5px;
	border: 2px solid #5c6f80;
	color: #5c6f80;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 180%;
}
.item-detail-publikasi .text-publikasi {
	font-size: 16px;
	line-height: 180%;
	color: #5c6f80;
	margin: 0;
}
.item-detail-publikasi .icon-publikasi {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.select2-container .select2-choice {
	padding: 5px 10px;
	height: 40px;
	width: 132px;
	font-size: 1.2em;
}

.select2-container--default .select2-selection--single {
	position: relative;
	height: 40px;
	padding: 5px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	width: 40px;
	font-size: 1.3em;
	padding: 4px 12px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	color: #5c6f80;
}

.document-found {
	display: none;
}
.document-found .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 180%;
}
.document-found .documents {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}
.document-found .documents .document {
	border-radius: 8px;
	border: 0.5px solid #a6b3bc;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.document-found .documents .document p {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	color: #303d4d;
}
.document-found .documents .document img {
	width: 71px;
	height: 93px;
	object-fit: contain;
}
@media (max-width: 576px) {
	.document-found .documents {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 576px) {
	.document-found .documents {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.document-found .documents {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 992px) {
	.document-found .documents {
		grid-template-columns: repeat(5, 1fr);
	}
}

/*# sourceMappingURL=style.css.map */
