::-webkit-scrollbar {
  	display: none!important;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  	-ms-overflow-style: none!important;  /* IE and Edge */
  	scrollbar-width: none!important;  /* Firefox */
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
body.versi {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1366px;
	/* background-size: 100%!important; */
}
.overlay_body_home {
	width: 100%;
	height: 100%;
}
body.versi.satu.home {
	background: url(img/home_outsourcing.png) top center no-repeat;
	height: 6517px;
}
body.versi.dua.home {
	background: url(img/versi-2-home.png) top center no-repeat;
	height: 4952px;
}
body.versi.portal_news_pkt_kiri_1.home {
	background: url(img/portal_news_pkt_kiri_1.png) top center no-repeat;
	height: 1904px;
}
body.versi.portal_news_pkt_kiri_2.home {
	background: url(img/portal_news_pkt_kiri_2.png) top center no-repeat;
	height: 1907px;
}
body.versi.portal_news_pkt_tengah_1.home {
	background: url(img/portal_news_pkt_tengah_1.png) top center no-repeat;
	height: 3876px;
}
body.versi.portal_news_pkt_tengah_2.home {
	background: url(img/portal_news_pkt_tengah_2.png) top center no-repeat;
	height: 5508px;
}
body.versi.portal_news_pkt_tengah_3.home {
	background: url(img/portal_news_pkt_tengah_3.png) top center no-repeat;
	height: 3227px;
}
body.versi.portal_news_pkt_tengah_4.home {
	background: url(img/portal_news_pkt_tengah_4.png) top center no-repeat;
	height: 4786px;
}
body.versi.portal_news_pkt_kanan_1.home {
	background: url(img/portal_news_pkt_kanan_1.png) top center no-repeat;
	height: 3463px;
}
body.versi.portal_news_pkt_kanan_2.home {
	background: url(img/portal_news_pkt_kanan_2.png) top center no-repeat;
	height: 4911px;
}
body.versi.portal_news_pkt_kanan_3.home {
	background: url(img/portal_news_pkt_kanan_3.png) top center no-repeat;
	height: 7168px;
}
body.versi.portal_news_pkt_kanan_4.home {
	background: url(img/portal_news_pkt_kanan_4.png) top center no-repeat;
	height: 4687px;
}
body.hal-detail-produk {
	background: url(img/hal-detail-produk.png) top center no-repeat;
	height: 5223px;
}
body.hal-semua-produk {
	background: url(img/hal-semua-produk.png) top center no-repeat;
	height: 3166px;
}
body.form-nego {
	background: url(img/form-nego.jpg) top center no-repeat;
	height: 768px;
}

a {
	color: #596367;
	text-decoration: underline!important;
}
h1 {
	margin-left: 20px;
	margin-bottom: 0;
}
p {
	margin-top: 0;
}
.by {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-left: 20px;
	font-size: 20px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
    width: 20%;
    /* max-width: 273px; */
    display: inline-block;
    margin: 2%;
    margin-bottom: 40px;
}
hr {
    margin: 10px 0 30px;
    border-top: 1px solid #f1f1f1;
}
.nama_versi {
    float: left;
    width: 12%;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-top: 160px;
    margin-bottom: 210px;
    /* padding-left: 50px; */
    /* margin-right: 50px; */
    padding: 0 2%;
}
.thumb {
	width: 100%;
}
.thumb img {
	width: 100%;
	box-shadow: 0 0 32px rgba(0,0,0,0.3);
}
.title {
	text-align: center;
	margin-top: 20px;
}
a .title {
	text-decoration: underline;
}
.center_text {
	text-align: center;
}

/* Animasi Button */
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.btn_back_animation {
    position: fixed;
    left: 2px;
    bottom: 38px;
    width: 70px;
    height: 70px;
    font: 13px/70px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #d0017d;
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}

@media (max-width: 768px) {
	.nama_versi {
		margin-top: 80px;
		margin-bottom: 45px;
	}
	.nama_versi, li {
		float: none;
		width: 100%;
		display: block;
		padding: 0;
	}
	li {
		max-width: 273px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}