*
{
	transition: 1s all;
	box-sizing: border-box;
	line-height: 150%;
}

body
{
	/* background: rgb(128,206,236); */
	font-family: Flama;
	line-height: 150%;
	max-width: 100%;
}

.btn {
  /* default for <button>, but useful for <a> */
  display: inline-block;
  text-align: center;
  text-decoration: none;

  /* create a small space when buttons wrap on 2 lines */
  margin: 2px 0;

  /* invisible border (will be colored on hover/focus) */
  border: solid 1px transparent;
  border-radius: 4px;

  /* size comes from text & padding (no width/height) */
  padding: 0.5em 1em;

  /* make sure colors have enough contrast! */
  color: #ffffff;
  background-color: #9555af;
}
/* inverse colors on mouse-over and focus */
.btn:hover,
.btn:focus {
  color: #9555af;
  border-color: currentColor;
  background-color: white;
}

.body-lock
{
	overflow: hidden !important;
}

#baca-fokus
{
	border: 1px solid #fff;
	padding: 20px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 25px;
	text-decoration: none;
	transition: 0.25s;
}

#baca-fokus:hover
{
	background: #fff;
	color: #000;
	transition: 0.25s;
}

:root
{
	--primary: #FB836F;
	--primary-dark: #7E549F;
	--secondary: #FFCB3E;
	--secondary-2: #C1549C;
	--white: #fff;
	--secondary-3:#7E549E;
	--secondary-4: #1263A1;
	--secondary-5: #bf549b;
	--black:#000;
}
.bg-white{
	background-color: var(--white);
}
.bg-secondary-5{
	background-color: var(--secondary-5);
}
.bg-secondary-4{
	background-color: var(--secondary-4);
}
.bg-secondary-3{
	background-color: var(--secondary-3);
}
.bg-secondary-2{
	background-color: var(--secondary-2);
}
.bg-secondary{
	background-color: var(--secondary);
}
.bg-primary-dark{
	background-color: var(--primary-dark);
}
.bg-primary{
	background-color: var(--primary);
}

.text-secondary-4{
	color: var(--secondary-4);
}
.text-secondary-3{
	color: #7e549e;
}
.text-secondary-2{
	color: var(--secondary-2);
}
.text-secondary{
	color: var(--secondary);
}
.text-primary-dark{
	color: var(--primary-dark);
}
.text-primary{
	color: var(--primary);
}
.text-white{
	color: var(--white);
}
.text-black{
	color: var(--black);
}

h1 { line-height: 100%; }

p, li { font-size: 14px; }

.full-width { width: 100%; }

blockquote
{ 
	font-weight: 600;
	position: relative;
	z-index: 1;
	margin-top: 25px;
}

blockquote::before
{
	content: " ";
	position: absolute;
	top: -13px;
	left: -5px;
	width: 40px;
	height: 40px;
	z-index: -1;
	background: url('../images/quote.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.upper{
	text-transform: uppercase;
}

.fs-18{
	font-size: 15px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-30{
	font-size: 24px;
}
.fs-31{
	font-size: 28px;
}

.fs-50{
	font-size: 50px;
}
.fs-50-n{
	font-size: 50px;
	margin-bottom: -5%;
}

.lh-10{
	line-height: 10px;
}
.list-visi-misi, .list-riwayat-jabatan {
	margin-left:-15px;
}
.text-left{ text-align: left; }
.text-right{ text-align: right; }

.content-v-top-left
{
	position: absolute;
	width: 50%;
	padding: 0;
	z-index: 99;
	left: 0px;
	top: -10px;
}
.content-v-top-right
{
	position: absolute;
	width: 50%;
	padding: 0;
	z-index: 99;
	right: 0px;
	top: -10px;
}
.content-v-bottom-left
{
	position: absolute;
	width: 50%;
	padding: 0;
	z-index: 99;
	left: 0px;
	bottom: 350px;
}
.content-v-bottom-right
{
	position: absolute;
	width: 50%;
	padding: 0;
	z-index: 99;
	right: 0px;
	bottom: 350px;
}

.content
{
	text-align: center;
	position: absolute;
	width: 750px;
	padding: 40px;
	z-index: 99;
	right: 0px;
	bottom: 100px;
}

.content-data
{
	text-align: center;
	position: absolute;
	width: 85%;
	padding: 2.5%;
	z-index: 99;
	left: 12.5%;
	right: 12.5%;
	font-weight: bold;
	top: -30px;
}

.content-why
{
	text-align: center;
	position: absolute;
	width: 75%;
	padding: 2.5%;
	z-index: 99;
	left: 12.5%;
	right: 12.5%;
	font-weight: bold;
	bottom: 50px;
}

.content-tips
{
	text-align: left;
	position: absolute;
	width: 80%;
	padding: 40px;
	z-index: 99;
	left: 20px;
	font-weight: bold;
	bottom: 150px;
}

.content-left
{
	text-align: left;
	position: absolute;
	width: 650px;
	padding: 40px;
	z-index: 99;
	left: 100px;
	bottom: -25px;
}
.content-left-pk
{
	text-align: left;
	position: absolute;
	width: 800px;
	padding: 40px;
	z-index: 99;
	left: 75px;
	bottom: -25px;
}

.content-right
{
	text-align: left;
	position: absolute;
	width: 650px;
	padding: 40px;
	z-index: 99;
	right: 100px;
	bottom: -25px;
}

.content-right-tips
{
	text-align: left;
	position: absolute;
	width: 650px;
	padding: 40px;
	z-index: 55;
	right: 10px;
	bottom: 0px;
}

.content-right-pk
{
	text-align: left;
	position: absolute;
	width: 800px;
	padding: 40px;
	z-index: 99;
	right: 75px;
	bottom: -25px;
}

.content-button-left
{
	text-align: center;
	position: absolute;
	width: 200px;
	padding: 40px;
	z-index: 99;
	left: 0px;
	top: -20px;
}
.content-button-left-pk
{
	text-align: center;
	position: absolute;
	width: 300px;
	padding: 40px;
	z-index: 99;
	left: 0px;
	top: -20px;
}

.content-button-right
{
	text-align: center;
	position: absolute;
	width: 200px;
	padding: 40px;
	z-index: 99;
	right: 0px;
	top: -20px;
}

.content-button-right-pk
{
	text-align: center;
	position: absolute;
	width: 300px;
	padding: 40px;
	z-index: 99;
	right: 0px;
	top: -20px;
}

.content-back
{
	text-align: center;
	position: absolute;
	width: 300px;
	padding: 40px;
	z-index: 99;
	right: 0px;
	top: -10px;
}

#section2 .content-center, #section6 .content-center, #section7 .content-center, #section8 .content-center{
	text-align: center;
	position: absolute;
	width: 600px;
	z-index: 99;
	right: 28%;
	left: 28%;
	bottom: 100px;
}

#section3 .content-center, #section4 .content-center, #section5 .content-center{
	text-align: center;
	/*background: var(--secondary);*/
	position: absolute;
	width: 650px;
	padding: 40px;
	z-index: 99;
	right: 28%;
	left: 28%;
	bottom: 0px;
}

.content-comments
{
	text-align: left;
	z-index: 99;
	top: 0px;
}

.full-page-notice
{
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	z-index: 999;
	padding: 10%;
	position: fixed;
	color: #fff;
	background: var(--primary);
}

.section
{
	overflow: hidden;
}

#section1{
	text-align: justify;
	text-transform: uppercase;
}

.btn-recipe
{
	display: none; 
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary-dark);
	border-radius: 10px;
}

.close-button
{
	height: 25px;
	width: 25px;
	position: relative;
	box-sizing: border-box;
	line-height: 50px;
	display: inline-block;
}
.close-button:before, .close-button:after
{
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -25px;
	display: block;
	height: 5px;
	width: 25px;
	background-color: #fff;
	transition: all 0.25s ease-out;
}
.close-button:after
{
	transform: rotate(-135deg);
}

.close-button:hover:before, .close-button:hover:after
{
	transform: rotate(0deg);
}

.large-content-space
{
	padding: 7%;
}

.kompas img
{
	width: 100%;
}

/* 
 * Home
 * Author: Rano, Jerry
 *
 */
.btn-back
{
	z-index: 0;
	right:0%;
	top: -100%;
}

.intro-img
{
	position: fixed;
	height: 100%;
	z-index: 0;
}

.intro-s-1
{
	top: 0;
	z-index: 1;
}
.intro-s-2-left-tnt
{
	top:100%;
	left: 0%;
	z-index: 0;
}
.intro-s-2-left
{
	top:100%;
	left: -10%;
	z-index: -1;
}
.intro-s-2-right
{
	top:100%;
	right: -10%;
	z-index: -1;
}

.intro-img-1
{
	top: 0;
	z-index: 1;
}

.intro-img-2
{
	z-index: 3;
	left:0%;
	top: 100%;
}

.intro-img-3
{
	z-index: 2;
	left:0%;
	top: 200%;
}

.intro-img-4
{
	z-index: 4;
	left:0%;
	top: 300%;
}

.intro-img-5
{
	z-index: 5;
	left:0%;
	top: 400%;
}

.intro-img-6
{
	z-index: 6;
	left:0%;
	top: 500%;
}

.intro-img-7
{
	z-index: 7;
	top: 600%;
}

.intro-img-8
{
	z-index: 7;
	top: 700%;
}

.intro-img-9
{
	z-index: 7;
	top: 800%;
}


.intro-img-1-up
{
	top: 0;
	z-index: 1;
}

.intro-img-2-up
{
	z-index: 3;
	top: -100%;
}

.intro-img-3-up
{
	z-index: 2;
	top: -100%;
}

.intro-img-4-up
{
	z-index: 4;
	top: -100%;
}

.intro-img-5-up
{
	z-index: 5;
	top: -100%;
}

.intro-img-6-up
{
	z-index: 6;
	top: -100%;
}

.intro-img-7-up
{
	z-index: 7;
	top: -100%;
}

.intro-img-8-up
{
	z-index: 7;
	top: -100%;
}

.intro-img-9-up
{
	z-index: 7;
	top: -100%;
}


.intro-img-1-pull
{
	top: -100%;
}

.intro-img-s-1-pull
{
	top: -100%;
}
.intro-img-s-2-right-pull{
	right: -100%;
	z-index: 1;
}
.intro-img-s-2-left-pull{
	left: -100%;
	z-index: 1;
}



/* Timeline Pemilu */
#section3, #section4, #section5{
	top:0;
}
#section3 .content-center h1, #section4 .content-center h1, #section5 .content-center h1{
	font-size: 45px;
}

#section3 h2, #section4 h2, #section5 h2{
	font-size: 26px;line-height: 0px;
}
#section3 span, #section4 span, #section5 span{
	font-size: 25px;line-height: 0px;
}

/*
 * Mahasiswa Sehat
 * Author: Jerry
 *
 */

.mahasiswa-sehat-img
{
	position: absolute;
	top: 7%;
	left: 7%;
	width: 700px;
	height: auto;
}

/*
 * Resep
 * Author: Jerry
 *
 */

.resep-compare
{
	position: relative;
	display: inline-block;
	height: 100vh;
	width: 50vw;
	top: 0px;
}

.resep-compare img
{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.recipe-contain
{
	display: inline-block;
	width: 50%;
	height: 100%;
}

.btn-close-recipe
{
	position: absolute;
	right: 20px;
	top: 30px;
}
  
/* .resep-compare .resep-image-container
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
  
.resep-compare img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	vertical-align: middle;
}
  
.resep-compare-slider
{
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 40px;
	height: 40px;
	background-color: #2196F3;
	opacity: 0.7;
	border-radius: 50%;
} */

/* 
 * Komentar Mahasiswa
 * Author: Rano, Jerry
 *
 */

#komentar-mahasiswa
{
	height: 100%;
}

#komentar-mahasiswa-content
{
	position: relative;
}

#intro-img-thumb-mhs-2
{
	top: calc(33.33% + 0rem);
}

#intro-img-thumb-mhs-3
{
	top: calc(66.66% + 0rem);
}


.intro-img-thumb-container
{
	height: 100%;
}

.intro-img-thumb
{
	width: 200px;
	height: calc(33.33% - 0rem);
	padding: 0;
	margin:0;
	top: 0rem;
	left: 0rem;
	object-fit: cover;
	position: absolute;
}

.intro-img-thumb:hover
{
	cursor:pointer;
	padding: 20px;
}

#intro-img-selected
{
	position: absolute;
	top: 1rem !important;
    left: calc(200px + 1rem);
    height: calc(100% - 45px);
    width: calc(100% - 300px);
}

/*
 * Spacing
 *
 */

.add-top-100  { top: 0%; }
.add-left-100  { left: -20%; }
.add-right-100  { right: -20%; }
.display-none{ display: none; }
.p-all-40 { padding: 40px; }
.p-all-60 { padding: 60px; }
.m-top-20 { margin-top: 20px; }
.rem-space { padding: 0px; margin: 0px; }

.main-title { font-size: 68px; }
.main-title-tips { font-size: 7em; }
.main-title-data { font-size: 3.5em;text-align: center;top:0; }
.main-title-why-1 { font-size: 5em;text-align: center;margin-bottom:-8%; }
.main-title-why-2 { font-size: 6.5em;text-align: center; }
.main-title-content-right, .main-title-content-left{
	font-size: 40px;
}
a .main-title {text-decoration: none;}

/*
 * Cara Jaga Kesehatan
 * Author: Rano, Jerry
 *
 */

.bg-creme { background: rgb(251,243,220); }

.cara-jaga-content-container
{
	position: relative;
	width: 60%;
}

.content-3
{
	padding-left: 450px;
	/* text-align: left;
	position: absolute;
	width: 550px;
	line-height: 1.5em;
	padding-top: 26%;
	font-size: 1.4em;
	z-index: 99;
	left: 170px;
	top: 0px; */
}

.content-2
{
	padding-top: 0px;
	padding-left: 100px;
	/* text-align: left;
	position: absolute;
	width: 850px;
	line-height: normal;
	padding-left: 19.5%;
	z-index: 99;
	left: 200px;
	top: 0px; */
}


.intro-img-jaga
{
	position: absolute; 
	width: 400px; 
	left: 100px;
	z-index: 0;
	/* top: 8%;
	left: 8%; */
	/* top:2500%; */
	/* margin-top: 4%;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 7.5%; */
}

.intro-img-yt
{
	position: absolute;
	width: 400px;
	right: 0px;
	z-index: 99;
}

.intro-img-yt-fixed
{
	position: fixed;
	right: 100px;
	bottom: 200px;
}

.main-title-2 { font-size: 45px; line-height: 1.2em; font-weight:bold; margin-bottom: -20px; }
.back-title { font-size: 30px; font-weight: 600; line-height: 1.5em; }

/* 
.intro-img-nomor-2
{
	position: absolute;
	width: 38%;
	line-height: normal;
	z-index: -1;
	left: -85px;
	top: -8%;
}

.intro-img-nomor-3
{
	position: absolute;
	width: 38%;
	line-height: normal;
	z-index: -1;
	left: 50px;
	top: -34%;
}

.intro-img-nomor-4
{
	position: absolute;
	width: 38%;
	line-height: normal;
	z-index: -1;
	left: -30px;
	top: -2%;
}

.intro-img-nomor-5
{
	position: absolute;
	width: 38%;
	line-height: normal;
	z-index: -1;
	left: -155px;
	top: -10.5%;
} */

.content-nomor
{
	text-align: left;
	position: relative;
	width: 600px;
	line-height: normal;
	/* padding-top: 9%; */
	padding-right: 50px;
	z-index: 99;
	left: 160px;
	top: 0px;
}

.intro-img-nomor
{
	position: absolute;
	width: 100px;
	/* line-height: normal; */
	z-index: -1;
	left: 0;
	top: 0;
}

.content-nomor h1
{
	padding-left: 30px;
	padding-top: 10px;
}

.content-desc-tips
{
	text-align: justify;
	width: 640px;
	line-height: 1.5em;
	padding-top: 50px;
	padding-left: 160px;
	padding-right: 50px;
	font-size: 1.3em;
	z-index: 99;
	/* padding-top: 18%; */
	/* right: 97px; */
	/* top: 0px; */
}

.intro-img-quote
{
	position: absolute;
	width: 40%;
	padding: 40px;
	z-index: -1;
	font-size: 1.6em;
	line-height: 1.5em;
	right: 19%;
	top: -17%;
}

.content-quote
{
	position: absolute;
	width: 550px;
	right: 5%;
	top: 5%;
	/* text-align: left;
	position: absolute;
	width: 550px;
	padding: 40px;
	padding-top: 6%;
	z-index: 0;
	font-size: 1.4em;
	line-height: 125%;
	right: 5.5%;
	top: 0px; */
}

.text-right
{
	text-align: right;
	margin-top: 0; 
	margin-right: 5%;
	font-weight: bold;
	font-size: 14px;
}

/*
 * Medik
 * Author: Rano, Jerry
 *
 */

.section-medik .content-2
{
	margin-top: 50px;
}

.section-medik .col-6
{
	padding-right: 20px;
}

.quote-center
{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 1.3em;
	line-height: 1.5em;
}

.intro-img-quote-medic
{
	position: absolute;
	width: 40%;
	padding: 40px;
	z-index: -1;
	font-size: 1.6em;
	line-height: 1.5em;
	left: 6%;
	top: 1.5%;
}

.intro-img-quote-4-medic
{
	position: absolute;
	width: 40%;
	padding: 40px;
	z-index: -1;
	font-size: 1.6em;
	line-height: 1.5em;
	right: 23%;
	top: -3%;
}

.img-medic .col-4
{
	padding: 10px;
}

.img-medic img
{
	width: 100%;
}

.credit-container
{
	font-size: 12px;
	background: var(--primary);
	color: #fff;
	padding: 5%;
}

.credit-container h1
{
	font-weight: 300;
	font-size: 14px;
	color: var(--secondary);
}

.credit-container p
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

/*
 * Columnar
 * Author: Rano
 *
 */
[class*="col-"] {
	width: 100%;
}

.col-1  { width: 8.33%; }
.col-2  { width: 16.66%; }
.col-3  { width: 25%; }
.col-4  { width: 33.33%; }
.col-5  { width: 41.66%; }
.col-6  { width: 50%; }
.col-7  { width: 58.33%; }
.col-8  { width: 66.66%; }
.col-9  { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

@media only screen and (max-width: 820px){
	.col-m-1 { width: 8.33%; }
	.col-m-2 { width: 16.66%; }
	.col-m-3 { width: 25%; }
	.col-m-4 { width: 33.33%; }
	.col-m-5 { width: 41.66%; }
	.col-m-6 { width: 50%; }
	.col-m-7 { width: 58.33%; }
	.col-m-8 { width: 66.66%; }
	.col-m-9 { width: 75%; }
	.col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
}

/*
@media only screen and (min-width: 768px){
	.col-1 { width: 8.33%; }
	.col-2 { width: 16.66%; }
	.col-3 { width: 25%; }
	.col-4 { width: 33.33%; }
	.col-5 { width: 41.66%; }
	.col-6 { width: 50%; }
	.col-7 { width: 58.33%; }
	.col-8 { width: 66.66%; }
	.col-9 { width: 75%; }
	.col-10 { width: 83.33%; }
	.col-11 { width: 91.66%; }
	.col-12 { width: 100%; }
} */

.row:after
{
	content: '';
	clear: both;
	display: block;
	margin:0px;
	padding: 0;
}
.row div{ float:left; }
.row { display: block; float: none !important; }

.p-comments{
	padding: 1em;
}


.clear{ clear: both; }

.comment-name{ font-weight: 600; line-height: 0.75; }
.comment-caption{ font-weight: 500;  }
.text-comment{margin-top:7.5%; text-align: justify;}

div .col-12 img{
	cursor: pointer;
}

/*
 * Responsive Umum
 * Author: Jerry
 *
 */
@media screen and (max-width: 820px)
{

	.credit-container { padding: 10px; padding-left: 5%; padding-right: 5%; }
	.credit-container h1 { font-size: 12px; }
	.credit-container p { font-size: 10px; }

	h1 { font-size: 24px; }
	
	.content
	{
		padding: 5%; 
		width: 100%;
		left: 0px;
	}

	.kmc-1,
	.kmc-2
	{
		position: relative;
	}

	.kmc-1 .content,
	.kmc-2 .content
	{
		/* width: 50%; */
		/* float: right; */
	}
	
	.main-title { font-size: 48px; }

	.intro-img
	{
		/* object-fit: cover;
		object-position: center; */
		opacity: 0.25;
	}

	.intro-img-1 { opacity: 1.0; }
	.p-resp-25 { padding: 25px; }
	.resep-detail
	{
		position: absolute;
		left: -100%;
		top: 0px;
		width: 100%;
		height: 100%;
		padding: 5%;
		color: #fff;
		background: var(--primary);
		opacity: 0;
	}
	.btn-recipe { display: inline-block; }
	.recipe-detail-open
	{
		left: 0px;
		opacity: 1;
	}

	.mahasiswa-sehat-img
	{
		position: absolute;
		top: 10%;
		left: 8%;
		width: 400px;
		height: auto;
		opacity: 0.4;
	}

	.intro-img-jaga
	{
		width: 200px;
		top: 50px;
		right: 50px;
	}

	.cara-jaga-content-container
	{
		width: 100%;
		padding: 40px;
	}

	.content-3
	{
		padding-left: 240px;
	}

	.content-2
	{

	}

	.main-title-2
	{
		font-size: 24px;
	}

	.back-title
	{
		font-size: 18px;
		margin-top: 40px;
	}

	.content-nomor
	{
		left: 50px;
	}

	.content-desc-tips
	{
		padding-left: 50px;
	}

	.content-quote,
	.intro-img-yt
	{
		display: none;
	}

	.intro-img-thumb
	{
		width: 100px;
	}

	#intro-img-selected
	{
		position: absolute;
		top: 1rem !important;
		left: calc(100px + 1rem);
		height: calc(100% - 45px);
		width: calc(100%);
	}
/* 
	#intro-img-thumb-mhs-2
	{
		top: calc(200px + 1rem);
	}

	#intro-img-thumb-mhs-3
	{
		top: calc(400px + 1rem);
	}
	.intro-img-thumb
	{
		width: 200px;
		height: calc(33.33% - 1em);
		padding: 0;
		margin:0;
		top: 1rem;
		left: 1rem;
		object-fit: cover;
		position: absolute;
	}
	 */

}








/*
	Kenapa Kita Harus Memilih
	Author: Rano
*/

* {
  box-sizing: border-box;
}

.video-top-left{
	left:0;
	top:0;
	margin-left: 50%;
}
.video-top-right{
	right:0;
	top:0;
	margin-right: 50%;
}
.video-bottom-left{
	left:0;
	bottom:0;
}
.video-bottom-right{
	right:0;
	bottom:0;
}
#video1,#video2,#video3,#video4 {
  position: absolute;
  width: 100%;
}

.content-video {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.clearfix{
	clear: both;
}