@import url(daftarproduct.css);
@import url(daftarnews.css);

.informasiberanda {
     text-align: center;
     color: #A1A1A1;
}
.informasiberanda strong {
     margin:10px 0px 5px 0px;
     font-size:20px;
     text-transform:uppercase;
     color: #333;
     font-weight: 300;
     display: block;
}
.informasiberanda p {
     margin-bottom:10px;
}
.informasiberanda .selengkapnya a {
     width:100px;
     text-align:center;
     padding:10px;
     font-weight:bold;
     display:block;
     margin:0px auto;
     background: #333;
     color:#fff;
}
.informasiberanda .selengkapnya a:hover {
     background:#000;
     color:#FFF;
}

.text3  {
     font-size:16px;
     color: white;
     background: #1E1E1E;
     padding: 60px 0px;
     text-align: center;
}
.text3 strong {
     margin:0px;
     clear:both;
     font-size:30px;
}
.text3 p {
     margin:0px;
}
.text3 .hubungikami {
     display:block;
     margin:20px auto;
     color:white;
     padding:20px;
     text-align:center;
     width:200px;
     font-size:18px;
     text-transform:uppercase;
     background: #B92B2B;
}
.hubungikami:hover{
     background:#333;
     color: white;
}

.text1 {
     background: #1E1E1E;
     color: white;
}

.kotakinfo {grid-gap:10px;}

.map {
	position: relative;
	height:300px; overflow:hidden;
	display:block;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel {
     margin-right: auto;
     margin-left: auto;
}

.carousel  div {
	padding: 0px 10px;
	text-align: center;
}



.thumbnailTestimoni {
     object-fit:cover;
     height: 200px;
     width: 200px;
}

.more a {
     color:white;
     padding: 10px;
     border-radius: 5px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     background: #2f7dc2;
     margin: 20px auto 50px auto;
     display: block;
     text-align: center;
     color: white;
     font-weight: bold;
     width: 170px;
}
.more a:hover {
     background: #f60;
     color: #333333;
}

@media (max-width: 740px){
     .kotakinfo {grid-template-columns:1fr;}
     .carousel {width: 200px;}
}
@media (min-width: 741px){
     .kotakinfo {grid-template-columns:1fr 1fr 1fr;}
     .carousel {width: 600px;}
}
@media (min-width: 992px)
{
     .carousel { width: 1170px;}
}
