.carousel-item {
	/* max-height: 500px; */
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#big-banner {
	height: auto;
	max-height: 600px;
}
.block-search {
	background: url('../img/bg/bg_search.png');
	background-size: cover;
	background-position: top right;
}
  
.mx-6
{
	margin-left: 3.8rem;
	margin-right: 3.8rem;
}

.border-carouse-course-top {
	border-radius: 24px 24px 0px 0px;
}

.border-carouse-course-bottom {
	border-radius: 0px 0px 24px 24px;
}
  
.navbar-home {
	padding-top: 0rem;
	padding-bottom: 0rem;
	position: absolute;
	border-top: none !important;
	top: 3rem;
	border-radius: 10px;
	background-image: url(../img/bg/plate_header.png) !important;
	background-position-x: center;
}
  
.max-1440
{
	max-width: 1440px;
}

.border-carouse
{
	border-radius: 24px;
}

.border-home {
	border-radius: 10px;
}

/*
Learning
*/
.bg-news {
	background: rgb(36,64,129);
	background: linear-gradient(180deg, rgba(36,64,129,1) 0%, rgba(54,121,172,1) 100%);
	height: 35%;
	width: 100%;
	position: absolute;
	top: 0;
}
.card-footer {
	background-color: transparent !important;
	border-top: 0px !important;
}
.img-courses-home {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.line-underline {
	height: 4px;
	position: inherit;
	display: block;
	width: 17%;
	left: 41%;
	background-color: var(--bs-tone-05);
}

.line-underline-cat {
	height: 4px;
	position: inherit;
	display: block;
	width: 10%;
	left: 45%;
	background-color: var(--bs-tone-05);
}

.line-underline-text-cat {
	height: 4px;
	position: inherit;
	display: block;
	width: 12%;
	background-color: var(--bs-tone-05);
}



.ml-2{
	margin-left: 0.5rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.menu-mobile{
	display:none;
}
.menu-daks{
	display:block;
}
.position-see{
	position: absolute;
	right: 0;
}
.position-enroll{
	position: absolute;
	right: 0;
}
.banner-cover{
	object-fit: cover;
	height: 505px; 
	max-height:40vw;
}
.img-size{
	height: 65px;
}
.img-course-title{
	max-height: 200px;
}

.sm-center{
	text-align: left;
}
.p-card{
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (max-width: 1336px) {
	.position-see{
		position: relative;
		padding-top: 15px;
		text-align: right;
	}
	.position-enroll{
		position: relative;
		text-align: right;
	}
	.img-size{
		height: 50px;
	}
	.banner-cover{
		object-fit: unset;
	}
}
@media only screen and (max-width: 768px) {
	.course-swiper {
		position:relative;
	}
	.navbar-home {
		background-image: url(../img/bg/plate_header.png) !important;
		top: 2rem;
	}
	.dropdown-menu{
		min-width: 15rem;
	}
	.menu-mobile{
		display:block;
	}
	.menu-daks{
		display:none;
	}
	.position-see{
		position: relative;
		padding-top: 15px;
		text-align: right;
	}
	.position-enroll{
		position: relative;
		text-align: right;
	}
	.banner-cover{
		object-fit: unset;
	}
	.img-size{
		height: 50px;
	}

}

@media only screen and (max-width: 600px) {
	.navbar-home {
		top: 0;
	}
    .dropdown-menu{
		min-width: 15rem;
	}
	.menu-mobile{
		display:block;
	}
	.menu-daks{
		display:none;
	}
	.p-mobile{
		margin-top: 53px;
	}
	.position-see{
		position: relative;
		padding-top: 15px;
		text-align: right;

	}
	.position-enroll{
		position: relative;
		text-align: right;

	}
	.banner-cover{
		object-fit: unset;
	}
	.img-size{
		height: 40px;
	}

	.img-course-title{
		max-height: 100%;
	}

	.sm-center{
		text-align: center;
	}

}


@media only screen and (max-width: 480px) {
	
	.img-size{
		height: 32px;
	}
	.p-mobile{
		margin-top: 53px;
	}
	.img-course-title{
		max-height: 100%;
	}

	.position-see{
		position: relative;
		padding-top: 15px;
		text-align: right;

	}
	.position-enroll{
		position: relative;
		text-align: right;

	}

	.sm-center{
		text-align: center;
	}

}