/* Custom bootstrap - Tanauan Institute Official - mvzitsolutions */

@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic,Arial,Arial+black");

#main {
		padding: 2em 0;
}

body.is-preload {
	margin: 0;
}

body #main {
	margin-top: -13em;
}

body #main2 {
	margin-top: 1em;
}

p{
	text-align: justify;
	line-height: 2;
}

h1{
	line-height: 0;
	font-size: 25px;
	color:#010145;
}

h3{
	font-size: 20px;
	color:#010145;
}

ul{
	style="text-align: left;
	line-height: 2;
}

.container {
	margin: 0 auto;
	max-width: calc(100% - 5em);
	width: 70em;
	z-index: 2;
}

.container a{
		text-decoration: none;
	}

.container a:hover{
		text-decoration: underline;
		color:#010145; /* navy blue */
	}

.default-link a{
		text-decoration: underline;
		color:#010145; /* navy blue */
		font-weight: bold;
	}

.default-link a:hover{
		text-decoration: underline;
		color:#010145; /* navy blue */
	}

.label{
		color:#010145;
		font-weight: bold;
		text-align: left;
	}

.label2{
		color:#010145;
		font-size: 55px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}

.label3{
		color:#777;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

#banner {
	background-attachment: scroll,fixed;
}

#banner .banner-text{
	position: absolute;
	margin: 4.2em 0 0 2em;
	color: #fff;
	font-size: 40px;
	font-family: Arial;
	font-weight: bolder;
}

#banner .btext-f{
	color: #fff;
	padding: 0.5em;
}

#top-border {
	position: absolute;
	background-color: #010145;
	height: 10px;
	width: 100%;
	z-index: 10;
}

/*
.nav {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Arial;
	position: fixed;
	margin: 0;
	width: 100%;
	height: 105px;
	transition: 0.6s;
	z-index: 10;
}

/* Dropdown Button *//*
.nav .dropbtn {
  background-color: transparent;
  color: #fff;
  padding: 40px 30px 40px 30px;
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  border: none;
  cursor:pointer;
}

/* The container <div> - needed to position the dropdown content *//*
.nav .dropdown {
	float: right;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) *//*
.nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
}

/* Links inside the dropdown *//*
.nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 	transition: 0.3s ease-in-out;
}

/* Change color of dropdown links on hover *//*
.nav .dropdown-content a:hover{
	background-color: #ddd;
	color: #010145;
	padding-left: 19px;
}

/* Show the dropdown menu on hover *//*
.nav .dropdown:hover .dropdown-content {display: block;}*/

#footer {
	background: #06163a;
	color: #d6d6d6;
	margin: 2em 0 0 0;
	padding: 2em 0 2em 0;
	text-align: center;
}

#footer .copyright {
	color: #fff;
	font-family: arial;
}



/*///////////////////////////////////////////////////////////////////////////////////*/



/*box background layout - for dboard*/ 
.box {
		background: transparent;
		margin: 0 0 2em 0;
		padding:0;
		z-index: 5;
	}

/*merge row*/
.box .features-row:after {
	clear: both;
	content: '';
	display: block;
}

/*size of column*/
.box .features-row section {
	float: left;
	width: 100%;
}

/*box0 background layout  - for oscc*/
.box0 {
		background: transparent;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 0 2em 0;
		padding:0;
		font-family: arial;
		color: #777;
		text-align: left;
	}

/*merge row*/
.box0 .features-row:after {
	clear: both;
	content: '';
	display: block;
}

/*size of column*/
.box0 .features-row section {
	padding:1em;
	float: left;
	width: 33%;
}

.box0 a{
		color:#777;
		transition: 0.3s ease-in-out;
	}

.box0 a:hover{
		color: #010145;
		padding-left: 5px;
	}

.box0 ul{
	padding-left: 5px;
}



/*box0 background layout  - for oscc - index only*/
.box00 {
		background: transparent;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 0 2em 0;
		padding:0;
		font-family: arial;
		color: #777;
		text-align: left;
	}

/*merge row*/
.box00 .features-row:after {
	clear: both;
	content: '';
	display: block;
}

/*size of column*/
.box00 .features-row section {
	padding:1em;
	float: left;
	width: 50%;
}

.box00 a{
		color:#777;
		transition: 0.3s ease-in-out;
	}

.box00 a:hover{
		color: #010145;
		padding-left: 5px;
	}


/*dboard layout*/
#dboard {
	float: inline-start;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 24.4%;
  height: 150px;
  margin: 0.2em;  
  z-index: 3;
}

#dboard i {
	padding-left: 40px;
	color: #fff;
	font-size: 60px;
	transition: 0.3s ease-in-out;
}

#dboard span {
	color: white;
	font-size: 25px;
	font-family: arial;
	font-weight: bold;
}


#dboard .column {
	padding-top: 2.5em ;
  float: left;
  width: 50%;
}

#dboard .column1 {
	padding-top: 2.5em ;
  float: left;
  width: 50%;
}



#dboard .row:after {
  content: "";
  display: table;
  clear: both;
}

#dboard:hover {
	background: #010145;
}

#dboard:hover i{
	font-size: 63px;
}


/******** For three column 33/33/33 ********/
.cont0{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont0-body{
	padding:1em;
	line-height: 1.5;
}

.cont0-col {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.cont0-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}

.cont0 a{
		color:#010145;
	}

.cont0 a:hover{
		text-decoration: underline;
	}

.cont0 span{
		font-size: 13px;
	}

/******** For one column 100 ********/
.cont1{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont1-body{
	text-align: justify;
	line-height: 2;
}

.cont1-col {
  float: left;
  width: 100%;
}

/* Clear floats after the columns */
.cont1-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}

.cont1 a{
		color:#777;
		transition: 0.3s ease-in-out;
	}

.cont1 a:hover{
		color: #010145;
		padding-left: 5px;
	}

.cont1 span{
		font-size: 13px;
	}

/******** For two column 70/30 ********/
.cont2{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont2-body{
	text-align: justify;
	line-height: 2;
}

.cont2-col {
  float: left;
  width: 70%;
}

.cont2-body2{
	font-weight: bold;
	padding-left: 2em;
	text-align: justify;
	line-height: 2;
}

.cont2-col2 {
  float: left;
  width: 30%;
}

/* Clear floats after the columns */
.cont2-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}

.cont2 a{
		color:#777;
		transition: 0.3s ease-in-out;
	}

.cont2 a:hover{
		color: #010145;
		padding-left: 5px;
	}

.cont2 span{
		font-size: 13px;
	}


/******** For two column 50/50 ********/
.cont3{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont3-body{
	text-align: justify;
	line-height: 2;
}

.cont3-col {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.cont3-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}

.cont3 a{
		color:#777;
		transition: 0.3s ease-in-out;
	}

.cont3 a:hover{
		color: #010145;
		padding-left: 5px;
	}


/******** For full column 100 ********/
.cont4{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont4-body{
	text-align: justify;
	line-height: 2;
}

.cont4-col {
  float: left;
  width: 100%;
}

/* Clear floats after the columns */
.cont4-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}

.cont4 a{
		color:#777;
	}

.cont4 a:hover{
		color: #010145;
		text-decoration: underline;
	}




/******** For three column 33/33/33 - for applicants ********/
.cont000{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont000-body{
	padding:1em;
	line-height: 1.5;
}

.cont000-col {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.cont000-row:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 2em;
}




/* Hover effects for applicants */
.overlay-blue{
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}

.overlay-blue::before{
	content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 69, 0.6); /* Change the color and opacity as needed */
}

.overlay-blue img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overlay-blue:hover::before{
	background-color: transparent;
	cursor: pointer;
	transition: 0.3s;
}

.overlay-blue:hover .sis-fac-bgtext{
	bottom: 0;
  height: 30%;
}

/*Hover effects for overlay-blue*/
.sis-fac-text{
	position: absolute;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 11em 0 0 0;
	text-align: center;
	line-height: 1;
}

.sis-fac-bgtext{
	position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: rgba(1, 1, 69, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease-in-out;
}


/*************************************************************/

.two-col-list{
	width: 100%;
	text-align: center;
	line-height: 1;
}

.two-col-list td {
  text-align: left;
  padding: 10px;
}

.two-col-list th {
	text-align: center;
	padding: 20px;
	height: 30px;
  background-color: #010145;
  color: white;
}

.two-col-list tr:nth-child(odd){background-color: #F1F1FF}

.fade1{
	animation: 1s fade1;
  animation-fill-mode: forwards;
  visibility: hidden;
}

.fade2{
	animation: 1s fade1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  visibility: hidden;
}

.fade3{
	animation: 1s fade1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  visibility: hidden;
}

/* Fading animation */
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.padding-col{
	padding: 2em;
}

.zero-line-height{
	line-height: 0;
}

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



/* Click here to apply hover */

.hover_image img{
	margin-left: -35px;
}

.hover_image:hover {
	text-decoration: none
}

.hide {
	display:none
}

.hover_image:hover img:first-child{
	display:none
}
.hover_image:hover img:last-child{
	display:inline-block
}




/*************************************************************/
/* Mobile */



@media screen and (max-width: 1000px) {
    
body #main {
	margin-top: -2em;
}

.slideshow-container {
   padding-top: 4.5em;
}
    
.nav {
	height: 50px;
}

.container {
	max-width: calc(100% - 3em);
	width: 70em;
}

#dboard {
  width: 100%;
  height: 100px;
}

#dboard .column {
	padding-top: 2em ;
}

#dboard span {
	color: white;
	font-size: 20px;
}

#dboard i {
	padding-left: 40px;
	font-size: 40px;
}

#dboard:hover i{
	font-size: 50px;
}

.box00 .features-row section {
	float: left;
	width: 100%;
}

.box00 ul {
	padding-left:10px;
}

.box0 .features-row section {
	float: left;
	width: 100%;
}

.box0 ul {
	padding-left:10px;
}

.cont0-col {
  float: left;
  width: 100%;
}

.cont1-col {
  float: left;
  width: 100%;
}

.cont2-col {
  float: left;
  width: 100%;
}

.cont2-col2 {
  float: left;
  width: 100%;
}

.cont3-col {
  float: left;
  width: 100%;
}

.cont4-col {
  float: left;
  width: 100%;
}

#footer {
	margin: 1em 0 0 0;
	padding: 1em 0 1em 0;
}

#footer .copyright {
	font-size: 10px;
}
.maxheight2{
	height: 150px;
}

#banner .banner-text{
	margin: 4.5em 0 0 1em;
	font-size: 20px;
}

h1{
	line-height: 1.5;
	font-size: 20px;
}

h3{
	font-size: 18px;
}

#dboard {
  background: #010145;
}

#dboard .column {
	padding-top: 1.8em ;
  float: left;
  width: 30%;
}

#dboard .column1 {
	padding-top: 1.8em ;
  float: left;
  width: 70%;
}


.cont000{
	font-family: arial;
	color: #777;
	text-align: left;
}

.cont000-body{
	padding:0.1em;
	line-height: 1.5;
}

.cont000-col {
  float: left;
  width: 33%;
}

.sis-fac-text{
	font-size: 25px;
	font-weight: bold;
	padding: 16em 1em 1em 1em;
	line-height: 1;
}

}

@media screen and (max-width: 600px) {

.sis-fac-text{
	font-size: 14px;
	font-weight: bold;
	padding: 11em 1em 1em 1em;
	line-height: 1;
}

}



@media screen and (max-width: 400px) {

.sis-fac-text{
	font-size: 12px;
	font-weight: bold;
	padding: 11em 1em 1em 1em;
	line-height: 1;
}

}







/*******nav menu********/




/* Add a black background color to the top navigation */
.nav {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Arial;
	position: fixed;
	margin: 0;
	width: 100%;
	height: 105px;
	transition: 0.6s;
	z-index: 10;
}

.nav-container .icon {
  display: none;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav-container .title {
  text-decoration: none;
  margin-top: -8px;
  padding: 40px 30px 40px 5em;
	font-size: 20px;
	font-weight: bold;
  color: #fff;
  float: left;
}

.nav-container2{
	float: right;
  padding-right: 5em;
}

/* Dropdown Button */
.nav-container2 .dropbtn {
  background-color: transparent;
  color: #fff;
  padding: 40px 30px 40px 30px;
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  border: none;
  cursor:pointer;
}


/* Style the links inside the navigation bar */
.nav-container2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

.dropdown-container {
  float: left;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	margin-top: 6.7em;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
 	transition: 0.3s ease-in-out;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover{
	color: #010145;
	padding-left: 19px;
}

.dropdown-container:hover .dropdown-content {display: block;}


@media screen and (max-width: 1000px) {

.dropdown-container:not(.nohover):hover .dropdown-content {display: block;}

.nav {
	height: 70px;
}

.nav-container .title {
  padding: 1.7em 0 0 1em;
	font-size: 15px;
}

.nav-container img {
  width: 40px;
  height: 40px;
}

.nav-container2.active{
	display: block;

}

.nav-container2 {
	float: none;
	display: none;
	padding-top: 4.3em;
	padding-right: 0;
}

.nav-container a.icon {
  float: right;
  display: block;
  padding: 1em 1em;
}

.nav-container2 .dropdown-container {
  float: none;
}

.nav-container2 .dropbtn {
  float: none;
  display: block;
  text-align:left;
  padding: 15px;
  font-size: 15px; 
  color: #010145;
  background-color: #fff;
}

.dropdown-content {
	display: none;
	position: relative;
	margin-top: 0em;
	color: #010145;
  background-color: #fff;
}

.dropdown-content a {
	display: block;
  color: #010145;
  padding: 10px 40px;
  text-decoration: none;
  text-align: left;
}

.dropdown-content a:hover{
	color: #010145;
	padding-left: 45px;
	text-decoration: underline;
}

.dropdown-content.active {
	background-color: #fff;
	display: block;
}

}






