html{
	scroll-behavior: smooth;
	position: relative
}

body {
    background: rgb(230,229,255);
	background: linear-gradient(90deg, rgba(230,229,255,1) 0%, rgba(230,230,255,1) 67%, rgba(0,212,255,1) 100%);
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
    font-family: 'Lato', sans-serif;
}

/* carousel css */
.slide-carousel{
    object-fit: cover;
    max-height:80%;
	width: 680px;
	padding: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 2px;
	overflow: hidden;
}
  
/* end of carouse css */
/* card behavior css */
.card{
	height: 60%;
	width: 16rem;
	margin-left: 10px;
	object-fit: contain;
}

.card-body .card-text{
	text-align: justify;
	size: 8px;
}

.content-img{
	height: 180px;
	margin: auto;
	position: center;
}

.embed-responsive .img-fluid{
	width: 100%;
	height: 100%;
	margin: auto;
	position: center;
	object-fit: cover;
}

.contentLogo{
    width: 90%;
    height: 30%;
    float: center;
	object-fit: cover;
}

.card-img-top{
	height: 40vh;
	width: 100%;
	margin: auto;
	object-fit: cover;
}

.row .card:hover{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	transform: scale(1.05);
}

.row .card .card-img-top:hover{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	transform: scale(1.02);
}

.embed-responsive img{
	transition: transform .5s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
/* modal behavior */
.card{
	width: 320px;
	object-fit: contain;
}
.embed-responsive .modal-content{
	height: 110vh;
	width: 100%;
	object-fit: cover;
	border: none;
}

.embed-responsive .img-fluid{
	height: 40vh;
	width: 100%;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	zoom: none;
}

.embed-responsive .img-fluid:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	overflow: visible;
}
/* end of card behavior css */

.kirim{
	margin-right: 10px;
	display: block;
	position: relative;
	margin-top: 5px;
}

hr{
	border-top: 8px solid;
	margin-top: 0.5em;
  	margin-bottom: 0.5em;
  	margin-left: auto;
  	margin-right: auto;
  	border-style: inset;
  	border-width: 1px;
}

.iso-content{
	height: 140px;
	margin-left: auto;
}

.rounded:hover{
	transform: scale(1.2);
}

.text{
	text-align: justify;
}

.style1{
	width: 200px;
	height: 180px;
	margin-bottom: 5px;
}
.style1:hover{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	transform: scale(1.5);
}

a{
	text-align: center;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

ul {
	list-style: square;
}

/*css swiper*/

.slider-box{
	height: 300px;
	width: 200px;
	position: relative;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

  .swiper-container {
	max-height: 100%;
  }

.swiper-slide{
	width: 250px !important;
}

.img-box{
	height: 280px;
	object-fit: cover;
	overflow: hidden;
}

.detail{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
}

.img-box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	@-moz-keyframes slider {     
		0% {
			left: 0; opacity: 0; 
		}     
		2% {
			opacity: 1; 
		}     
		20% {
			left: 0; opacity: 1; 
		}     
		21% {
			opacity: 0; 
		}     
		24% {
			opacity: 0; 
		}     
		25% {
			left: -768px; opacity: 1; 
		}       
		45% {
			left: -768px; opacity: 1; 
		}     
		46% {
			opacity: 0; 
		}     
		48% {
			opacity: 0; 
		}     
		50% {
			left: -1536px; opacity: 1; 
		}     
		70% {
			left: -1536px; opacity: 1; 
		}     
		72% {
			opacity: 0; 
		}     
		74% {
			opacity: 0; 
		}    
		75% {
			left: -2304px; opacity: 1; 
		}   	
		95% {
			left: -2304px; opacity: 1; 
		}   	
		97% { 
			left: -2304px; opacity: 0;
		}   	
		100% {
			left: 0; opacity: 0; 
		}
	} 
	 
	@-webkit-keyframes slider {     
		0% {
			left: 0; opacity: 0; 
		}     
		2% {
			opacity: 1; 
		}     
		20% {
			left: 0; opacity: 1; 
		}     
		21% {
			opacity: 0; 
		}     
		24% {
			opacity: 0; 
		}     
		25% {
			left: -768px; opacity: 1; 
		}       
		45% {
			left: -768px; opacity: 1; 
		}     
		46% {
			opacity: 0; 
		}     
		48% {
			opacity: 0; 
		}     
		50% {
			left: -1536px; opacity: 1; 
		}     
		70% {
			left: -1536px; opacity: 1; 
		}     
		72% {
			opacity: 0; 
		}     
		74% {
			opacity: 0; 
		}    
		75% {
			left: -2304px; opacity: 1; 
		}   	
		95% {
			left: -2304px; opacity: 1; 
		}   	
		97% { 
			left: -2304px; opacity: 0;
		}   	
		100% {
			left: 0; opacity: 0; 
		}
	} 
	 
	 
	@keyframes slider {     
		0% {
			left: 0; opacity: 0; 
		}     
		2% {
			opacity: 1; 
		}     
		20% {
			left: 0; opacity: 1; 
		}     
		21% {
			opacity: 0; 
		}     
		24% {
			opacity: 0; 
		}     
		25% {
			left: -768px; opacity: 1; 
		}     
		45% {
			left: -768px; opacity: 1; 
		}     
		46% {
			opacity: 0; 
		}     
		48% {
			opacity: 0; 
		}     
		50% {
			left: -1536px; opacity: 1; 
		}     
		70% {
			left: -1536px; opacity: 1; 
		}     
		72% {
			opacity: 0; 
		}     
		74% {
			opacity: 0; 
		}    
		75% {
			left: -2304px; opacity: 1; 
		}   	
		95% {
			left: -2304px; opacity: 1; 
		}   	
		97% { 
			left: -2304px; opacity: 0; 
		} 
	 
		100% {
			left: 0; opacity: 0; 
		}
	}
}
.swiper-container {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
  }


/*swiper end*/
.img-thumbnail{
	max-height: 150px;
	max-width: 150px;
	object-fit: cover;
}

.detail-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.item{
	display: flex;
	flex-direction: column;
}

.col-md-2{
	max-width: 50px;
	max-height: 50px;
	border: none;
}

.container-sm{
    width: 20%;
    height: 20%;
    float: right;
	max-width: 37.5rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
}

img .content{
	max-width: 150px;
	max-height: 130px;
	float: none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: auto;
	object-fit: cover;
}

.marquee-content{
	max-height: 145px;
	object-fit: cover;
	padding-right: 10px;
	padding-left: 10px;
}

/* tab css */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

.tab button {
	background-color: inherit;
	margin: 5px;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

.tab button:hover {
	background-color: #ddd;
}

.tab button.active {
	background-color: #ccc;
}
/*end of tab css */