@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: var(--primary-font);
	font-family: 'Poppins', sans-serif;
}

html {
	padding: 0 !important;
}

* {
	box-sizing: border-box;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: inherit;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: inherit;
    text-align: center;
}

table {
    caption-side: inherit;
}

:root {
	--green: #00ffff;
	--green-light: #0ab0b0;
	--primary-font: #03222f;
	--yellow: #f8c81e;
	--grey: #f4f4f4;
}

:target:before{
	display: block;
}

.wrap-brosur {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 60px;
	height: 60px;
}

.wrap-magz {
	position: fixed;
    bottom: 70px;
    right: 7px;
    width: 90px;
    height: 90px;
}

.wrap-wa{
	position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    padding: 5px 14px;
}
.wrap-wa .bi{
	color: white;
}
.wrap-wa:hover .bi{
	color: var(--green);
}

.page-item.active .page-link{
	background-color: #14783e !important;
    border-color: #14783e !important;
	color: #fff !important;
}

.page-link{
	color: #14783e !important;
}

a {
	text-decoration: none;
	color: var(--primary-font);
}
ol.breadcrumb{
	position: relative;
}
.breadcrumb-item.active{
	color: var(--green-light);
}
.breadcrumb .date-time{
	position: absolute;
	right: 10px;
}
.count {
	font-size: 60px;
}

.c-green {
	color: var(--green);
}

.c-grey {
	color: var(--grey);
}

.c-yellow {
	color: var(--yellow);
}


.p-content {
	padding: 0 8.33333333%;
}

.display-mobile {
	display: none;
}

.btn-green {
	background: linear-gradient(90deg, #00FFFF, #00CED1); /* aqua → darker aqua */
	color: black !important;
	border: 1px solid #00FFFF !important;
	font-weight: bold !important;
	transition: 0.4s;
	border-radius: 5px;
}

.btn-green:hover {
	background: white;
	border: 1px solid #00CED1 !important;
	color: #00CED1 !important;
}


.btn-yellow {
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
	transition: 0.4s;
	border-radius: 5px;
}

.btn-yellow:hover {
	background: linear-gradient(90deg, var(--green), var(--primary-font));
	border: 1px solid var(--yellow) !important;
	color: var(--yellow) !important;
	letter-spacing: 1px;
}

.btn-dropdown-custom {
	background: white;
	width: 260px;
	padding: 10px;
	border: 2px solid var(--grey);
}


.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--primary-font);
	padding: 20px !important;
}

.navbar-toggler {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white !important;
	border: 1px solid var(--green-light) !important;
}

.header {
	width: 100%;
	position: fixed;
	background: white;
	top: 0;
	z-index: 99;
	box-shadow: 0px 5px 5px 1px var(--grey);
}

.header .container-fluid .wrap-login img {
	width: 16px;
	vertical-align: sub;
}

.footer {
	background: var(--primary-font);
	color: white;
}

.footer .phone {
	border-right: 2px solid white;
}

.footer .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
}

.footer .sosmed img {
	margin: 0 7px;
	width: 35px;
	 display: flex;
    justify-content: center;
}

.footer .copy-right {
	border-top: 1px solid #425a4b;
	color: white;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 98;
	color: white !important;
	font-weight: bold !important;
	border-radius: 100px;
	height: 40px;
	width: 40px;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: white;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
	color: var(--green) !important;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: transparent !important;
}

.section {
	padding: 50px;
	min-height: calc(100vh - 100px);
}

/* <-----------home-page---------> */
.about-page .section-1 h1,
.sma-page .section-1 h1,
.work-prestation-page .section-1 h1,
.register-page .section-1 h1,
.news-page .section-1 h1,
.partner-page .section-1 h1 {
	font-size: 60px;
}

.home-page .section-1 h1 {
	font-size: 70px;
}

.home-page {
	margin-top: 80px;
}

.home-page .section-1 {
	padding: 0;
}

.home-page .section-1 .features img {
	width: 70px;
}


.home-page .section-1 .container {
	padding: 0 150px;
    width: 100vw;
    height: 100vh;
}

.home-page .section-1 .container .btn {
	position: absolute;
	bottom: 100px;
	transform: translateX(-50%);
	left: 50%;
}

.home-page .section-1 .container .card {
	box-shadow: 0px 7px 10px 2px #cbcbcb;
	border-radius: 25px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-2 {
	margin-top: 100px;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-2 .card {
	transition: 0.6s;
	border-radius: 20px;
	max-height: 438px !important;
    min-height: 438px !important;
}

.home-page .section-2 .card img {
	border-radius: 20px 20px 0 0;
}

.home-page .section-2 .card:hover {
	background: linear-gradient(90deg, var(--green-light), var(--primary-font));
	color: white;
	border: none;
}

.home-page .section-2 .card .btn-green {
	box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 32%);
	padding: 6px 12px;
	border-radius: 10px;
	position: absolute;
	bottom: 25px;
}

.home-page .section-2 .card:hover .btn-green {
	background: white;
	color: var(--green) !important;
}

.home-page .section-2 .card .card-body {
	position: relative;
	padding: 25px;
	min-height: 230px;
}

.home-page .section-2 .card .card-body .location {
	position: absolute;
	top: -15px;
	right: 25px;
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
}

.home-page .section-2 .card .card-title {
	font-size: 24px;
}

.home-page .section-2 .card .card-title .level-school {
	font-weight: 900;
}

.home-page .section-2 .card .card-title .major {
	font-weight: 500;
}

.bg-batik {
	background: url(../img/bg-4.png);
}

.home-page .section-3 {
	/* background: url(../img/bg-4.png); */
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-3 .slide-gallery .card {
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border: none;
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 20px;
	padding: 10px;
	max-height: 470px !important;
	min-height: 470px !important;
}

.home-page .section-3 .slide-gallery .card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.home-page .section-3 .slide-gallery .card .desc {
	padding: 20px;
	position: relative;
}

.home-page .section-3 .slide-gallery .card .date {
	position: absolute;
	top: -10px;
	left: 20px;
	background: white;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: #666;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-weight: 500;
}

.home-page .section-3 .slide-gallery .card .title {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: #333;
	line-height: 1.4;
	margin: 15px 0 10px 0 !important;
}

.home-page .section-3 .slide-gallery .card p {
	color: var(--primary);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.home-page .section-3 .slide-gallery .card a {
	color: var(--primary-font);
	font-weight: bold !important;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.9rem;
}

.home-page .section-3 .slide-gallery .card .read-more:hover {
	color: var(--green);
	text-decoration: underline;
}

.home-page .section-3 .slide-gallery .slick-list {
	margin: auto;
	width: 91.66666667%;
}

.home-page .section-3 .slide-gallery .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-3 .slide-gallery .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-4 {
	background: url(../img/background-2.png);
	min-height: auto;
}

.home-page .section-4 .wrap-content {
	background: rgb(15 116 58 / 90%);
}

.home-page .section-4 .slide-performence {
	position: relative;
}

.home-page .section-4 .slide-performence .slick-list {
	margin: 0 75px;
	z-index: 97;
}

.home-page .section-4 .slide-performence .slick-arrow {
	top: 85px;
	border: none !important;
}

.home-page .section-4 .slide-performence .slick-arrow::before {
	color: var(--green) !important;
}

.home-page .section-4 .slide-performence .slick-prev {
	left: -10px;
}

.home-page .section-4 .slide-performence .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-2.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-4 .slide-performence .slick-next {
	right: -10px;
}

.home-page .section-4 .slide-performence .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-2.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}


.home-page .section-4 .slide-performence::after {
	content: "";
	background: white;
	position: absolute;
	height: 4px;
	width: 97%;
	top: 85px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-4 .slide-performence .item .icon {
	height: 50px;
	width: 50px;
	position: relative;
	background: var(--green);
	border-radius: 100px;
}

.home-page .section-4 .slide-performence .item .icon img {
	width: 100%;
}

.home-page .section-4 .slide-performence .item .card {
	border-radius: 15px;
	position: relative;
}

.home-page .section-4 .slide-performence .item .card ul {
	/* height: 125px; */
	overflow: hidden;
}

.home-page .section-4 .slide-performence .item .card .show-more {
	height: 125px;
	overflow: hidden;
}

.home-page .slide-comment .btn-show {
	cursor: pointer;
}

.home-page .section-4 .slide-performence .item .card .btn-show {
	color: var(--green);
	margin-left: 20px;
	cursor: pointer;
	width: fit-content;
}

.home-page .section-4 .slide-performence .item .card .show-less {
	height: auto !important;
}

.home-page .section-4 .slide-performence .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	top: -20px;
	left: 20px;
}

.home-page .section-5 {
	background: var(--primary-font);
	color: white;
	min-height: auto;
}

.home-page .section-6 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-6 .slide-comment .toggle-more {
	color: var(--green);
	cursor: pointer;
	text-decoration: none;
}

.home-page .section-6 .slide-comment .toggle-more:hover {
	text-decoration: underline;
}

.home-page .section-6 .slide-comment .slick-prev {
	left: -50px;
}

.home-page .section-6 .slide-comment .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-6 .slide-comment .slick-next {
	right: -50px;
}

.home-page .section-6 .slide-comment .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-6 .slide-comment .card {
	padding-top: 60px !important;
	position: relative;
	border-radius: 20px;
    min-height: 430px !important;
}

.home-page .section-6 .slide-comment .card .avatar {
	position: absolute;
	top: -50px;
	background: white;
	border-radius: 100px;
	padding: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-6 .slide-comment .card .avatar img {
	border-radius: 100px;
}

.home-page .section-7 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-7 .news .item {
	position: relative;
}

.home-page .section-7 .news .item img {
	width: 100%;
	border-radius: 15px;
	min-height: 120px;
}

.home-page .section-7 .news .item-left img{
	height: 100%;
}

.home-page .section-7 .news .item .desc {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: white;
	width: 90%;
	transform: translateX(-50%);
}

.home-page .section-7 .news .item .desc a {
	color: white;
}

.home-page .section-7 .news .item .title {
	color: var(--primary-font);
}

.home-page .section-partner {
	padding: 0;
}

.home-page .section-partner .wrap-partner {
	background-color: #dddddd;
}

.home-page .section-kurikulum {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select {
	border: 2px solid var(--green);
	/* padding: 10px 20px; */
	width: 200px;
	border-radius: 5px;
	outline: none;
}

.home-page .section-kurikulum .on-dekstop {
	display: block;
}

.home-page .section-kurikulum .on-mobile {
	display: none;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 6px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-header {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	font-size: 1.2rem;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-body {
	padding: 25px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-title {
	font-weight: bold;
	margin-bottom: 15px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-arrow::before {
	color: white;
}

@media (max-width: 767.98px) {
	.home-page .section-kurikulum .on-dekstop {
		display: none;
	}

	.home-page .section-kurikulum .on-mobile {
		display: block;
	}
}

.home-page .section-kurikulum .card {
	border-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab {
	border-radius: 20px 20px 0 0;
	background: var(--grey);
	overflow: auto;
	white-space: nowrap;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab {
	display: inline-block;
	cursor: pointer;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab:first-child {
	border-top-left-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab:last-child {
	border-top-right-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab .active-tab {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white !important;
}

.home-page .section-kurikulum .card .desc-curriculum {
	min-height: 400px;
}

.home-page .section-kurikulum .card .desc-curriculum .item-curriculum {
	display: none;
}

.home-page .partner-slider .slick-list {
	margin: 0 100px;
}

.home-page .partner-slider .slick-track {
	padding-top: 5%;
}

.home-page .partner-slider .partner-item {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-page .partner-slider .partner-item img {
	object-fit: contain;
	filter: grayscale(0.2);
	transition: filter 0.3s;
}

.home-page .partner-slider .partner-item img:hover {
	filter: grayscale(0) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.home-page .partner-slider .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .partner-slider .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}


/* <-----------home-page-end---------> */


/* <-----------about-page---------> */

.about-page {
	margin-top: 80px;
}

.about-page .section-1 {
	background: url(../img/about/background-about.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .visi {
	background: url(../img/about/Visi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .misi {
	background: url(../img/about/Misi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .card {
	border-radius: 20px;
}

.about-page .section-3 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-4 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.about-page .section-4 .card {
	border-radius: 15px;
}

.about-page .section-4 .card .show-more {
	height: 100px;
	overflow: hidden;
}

.about-page .section-4 .card .btn-show {
	cursor: pointer;
}

.about-page .section-4 .card .show-less {
	height: auto !important;
}

.about-page .section-4 .card img {
	border-radius: 15px 15px 0 0;
}

.home-page .section-metode-belajar {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-metode-belajar .card {
	border-radius: 15px;
}

.home-page .section-metode-belajar .card .show-more {
	height: 100px;
	overflow: hidden;
}

.home-page .section-metode-belajar .card .btn-show-metode {
	cursor: pointer;
}

.home-page .section-metode-belajar .card .show-less {
	height: auto !important;
}

.home-page .section-metode-belajar .card img {
	border-radius: 15px 15px 0 0;
	height: 200px !important;
}

.about-page .section-5 {
	padding: 0;
}

.about-page .section-5 .wrap-top {
	padding: 50px;
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.about-page .section-5 .comite .item {
	width: 20%;
	transition: 0.6s;
	cursor: pointer;
}

.about-page .section-5 .comite .item img {
	width: 100%;
	filter: grayscale(100%);
}

.about-page .section-5 .comite .item .caption {
	background: white;
}

.about-page .section-5 .comite .item:nth-child(even) .caption {
	background: var(--grey);
}

.about-page .section-5 .comite .item:hover img {
	filter: none;
}

.about-page .section-5 .comite .item:hover .caption {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.about-page .section-5 .caption-comite {
	background: var(--primary-font);
	color: white;
	min-height: 230px;
}

.about-page .section-5 .caption-comite .captions {
	display: none;
}

.about-page .section-6 {
	background: var(--yellow);
	min-height: auto;
}

.about-page .section-7 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.about-page .section-7 .card {
	transition: 0.6s;
	border-radius: 20px;
}

.about-page .section-7 .card img {
	border-radius: 20px 20px 0 0;
}

.about-page .section-7 .card:hover {
	background: linear-gradient(90deg, var(--green-light), var(--primary-font));
	color: white;
	border: none;
}

.about-page .section-7 .card:hover .btn-green {
	background: white;
	color: var(--green) !important;
}

.about-page .section-7 .card .card-body {
	position: relative;
	padding: 25px;
}

.about-page .section-7 .card .card-body .location {
	position: absolute;
	top: -15px;
	right: 25px;
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
}

.about-page .section-7 .card .card-title {
	font-size: 24px;
}

.about-page .section-7 .card .card-title .level-school {
	font-weight: 900;
}

.about-page .section-7 .card .card-title .major {
	font-weight: 500;
}

.about-page .section-8 {
	background: var(--grey);
	min-height: auto;
}

/* <-----------about-page---------> */

/* <-----------sma-page---------> */
.sma-page {
	margin-top: 80px;
}

.sma-page .section-1 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi .visi {
	background: url(../img/about/Visi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi .misi {
	background: url(../img/about/Misi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-2 .on-dekstop{
	display: block;
}
.sma-page .section-2 .on-mobile{
	display: none;
}

.sma-page .section-1 img {
	width: 100%;
	border-radius: 20px;
}

.sma-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-2 .card {
	border-radius: 20px;
}

.sma-page .section-2 .card .header-tab {
	border-radius: 20px 20px 0 0;
	background: var(--grey);
	overflow: auto;
    white-space: nowrap;
}

.sma-page .section-2 .card .header-tab .curriculum-tab {
	/* width: 20%; */
	display: inline-block;
	cursor: pointer;
}

.sma-page .section-2 .card .header-tab .curriculum-tab:first-child {
	border-top-left-radius: 20px;
}

.sma-page .section-2 .card .header-tab .curriculum-tab:last-child {
	border-top-right-radius: 20px;
}

.sma-page .section-2 .card .header-tab .active-tab {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white !important;
}

.sma-page .section-2 .card .desc-curriculum {
	min-height: 400px;
}

.sma-page .section-2 .card .desc-curriculum .item-curriculum {
	display: none;
}

.sma-page .section-3 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-3 .slide-program .card {
	border-radius: 20px;
}

.sma-page .section-3 .slide-program .card img {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 240px;
}

.sma-page .section-3 .slide-program .slider-program-nav {
	margin: 0 -50px;
}

.sma-page .section-3 .slide-program .slider-program-nav .shadow-sm {
	/* border-radius: 20px; */
	padding-bottom: 20px;
}

.sma-page .section-3 .slide-program .slider-program-nav img {
	border-radius: 20px;
	filter: grayscale(1);
}
.sma-page .section-3 .slide-program .slider-program-nav .slick-center img{
	filter: grayscale(0);
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-arrow, 
.sma-page .section-2 .card .desc-curriculum .slick-arrow {
	top: 40%;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-prev::before, 
.sma-page .section-2 .card .desc-curriculum .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-next::before,
.sma-page .section-2 .card .desc-curriculum .slick-next::before{
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center {
	transform: scale(1.08);
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .rank {
	font-weight: bold;
	font-size: 16px;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm {
	position: relative;
	margin-bottom: 5px;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--green-light);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	opacity: 0.8;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 35px solid white;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.sma-page .section-4 {
	padding: 0;
	min-height: auto;
}

.sma-page .section-4 .wrap-top {
	padding: 50px;
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-4 .teacher .item {
	width: 20%;
	transition: 0.6s;
}

.sma-page .section-4 .teacher .item img {
	width: 100%;
	filter: grayscale(100%);
}

.sma-page .section-4 .teacher .item .caption {
	background: white;
}

.sma-page .section-4 .teacher .item:nth-child(even) .caption {
	background: var(--grey);
}

.sma-page .section-4 .teacher .item:hover img {
	filter: none;
}

.sma-page .section-4 .teacher .item.slick-current img {
	filter: none;
}

.sma-page .section-4 .teacher .item:hover .caption {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-4 .teacher .item.slick-current .caption {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-5 {
	background: var(--primary-font);
	min-height: auto;
}

.sma-page .section-5 .slide-performence {
	position: relative;
}

.sma-page .section-5 .slide-performence .slick-list {
	margin: 0 75px;
	z-index: 97;
}

.sma-page .section-5 .slide-performence .slick-arrow {
	top: 85px;

}

.sma-page .section-5 .slide-performence .slick-arrow::before {
	color: var(--green) !important;
}

.sma-page .section-5 .slide-performence .slick-prev {
	left: -10px;
}

.sma-page .section-5 .slide-performence .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-2.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.sma-page .section-5 .slide-performence .slick-next {
	right: -10px;
}

.sma-page .section-5 .slide-performence .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-2.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}


.sma-page .section-5 .slide-performence::after {
	content: "";
	background: white;
	position: absolute;
	height: 4px;
	width: 98%;
	top: 85px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.sma-page .section-5 .slide-performence .item .icon {
	background: var(--yellow);
	height: 50px;
	width: 50px;
	border-radius: 100px;
	position: relative;
}

.sma-page .section-5 .slide-performence .item .icon i {
	background: var(--green);
	padding: 3px 7px;
	border-radius: 100px;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sma-page .section-5 .slide-performence .item .icon i::before {
	color: var(--yellow);
}

.sma-page .section-5 .slide-performence .item .card {
	border-radius: 15px;
	position: relative;
}

.sma-page .section-5 .slide-performence .item .card ul {
	/* height: 125px; */
	overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card .show-more {
	height: 125px;
	overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card .show-more.show-less {
	height: auto !important;
}

.sma-page .section-5 .slide-performence .item .card .btn-show {
	color: var(--green);
	margin-left: 20px;
	cursor: pointer;
	width: fit-content;
}

.sma-page .section-5 .slide-performence .item .card .show-less p {
	height: 100px;
    overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	top: -20px;
	left: 20px;
}

.sma-page .section-6 {
	min-height: 0;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-6 .slide-facility .item img {
	border-radius: 20px;
	margin-bottom: 10px;
}

.sma-page .section-6 .slide-facility .slick-arrow {
	top: 42%;
}

.sma-page .section-6 .slide-facility .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.sma-page .section-6 .slide-facility .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.sma-page .section-6 .slide-facility .slick-list {
	margin: 0 85px;
}

.sma-page .section-7 {
	min-height: 0;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-7 .alumni .card {
	border-radius: 20px;
}

.sma-page .section-7 .alumni .card .header-card {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .name {
	background: var(--primary-font);
	color: white;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
	font-size: 9px;
	background: var(--yellow);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
	top: auto;
	bottom: -23px;
	border-radius: 0;
	height: 44px;
	width: 44px;
	border: none !important;
	background: var(--green) !important;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-prev::before {
	content: '';
	width: 25px;
	background: url(../img/prev-slide-2.png);
	display: block;
	height: 25px;
	background-size: cover;
	opacity: 1;
	margin: auto;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-next::before {
	content: '';
	width: 25px;
	background: url(../img/next-slide-2.png);
	display: block;
	height: 25px;
	background-size: cover;
	opacity: 1;
	margin: auto;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-prev {
	border-bottom-left-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-next {
	border-bottom-right-radius: 20px;
}

.sma-page .section-8 {
	min-height: auto;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding-bottom: 0 !important;
}

.sma-page .section-8 img{
	filter: grayscale(1);
}

.sma-page .section-9 {
	min-height: auto;
}

/* <-----------sma-page-end---------> */

/* <-----------work-prestation-page---------> */

.work-prestation-page {
	margin-top: 80px;
}

.work-prestation-page .section-1 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-2 .gallery-prestation {
	overflow: auto;
	white-space: nowrap;
}

.work-prestation-page .section-1 img {
	width: 60%;
}

.work-prestation-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-2 .gallery-prestation .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.work-prestation-page .section-2 .gallery-prestation .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.work-prestation-page .section-2 .gallery-prestation .item:hover .desc,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc {
	transition: 0.5s;
	height: 100% !important;
}

.work-prestation-page .section-2 .gallery-prestation .item {
	cursor: pointer;
}

.work-prestation-page .section-2 .gallery-prestation img {
	width: 100%;
	height: 100%;
}

.work-prestation-page .section-2 .gallery-prestation .item .desc,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc {
	position: absolute;
	bottom: 0;
	height: 0;
	width: calc(100% - 1rem);
	background: rgb(53 114 64 / 79%);
	text-align: center;
	display: flex;
	justify-content: center;
	color: white;
	flex-direction: column;
	overflow: hidden;
	align-items: center;
}

.work-prestation-page .section-2 .gallery-prestation .item .desc .icon-patch,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc .icon-patch {
	width: 60px;
	height: 60px;
}

.work-prestation-page .section-2 .gallery-prestation .item-2 .desc {
	width: 100%;
}

.work-prestation-page .section-2 .desc-gallery-prestation {
	padding: 50px;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.work-prestation-page .section-2 .desc-gallery-prestation .card {
	border-radius: 20px;
	min-height: 490px;
}

.work-prestation-page .section-2 .desc-gallery-prestation .card .item-desc {
	display: none;
}

.work-prestation-page .section-2 .desc-gallery-prestation .card img {
	border-radius: 20px;
	width: 100%;
}

.work-prestation-page .section-3 {
	min-height: 0;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-3 .presentation-data .card {
	border-radius: 20px;
}

.work-prestation-page .section-3 .presentation-data .card .header-card {
	color: white;
	background: var(--green);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.work-prestation-page .section-3 .presentation-data .growth .card .desc,
.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
	min-height: 306px;
}

.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.work-prestation-page .section-3 .presentation-data .blank-green {
	background: var(--green);
	min-height: 200px;
}

.work-prestation-page .section-4 {
	background: url(../img/bg-1.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-list {
	margin: 0 100px;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}


.work-prestation-page .section-4 .item .card {
	border-radius: 20px;
}

.work-prestation-page .section-4 .item .card img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

/* <-----------work-prestation-page-end---------> */



/* <-----------register-page---------> */

.register-page {
	margin-top: 80px;
}

.register-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-1 img {
	width: 60%;
}

.register-page .section-2 {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-2 .card {
	border-radius: 20px;
}

.register-page .section-2 .card img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.register-page .section-3 {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	min-height: auto;
}

.register-page .section-3 .slide-timeline {
	position: relative;
}

.register-page .section-3 .slide-timeline .slick-list {
	z-index: 97;
	margin: 0 75px;
}

.register-page .section-3 .slide-timeline .slick-arrow {
	top: 50px;

}

.register-page .section-3 .slide-timeline .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-3.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.register-page .section-3 .slide-timeline .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-3.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.register-page .section-3 .slide-timeline .slick-prev {
	left: -10px;
}

.register-page .section-3 .slide-timeline .slick-next {
	right: -10px;
}

.register-page .section-3 .slide-timeline::after {
	content: "";
	background: white;
	position: absolute;
	height: 4px;
	width: 98%;
	top: 48px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.register-page .section-3 .slide-timeline .item .icon {
	height: 50px;
	width: 50px;
	position: relative;
}

.register-page .section-3 .slide-timeline .item .icon i {
	background: var(--primary-font);
	border-radius: 100px;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.register-page .section-3 .slide-timeline .item .icon i::before {
	color: white;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.register-page .section-3 .slide-timeline .item .card {
	border-radius: 15px;
	position: relative;
}

.register-page .section-3 .slide-timeline .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	top: -20px;
	left: 20px;
}

.register-page .section-4 {
	padding: 0;
	background: var(--primary-font);
}

.register-page .section-4 .wrap-top {
	padding: 50px;
	color: white;
}

.register-page .section-4 .material .item {
	width: 20%;
	transition: 0.6s;
	cursor: pointer;
}

.register-page .section-4 .material .item img {
	width: 100%;
	filter: grayscale(100%);
}

.register-page .section-4 .material .item .caption {
	background: white;
}

.register-page .section-4 .material .item:nth-child(even) .caption {
	background: var(--grey);
}

.register-page .section-4 .material .item:hover img {
	filter: none;
}

.register-page .section-4 .material .item:hover .caption {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.register-page .section-4 .caption-comite {
	background: var(--primary-font);
	color: white;
	min-height: 230px;
}

.register-page .section-4 .caption-comite .captions {
	display: none;
}

.register-page .section-5 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-5 .quotas-and-fees img {
	width: 400px;
	height: 400px;
	border-radius: 0 20px 20px 0;
}

.register-page .section-5 .quotas-and-fees .quota {
	position: absolute;
	margin-left: 300px;
	top: 180px;
	text-align: center;
}

.register-page .section-5 .quotas-and-fees .quota .card {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	border: none;
}

.register-page .section-5 .quotas-and-fees .quota .card .header-card {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
	padding-right: 50px;
}

.register-page .section-6 {
	min-height: auto;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding-bottom: 0;
}

.register-page .section-6 img{
	filter: grayscale(1);
}

.register-page .section-7 {
	min-height: auto;
}

/* <-----------register-page-end---------> */

/* <-----------news-page---------> */

.news-page {
	margin-top: 80px;
}

.news-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-page .section-1 img {
	width: 100%;
}

.news-page .section-2 {
	background: url(../img/bg-2.png);
	background-position: left;
	background-repeat: repeat;
	background-size: contain;
}

.news-page .section-2 .slide-news .card {
	border-radius: 20px;
	position: relative;
}

.news-page .section-2 .slide-news .card img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	min-height: 450px;
}

.news-page .section-2 .slide-news .card .caption {
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.news-page .section-2 .slide-news .slick-arrow {
	background: transparent;
	border: none !important;
	top: auto;
	bottom: 140px;
}

.news-page .section-2 .slide-news .slick-arrow::before {
	font-size: 40px;
}

.news-page .section-2 .slide-news .slick-prev {
	left: 50px;
}

.news-page .section-2 .slide-news .slick-next {
	right: 50px;
}

.news-page .section-2 .news-feed .item img {
	border-radius: 20px;
	width: 100%;
	/* height: 100%; */
	min-height: 145px;
}

.news-page .section-2 .news-feed .paging-news div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border: 2px solid var(--green);
	cursor: pointer;
	padding: 5px 8px;
	line-height: 1;
}

.news-page .section-2 .news-feed .paging-news div:hover {
	background: var(--green);
	color: white;
}

.news-page .section-2 .news-feed .paging-news .prev,
.news-page .section-2 .news-feed .paging-news .next {
	padding: 5px 6px;
}

.news-page .section-2 .news-feed .paging-news .active {
	background: var(--green);
	color: white;
}

.news-page .section-2 .popular-news .number {
	color: #bbb;
}

.news-page .section-2 .popular-news .late-post {
	font-size: 14px;
}

.news-page .section-2 .news-topic .topic {
	border: 2px solid var(--green);
	background: var(--grey);
	padding: 5px 20px;
	margin: 5px;
	border-radius: 100px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
}

.news-page .section-2 .news-topic .topic:hover {
	background: var(--green);
	color: white;
}

.news-page .section-2 .news-topic .active {
	background: var(--green);
	color: white;
}

.news-page .section-3 {
	min-height: auto;
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-page .section-3 .news .item {
	position: relative;
}

.news-page .section-3 .news .item img {
	width: 100%;
	height: 100%;
	min-height: 130px;
	border-radius: 15px;
}

.news-page .section-3 .news .item .desc {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: white;
	width: 90%;
	transform: translateX(-50%);
}

/* <-----------news-page-end---------> */


/* <-----------partner-page---------> */
.partner-page {
	margin-top: 80px;
}

.partner-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-page .section-1 img {
	width: 60%;
}

.partner-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: right;
	background-repeat: repeat;
	background-size: cover;
}

.partner-page .section-2 .partner .card {
	border-radius: 20px;
	min-height: 150px;
	position: relative;
}

.partner-page .section-2 .partner .card .title {
	position: absolute;
	top: -25px;
	color: white;
	background: var(--green);
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.partner-page .section-2 .partner .partners-universitas .item {
	width: 19.5%;
}

.partner-page .section-2 .partner .partners-universitas .item img {
	width: 100%;
}

.partners-universitas .item {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partners-universitas .item:hover {
    filter: grayscale(0%);
}

.partner-page .section-3 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-page .section-3 .slide-article .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.partner-page .section-3 .slide-article .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.partner-page .section-3 .slide-article .card {
	border-radius: 20px;
}

.partner-page .section-3 .slide-article .card img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.partner-page .section-3 .slide-article .slick-list {
	margin: auto;
	width: 91.66666667%;
}

/* <-----------partner-page-end---------> */

/* <-----------detail-register-page---------> */

.detail-register-page {
	margin-top: 80px;
}
.detail-register-page .section {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.detail-register-page .section-1 h1 {
	font-size: 70px;
}


.detail-register-page .section-1 .card{
	border-radius: 20px;

}
/* <-----------detail-register-page-end---------> */

/* <-----------detail-news-page--------> */

.detail-news-page {
	margin-top: 80px;
}

.detail-news-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.detail-news-page .section-1 img {
	width: 100%;
}

.detail-news-page .section-2 {
	background: url(../img/bg-2.png);
	background-position: left;
	background-repeat: repeat;
	background-size: contain;
}

.detail-news-page .section-2 .slide-news .card {
	border-radius: 20px;
	position: relative;
}

.detail-news-page .section-2 .slide-news .card img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.detail-news-page .section-2 .slide-news .card .caption {
	background: var(--primary-font);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.detail-news-page .section-2 .slide-news .slick-arrow {
	background: transparent;
	border: none !important;
	top: auto;
	bottom: 140px;
}

.detail-news-page .section-2 .slide-news .slick-arrow::before {
	font-size: 40px;
}

.detail-news-page .section-2 .slide-news .slick-prev {
	left: 50px;
}

.detail-news-page .section-2 .slide-news .slick-next {
	right: 50px;
}

.detail-news-page .section-2 .news-feed .item img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.detail-news-page .section-2 .news-feed .paging-news div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border: 2px solid var(--green);
	cursor: pointer;
	padding: 5px 8px;
	line-height: 1;
}

.detail-news-page .section-2 .news-feed .paging-news div:hover {
	background: var(--green);
	color: white;
}

.detail-news-page .section-2 .news-feed .paging-news .prev,
.detail-news-page .section-2 .news-feed .paging-news .next {
	padding: 5px 6px;
}

.detail-news-page .section-2 .news-feed .paging-news .active {
	background: var(--green);
	color: white;
}

.detail-news-page .section-2 .popular-news .number {
	color: #bbb;
}

.detail-news-page .section-2 .popular-news .late-post {
	font-size: 14px;
}

.detail-news-page .section-2 .news-topic .topic {
	border: 2px solid var(--green);
	padding: 5px 20px;
	margin: 5px;
	border-radius: 100px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
}

.detail-news-page .section-2 .news-topic .topic:hover {
	background: var(--green);
	color: white;
}

.detail-news-page .section-2 .news-topic .active {
	background: var(--green);
	color: white;
}
/* <-----------detail-news-page-end--------> */

/* <-----------home-page-new--------> */

.main-new {
	max-width: 480px !important;
	margin: auto;
	background: white;
}

.bg-grey {
	background: var(--grey);
}

.home-page-new {
	font-size: 14px;
}

.home-page-new .section-1 h1 {
	font-size: 70px;
}

.home-page-new {
	margin-top: 80px;
}

.home-page-new .section-1 {
	background: url(../img/brosur/background-home-new.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.home-page-new .section-1 .mb-5 img {
	width: 200px;
}

.home-page-new .section-1 .container {
	padding: 0 150px;
}

.home-page-new .wrap-section-1 {
	min-height: auto;
}

.home-page-new .section-2 {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.wrap-tab-radio {
	background: var(--grey);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	max-width: 300px;
	margin: auto;
	overflow: auto;
	white-space: nowrap;
}

.wrap-tab-radio .tab-radio {
	border-radius: 100px;
	padding: 10px 20px;
	width: 50%;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}

.wrap-tab-radio .tab-radio:hover {
	background: var(--yellow);
}

.wrap-tab-radio .tab-radio-active {
	background: var(--yellow);
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran {
	border: 2px solid var(--grey);
	border-radius: 10px;
	box-shadow: 0px 0px 4px 3px var(--grey);
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .tanggal-register {
	display: flex;
	justify-content: center;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .btn {
	padding: 2px 20px;
	width: 100%;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio img.border-radius {
	width: 100%;
	border-radius: 10px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates .desc-date{
	margin-top: 5px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates .start-date .fs-4 {
	color: #747474;
}

.line-vertical {
	background: #ededed;
	height: 59px;
	width: 10px;
	border-radius: 10px;
	margin-top: 15px;
	margin-left: 12px;
}

.home-page-new .section-3 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	color: white;
	min-height: auto;
}

.home-page-new .section-3 .wrap-tab-radio .tab-radio {
	color: var(--green);

}

.home-page-new .section-3 .desc-persyaratan .item-persyaratan {
	display: none;
}

.home-page-new .section-3 .desc-persyaratan .item-persyaratan ul li .fs-small {
	font-size: 12px;
	color: #94bca7;
}

.home-page-new .section-4 {
	min-height: auto;
}

.home-page-new .section-4 .wrap-content .img-left {
	width: 100%;
	margin-left: -150px;
	border-radius: 20px;
}

.home-page-new .section-4 .desc-seleksi {
	top: 50%;
	transform: translateY(-50%);
}

.home-page-new .section-4 .desc-seleksi .line-vertical {
	height: 50px;
	left: 12px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 180px;
}

.home-page-new .section-4 .desc-seleksi .seleksi .number {
	border: 2px solid #e0e0e0;
	padding: 4px 12px;
	border-radius: 100%;
	height: 35px;
	width: 35px;
}

.c-grey-2{
	color: #747474;
}

.home-page-new .section-4 .desc-seleksi .seleksi .dropdown-akademik {
	background: white;
	padding: 10px;
	width: 260px;
	border: 2px solid var(--grey);
	border-radius: 5px;
}

.home-page-new .section-5 {
	background: url(../img/brosur/background-pelaksanaan.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page-new .section-5 .observasi .border-radius {
	border-radius: 10px;
	width: 100px;
}

.home-page-new .section-5 .observasi .d-flex {
	justify-content: center;
	align-items: center;
}

.home-page-new .section-5 .observasi .announcement .text-white {
	background: var(--green);
	border-radius: 10px;
}


.home-page-new .section-6 .wrap-tab-radio .tab-radio {
	color: var(--green);
}

.home-page-new .section-6 .desc-biaya .item-biaya {
	display: none;
}

.home-page-new .total-biaya {
	border-radius: 10px;
	background: var(--grey);
	border: 2px solid #e7e7e6;
}

.home-page-new .section-7 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page-new .section-7 .slide-ketentuan .item-ketentuan .p-4 {
	background: white;
	border-radius: 10px;
}

.home-page-new .section-7 .slick-dots li button:before {
	font-size: 20px;
	color: white;
}

.home-page-new .section-8 .mekanisme .img-mekanisme {
	width: 100%;
}

.home-page-new .section-8 .mekanisme .slide-mekanisme .item-mekanisme img {
	border-radius: 10px;
}

.home-page-new .section-8 .mekanisme .desc-mekanisme {
	width: calc(100% - 100px);
}
.home-page-new .section-8 .mekanisme .desc-mekanisme div{
	word-break: break-word;
}

.home-page-new .section-8 .slick-dots li button:before {
	font-size: 20px;
	color: var(--green-light);
}

.home-page-new .section-9 {
	background: url(../img/brosur/background-daftar.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.home-page-new .section-9 .btn {
	width: 300px;
}

.footer-2 {
	background: var(--primary-font);
	color: white;
}

.footer-2 .phone {
	border-right: 2px solid white;
}

.footer-2 .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
	justify-content: center;
}

.footer-2 .sosmed img {
	margin: 0 7px;
	width: 35px;
}

.wrap-wa-2 {
	position: sticky;
    bottom: 80px;
    font-size: 30px;
    padding: 5px 14px;
    background: var(--green-light);
    border-radius: 100px;
    width: 57px;
    float: right;
    margin-right: 15px;
}

.wrap-wa-2 .bi {
	color: white;
}

.wrap-wa-2:hover .bi {
	color: var(--green);
}

.btn-white-yellow {
	border: 2px solid var(--yellow);
	border-radius: 10px;
	padding: 7px 20px;
	background: white;
}

.btn-daftar {
	display: none;
	float: right;
}

.menu-mobile {
	background: white;
	box-shadow: 0px 0px 10px 5px #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	display: none !important;
}

.menu-mobile .item-menu {
	width: 20%;
	color: var(--primary-font);
}

.menu-mobile .item-menu img {
	width: 20px;
}

.menu-mobile .item-menu .fw-bold {
	font-size: 10px;
}

.menu-mobile .active-link{
	color: var(--green);
	transform: scaleX(1.2);
}

.back-home{
	padding: 5px;
}

.back-home i{
	font-size: 40px;
}

.gallery-page-new .container .item img{
	width: 100%;
	border-radius: 10px;
	min-width: 224px;
	min-height: 224px;
}
/* <-----------home-page-end---------> */

/* <-----------register-page-new--------> */
.register-page-new {
	font-size: 14px;
}

.register-page-new .section-1 h1 {
	font-size: 70px;
}

.register-page-new {
	margin-top: 60px;
}

.register-page-new .section-1 {
	background: url(../img/brosur/background-home-new.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.register-page-new .section-2 {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.wrap-tab-radio {
	background: var(--grey);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	max-width: 300px;
	margin: auto;
	overflow: auto;
	white-space: nowrap;
}

#syarat .wrap-tab-radio::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#syarat .wrap-tab-radio::-webkit-scrollbar-thumb {
	background: var(--yellow);
}

#biaya .wrap-tab-radio::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#biaya .wrap-tab-radio::-webkit-scrollbar-thumb {
	background: var(--green);
}

.wrap-tab-radio .tab-radio {
	border-radius: 100px;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}

.wrap-tab-radio .tab-radio:hover {
	background: var(--yellow);
}

.wrap-tab-radio .tab-radio-active {
	background: var(--yellow);
}

.register-page-new .section-2 .desc-persyaratan ul li{
	padding: 10px;
}

.register-page-new .section-3 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.register-page-new .section-3 .wrap-tab-radio .tab-radio {
	color: var(--green);
}

.register-page-new .section-3 .desc-radio .item-radio {
	display: none;
}

.register-page-new .section-3 .desc-radio .item-radio .card{
	/* color: var(--green); */
	color: black;
	flex-direction: row;
}

.register-page-new .section-3 .desc-radio .item-radio .card img{
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.register-page-new .section-3 .desc-radio .item-radio .card ul li  {
	padding-bottom: 10px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item  {
	border: none;
	background: transparent;
	margin-bottom: 40px;


}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track {
	min-width: 600px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track .slick-slide{
	min-width: 300px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-button{
	background: var(--green);
    color: white;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-button::after {
	content: " \F235";
    background-image: none;
    font-family: 'bootstrap-icons';
	height: auto;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-body{
	background: white;
	border-radius: 10px;
	margin-top: 10px;
}

.register-page-new .section-3 .slick-dots{
	left: 50%;
	transform: translateX(-50%);
}

.register-page-new .section-3 .slick-dots li button:before {
	font-size: 20px;
    color: white;
}

.register-page-new .section-4 {
	background: url(../img/brosur/background-mekanisme.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.register-page-new .section-4 .desc-seleksi .line-vertical {
	height: 50%;
}

.register-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 180px;
}

.register-page-new .section-4 .desc-seleksi .seleksi .number {
	border: 2px solid #e0e0e0;
	padding: 4px 12px;
	border-radius: 100%;
	height: 35px;
	width: 35px;
}

.register-page-new .section-4 .desc-seleksi .seleksi .fs-4 {
	color: #747474;
}

.register-page-new .section-9 {
	background: url(../img/brosur/background-daftar.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.register-page-new .section-9 .btn {
	width: 300px;
}

.footer-2 {
	background: var(--primary-font);
	color: white;
}

.footer-2 .phone {
	border-right: 2px solid white;
}

.footer-2 .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
	justify-content: center;
}

.footer-2 .sosmed img {
	margin: 0 7px;
	width: 35px;
}

.btn-white-yellow {
	border: 2px solid var(--yellow);
	border-radius: 10px;
	padding: 7px 20px;
	background: white;
}

.btn-daftar {
	display: none;
	float: right;
}

.menu-mobile {
	background: white;
	box-shadow: 0px 0px 10px 5px #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	display: none !important;
}

.menu-mobile .item-menu {
	width: 20%;
}

.menu-mobile .item-menu img {
	width: 20px;
}

.menu-mobile .item-menu .fw-bold {
	font-size: 10px;
}

.back-home{
	padding: 5px;
}

.back-home i{
	font-size: 40px;
}

/* <-----------home-page-end---------> */
/* <-----------home-page-new-mobile--------> */
.header-2 {
	height: 60px;
	background: white;
}

.btn-daftar {
	display: block;
}

.home-page-new {
	margin-top: 60px;
}

.home-page-new .section-1 {
	min-height: auto;
}

.home-page-new .section-1 .container {
	padding: 20px !important;
}

.home-page-new .section-1 .container .btn {
	width: 80%;
}

.home-page-new .section-1 h1 {
	font-size: 30px;
	margin-top: 20px;
}

.home-page-new .section-1 h3 {
	font-size: 20px;
	margin-top: 10px;
}

.home-page-new .wrap-section-1 {
	padding: 0;
}

.home-page-new .wrap-section-1 .p-content {
	padding: 20px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran {
	border: none;
	box-shadow: none;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 {
	padding: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .ps-4 {
	padding: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .py-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .px-4 {
	padding-left: 10px !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .icon {
	width: 30px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .fs-4 {
	margin-left: 10px !important;
}

.home-page-new .section-2 .wrap-btn a {
	width: 100% !important;
}

.line-vertical {
	left: 6px;
}

.home-page-new .section-4 .row .col-left {
	width: 35%;
	padding: 0;
}

.home-page-new .section-4 .row .col-left img {
	margin-left: -60%;
	width: 250px;
	clip-path: inset(0px 0px 0px 101px);
}

.home-page-new .section-4 .row .col-right {
	width: 65%;
}

.home-page-new .section-4 .row .col-right .ms-4 {
	margin-left: 10px !important;
}

.home-page-new .section-4 .row .col-right .fs-4 {
	font-size: 14px !important;
}

.home-page-new .section-4 .desc-seleksi {
	position: static !important;
	transform: none;
}

.home-page-new .section-4 .row .col-right .btn-dropdown-custom {
	max-width: 220px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical {
	left: 24px;
	top: 100px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 220px;
}

.home-page-new .section-5 .observasi .announcement .text-white {
	padding: 15px 20px !important;
}

.home-page-new .section-6{
	min-height: auto;
}

.home-page-new .section-6 .desc-biaya .item-biaya .icon img {
	width: 30px;
}

.home-page-new .section-6 .desc-biaya .item-biaya .ms-4 {
	margin-left: 15px !important;
}

.home-page-new .section-6 .desc-biaya .item-biaya h4 {
	font-size: 14px !important;
}


.home-page-new .total-biaya {
	padding: 15px !important;
}

.home-page-new .section-7 .slide-ketentuan .item-ketentuan {
	padding: 10px 2px !important;
}

.footer-2 {
	margin-bottom: 120px;
}

.menu-mobile {
	display: flex !important;
}

.gallery-page-new .section {
	padding: 20px 0;
}

.gallery-page-new .container #galleryImage {
	display: flex;
}

.gallery-page-new .container #galleryImage .item {
	width: 50%;
}

.register-page-new .section-1 {
	min-height: auto;
}

.register-page-new .section-1 h1 {
	font-size: 30px;
	margin-top: 20px
}

.register-page-new .section-3 .desc-radio .item-radio .card img {
	width: 70px;
	height: 70px;
}

.register-page-new .section-3 .desc-radio .item-radio .card .desc-card {
	padding-left: 15px !important;
}

.register-page-new .section-3 .desc-radio .item-radio .card h3 {
	font-size: 16px;
}

.register-page-new .section-4 .desc-seleksi .seleksi h4 {
	font-size: 16px;
}

.home-page .section-2 .slide-pendidikan .slick-prev,
.home-page .section-2 .slide-pendidikan .slick-next {
	display: none !important;
}

.home-page .section-2 .slide-pendidikan .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-2 .slide-pendidikan .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.home-page .section-2 .slide-pendidikan .slick-list {
	margin: auto;
	width: 91.66666667%;
}

/* <-----------home-page-new-mobile-end--------> */
/* mobile */
@media all and (max-width: 480px) {
	.home-page .section-3 .slide-gallery .card {
		height: auto !important;
	}

	.home-page .partner-slider .slick-list {
		margin: 0 40px;
		padding-top: 30px;
	}
	.home-page .partner-slider .partner-item {
		padding: 10px;
	}

	/* <-----------home-page-new--------> */
	.header-2 {
		height: 60px;
		background: white;
	}

	.btn-daftar {
		display: block;
	}

	.home-page-new{
		margin-top: 60px;
	}

	.home-page .section-partner {
		min-height: auto;
	}

	.home-page .section-partner .wrap-partner {
		padding: 10px 0;
	}

	.home-page-new .section-1{
		min-height: auto;
	}

	.home-page-new .section-1 .container {
		padding: 20px !important;
	}

	.home-page-new .section-1 .container .btn {
		width: 80%;
	}

	.home-page-new .section-1 h1 {
		font-size: 30px;
		margin-top: 20px;
	}

	.home-page-new .section-1 h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.home-page-new .wrap-section-1 {
		padding: 0;
	}

	.home-page-new .wrap-section-1 .p-content {
		padding: 20px;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran{
		border: none;
		box-shadow: none;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12{
		padding: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .ps-4{
		padding: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .py-4{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .px-4{
		padding-left: 10px !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .icon {
		width: 30px;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .fs-4 {
		margin-left: 10px !important;
	}

	.home-page-new .section-2 .wrap-btn a{
		width: 100% !important;
	}

	.line-vertical {
		left: 6px;
	}

	.home-page-new .section-4 .row .col-left {
		width: 35%;
		padding: 0;
	}
	
	.home-page-new .section-4 .row .col-left img {
		margin-left: -111%;
		width: 250px;
		clip-path: inset(0px 0px 0px 140px);
	}

	.home-page-new .section-4 .row .col-right {
		width: 65%;
	}

	.home-page-new .section-4 .row .col-right .ms-4 {
		margin-left: 10px !important;
	}

	.home-page-new .section-4 .row .col-right .fs-4 {
		font-size: 14px !important;
	}

	.home-page-new .section-4 .desc-seleksi {
		position: static !important;
		transform: none;
	}

	.home-page-new .section-4 .row .col-right .btn-dropdown-custom {
		max-width: 220px;
		width: auto;
	}

	.home-page-new .section-4 .desc-seleksi .line-vertical {
		left: 24px;
		top: 100px;
	}

	.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
		top: 220px;
	}

	.home-page-new .section-5 .observasi .announcement .text-white {
		padding: 15px 20px !important;
	}

	.home-page-new .section-5 .observasi .border-radius{
		width: 70px;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya .icon img {
		width: 30px;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya .ms-4 {
		margin-left: 15px !important;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya h4 {
		font-size: 14px !important;
	}
	

	.home-page-new .total-biaya {
		padding: 15px !important;
	}

	.home-page-new .section-7 .slide-ketentuan .item-ketentuan {
		padding: 10px 2px !important;
	}

	.footer-2 {
		margin-bottom: 120px;
	}

	.menu-mobile {
		display: flex !important;
	}

	.gallery-page-new .section{
		padding: 20px 0;
	}

	.gallery-page-new .container #galleryImage{
		display: flex;
	}

	.gallery-page-new .container #galleryImage .item{
		width: 50%;
	}

	.gallery-page-new .container .item img {
		min-width: 164px;
		min-height: 164px;
	}


	.register-page-new .section-1{
		min-height: auto;
	}
	.register-page-new .section-1 h1 {
		font-size: 30px;
		margin-top: 20px
	}

	.register-page-new .section-3 .desc-radio .item-radio .card img{
		width: 70px;
		height: 70px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .card .desc-card{
		padding-left: 15px !important;
	}

	.register-page-new .section-3 .desc-radio .item-radio .card h3{
		font-size: 16px;
	}

	.register-page-new .section-4 .desc-seleksi .seleksi h4{
		font-size: 16px;
	}
	/* <-----------home-page-new-end--------> */


	.breadcrumb .date-time {
		position: static;
		margin-top: 5px;
	}

	/* <-----------header-page---------> */
	.header .container-fluid {
		display: block;
	}

	.header .container-fluid .navbar-brand {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0 !important;
	}

	.header .container-fluid .navbar-brand img {
		width: 130px;
	}

	.header .container-fluid .navbar-nav {
		margin-top: 50px;
		text-align: left;
	}

	.header .container-fluid .navbar-nav .nav-item {
		border-bottom: 1px solid#aaa;
	}

	.header .container-fluid .navbar-toggler {
		position: absolute;
		top: 10px;
		right: 10px;
		padding-top: 0.3125rem;
	}

	.header .container-fluid .wrap-login {
		padding: 20px;
	}

	.header .container-fluid .btn {
		display: none;
	}

	.header .container-fluid .btn.show {
		display: block !important;
	}

	.header .btn-lang {
		display: block !important;
        position: fixed;
        top: 8px;
        right: 60px;
	}

	/* <-----------header-page-end---------> */

	.section {
		padding: 40px 0px;
	}

	.section h2 {
		margin-bottom: 20px !important;
	}

	.section p {
		width: 100% !important;
	}

	/* <-----------home-page---------> */

	.home-page {
		margin-top: 55px;
	}

	.home-page .section-1 .container {
		padding: 10px;
	}

	.home-page .section-1 h1 {
		font-size: 36px;
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}

	.home-page .section-1 .container p {
		width: 90% !important;
	}

	.home-page .section-1 .container .btn {
		position: static;
		transform: none;
	}

	.home-page .section-1 .container .card {
		width: 70%;
		bottom: -100px;
	}

	.home-page .section-1 .container .card .features {
		justify-content: center;
	}

	.home-page .section-1 .container .card .features .col-md-4 {
		border-bottom: 1px solid #aaa;
		width: 80%;
	}

	.home-page .section-1 .container .card .features .col-md-4:nth-child(odd) br {
		display: none;
	}

	.home-page .section-1 .container .card .features .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-4 .wrap-content {
		padding: 40px 8.33333333% !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0;
	}

	.home-page .section-4 .slide-performence::after {
		width: 90%;
	}


	.home-page .section-5 .col-md-4:not(:last-child) {
		border-bottom: 1px solid #aaa;
	}

	.home-page .section-5 .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-6 .container .row {
		margin: auto !important;
	}

	.home-page .section-6 .slide-comment .slick-prev {
		left: 0;
	}

	.home-page .section-6 .slide-comment .slick-next {
		right: 0;
	}

	.home-page .section-7 .news .item {
		margin-bottom: 30px;
		padding: 0 10px !important;
	}

	.home-page .section-7 .news .item .title {
		margin: 5px 0;
	}

	.home-page .section-7 .news .item img {
		height: auto;
		margin-bottom: 20px;
	}

	.home-page .section-7 .news .item .desc{
		position: static;
		transform: initial;
		width: 100%;
		padding: 0 !important;
		color: var(--primary-font);
	}

	.home-page .section-7 .news .item .desc a {
		color: var(--primary-font);
	}

	.home-page .section-2 .p-content {
		padding: 0 20px !important;
	}

	.home-page .section-2 .slide-pendidikan .item {
		padding: 0 5px !important;
	}

	.home-page .section-2 .card .card-body {
		padding: 10px;
		padding: 15px;
	}

	.home-page .section-2 .card .card-body .location {
		font-size: 12px;
		right: 10px;
		padding: 2px 6px;
	}

	.home-page .section-2 .card .card-body .card-title {
		font-size: 16px;
	}

	.home-page .section-2 .card .card-body p {
		font-size: 12px;
	}

	.home-page .section-2 .card .btn-green {
		bottom: 15px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.home-page .section-2 .slide-pendidikan .slick-prev,
	.home-page .section-2 .slide-pendidikan .slick-next {
		display: block !important;
	}

	/* <-----------home-page-end---------> */
	.about-page .section-1 h1,
	.sma-page .section-1 h1,
	.work-prestation-page .section-1 h1,
	.register-page .section-1 h1,
	.news-page .section-1 h1,
	.partner-page .section-1 h1,
	.detail-register-page .section-1 h1 {
		font-size: 36px;
	}

	/* <-----------about-page---------> */
	.about-page {
		margin-top: 40px;
	}

	.about-page .section-1 .container .row div {
		padding: 0px 8.33333333% !important;
		text-align: center;
	}

	.about-page .section-2 .container .row .m-auto {
		padding: 0px 8.33333333% !important;
	}

	.about-page .section-2 .container .row .text-center {
		text-align: left !important;
	}

	.about-page .section-2 .container .row .fs-2 {
		font-size: 30px !important;
	}

	.about-page .section-3 {
		min-height: auto;
	}

	.about-page .section-3 .container .row iframe {
		height: 250px !important;
	}

	.about-page .section-4 .container p {
		width: 100% !important;
	}

	.about-page .section-4 .container .metode-learning .col-md-3 {
		padding: 20px 0 !important;
	}

	.home-page .section-metode-belajar .container p {
		width: 100% !important;
	}

	.home-page .section-metode-belajar .container .metode-learning .col-md-3 {
		padding: 20px 0 !important;
	}

	.about-page .section-5 .wrap-top p {
		width: 100% !important;
	}

	.about-page .section-5 .wrap-comite {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.about-page .section-5 .wrap-comite .comite {
		width: fit-content;
	}

	.about-page .section-6 .container .border-start {
		border: none !important;
		border-bottom: 1px solid var(--primary-font) !important;
		border-top: 1px solid var(--primary-font) !important;
	}

	.about-page .section-7 .container .card {
		margin-bottom: 20px;
	}

	.about-page .section-8 .row {
		margin: auto;
	}

	.about-page .section-8 .row .title {
		display: inline-block;
		vertical-align: top;
		padding-right: 5px;
	}

	.about-page .section-8 .row .desc-contact {
		display: inline-block;
		margin-top: 3px;
		text-align: left;
		padding-left: 5px;
	}

	/* <-----------about-page-end---------> */


	/* <-----------sma-page-end---------> */
	.sma-page {
		margin-top: 55px;
	}

	.sma-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}
	
	.sma-page .section-1 .container .row .col-md-6 .display-mobile {
		display: block;
	}

	.sma-page .section-1 .container .row .col-md-6 img {
		display: none;
		margin-bottom: 20px;
	}

	.sma-page .section-2 .on-dekstop{
		display: none !important;
	}
	.sma-page .section-2 .on-mobile{
		display: block !important;
	}
	.sma-page .section-2 .card .desc-curriculum .item-curriculum {
		display: block !important;
	}

	.sma-page .section-2 .on-mobile .header-tab .curriculum-tab {
		display: block;
		background: linear-gradient(90deg, var(--green-light), var(--green));
		color: white !important;
	}

	.sma-page .section-2 .card .header-tab .curriculum-tab {
		padding: 10px 0 !important;
	}

	.sma-page .section-3 .slide-program .card img {
		border-radius: 20px 20px 0 0 !important;
	}

	.sma-page .section-3 .slide-program .slider-program-nav {
		margin: 0;
	}

	.sma-page .section-5 .container {
		padding: 0px 8.33333333% !important;
	}

	.sma-page .section-5 .slide-performence .slick-list {
		margin: 0;
	}

	.sma-page .section-5 .slide-performence::after {
		width: 92%;
	}

	.sma-page .section-6 .slide-facility .slick-list {
		margin: 0 30px;
	}

	.sma-page .section-7 .alumni .card {
		margin-bottom: 20px;
	}

	.sma-page .section-7 .alumni .col-md-3,
	.sma-page .section-7 .alumni .col-md-7 {
		padding: 10px !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
		height: 59px;
		width: 59px;
		border: none !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}

	.sma-page .section-8 {
		/* text-align: center; */
		padding-bottom: 50px !important;
	}

	.sma-page .section-8 .px-5 {
		padding: 10px !important;
	}

	.sma-page .section-9 iframe {
		margin-top: 20px;
	}

	/* <-----------sma-page-end---------> */

	/* <-----------work-page---------> */
	.work-prestation-page {
		margin-top: 55px;
	}

	.work-prestation-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.work-prestation-page .section-2 .gallery-prestation {
		padding: 10px;
	}

	/* .work-prestation-page .section-2 .gallery-prestation .item-gallery:nth-child(0) {
		padding-left: 10px;
	}
	.work-prestation-page .section-2 .gallery-prestation .item-gallery:nth-child(1) {
		padding-right: 10px;
	} */

	.work-prestation-page .section-2 .gallery-prestation .m-inline-block {
		display: inline-block !important;
	}

	.work-prestation-page .section-2 .gallery-prestation .col-md-6 {
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation {
		padding: 50px 0px !important;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation .card {
		padding: 10px 20px !important;
	}

	.work-prestation-page .section-3 .presentation-data .card {
		margin-bottom: 20px;
	}

	.work-prestation-page .section-3 .presentation-data .card .desc {
		font-size: 30px !important;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
		min-height: auto;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
		position: static;
		transform: none;
	}

	.work-prestation-page .section-4 .slide-fun-fact .slick-list {
		margin: 0 30px !important;
	}

	.work-prestation-page .section-4 .item .card img {
		border-radius: 20px 20px 0 0 !important;
	}

	/* <-----------work-page-end---------> */

	/* <-----------register-page---------> */
	.register-page {
		margin-top: 55px;
	}

	.register-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.register-page .section-2 .container .row .col-md-8 {
		padding: 0 8.33333333%;
	}

	.register-page .section-2 .card img {
		border-radius: 20px 20px 0 0;
	}

	.register-page .section-3 .slide-timeline .slick-prev {
		left: 0 !important;
	}

	.register-page .section-3 .slide-timeline .slick-list {
		margin: 0 30px !important;
	}

	.register-page .section-3 .slide-timeline .slick-next {
		right: 0 !important;
	}

	.register-page .section-3 .slide-timeline::after {
		width: 87%;
	}

	.register-page .section-4 .wrap-material {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.register-page .section-4 .wrap-material .material {
		width: fit-content;
	}

	.register-page .section-5 .quotas-and-fees .d-flex {
		flex-direction: column;
		padding: 20px 8.33333333%;
	}

	.register-page .section-5 .quotas-and-fees img {
		width: 100%;
		height: 100%;
		border-radius: 20px !important;
	}

	.register-page .section-5 .quotas-and-fees .quota {
		transform: translateX(-50%);
		bottom: -100px;
		margin-left: 0;
		left: 50%;
	}

	.register-page .section-5 .quotas-and-fees .quota .fs-1 {
		font-style: 30px !important;
	}

	.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
		margin-top: 45%;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.register-page .section-6 {
		text-align: center;
	}

	.register-page .section-6 .px-5 {
		padding: 0 10px !important;
	}

	.register-page .section-7 iframe {
		margin-top: 20px;
	}

	/* <-----------register-page-end---------> */

	/* <-----------news-page---------> */
	.news-page {
		margin-top: 55px;
	}

	.news-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.news-page .section-2 .slide-news .card .caption {
		padding: 10px 20px !important;
	}

	.news-page .section-2 .slide-news .slick-arrow {
		bottom: 125px !important;
	}

	.news-page .section-2 .slide-news .slick-prev {
		left: 20px !important;
	}

	.news-page .section-2 .slide-news .slick-next {
		right: 20px !important;
	}

	.news-page .section-2 .slide-news .card img {
		min-height: 300px !important;
	}

	.news-page .section-2 .ps-3,
	.news-page .section-2 .pe-3 {
		padding: 10px !important;
	}

	.news-page .section-2 .popular-news .item, .detail-news-page .section-2 .popular-news .item {
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
		text-decoration: none;
		color: var(--primary-font);
	}

	.news-page .section-2 .popular-news .item .col-md-2, .detail-news-page .section-2 .popular-news .item .col-md-2 {
		padding-left: 0;
		width: 50px;
	}

	.news-page .section-2 .popular-news .item .col-md-10, .detail-news-page .section-2 .popular-news .item .col-md-10 {
		width: calc(100% - 50px);
	}

	.news-page .section-2 .news-feed .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item {
		padding: 10px !important;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item img {
		min-height: 300px;
	}

	.news-page .section-3 .news .item .col-md-4 {
		margin-bottom: 20px;
	}

	/* <-----------news-page-end---------> */

	/* <-----------partner-page---------> */
	.partner-page {
		margin-top: 55px;
	}

	.partner-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.partner-page .section-2 .container {
		padding: 0 8.33333333%;
	}

	.partner-page .section-2 .partner .card .title {
		font-size: 16px !important;
		font-weight: bold;
	}

	.partner-page .section-2 .partner .partners-universitas .item {
		width: 100%;
	}

	/* <-----------partner-page-end---------> */

	/* <-----------footer---------> */
	.footer {
		text-align: center;
	}

	.footer .container .col-md-6 {
		display: block !important;
	}

	.footer .phone {
		border: none;
	}

	.footer .sosmed {
		justify-content: center;
	}

	/* <-----------footer---------> */

	/* <-----------detail-register-page---------> */
	.detail-news-page, .detail-register-page {
		margin-top: 55px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track {
		min-width: 770px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track .slick-slide{
		min-width: 385px;
	}

}

/* //on mobile landscape */
@media all and (min-width:481px) and (max-width:740px) {}

/* //on tablet */
@media all and (min-width:741px) and (max-width:1023px) {
	.breadcrumb .date-time{
		position: static;
		margin-top: 5px;
	}
	/* <-----------header-page---------> */
	.header .container-fluid {
		display: block;
	}

	.header .col-md-8 {
		width: 100% !important;
	}

	.header .container-fluid .navbar-brand {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0 !important;
	}

	.header .container-fluid .navbar-brand img {
		width: 130px;
	}

	.header .container-fluid .navbar-nav {
		margin-top: 50px;
		text-align: left;
	}

	.header .container-fluid .navbar-nav .nav-item {
		border-bottom: 1px solid#aaa;
	}

	.header .container-fluid .navbar-toggler {
		position: absolute;
		top: 10px;
		right: 10px;
		padding-top: 0.3125rem;
	}

	.header .container-fluid .wrap-login {
		padding: 20px;
	}

	.header .container-fluid .btn {
		display: none;
	}

	.header .container-fluid .btn.show {
		display: block !important;
	}

	.header .btn-lang {
		display: block !important;
		position: fixed;
        top: 8px;
        right: 60px;
	}

	.header .dropdown-menu-end {
		/* display: block !important;
		position: fixed; */
        top: 8px !important;
        left: 480px !important;
        width: fit-content !important;
	}

	/* <-----------header-page-end---------> */

	.section {
		padding: 40px 0px;
		min-height: auto !important;
	}

	.section h2 {
		margin-bottom: 20px !important;
	}

	.section p {
		width: 100% !important;
	}

	/* <-----------home-page---------> */

	.home-page {
		margin-top: 55px;
	}

	.home-page .section-1 {
		min-height: 400px !important;
	}

	.home-page .section-1 .container {
		padding: 10px;
	}

	.home-page .section-1 h1 {
		font-size: 36px;
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}

	.home-page .section-1 .container p {
		width: 90% !important;
	}

	.home-page .section-1 .container .btn {
		position: static;
		transform: none;
	}

	.home-page .section-1 .container .card {
		width: 85%;
		bottom: -50px;
	}

	.home-page .section-4 .wrap-content {
		padding: 40px 8.33333333% !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0;
	}

	.count {
		font-size: 50px !important;
	}

	.home-page .section-5 .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-6 .container .row {
		margin: auto !important;
	}

	.home-page .section-6 .slide-comment .slick-prev {
		left: 0;
	}

	.home-page .section-6 .slide-comment .slick-next {
		right: 0;
	}

	.home-page .section-7 .news .item {
		margin-bottom: 30px;
		padding: 0 10px !important;
	}

	.home-page .section-7 .news .item .title {
		margin: 5px 0;
	}

	.home-page .section-7 .news .item.col-md-6 img {
		min-height: 300px;
		height: auto;
		margin-bottom: 20px;
	}

	.home-page .section-7 .news .item .desc {
		top: 70px;
		padding: 20px !important;
	}

	.home-page .section-7 .news .item .col-md-4 img {
		min-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	/* <-----------home-page-end---------> */
	.about-page .section-1 h1,
	.sma-page .section-1 h1,
	.work-prestation-page .section-1 h1,
	.register-page .section-1 h1,
	.news-page .section-1 h1,
	.partner-page .section-1 h1,
	.detail-register-page .section-1 h1 {
		font-size: 36px;
	}

	/* <-----------about-page---------> */
	.about-page {
		margin-top: 40px;
	}

	.about-page .section-2 .container .row .text-center {
		text-align: left !important;
	}

	.about-page .section-2 .container .row .fs-2 {
		font-size: 30px !important;
	}

	.about-page .section-3 {
		min-height: auto;
	}

	.about-page .section-3 .container .row iframe {
		height: 250px !important;
	}

	.about-page .section-4 .container p {
		width: 100% !important;
	}

	.about-page .section-4 .container .metode-learning .col-md-3 {
		padding: 10px !important;
	}

	.home-page .section-metode-belajar .container p {
		width: 100% !important;
	}

	.home-page .section-metode-belajar .container .metode-learning .col-md-3 {
		padding: 10px !important;
	}

	.about-page .section-5 .wrap-top p {
		width: 100% !important;
	}

	.about-page .section-5 .wrap-comite {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.about-page .section-5 .wrap-comite .comite {
		width: fit-content;
	}

	.about-page .section-7 .container .card {
		margin-bottom: 20px;
	}


	.about-page .section-8 .row {
		margin: auto;
	}

	.about-page .section-8 .row .col-md-2 {
		width: 33.3333% !important;
	}

	/* <-----------about-page-end---------> */


	/* <-----------sma-page-end---------> */
	.sma-page {
		margin-top: 55px;
	}


	.sma-page .section-1 .container .row .col-md-6 img {
		display: block;
		margin-bottom: 20px;
	}

	.sma-page .section-1 .container .row .col-md-6 .display-mobile {
		display: none !important;
	}

	.sma-page .section-2 .card .header-tab .curriculum-tab {
		padding: 10px !important;
	}

	.sma-page .section-5 .container {
		padding: 0px 8.33333333% !important;
	}

	.sma-page .section-5 .slide-performence .slick-list {
		margin: 0;
	}

	.sma-page .section-5 .slide-performence::after {
		width: 92%;
	}

	.sma-page .section-6 .slide-facility .slick-list {
		margin: 0 30px;
	}

	.sma-page .section-7 .alumni {
		flex-wrap: wrap;
		justify-content: center;
	}

	.sma-page .section-7 .alumni .diagram-alumni {
		width: 75%;
	}

	.sma-page .section-7 .alumni .top-alumni {
		width: 50%;
	}

	.sma-page .section-7 .alumni .card {
		margin-bottom: 20px;
	}


	.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
		height: 59px;
		width: 59px;
		border: none !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}



	.sma-page .section-8 .px-5 {
		padding: 0px 20px !important;
	}

	.sma-page .section-8 .py-5 {
		padding: 0 10px 10px 0px !important;
	}

	.sma-page .section-9 iframe {
		margin-top: 20px;
	}

	/* <-----------sma-page-end---------> */

	/* <-----------work-page---------> */
	.work-prestation-page {
		margin-top: 55px;
	}

	.work-prestation-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation .card {
		min-height: 380px;
	}

	.work-prestation-page .section-3 .presentation-data .card {
		margin-bottom: 20px;
	}

	.work-prestation-page .section-3 .presentation-data .card .desc {
		font-size: 30px !important;
	}

	.work-prestation-page .section-3 .presentation-data .number-alumni {
		width: 50%;
		order: 1;
	}

	.work-prestation-page .section-3 .presentation-data .blank-green {
		display: none;
	}

	.work-prestation-page .section-3 .presentation-data .distribution {
		order: 2;
		width: 50%;
	}

	.work-prestation-page .section-3 .presentation-data .growth {
		width: 100% !important;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
		min-height: auto;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
		position: static;
		transform: none;
	}

	.work-prestation-page .section-4 .slide-fun-fact .slick-list {
		margin: 0 30px !important;
	}

	.work-prestation-page .section-4 .item .card .p-5 {
		padding: 20px !important;
	}

	/* <-----------work-page-end---------> */

	/* <-----------register-page---------> */
	.register-page {
		margin-top: 55px;
	}

	.register-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.register-page .section-2 .container .row .m-auto {
		padding: 0 8.33333333%;
		width: 100%;
	}

	.register-page .section-3 .slide-timeline .slick-prev {
		left: 0 !important;
	}

	.register-page .section-3 .slide-timeline .slick-list {
		margin: 0 30px !important;
	}

	.register-page .section-3 .slide-timeline .slick-next {
		right: 0 !important;
	}

	.register-page .section-3 .slide-timeline::after {
		width: 90%;
	}

	.register-page .section-4 .wrap-material {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.register-page .section-4 .wrap-material .material {
		width: fit-content;
	}

	.register-page .section-5 .quotas-and-fees .d-flex {
		padding: 50px 8.33333333% 100px 8.33333333%;
	}

	.register-page .section-5 .quotas-and-fees img {
		width: 100%;
		height: 100%;
		border-radius: 20px !important;
	}

	.register-page .section-5 .quotas-and-fees .quota {
		transform: translateX(-50%);
		bottom: -100px;
		margin-left: 0;
		left: 50%;
	}

	.register-page .section-5 .quotas-and-fees .quota .fs-1 {
		font-style: 30px !important;
	}

	.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
		padding: 0 0px 0 30px !important;
	}

	.register-page .section-6 {
		text-align: center;
	}

	.register-page .section-6 .px-5 {
		padding: 0 10px !important;
	}

	.register-page .section-7 iframe {
		margin-top: 20px;
	}

	/* <-----------register-page-end---------> */

	/* <-----------news-page---------> */
	.news-page {
		margin-top: 55px;
	}

	.news-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.news-page .section-2 .slide-news .card .caption {
		padding: 10px 20px !important;
	}

	.news-page .section-2 .slide-news .slick-arrow {
		bottom: 125px !important;
	}

	.news-page .section-2 .slide-news .slick-prev {
		left: 20px !important;
	}

	.news-page .section-2 .slide-news .slick-next {
		right: 20px !important;
	}

	.news-page .section-2 .slide-news .card img {
		min-height: 300px !important;
	}

	.news-page .section-2 .ps-3,
	.news-page .section-2 .pe-3 {
		padding: 10px !important;
		width: 100% !important;
	}

	.news-page .section-2 .p-content .row div:nth-child(3) {
		order: 2;
	}

	.news-page .section-2 .popular-news .item, .detail-news-page .section-2 .popular-news .item {
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
		text-decoration: none;
		color: var(--primary-font);
	}

	.news-page .section-2 .popular-news .item .col-md-2, .detail-news-page .section-2 .popular-news .item .col-md-2 {
		padding-left: 0;
		width: 50px;
	}

	.news-page .section-2 .popular-news .item .col-md-10, .detail-news-page .section-2 .popular-news .item .col-md-10 {
		width: calc(100% - 50px);
	}

	.news-page .section-2 .news-feed .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item {
		padding: 10px !important;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .desc {
		top: 70px;
		padding: 20px !important;
	}

	.news-page .section-3 .news .item img {
		min-height: 300px;
		height: auto;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .col-md-4 img {
		min-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	/* <-----------news-page-end---------> */

	/* <-----------partner-page---------> */
	.partner-page {
		margin-top: 55px;
	}

	.partner-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.partner-page .section-2 .container {
		padding: 0 8.33333333%;
	}

	.partner-page .section-2 .partner .card .title {
		font-size: 16px !important;
		font-weight: bold;
	}

	.partner-page .section-2 .partner .partners-universitas .item {
		width: 32%;
	}

	/* <-----------partner-page-end---------> */

	/* <-----------detail-register-page---------> */
	.detail-news-page, .detail-register-page {
		margin-top: 55px;
	}
}

/* //on tablet landscape */
@media all and (min-width:1023px) and (max-width:1365px) {}

/* dekstop */
@media all and (min-width:1366px) {}

/* Layanan Umum Page */
.layanan-umum-page .breadcrumb {
	background: none;
	padding: 20px 0;
}

.layanan-umum-page .breadcrumb-item a {
	color: var(--primary-font);
	text-decoration: none;
}

.layanan-umum-page .breadcrumb-item.active {
	color: var(--green-light);
}

.layanan-umum-page .qa-icon {
	padding: 12px 15px;

}

.layanan-umum-page .qa-icon img {
	height: 40px;
}

.layanan-umum-page .qa-meta {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #666;
}

.layanan-umum-page .like-and-views {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
}

.layanan-umum-page .like-and-views i {
	color: var(--green);
	font-size: 26px;
}

.layanan-umum-page .like-and-views .like-count {
	color: var(--green);
	font-size: 30px;
	line-height: 1;
}

.layanan-umum-page .like-and-views .view-count {
	color: #999;
}

/* Layanan Umum Styles */
.layanan-umum-page .filter-section {
	margin-bottom: 40px;
}

.layanan-umum-page .filter-dropdown {
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 5px 15px;
	background: white;
	margin-right: 15px;
	min-width: 200px;
	font-size: 14px !important;
}

.layanan-umum-page .btn-ask {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white;
	border: none;
	border-radius: 15px;
	padding: 15px 33px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	font-weight: bold;
}

.layanan-umum-page .qa-item {
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
}

.layanan-umum-page .qa-question {
	color: var(--primary-font);
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
}

.layanan-umum-page .qa-answer {
	color: var(--primary-font);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	padding-left: 50px;
}

.layanan-umum-page .qa-expand {
	background: var(--green);
	color: white;
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.layanan-umum-page .qa-item .wrap-line hr {
	height: 2px; 
	width: 88%; 
	margin: auto;
}

.layanan-umum-page .qa-item .wrap-line .line-mobile {
	width: 0;
	margin: 0;
}

.layanan-umum-page .qa-answer.show {
	min-height: 150px;
	max-height: 100%;
	transition: all 0.4s ease-in-out;
}

.layanan-umum-page .answer-profile .profile-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 32%);

}

.layanan-umum-page .answer-header .ustadz-name {
	color: var(--primary-font);
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.layanan-umum-page .answer-header .ustadz-title {
	color: var(--green);
	font-size: 0.9rem;
	font-weight: 500;
}

.layanan-umum-page .answer-content {
	margin-top: 15px;
}

.layanan-umum-page .answer-content p {
	color: var(--primary-font);
	line-height: 1.6;
	margin-bottom: 0;
}

.layanan-umum-page .toggle-more {
	color: var(--green);
	font-weight: 100;
	cursor: pointer;
}

.layanan-umum-page .toggle-more:hover {
	text-decoration: underline;
}

/* Layanan Umum Mobile Responsive */
@media (max-width: 768px) {
	.layanan-umum-page .qa-section {
		padding: 5px;
	}
	.layanan-umum-page .p-content{
		padding: 0;
	}
	.layanan-umum-page .filter-dropdown {
		margin-right: 10px;
		margin-bottom: 10px;
		min-width: 150px;
		font-size: 0.9rem;
		padding: 8px 12px;
	}

	.layanan-umum-page .btn-ask {
		padding: 15px 30px;
		font-size: 16px;
		width: 100%;
	}

	.layanan-umum-page .qa-item {
		padding: 0px;
	}

	.layanan-umum-page .qa-question {
		font-size: 1rem;
		margin-bottom: 10px;
		width: 70%;
	}

	.layanan-umum-page .qa-meta {
		font-size: 10px;
	}

	.layanan-umum-page .like-and-views .like-count {
		font-size: 14px;
	}
	.layanan-umum-page .like-and-views i {
		font-size: 14px;
	}

	.layanan-umum-page .answer-profile .profile-img {
		width: 60px;
		height: 60px;
	}

	.layanan-umum-page .answer-header .ustadz-name {
		font-size: 1rem;
	}

	.layanan-umum-page .answer-content {
		font-size: 0.9rem;
	}
	.layanan-umum-page .wrap-line {
		align-items: flex-end;
	}
	.layanan-umum-page .qa-expand {
		position: relative;
		bottom: -6px;
	}
}

@media (max-width: 480px) {
	.home-page .section-alumni {
		padding: 100px 0px;
	}

	.layanan-umum-page .filter-dropdown {
		width: 100%;
		margin-right: 0;
	}

	.layanan-umum-page .qa-icon {
		padding: 8px 8px 10px 5px;
	}

	.layanan-umum-page .qa-icon img {
		height: 30px;
	}

	.layanan-umum-page .qa-answer {
		padding-left: 10px;
		margin: 0;
	}

	.layanan-umum-page .qa-item .wrap-line hr,
	.layanan-umum-page .qa-item .wrap-line .line-mobile {
		width: 40%;
		margin: 10px;
	}
	.layanan-umum-page .like-and-views {
		position: absolute;
		right: 10px;
		top: 6px;
	}
}

/* Ask Question Modal Styles */
.ask-modal {
	border-radius: 20px;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.modal-logo {
	height: 80px;
}

@media (min-width: 576px) {
	.modal-dialog-layanan {
		max-width: 50%;
	}
}

.modal-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 5px;
}

.modal-subtitle {
	color: #B8860B;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.modal-input {
	border: 2px solid #e0e0e0;
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 1rem;
	background: #f8f9fa;
}

.modal-input:focus {
	border-color: var(--green-light);
	box-shadow: none;
	background: white;
}

.modal-textarea {
	border: 2px solid #e0e0e0;
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 1rem;
	background: #f8f9fa;
	resize: none;
}

.modal-textarea:focus {
	border-color: var(--green-light);
	box-shadow: none;
	background: white;
}

.modal-checkbox-label {
	color: var(--green);
	font-size: 0.9rem;
	margin-left: 8px;
}

.form-check-input:checked {
	background-color: var(--green);
	border-color: var(--green);
}

.modal-submit-btn {
	background: var(--green);
	color: white;
	border: none;
	border-radius: 15px;
	padding: 15px;
	font-size: 1.1rem;
	font-weight: 600;
}

.modal-submit-btn:hover {
	background: var(--green-light);
	color: white;
}

/* Alumni Page */
.register-alumni-page .textarea-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; /* atau sesuai ukuran textarea */
}

.register-alumni-page .textarea-wrapper textarea {
    width: 100%;
    padding-bottom: 24px; /* beri ruang untuk counter agar tidak tumpang tindih teks */
    box-sizing: border-box;
    font-size: 1rem;
}

.register-alumni-page .char-counter {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 0.7rem;
    color: #999;
    pointer-events: none;
}

.alumni-page .section-1 {
	background: url(../img/home/background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.alumni-page .section-1 h1 {
	font-size: 70px;
}

.alumni-page .section-2 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.alumni-page .section-2 .card-jumlah-alumni {
	height: 150px;
	width: 100%;
}

.alumni-page .section-2 .card-diagram-pie .desc {
	position: relative;
	height: 250px;
}

.alumni-page .section-2 .card-diagram-pie .desc img {
	max-width: 92%;
	max-height: 200px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.alumni-page .section-2 .card-diagram-line .desc {
	position: relative;
	height: 416px;
}

.alumni-page .section-2 .card-diagram-line .desc img {
	max-height: 350px;
	max-width: 92%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.alumni-page .section-3 {
	background: url(../img/bg-3.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.alumni-page .section-4 {
	background: var(--primary-font);
	min-height: auto !important;
}

.alumni-page .section-4 .slick-initialized .slick-slide {
	display: flex;
}

.alumni-page .section-5 {
	background: #f8f9fa;
}

.alumni-page .section-6 {
	background: #ffffff;
}

.alumni-stats-card {
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 2rem;
}

.alumni-chart-card {
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.alumni-profile-card {
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	transition: transform 0.3s ease;
}

.alumni-profile-card:hover {
	transform: translateY(-5px);
}

.news-card {
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.news-card:hover {
	transform: translateY(-5px);
}

.news-card .card-img-top {
	height: 200px;
	object-fit: cover;
}

.footer {
	background: #004652;
}

.alumni-page .section-4 .testimonial-avatar img {
	width: 170px;
	height: 170px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.alumni-page .section-4 .testimonial-avatar {
		text-align: center;
		margin-bottom: 2rem;
	}

	.alumni-page .section-4 .testimonial-content {
		padding-left: 0;
		text-align: center;
	}
}

.alumni-page .section-1 .alumni .card,
.alumni-page .section-2 .alumni .card {
	border-radius: 20px;
}

.alumni-page .section-1 .alumni .card .header-card,
.alumni-page .section-2 .alumni .card .header-card {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.alumni-page .section-1 .alumni .card .desc .slide-alumni .name,
.alumni-page .section-2 .alumni .card .desc .slide-alumni .name {
	background: var(--primary-font);
	color: white;
}

.alumni-page .section-1 .alumni .card .desc .slide-alumni .title,
.alumni-page .section-2 .alumni .card .desc .slide-alumni .title {
	font-size: 9px;
	background: var(--yellow);
}

.alumni-page .alumni-card {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
	height: 100%;
}

.alumni-page .alumni-card:hover {
	transform: translateY(-5px);
}

.alumni-page .alumni-card:hover .btn-overlay {
	visibility: visible !important;
}

.alumni-page .alumni-card:hover .alumni-info {
	transform: translateY(-40px);

}

.alumni-page .alumni-card .alumni-photo {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	height: 75%;
	transition: transform 0.3s ease;

}

.alumni-page .alumni-card .alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;

}

.alumni-page .alumni-card .alumni-info {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease;

}

.alumni-page .alumni-card .alumni-info .btn-overlay {
	visibility: hidden;
	padding: 5px;
	width: 60%;
	margin: auto;
	font-size: 10px;
}

.alumni-page .alumni-card .alumni-name {
	color: white;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.alumni-page .alumni-card .alumni-profession {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

@media (max-width: 768px) {
	.alumni-page .alumni-card .alumni-photo {
		height: 250px;
	}

	.alumni-page .alumni-card .alumni-name {
		font-size: 12px;
	}

	.alumni-page .alumni-card .alumni-profession {
		font-size: 10px;
	}

	.alumni-page .section-4 {
		background: linear-gradient(90deg, var(--green-light), var(--green));
	}

	.alumni-page .section-4 .testimonial-avatar img {
		margin: auto;
		border-radius: 20px !important;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	}

	.alumni-page .section-1 .alumni .card,
	.alumni-page .section-2 .alumni .card {
		margin-bottom: 20px;
	}

	.alumni-page .section-1 .alumni .card .desc .slide-alumni .slick-arrow,
	.alumni-page .section-2 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
	}

	.alumni-page .section-1 .alumni .card .desc .slide-alumni .title,
	.alumni-page .section-2 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}

	.alumni-page .section-2 .alumni .card-jumlah-alumni .desc{
		font-size: 50px !important;
	}
	.alumni-page .section-3 .paging-data-alumni {
		display: none !important;
	}
}

.section-3 .slide-data-alumni-mobile .slick-prev::before,
.alumni-page .section-prestasi .slide-prestasi .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.section-3 .slide-data-alumni-mobile .slick-next::before,
.alumni-page .section-prestasi .slide-prestasi .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.alumni-page .section-3 .paging-data-alumni div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border: 2px solid var(--grey);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.alumni-page .section-3 .paging-data-alumni div:hover {
	background: var(--green);
	color: white;
}

.alumni-page .section-3 .paging-data-alumni .prev,
.alumni-page .section-3 .paging-data-alumni .next {
	padding: 5px 6px;
}

.alumni-page .section-3 .paging-data-alumni .active {
	background: var(--green);
	color: white;
}

.alumni-page .section-prestasi {
	background: var(--grey);
	min-height: auto;

}

.alumni-page .section-prestasi .slide-prestasi .item {
	padding: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-card {
	border: none;
	border-radius: 25px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin: auto;
	background: white;
	flex-direction: row;
	width: 85%;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-card .btn {
	width: 300px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-content {
	padding: 40px 40px 40px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-title {
	color: var(--green);
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-desc {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.alumni-page .section-prestasi .slide-prestasi .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.alumni-page .section-prestasi .slide-prestasi .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.alumni-page .section-6 .slide-new .card {
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border: none;
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 20px;
}

.alumni-page .section-6 .slide-new .card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}

.alumni-page .section-6 .slide-new .card .desc {
	padding: 20px;
	position: relative;
}

.alumni-page .section-6 .slide-new .card .date {
	position: absolute;
	top: -10px;
	left: 20px;
	background: white;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: #666;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-weight: 500;
}

.alumni-page .section-6 .slide-new .card .title {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: #333;
	line-height: 1.4;
	margin: 15px 0 10px 0 !important;
}

.alumni-page .section-6 .slide-new .card p {
	color: var(--green);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.alumni-page .section-6 .slide-new .card a {
	color: var(--primary-font);
	font-weight: bold !important;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.9rem;
}

.alumni-page .section-6 .slide-new .card .read-more:hover {
	color: var(--green);
	text-decoration: underline;
}

.alumni-page .section-6 .slide-new .slick-list {
	margin: auto;
	width: 91.66666667%;
}

.alumni-page .section-6 .slide-new .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.alumni-page .section-6 .slide-new .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

/* Login Alumni Page */
.login-alumni-page {
	margin-top: 80px;
}

.login-alumni-page .login-section {
	min-height: calc(100vh - 80px);
	position: relative;
}

.login-alumni-page .login-bg {
	background: url('../img/login-page.png') center/cover no-repeat;
	position: relative;
	min-height: calc(100vh - 80px);
}

.login-alumni-page .login-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
}

.login-alumni-page .login-form-container {
	background: var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 80px);
	position: relative;
	padding: 100px;
}

.login-alumni-page .login-form-wrapper {
	width: 100%;
	padding: 20px;
}

.login-alumni-page .login-form-card {
	background: white;
	border-radius: 25px;
	padding: 40px 30px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.login-alumni-page .login-logo {
	height: 80px;
	margin-bottom: 10px;
}

.login-alumni-page .login-title {
	color: var(--green);
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.login-alumni-page .login-subtitle {
	color: #b8860b;
	font-size: 0.9rem;
	margin-bottom: 30px;
}

.login-alumni-page .login-input {
	border: 2px solid #e0e0e0;
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.login-alumni-page .login-input:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 0.2rem rgba(15, 116, 58, 0.25);
}

.login-alumni-page .login-input::placeholder {
	color: #aaa;
}

.login-alumni-page .password-toggle {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #aaa;
	font-size: 1.1rem;
}

.login-alumni-page .btn {
	border: 2px solid #e0e0e0;
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.login-alumni-page .remember-label {
	color: var(--green);
	font-size: 0.9rem;
}

.login-alumni-page .forgot-link {
	color: var(--green);
	text-decoration: none;
	font-size: 0.9rem;
}

.login-alumni-page .forgot-link:hover {
	color: var(--green-light);
	text-decoration: underline;
}

.login-alumni-page .register-btn {
	background: rgba(100, 190, 122, 0.3);
	color: var(--green);
	border: 2px solid rgba(100, 190, 122, 0.5);
	border-radius: 15px;
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.login-alumni-page .register-btn:hover {
	background: rgba(100, 190, 122, 0.5);
	border-color: var(--green-light);
}

.login-alumni-page .magz-circle {
	width: 80px;
	height: 80px;
	background: var(--green);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.8rem;
	font-weight: bold;
}

.login-alumni-page .magz-circle i {
	font-size: 1.5rem;
	margin-bottom: 2px;
}

@media (max-width: 991px) {
	.login-alumni-page .login-bg {
		display: none;
	}

	.login-alumni-page .login-form-container {
		background: url('../img/home/background.png') center/cover no-repeat;
		position: relative;
		padding: 10px;
	}

	.login-alumni-page .login-logo {
		height: 60px;
		margin-bottom: 5px;
	}

	.login-alumni-page .login-form-container::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../img/login-page.png') center/cover no-repeat;
	}

	.login-alumni-page .login-form-wrapper {
		position: relative;
		z-index: 2;
		padding: 0;
	}
}

@media (max-width: 576px) {
	.login-alumni-page .login-form-card {
		padding: 30px 20px;
		margin: 20px;
	}

	.login-alumni-page .login-title {
		font-size: 1.5rem;
	}

	.login-alumni-page .magz-circle {
		width: 60px;
		height: 60px;
	}

	.login-alumni-page .magz-circle i {
		font-size: 1.2rem;
	}
}

/* End Login Alumni Page */

/* Register Alumni Page */
.register-alumni-page .form-container {
	max-width: 1000px;
	margin: 120px auto;
	background: white;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.register-alumni-page .profile-upload {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	cursor: pointer;
	position: relative;
}

.register-alumni-page .profile-upload i {
	font-size: 40px;
	color: #999;
}

.register-alumni-page .form-label {
	font-weight: 600;
	color: var(--primary-font);
	margin-bottom: 8px;
}

.register-alumni-page .form-control {
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 14px;
}

.register-alumni-page .form-control:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 0.2rem rgba(15, 116, 58, 0.25);
}

.register-alumni-page .education-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.register-alumni-page #educationList {
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	font-size: 14px;
	padding: 50px;
}

.register-alumni-page .education-item:last-child {
	margin-bottom: 0;
}

.register-alumni-page .education-item h6 {
	color: var(--primary-font);
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}

.register-alumni-page .education-item p {
	color: #666;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 1.4;
}

.register-alumni-page .btn-add {
	background: transparent;
	border: none;
	font-weight: bold;
}

.register-alumni-page .btn-register {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: white;
	border: none;
	border-radius: 15px;
	padding: 20px 50px;
	margin: 30px auto 0;
	display: block;
	width: 250px;
	font-size: 18px;
}

.register-alumni-page .btn-register:hover {
	background: var(--green);
	color: white;
}

.register-alumni-page .navbar {
	background: white !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.register-alumni-page .navbar-brand img {
	height: 40px;
}

.register-alumni-page .nav-link {
	color: var(--primary-font) !important;
	font-weight: 500;
}

.register-alumni-page .btn-login {
	background: var(--green-light);
	color: white;
	border: none;
	border-radius: 25px;
	padding: 8px 20px;
}

@media (max-width: 768px) {
	.register-alumni-page #alumniForm {
		padding: 20px;
	}
}

/* Detail Alumni Page */
.detail-alumni-page .section-1 {
	min-height: auto;
	padding-bottom: 0;
}

.detail-alumni-page .section-2 {
	padding: 0 !important;
	min-height: auto;
}

.detail-alumni-page .breadcrumb {
	background: none;
	padding: 20px 0;
}

.detail-alumni-page .breadcrumb-item a {
	color: var(--primary-font);
	text-decoration: none;
}

.detail-alumni-page .breadcrumb-item.active {
	color: var(--green-light);
}

.detail-alumni-page .hero-section {
	background: url(../img/bg-alumni.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	color: white;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.detail-alumni-page .hero-section .alumni-photo {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.detail-alumni-page .alumni-info h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.detail-alumni-page .alumni-info p {
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.detail-alumni-page .quote-section {
	border-left: 4px solid white;
	padding-left: 40px;
	margin-top: 20px;
}

.detail-alumni-page .quote-text {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.detail-alumni-page .quote-author {
	font-size: 0.9rem;
	opacity: 0.9;
}

.detail-alumni-page .yellow-bar {
	background: var(--yellow);
	height: 20px;
	width: 100%;
}

.detail-alumni-page .data-alumni-section {
	padding: 60px 0;
	background: #f8f9fa;
}

.detail-alumni-page .section-title {
	text-align: center;
	color: var(--primary-font);
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 50px;
}

.detail-alumni-page .alumni-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin: 0 10px;
	transition: transform 0.3s ease;
}

.detail-alumni-page .alumni-card:hover {
	transform: translateY(-5px);
}

.detail-alumni-page .alumni-card-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.detail-alumni-page .alumni-card-footer {
	background: var(--green);
	color: white;
	padding: 15px;
	text-align: center;
}

.detail-alumni-page .alumni-card-name {
	font-weight: 600;
	margin-bottom: 5px;
}

.detail-alumni-page .alumni-card-profession {
	font-size: 0.9rem;
	opacity: 0.9;
}

.detail-alumni-page .carousel-control-prev,
.detail-alumni-page .carousel-control-next {
	width: 50px;
	height: 50px;
	background: var(--green);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.detail-alumni-page .carousel-control-prev {
	left: -25px;
}

.detail-alumni-page .carousel-control-next {
	right: -25px;
}

.detail-alumni-page .navbar {
	background: white !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.detail-alumni-page .navbar-brand img {
	height: 40px;
}

.detail-alumni-page .nav-link {
	color: var(--primary-font) !important;
	font-weight: 500;
}

.detail-alumni-page .btn-login {
	background: var(--green-light);
	color: white;
	border: none;
	border-radius: 25px;
	padding: 8px 20px;
}

.detail-alumni-page footer {
	background: var(--green);
	color: white;
	padding: 40px 0;
}

.detail-alumni-page .footer-logo {
	height: 60px;
}

.detail-alumni-page .social-icons a {
	color: white;
	font-size: 24px;
	margin: 0 10px;
	text-decoration: none;
}

.detail-alumni-page .slide-data-alumni {
	padding: 20px 0;
}

.detail-alumni-page .slide-data-alumni .slick-list {
	margin: 0 75px;
}

.detail-alumni-page .slide-data-alumni .slick-track {
	padding: 10px 0;
}

.detail-alumni-page .slide-data-alumni .slick-prev::before {
	content: '';
	width: 40px;
	background: url(../img/prev-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.detail-alumni-page .slide-data-alumni .slick-next::before {
	content: '';
	width: 40px;
	background: url(../img/next-slide-1.png);
	display: block;
	height: 40px;
	background-size: cover;
	opacity: 1;
}

.detail-alumni-page .slide-data-alumni .alumni-card {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
	height: 100%;
	margin: 0 10px;
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover {
	transform: translateY(-5px);
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover .btn-overlay {
	visibility: visible !important;
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover .alumni-info {
	transform: translateY(-40px);
}

.detail-alumni-page .slide-data-alumni .alumni-photo {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	height: 83%;
	transition: transform 0.3s ease;
}

.detail-alumni-page .slide-data-alumni .alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.detail-alumni-page .slide-data-alumni .alumni-info {
	color: white;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease;
}

.detail-alumni-page .slide-data-alumni .alumni-info .btn-overlay {
	visibility: hidden;
	padding: 5px;
	width: 70%;
	margin: auto;
	font-size: 10px;
}

.detail-alumni-page .slide-data-alumni .alumni-name {
	color: white;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.detail-alumni-page .slide-data-alumni .alumni-profession {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

.detail-alumni-page .section-profile {
	margin-top: 10%;
}

@media (max-width: 768px) {
	.detail-alumni-page .slide-data-alumni .item {
		padding: 10px;
	}
	.detail-alumni-page .slide-data-alumni .alumni-photo {
		height: 250px;
	}

	.detail-alumni-page .slide-data-alumni .alumni-name {
		font-size: 12px;
	}

	.detail-alumni-page .slide-data-alumni .alumni-profession {
		font-size: 10px;
	}

	.detail-alumni-page .yellow-bar {
		height: 0;
		background: transparent;
	}

	/* Detail Alumni Page Mobile Responsive */
	.detail-alumni-page .section-2 .hero-section {
		padding: 30px 0;
	}

	.detail-alumni-page .section-2 .hero-section .col-md-4 {
		margin-bottom: 20px;
		display: inline-block;
		width: 50%;
	}

	.detail-alumni-page .section-2 .hero-section .alumni-photo {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}

	.detail-alumni-page .section-2 .alumni-info {
		display: inline-block;
		width: 50%;
	}

	.detail-alumni-page .section-2 .alumni-info .title {
		font-size: 1.2rem;
	}

	.detail-alumni-page .section-2 .alumni-info p {
		font-size: 0.9rem;
	}

	.detail-alumni-page .section-2 .quote-section {
		border-left: none;
		border-top: 4px solid white;
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}

	.detail-alumni-page .section-2 .quote-section .title {
		font-size: 1.2rem;
	}

	.detail-alumni-page .section-2 .quote-text {
		font-size: 0.9rem;
	}

	.detail-alumni-page .section-2 .quote-author {
		font-size: 0.8rem;
	}

	.detail-alumni-page .data-alumni-section {
		padding: 40px 0;
	}

	.detail-alumni-page .section-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.detail-alumni-page .slide-data-alumni .slick-list {
		margin: 0 30px;
	}

	.detail-alumni-page .section-profile {
		margin-top: 20%;
	}
}

@media (max-width: 480px) {

	/* Detail Alumni Page Extra Small Mobile */
	.detail-alumni-page .section-2 .hero-section {
		padding: 20px 0;
	}

	.detail-alumni-page .section-2 .hero-section .alumni-photo {
		width: 150px;
		height: 150px;
	}

	.detail-alumni-page .section-2 .alumni-info .title {
		font-size: 1rem;
	}

	.detail-alumni-page .section-2 .alumni-info p {
		font-size: 0.8rem;
	}

	.detail-alumni-page .section-2 .quote-section .title {
		font-size: 1rem;
	}

	.detail-alumni-page .section-2 .quote-text {
		font-size: 0.8rem;
	}

	.detail-alumni-page .section-title {
		font-size: 1.3rem;
	}

	.detail-alumni-page .slide-data-alumni .slick-list {
		margin: 0 15px;
	}
}

/* Detail Berita Alumni Styles */
.detail-news-alumni .article-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
	margin-bottom: 30px;
}

.detail-news-alumni .article-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 20px;
	line-height: 1.2;
}

.detail-news-alumni .article-content {
	color: var(--primary-font);
	font-size: 1.1rem;
	line-height: 1.8;
	text-align: justify;
}

.detail-news-alumni .popular-item {
	display: flex;
	margin-bottom: 20px;
	padding: 15px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: inherit;
}

.detail-news-alumni .popular-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	color: inherit;
}

.detail-news-alumni .popular-number {
	font-size: 2rem;
	font-weight: bold;
	color: #ddd;
	min-width: 50px;
}

.detail-news-alumni .popular-image {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 15px;
}

.detail-news-alumni .popular-content h6 {
	font-size: 1rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 5px;
	line-height: 1.3;
}

.detail-news-alumni .popular-content p {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 5px;
	line-height: 1.4;
}

.detail-news-alumni .popular-content .read-more {
	font-size: 0.8rem;
	color: var(--green);
	font-weight: bold;
}

/* Detail Berita Alumni Mobile Responsive */
@media (max-width: 768px) {
	.detail-news-alumni .article-image {
		height: 200px;
		margin-bottom: 20px;
	}

	.detail-news-alumni .article-title {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.detail-news-alumni .article-content {
		font-size: 1rem;
		line-height: 1.6;
	}

	.detail-news-alumni .popular-item {
		flex-direction: column;
		text-align: center;
		padding: 10px;
	}

	.detail-news-alumni .popular-image {
		width: 100%;
		height: 150px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.detail-news-alumni .popular-number {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.alumni-page .section-4 .testimonial-avatar {
		text-align: center;
		margin-bottom: 2rem;
	}

	.alumni-page .section-4 .testimonial-content {
		padding-left: 0;
		text-align: center;
	}
	.alumni-page .section-2 .card-diagram-line .desc {
		height: 250px;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-content {
		padding: 10px !important;
	}
	.alumni-page .section-4 .slide-testimonial-alumni .item {
		flex-direction: column;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-card {
		text-align: center;
		flex-wrap: wrap;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-card .col-md-8{
		width: 100% !important;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-title {
		font-size: 16px !important;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-card .btn {
		width: 70% !important;
		margin: auto;
		display: block;
		font-size: 12px;
	}
	.alumni-page .section-prestasi .slide-prestasi .prestasi-desc {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 480px) {
	.alumni-page .alumni-card .alumni-info {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.alumni-page .section-1 h1 {
		font-size: 45px;
	}

	.detail-news-alumni .article-title {
		font-size: 1.5rem;
	}

	.detail-news-alumni .article-content {
		font-size: 0.9rem;
	}

	.detail-news-alumni .popular-item {
		margin-bottom: 15px;
	}

	.detail-news-alumni .popular-image {
		height: 120px;
	}
}

  .kerjasama-item {
        margin-bottom: 30px; /* ubah nilai sesuai kebutuhan (misal 50px untuk lebih lebar) */
    }
