@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville&display=swap);
@import url(//fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
@import url(//fonts.googleapis.com/css?family=Titillium+Web);


:root {
	--darkblue: #003158;
	--denimblue: #0067ac;
	--blue: #0080c5;
	--skyblue: #3db9dc;
	--azure: #007bff;
	--darkyellow: #f1b53d;
	--yellow: #FC3;
	--butteryellow: #fc0;
	--softyellow: #ffe12e;
	--black: #0a0b18;
	--darkgrey: #333;
	--grey: #666;
	--softgrey: #999;
	--secondary: #CCC;
	--cloud: #e2e3e4;
	--mute: #f2f2f2;
	--plain: #F8F9F9;
	--red: #dc3545;
	--rosered: #F03E2C; 
	--softred: #ff5d48;
}




body{
	background-color: var(--plain);
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}


a {
	text-decoration: none; 
	transition: all .3s;
	color: var(--blue);
}

a:hover {
	color: var(--skyblue);
	text-decoration: none; 
	font-weight: 400;
}

.btn{
	font-family: 'Titillium Web';	border-radius: 26px;
	margin-right: 8px;
	margin-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
}


.btn-primary{
	background-color: var(--blue);
	font-size: 0.8em; 
	border-color: var(--blue);
}

.btn-primary:hover{
	background-color: var(--yellow);
	color: var(--blue);
	font-size: 0.85em; 
	border-color: var(--yellow);
}

.btn-primary.more{
	background-color: white;
	font-size: 1em; 
	border: solid 2px var(--blue);
	color: var(--blue);
}

.btn-secondary, .btn-light{
	font-size: 0.8em; 
}


img { max-width: 100%; }


.iFrame-wrapper {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

/***** General style, all sections *****/
.section-container { 
	margin: 0 auto; 
	padding-top: 40px; 
}


#content-body{
	margin-top:20px;
	padding-bottom:20px;
}





/***** Slider *****/

#carouselSliderIndicators > ol > li {
	border: 1px solid var(--secondary);
  	border-radius: 50%;
  	width: 12px;
    height: 12px;
    background-color: white;
	margin: 8px;
}

#carouselSliderIndicators > ol > li.active {
    background-color: var(--blue);
	border: 1px solid var(--blue);
}








/*****News*****/

#news {
	padding: 0px 0px 50px;	
}

#news-item {
	padding-top: 60px;
	display: block;
	text-align:center;
	height: 620px;	
	border-bottom-left-radius: 500px;
	border-bottom-right-radius: 500px;
	overflow: hidden;	
	webkit-box-shadow: 0 0 16px -5px rgb(0 0 0 / 4%);
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 4%);
}


#news-item:hover {
	background-color: var(--blue);
	color: white;
}




/*#news-item:nth-child(2){
	background-color: var(--blue);
	color: white;
}*/





#news-item h4 {
	font-weight: bold;
	padding-bottom: 30px;
}

#news-item h4 a{
	color: var(--darkgrey);
}

#news-item:hover h4 a{
	color: var(--softyellow);
}




#news-item img {
	object-fit: cover;
	border-radius:50%;
	width: 210px;
	height: 210px;
	transition: transform .3s ease;
}


#news-item:hover img{
	transform: scale(1.1);
}


#news-item h6 {
	font-weight: bold;
	color: var(--darkblue);
	padding-top:30px;
}

#news-item:hover h6{
	color: var(--softyellow);
	font-weight: bold;
	padding-top:30px;
}

#news-item:hover p{
	color: white;
}


/*
#news-item:nth-child(2) h6 {
	font-weight: bold;
	color: var(--softyellow);
	padding-top:30px;
}
*/


#news-item p {
	font-size: 0.8em;
	color: var(--softgrey);
}

/*#news-item:nth-child(2) p {
	color: white;
}*/	


#news-archive{
	width: 100%;
}



#news-archive h2{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
}

#news-archive h5{
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

#news-archive p{
	margin-bottom: 20px;
	font-size: 0.85em;
	color: var(--grey);
}


#news-archive-item .thumb{
	overflow: hidden;
}

#news-archive-item .thumb img{
	object-fit: cover;
	transition: transform .5s ease;
	height: 100%;
	margin: 0px;
}

#news-archive-item .thumb:hover img{
	transform: scale(1.1);
}








/*****Faculty*****/

#carouselFacultyControls{
	background-color: var(--darkblue);
	padding-bottom: 80px;		
}

#faculty-item {
	-webkit-animation: top-bar-animation-1 16s ease infinite;
  	animation: top-bar-animation-1 16s ease infinite;
}

#faculty-item img{
	max-height: 500px;
	border-bottom-left-radius:500px;
	border-bottom-right-radius:500px;
}

#faculty-item h1{
	margin-top: 20px;
}


#faculty-item h1 a{
	color: var(--softyellow);
	font-weight: bold;
}

#faculty-item p{
	color: white;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 28px;
}

#faculty-item span{
	padding: 8px 20px;
	color: var(--blue);
	border-radius: 20px;
	margin-right: 10px;
	font-size: 1.4em;	
}

#faculty-item span.active {
	background-color: white;
	color: var(--darkblue);
	font-weight: bold;
}

#faculty-item span a{
	color: var(--skyblue);
}

#faculty-item span a:hover{
	color: var(--softyellow);
}


#faculty-item span.link{
	display: inline-block;
	margin-bottom: 12px;
	background-color: var(--blue);
	padding: 6px 16px;
	font-size: 1em;	
}



#faculty-item > .text{
	padding: 120px 20px 0px 60px;	
}

#faculty-item a.btn{
	background-color: var(--blue);
	padding: 6px 18px;
	border-radius: 14px;
	margin-right: 8px;
	margin-bottom: 12px;
	color: white;
	border: none;
}

#faculty-item a.btn:hover{
	background-color: var(--softyellow);
	color: var(--blue);
}

#faculty-item a.btn-yellow{
	background-color: var(--softyellow);
	padding: 6px 18px;
	border-radius: 14px;
	margin-right: 8px;
	margin-bottom: 12px;
	color: var(--darkblue);
	border: none;
}



/*****Testimony*****/

#carouselTestimonyControls{
	background-color: var(--darkblue);
	padding-bottom: 80px;
	transition: 0.5s;		
}


#testimony-item {
	padding-top: 60px;
	height: 100%;	
	overflow: hidden;	
}



#testimony-item img{
	object-fit: cover;
	border-radius:50%;
	width: 250px;
	height: 250px;
	transition: transform .3s ease;
}


#testimony-item h4{
	margin-top: 10px;
	margin-bottom: 30px;
	color: var(--softyellow);

}

#testimony-item h6{
	margin-top: 20px;
	color: var(--softyellow);
	font-weight: bold;
	margin-bottom: 0px;
}

#testimony-item p{
	color: white;
	line-height: 2em;
}


#testimony-item p.work{
	font-size: 12px;
	color: white;
	font-style: italic;
	line-height: 2em;
}



/*****Partnership*****/

#partnership{
	margin-top: 80px;
	padding: 20px 30px 40px;
	background-color: var(--plain);		
}

#partnership h4{
	font-family: 'Titillium Web';
	font-weight: 500;
	color: var(--darkblue);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;	
}

#partnership-item{
	padding: 20px;	
}

#partnership-item img{
	text-align: center;
	max-width: 180px;	
}




ul.partnership{
	padding: 0;
}

ul.partnership > li{
	display: inline; 
	margin: 0px 20px;
}

ul.partnership > li > a > img{
	max-width: 160px; 
	margin-top:20px;
	margin-bottom:20px;
}



.partnership > .partnership-item > div > img{
	max-height: 120px; 
	margin-top:20px;
	margin-bottom:20px;
}


.partnership-item-child{
	border-top: 1px solid #cfd7e3;
    border-bottom: 1px solid #cfd7e3;
    padding: 20px 0;
    margin: 0;

}

.partnership-item-child h5 {
	font-family:'Titillium Web';
	font-size: x-large;
	font-weight: 800;
	color: var(--blue);
}


.partnership-item-child .desc{
	font-size: smaller;
	color:var(--softgrey);

}

.partnership-item-child h6 {
	font-family:'Libre Baskerville';
	font-size:smaller;
	color: var(--rosered);
}



.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--denimblue);
	background-color: transparent;
	border-color: transparent transparent var(--grey);
	border-bottom: 3px solid !important;
	font-size: 16px;
	font-weight: bold;
}
.project-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: var(--denimblue);
	font-size: 16px;
	font-weight: 600;
}



/*****Event*****/

#carouselEventIndicators > ol > li {
	border: 1px solid var(--secondary);
  	border-radius: 50%;
  	width: 14px;
    height: 14px;
    background-color: white;
	margin: 4px;
}

#carouselEventIndicators > ol > li.active {
    background-color: var(--blue);
	border: none;
}


#event {
	padding: 60px 0px;

}


#event h4{
	margin-bottom: 40px;
	padding-left: 20px;
}

#event h4 a{
	color: var(--blue);
	font-weight: bold;
}



#event-item {
	border: 3px solid var(--secondary);
	border-radius: 100px;
	padding: 0px;
	margin-bottom: 100px;
	overflow: hidden;
}




#event-item h4{
	padding-left: 0px;
	color: white;
}



#event-item > .date {
	border:1px solid var(--darkgrey);
	border-radius: 100px;
	height: 160px;
	width: 160px;
	float: left;
	background-color: var(--darkblue);
	color: white;
	text-align: center;
}

#event-item.holiday > .date {
	border:none;
	background: var(--rosered);	
}


#event-item > .date > h4 {
	margin-top: 50px;
	margin-bottom: 2px;	
}



#event-item > .text {
	padding: 20px 0px 0px 175px;
	height: 160px;
}



#event-item > .text h5 {
	font-size: 1.1em;
	border-bottom: 1px solid var(--secondary); 
	margin-right:30px; 
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#event-item.holiday > .text h5 a, #event-item.holiday > .text h6 a {
	color: var(--rosered);
}


#event-item > .text  p{
	display: flex;
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--secondary);
	color: var(--softgrey);
	font-size: 0.7em;
}

#event-item > .text > .subtext {
	margin-top: 0px;
	font-size: 0.7em;
	color: var(--softgrey);

}

#event-item > .text > .subtext > .icon{
	font-size: 2.6em; 
	color: var(--blue);
	margin-top: -8px;
}

#event-item.holiday > .text > .subtext > .icon{
	font-size: 1.8em;
	color: var(--rosered);
}


#event-item > .text > .subtext > .location{
	margin: 0px -6px;
	border-right: 1px solid var(--secondary);
}


#event-archive h2{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
	margin-top: 20px;
	margin-bottom: 60px;
}



/*****Link*****/

#link {
	background-color: var(--mute);
	padding: 40px 0 60px;
}


#link-row{
	width: 60%;
	margin: 0px auto;
}

#link-item{
	display: inline-block;
	margin: 0px auto;
}


#link h4 {
	color: var(--blue);
	margin-bottom: 50px;
	font-weight: bold;
}

#link-item > div {
	margin: 0px auto;
	background-color: var(--darkblue);
	padding-top: 30px;
	text-align:center;
	color: white;
	width: 110px;
	height: 120px;	
	border-bottom-left-radius: 500px;
	border-bottom-right-radius: 500px;
}

#link-item > div > a {
	color: white;
}

#link-item > div:hover {
	background-color: var(--blue);
}


#link-item i {
	font-size: 3.2em;
}

#link-item > p {
	padding-top: 10px;
}

#link-item > p > a {
	font-family: 'Titillium Web';
	font-size: 1.2em;
	color: var(--softgrey);
}


/*****Widget*****/

#widget {
	background-color: var(--butteryellow);
	padding: 40px 60px;
}

#widget-item > div {
	margin: 0px auto;
	background-color: var(--darkblue);
	padding-top: 30px;
	text-align:center;
	color: white;
	width: 110px;
	height: 120px;	
	border-bottom-left-radius: 500px;
	border-bottom-right-radius: 500px;
}

#widget-item > div > a {
	color: white;
}

#widget-item > div:hover {
	background-color: var(--blue);
}

#widget-item i {
	font-size: 3.2em;
}

#widget-item > p {
	padding-top: 12px;
}

#widget #widget-item > h4 {
	margin-top: 10px;
}

#widget #widget-item > h4 > a {
	font-family: 'Titillium Web';
	color: var(--darkgrey);
	font-weight: 500;
}

/*****uvita*****/

#uvita {
	background-color: var(--mute);
	padding: 30px 60px;
	text-align:center;
}

#uvita h4 {
	color: var(--darkgrey);
	margin-bottom: 23px;
	font-weight: bold;
}



/*****Recognition*****/

#recognition {
	background-color: var(--mute);
	padding: 30px 60px;
	text-align:center;
}

#recognition h4 {
	color: var(--darkgrey);
	margin-bottom: 23px;
	font-weight: bold;
}

#recognition ul{
	display: inline;
	list-style:none;
	margin-bottom: 0px;
	padding: 0px;
}

#recognition ul li{
	display: inline;
	list-style:none;
	margin: 0px 40px;
	overflow: hidden;
}

#recognition img{
	max-width: 130px;
	max-height: 130px;
	text-align:center;
	transition: transform .5s ease;
}

#recognition a img:hover{
	transform: scale(1.2);
}





/***** Footer *****/
footer { 
	background-color: var(--darkblue); 
	line-height: 1.6em;
}

#footer.container {
	padding-top: 50px; 
	padding-bottom: 60px;
}

#footer .title h2 {
	font-family: 'Montserrat bold', sans-serif;
	margin-bottom: 20px;
	color: var(--blue);
}

#footer .logo{
	margin-left: -30px;
}

#footer .logo img {
	width: 160px;
}

#footer .logo .adv img {
	display: none;
}



#footer .title {
	margin-left: 20px;
}


#footer .address {
	/* font-size: 0.8em; */
	font-size: 0.73em;
	/* border-right: thin solid white;	 */
	border-right: thin solid #e1e1e1;	
	padding-right: 10px;
}

#footer .address:last-child {
	border-right: none;	
}

#footer .address h5 a{
	color: white;
}



#footer #sn{
	overflow: visible;
}

#footer #sn p.sn-title{
	font-size: 0.8em;
	margin-bottom: 0px;
}

#footer #sn a{
	color: var(--softyellow);
	/*font-size: 1em;*/
}

#footer #sn a:hover{
	color: var(--skyblue);
}



#footer #sn-row ul{
	margin-right: -30px;
	margin-bottom: 0;
	padding: 0;
}

#footer #sn-row label{
	/* padding: 8px 7px; */
	padding: 8px;
	/*border-bottom-left-radius: 48%;
	border-bottom-right-radius: 48%;*/
	/* line-height: 50px; */
	border-radius: 50%;

}

#footer #sn-row ul li{
	list-style: none;
	display: inline;
	/*float: left;
	margin-right: 2px;*/
	margin-bottom: 10px;
}

#footer #sn-row ul li a{
	position: relative;
	left: 4px;
}



#copyright {
	background-color: var(--azure);
	padding: 16px 0px;
	font-size: 0.8em;
}




/*****Carousel*****/

.carousel-control-prev i, .carousel-control-next i {
	font-size: 5.5em;
	color: var(--blue);
}
  



/*****Breadcrumb*****/

nav#breadcrumb{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	padding-top: 15px;
	margin-bottom: 30px;
	color: var(--grey);
}



#department nav#breadcrumb{
	margin-bottom: 20px;
	color: var(--softyellow);
}

#department nav#breadcrumb a{
	color: var(--softyellow);
	margin-bottom: 0px;
}


/*****Sidebox*****/

#sidebox {
	margin-bottom: 24px; 
	padding: 10px 20px 12px; 
	border-radius: 12px;
	text-align: center; 
	color: white;
}

#sidebox.blue {
	background: var(--blue); 
}

#sidebox.red {
	border-radius: 0px;
	padding: 20px 24px 24px; 
	background: red; 
}

#sidebox.grey {
	background: var(--grey); 
}



#sidebox .title{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	margin-top: 0px;	
	
}


#sidebox.red .title{
	color: white;
}



#sidebox .title-line{
	margin: 0px auto;
	width: 20%;		
}
	
#sidebox .title-line hr{
	border: 1px solid var(--softyellow);
}



#sidebox h6.subtitle{
	font-size: 0.85em;
	color: var(--softyellow);
	margin-bottom: 0px; 
	margin-top: 0px;
	border-left: none;
}

#sidebox p{
	color: white;
	font-size: 0.9em;
}

#sidebox ul{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}


#sidebox ul li{
	list-style: none;
	margin-bottom: 4px;
}


#sidebox .btn{
	font-size: 0.9em;
	margin-top: 16px;
}	

#sidebox a{
	color: white;
}	




/*****Article*****/

#article li{
	margin-bottom: 8px;
}



#article, #sidebar{
	margin-bottom: 30px;
}


#article h2{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
	margin-top: 10px;
	margin-bottom: 20px;
}

#article h2.news{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
	margin-bottom: 8px;
}

#article div.news-meta{
	margin-bottom: 10px;	
}

#article div.news-date{
	font-size: 0.85em;
	font-weight: 100;
	color: var(--grey);
}


#article div.news-author{
	display: inline-block;
	font-size: 0.9em;
	font-weight: 100;
	color: var(--grey);
	
}



#article div.news-text{
	padding: 20px 60px 60px; 
	line-height: 32px;
}

#article p.news-intro{
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	margin:20px 0 30px;
}


#article h6.tags{
	font-size: 0.85em;
	font-weight: 100;
	color: var(--grey);
	margin-top: 50px;
}



#article h2.event{
	margin-bottom: 8px;
}



#article h6.event-publish{
	font-size: 0.8em;
	font-weight: 100;
	color: var(--grey);
	margin-bottom: 30px;
}


#article h4.subtitle{
	border-left: 6px solid var(--denimblue);
	padding: 12px 20px;;
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 20px;
}

#article h4.subtitle-halftop{
	border-left: 6px solid var(--denimblue);
	padding: 12px 20px;;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}

#article h5{
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	color: var(--blue);
}


#article h6{
	font-weight: 600;
}

#article #accordion h5{
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:clip;
}



#article img{
	margin-top: 4px;
	margin-bottom: 20px;
	/*max-width: 360px;*/
}

#article img.left{
	float: left;
	margin-right: 20px;
}

#article img.right{
	float: right;
	margin-left: 20px;
}

#article img.banner{
	margin-top: 4px;
	margin-bottom: 0px;
	max-width: 100%;
}

#article img.people{
	max-width: 300px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);	
}


#article #image-gallery img{
	margin-bottom: 0px;
}


#article p.campus{
    color: var(--grey);
}


#article .card h6{
	margin: 0px;
	font-size: 0.9em; 
	color: var(--blue);
}

#article #campus p.desc {
    font-size: 0.9em;
    color: var(--softgrey);
}

#article .card img {
	object-fit: cover;
	width: 100%;
	margin-bottom: 0px;
}


#article #scholarship span.h5{
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

#article #scholarship .thumb{
	float:left; 
	overflow: hidden;
	width:150px; 
	margin-right: 30px;

}

#article #scholarship a img{
	width:100%; 
	transition: transform .5s ease;
}

#article #scholarship a img:hover{
	transform: scale(1.1);
}

#article #scholarship .scheme{
	width:100%;
	float:left; 
	border-top:solid 1px var(--darkblue); 
	background-color:var(--plain);padding:16px;
	webkit-box-shadow: 0 0 16px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 20%);
}

#article #scholarship .scheme span.badge{
	vertical-align:middle; 
	margin-top:-0.5em; 
	font-size:x-small;
}






/*****Organization*****/
#organization > h2{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
	margin-top: 10px;
	margin-bottom: 20px;	
}

#organization > h5{
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	color: var(--blue);
}


#organization #organization-item{
	display: inline-block;
	margin-bottom: 18px;
	width: 100%;
}

#organization #organization-item #organization-item-img{
	float:left;
	
}

#organization #organization-item #organization-item-img img{
	border-bottom-left-radius:50%; 
	border-bottom-right-radius:50%; 
	width:140px; 
	margin-right:20px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);	
}

#organization #organization-item #organization-item-text{
	float:left;
	padding-top: 12px;
}


#organization > h6{
	color: var(--blue);
}

#organization p{
	font-weight: bold;
}


/*****Blockquote*****/

blockquote{
	margin-top: 30px;
}

blockquote.text-left{
	padding-left: 15px;
	border-left: 5px solid #eee;
	margin-bottom: 30px;
}


blockquote.text-right{
	padding-right: 15px;
	border-right: 5px solid #eee;
	margin-bottom: 30px;

}


blockquote > p{
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	color: var(--blue);
}


blockquote > footer{
	background-color: white;
}



/***** Title Banner *****/
#title-banner {
  height: 30vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px var(--darkgrey);
  overflow: auto;
}

#title-banner h1{
	font-family: 'Libre Baskerville', serif;
	font-size: 3em;
}

#title-banner p{
	font-size: 1.2em;
}



/*****Departement*****/

#department {
	margin-bottom: 40px;
}


#department li{
	margin-bottom: 8px;
}

#department h2{
	font-family: 'Libre Baskerville', serif;
	color: var(--darkblue);
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
}

#department h6{
	margin-top: 30px;
}


#department h4.subtitle{
	border-left: 6px solid var(--denimblue);
	padding: 12px 20px;;
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 20px;
}

#department.interlude h4.subtitle{
	margin-top: 60px;
}



#department h5, #department h6{
	font-family: 'Libre Baskerville', serif;
}


#department #news {
	padding: 0px 25px 0px 15px;
	margin-top: 0px;
}


#department #news .thumb{
	overflow: hidden;
}

#department #news .thumb img{
	object-fit: cover;
	transition: transform .5s ease;
}

#department #news:hover img{
	transform: scale(1.1);
}






div > .card{
	margin-bottom: 30px;
}



#department #news .card-body {
	/*height: 300px;*/
	padding-left: 15px;
	padding-right: 25px;
	overflow: hidden;
}



#department #news img{
	object-fit: cover;
	width: 100%;
	height: 160px;
}

#department #news h6{
	font-weight: 400;
}

#department #news p.date{
	font-size: 0.75em;
	color: var(--softgrey);
}


#department #news p.desc{
	font-size: 0.8em;
	color: #666;
}


#department #curriculum h6{

	color: white;
	text-shadow: 1px 1px #666;
	text-align: center;
}


#department #curriculum ul{
	list-style-type: circle;
	font-size: 0.8em;
	color: var(--darkgrey);
}



#department #campus img{
	object-fit: cover;
	width: 100%;
	height: 200px;
}


#department #campus p.desc{
	font-size: 0.85em;
	color: #666;
	padding-top: 10px;
}



#department #faculty .thumb{
	overflow: hidden;
}

#department #faculty .thumb img{
	object-fit: cover;
	width: 100%;
	transition: transform .5s ease;
}

#department #faculty .thumb img:hover{
	transform: scale(1.1);
}



#department #faculty p.desc{
	font-size: 0.9em;
	color: var(--softgrey);
}




#department #studyprogram {
	padding: 0px 25px 0px 15px;
}


#department #studyprogram .thumb{
	overflow: hidden;
}

#department #studyprogram .thumb img{
	object-fit: cover;
	transition: transform .5s ease;
}

#department #studyprogram:hover img{
	transform: scale(1.1);
}





#department #studyprogram .card-body {
	padding-left: 15px;
	padding-right: 25px;
}



#department #studyprogram img{
	object-fit: cover;
	width: 100%;
	height: 180px;
}

#department #studyprogram h4{
	font-weight: 600;
}

#department #studyprogram p.status{
	font-size: 0.85em;
	font-weight: 500;
	color: var(--darkgrey);
}





#department #studyprogram p.desc{
	font-size: 0.9em;
	color: var(--softgrey);
}


#department #facility-item .card-body h6.card-title {
	font-size: 1.2em;
	color: var(--darkblue);

}

#department #facility-item p.desc {
	font-size: 0.9em;
    color: var(--softgrey);
}



#department ol.facility-item {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 0px;
  }

#department #facility-item .card-body li {
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
  }

#department #facility-item .card-body li::before {
	content: counter(my-awesome-counter);
	color: var(--darkblue);
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(-10deg);
	background: var(--yellow);
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #999;
  }

#department #facility-item .thumb{
	overflow: hidden;
}

#department #facility-item .thumb img{
	object-fit: cover;
	transition: transform .5s ease;
}

#department #facility-item:hover img{
	transform: scale(1.1);
}

 
  

#department #staff h5{
	color: var(--darkblue);
}



#department #staff .thumb > img{
	background:rgba(0,0,0,0.6);
    opacity: 0.5;
}

#department #staff:hover img{
	 opacity: 1;
}

#department #news h6.card-title, #department #staff h6.card-title, #department #facility-item h6.card-title{
	margin-top: 0;
}



#department #staff p.subject{
	font-size: 0.8em;
	color: var(--darkgrey);
}

#department #staff p.email{
	font-size: 0.85em;
}


#department #staff ul{
	list-style: none;
	padding-inline-start: 0;
}


#department #staff li{
	float: left;
}

#department #staff ul.link li img{
	margin-right: 8px;
	max-width: 28px;
}

#department #staff .thumb ul.link img:hover{
	transform: scale(1.15);
	transition: transform .3s ease;
}



#department img.left{
	float: left;
	margin-right: 20px;
}


#department img.right{
	float: right;
	margin-left: 20px;
}



#department img.people{
	max-width: 300px;
	margin-bottom: 30px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);	
}


#department #sn-row {
	margin-bottom: 50px;
}

#department #sn-item{
	padding: 10px;
	border-radius: 50%;
	margin-right: 4px;
	font-size: 1.8em;
}

#department #sn-item a{
	position: relative;
	left: 4px;
}

#department #sn-row.banner {
	margin-bottom: 0;
	margin-left: 14px;
	float: right;
}

#department #sn-item.banner{
	padding: 6px 10px 12px;
	border-radius: 0%;
	border-bottom-left-radius: 48%;
	border-bottom-right-radius: 48%;
	margin-right: 10px;
	font-size: 0.8em;
}


/*****Social Media*****/
.sn-page{
	float: right; 

}

.sn-page .fa {
	font-size: 1.5em;
	width: 50px;
	text-align: center;
	text-decoration: none;
}
  
.sn-page .fa:hover {
	opacity: 0.7;
  }

/*.sn-page .fa-facebook {
	background: #3B5998;
	color: white;
}
  
.sn-page .fa-twitter {
	background: #55ACEE;
	color: white;
}*/



/*****Accordion*****/
#accordion {
  	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

#accordion .card-header {
  	border-bottom-color: var(--mute);
	background-color: var(--blue);
  	/*background: transparent;*/
	opacity: 0.9;
}

#accordion .card-header .title{
	font-size:large;	
}


#accordion h5 button, #accordion h5 a{
	font-weight: 800;
	color: white;
	text-decoration: none;
	width: 100%;
  	text-align: left;
	margin-bottom: 0px;
	padding-left: 0;
}
	
#accordion h5 button:hover, #accordion h5 a:hover{
	color: var(--softyellow);
}

 
#accordion .fa-stack {
	font-size: 14px;
	float:right;
}

#accordion .fa-plus {
	color: var(--blue);
}


#accordion .card-body{
	color:var(--grey);
	font-size: 0.9em;
}



#accordion .card-body .label{
	font-family:'Libre Baskerville';
	color:var(--rosered);	
}



#accordion table{
	margin-bottom: 0px;
	font-size: small;
}





/*****Parallax*****/
#parallax{
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("../../images/admission/parallax.jpg");
	height: 50vh;
	position: relative;
	
   	background-attachment: fixed;
   	background-position: center;
   	background-repeat: no-repeat;
   	background-size: cover;
}

#parallax .parallax-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


#parallax .parallax-box h1{
  font-size: 4em;
  font-weight: bold;
  text-shadow: 2px 2px var(--darkgrey);
  color: var(--softyellow);
  margin-bottom: 24px;
}


#parallax .parallax-box h5 a{
	padding: 10px 30px;
}



/*****Pagination*****/

#pagination{
	font-size: 0.9em;
	padding: 10px 0px 20px;
}




/*****Sidebar Menu*****/

#sidebar-menu{
	margin-bottom: 40px;
	position: sticky;
  	top: 0;
	overflow: hidden;
	background-color: #ffff;
}

#sidebar-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#sidebar-menu ul > li > a{
	display: block;
	font-weight: 800;
	color: var(--blue);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 20px;
	border-left: 5px solid transparent;
}

#sidebar-menu > ul > li > ul > li > a{
    border-left: 5px solid transparent;
    border-bottom: 1px solid var(--cloud);
}

#sidebar-menu > ul > li > ul > li > a:hover{
   	background: var(--mute);   
}


#sidebar-menu > ul > li > ul > li:last-child {
    border-bottom: none;
}


#sidebar-menu > ul > li > ul > li.active a{
	border-left: 5px solid var(--denimblue);
   	background: var(--mute);   
}

#sidebar-menu > ul > li > ul > li > a {

    display: block;
    font-weight: normal;
    color: var(--grey);

}



/*****Sidebar Nav*****/

#sidebar-nav{
	border-radius: 12px;
	background-color: var(--blue);
	opacity: 0.9;
	margin-top: 40px;
	margin-bottom: 40px;
  	position: sticky;
  	top: 0;
	overflow: hidden;
	z-index:9;
}

#sidebar-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar-nav ul > li{
	margin-bottom: 0;
}

#sidebar-nav ul > li > a{
	font-family: 'Titillium Web';
	font-size: medium;
	color: white;
	border-bottom: 1px solid var(--cloud);
	display: block;
	padding:10px 18px;

}

#sidebar-nav > ul > li > a:hover{
	color: var(--butteryellow);
}


#sidebar-nav > ul > li:last-child {
    border-bottom: none;
}





/*****Search*****/


#search h2{
	margin-top: 20px;
}

#search p{
	margin-bottom: 20px;
	font-size: 0.85em;
	color: var(--grey);
}

#search #search-item {
	margin-bottom: 30px;
}

#search #search-item p.title{
	font-size: 1em;
	margin-bottom: 0px;
}

#search #search-item p.text{
	font-size: 0.85em;
}



/*****Search Full*****/

#search-full input#keyword {
	background-color: var(--mute);
}


#search-full .btn{
	height: 100%;
    font-size: large;
	background: var(--blue);
	color: white;
}

#search-full .btn:hover{
	background: var(--yellow);
	color: white;
}



/*****Pagination*****/
.page-link {
    color: var(--blue);
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--blue);
	border-color: var(--blue);
}



/*****VideoBox*****/

#videoBox {
	margin-top: 40px;
	transition: 0.5s;
	border: 2px solid var(--secondary);
}

#fixedVideoBox {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 250px;
    z-index: 999;
    display: none;
	animation: an 0.5s;
}
   
/* #videoBox.out {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 250px;
	z-index: 999;
	animation: an 0.5s;
} */

video {
	width: 100%;
	vertical-align: bottom;
}
   
#videoBox2.in {
	animation: ac 1s;
}


.badge{
	font-size: 85%;
	padding: .35em .85em;
	font-size:l;
}


mark.highlight{
	background-color: var(--softyellow);
}


/**** Pubs ***/
.pubs-item{
	overflow: hidden;
}

.pubs-item img{
  object-fit: cover;
	transition: transform .5s ease;
	width: 100%;
	margin: 0px;
}
.pubs-item:hover img{
	transform: scale(1.1);
}



.pubs-card {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}

.pubs-card img {
  width: 100%;;
  transition: all linear 0.25s;
}


.pubs-card:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.pubs-intro {
  text-align: center;
  font-family: 'Titillium Web';
  font-size: small;
  color: var(--darkblue);
}





/*========================================================
                     RESPONSIVE
=========================================================*/


@media (max-width: 1366px) {	
	

	body{
		/*-moz-transform: scale(0.9, 0.9);*/
		zoom: 0.9; /* Other non-webkit browsers */
		zoom: 94%; /* Webkit browsers */
	}
	
	.carousel-control-prev i {
		margin-left: -40px;
	}
	
	.carousel-control-next i {
		margin-right: -40px;
	}

	ul.partnership > li > a > img{
		max-width: 120px; 
	}
	
	#footer #sn-row ul{
		margin-right: -60px;
		
	}

	
}




@media (max-width: 1199px) {
  	
	body {
		font-size: 0.9em;
	}
	
	
	.carousel-control-prev i, .carousel-control-next i {
		font-size: 4em;
	}

	
	.carousel-control-prev i {
		margin-left: -60px;
	}
	
	.carousel-control-next i {
		margin-right: -60px;
	}

  
  	
	#article div.news-text{
		padding: 20px 50px 40px; 
		line-height: 24px;
	}


	#news {
		padding-bottom: 40px;
	}
	
	#news-item {
		padding-top: 40px;
		height: 500px;	
		overflow: hidden;	
	}

	#news-item h4 {
		padding-bottom: 20px;
	}

	#news-item img {
		width: 160px;
		height: 160px;
	}
	
	
	#faculty-item img{
		max-height: 420px;
	}


	#faculty-item > .text{
		padding-top: 60px;	
		padding-left: 40px;
	}

	#faculty-item h1{
		font-size: 2.4em;
	}
	
	#faculty-item p{
		line-height: 1.6em;
		margin-top: 16px;
		margin-bottom: 28px;
	}
	
	#faculty-item span{
		padding: 8px 20px;
		margin-right: 10px;
		font-size: 1.2em;	
	}
	
	
	
	#event{
		padding-bottom: 30px;
	}

	#event-item > .text h6{
		font-size: 1em;
		margin-right: 30px;
		margin-bottom: 6px;
		border-bottom: 1px solid var(--secondary);
		padding-bottom: 10px;
	}
	

	#event-item > .text h5 {
		font-size: 1.1em;
	}

	
	#event-item > .text p{
		display: none
	}
	
	#event-item > .text > .subtext {
		margin-top: 10px;
		font-size: 0.7em;
	}
	
	
	#event-item > .text > .subtext > .icon{
		font-size: 2em; 
		margin-top: -4px;
	}
	
	
	#event-item.holiday > .text > .subtext > .icon{
		font-size: 1.4em;
	}
	


	#event-item > .text > .subtext > .location{
		margin: 0px -10px;
		border-right: 1px solid var(--secondary);
	}

	
	#department{
		margin-bottom: 40px;
	}
	

	#widget-item > div {
		width: 90px;
		height: 100px;	
		border-bottom-left-radius: 480px;
		border-bottom-right-radius: 480px;
	}
	
	
	#widget-item i {
		font-size: 2.8em;
	}
	
	#widget-item > p {
		padding-top: 12px;
	}
	
	#widget #widget-item > h4 {
		font-size: 1em;
	}



	#recognition ul li{
		margin: 0px 30px;
	}
	

	#recognition img{
		max-width: 100px;
		max-height: 100px;
	}


	
	
	
  	footer { 
		line-height: 1.3em;
	}
	
	
	#footer .title {
		margin-left: -10px;	
	}

  
	#footer .title h2 {
		font-size: 1.8em;
	}
	

	#footer .logo {
		margin-left: 14px;
	}
	
	#footer .logo img {
		width: 120px;
	}
	
	#footer .title h5 {
		font-size: 1.3em;	
	}
	
	
	#footer #sn {
		margin-left: -30px;
		padding-right: 0px;
	}
	
	#footer #sn p {
		font-size: 0.9em;
		margin-bottom: 10px; 
	}

	

	#copyright {
		font-size: 0.8em;
		padding: 14px 0px;
	}

  
}

#floatingContainer {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	border-radius: 50%;
	/* border: 4px solid white; */
	border: 7px solid #007bff;
}

.floating-frame {
    width: 150px; /* Ukuran frame */
    height: 150px;
    border-radius: 50%;
    /* border: 7px solid #007bff; */
	border: 2px solid white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Efek bayangan */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007bff; /* Latar belakang frame */
	position: relative;
}

.floating-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.floating-label {
	font-family: "Poppins", sans-serif;
    font-weight: bold;
    width: 55%; /* Menggunakan persentase agar menyesuaikan */
    height: 24px;
    background: #007bff;
    color: white;
    font-size: 1em; /* Gunakan em agar tetap proporsional */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -7%; /* Pastikan tetap nempel dengan frame */
	left: 50%; /* Pusatkan horizontal */
    transform: translateX(-50%); /* Koreksi supaya benar-benar di tengah */
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 978px) {
	.floating-frame {
		width: 100px; /* Ukuran frame */
		height: 100px;
	}

	.floating-label {
		width: 82px;
		height: 24px;
	}

	.header-box img {
		display: none;
	}

	body {
		font-size: 0.8em;
	}
	
	#article div.news-text{
		padding: 20px 40px 30px; 
		line-height: 24px;
	}

	#news{
		padding-bottom: 30px;
	}
	

	#news-item:last-child{
		display: none;
	}



	#news-item {
		padding-top: 20px;
		height: 440px;	
		overflow: hidden;	
	}

	#news-item h4 {
		font-size: 1.4em;
		padding-bottom: 10px;
	}
	
	
	#news-item img {
		width: 140px;
		height: 140px;
	}

	#news-item h6 {
		font-size: 1em;
		padding-top: 20px;
	}
	
	#news-item p {
		font-size: 0.7em;
	}

	
	#faculty-item img{
		max-height: 300px;
	}
	
	
	#faculty-item h1{
		font-size: 2em;
		margin-top: 10px;
	}

	#faculty-item p{
		font-size: 0.9em;
	}

	#faculty-item img{
		margin-left: -10px;	
		
	}
	
	#faculty-item > .text{
		padding: 20px 20px 0px 10px;	
		
	}

	#faculty-item span {
		padding: 0px;
	}

	#faculty-item span:first-child {
		display: none;
	}

	
	#faculty-item span:last-child {
		display: block;
		color: white;
		text-align:left;	
	}
	

	
	#event #carouselEventIndicators .carousel-indicators{
		bottom: -20px;
	}
	

	#event h4{
		text-align: center;
	}


	#event-item{
		margin-bottom: 50px;
	}
	
	#event-item > .text h5 {
		font-size: 1.25em;
	}

	
	
	#event-item > .text h6{
		font-size: 1.2em;
		margin-right: 44px;
		margin-bottom: 0px;
		border-bottom: none;
		padding-bottom: 10px;
	}
	
	
	#event-item > .text p{
		display: block;
		font-size: 0.8em;
		margin-bottom: 0px;
	}
	
	#event-item > .text > .subtext {
		margin-top: 8px;
		font-size: 0.85em;
	}
	
	
	#event-item > .text > .subtext > .icon{
		font-size: 2.8em; 
		margin-top: -8px;
	}
	
	#event-item.holiday > .text > .subtext > .icon{
		font-size: 1.8em;
	}
	

	
	#event-item > .text > .subtext > .location{
		margin: 0px 0px 0 -18px;
		border-right: 1px solid var(--secondary);
	}

	
	#link-row{
		width: 100%;
		margin: 0px auto;
	}

	
	#footer.container{

		padding-top: 40px;
		padding-bottom: 40px;
	
	}
	

	#footer .title h2{
		font-size: 1.6em;
		margin-bottom: 14px;	
	}

	#footer .logo{
		margin-left: 0px;
	}
	
	#footer .logo img{
		width: 120px;
	}
	
	
	#footer #sn{
		margin-left: 0px;
	}
	

	#footer #sn a{
		font-size: 0.8em;;
	}
	
	#footer #sn-row span{
		padding: 5px 4px;
		line-height: 50px;
	}
	
	
	
	#article img.people{
		max-width: 200px;
	}
	
	#department img.people{
		max-width: 200px;
	}
	


	#department #news:last-child{
		display: none;
	}

	#department #news:first-child{
		display: block;
	}



	#department #staff .thumb img{
		background: none;
		opacity: 1;
	}


	#department .last{
		margin-bottom: 60px;
	}
	
	#department.interlude h4.subtitle{
		margin-top: 40px;
	}



	#widget-item > div {
		padding-top: 20px;
		width: 60px;
		height: 70px;	
		border-bottom-left-radius: 400px;
		border-bottom-right-radius: 400px;
	}
	
	#widget-item i {
		font-size: 2.2em;
	}
	
	#widget #widget-item > h4 {
		font-size: 1em;
	}

	#recognition {
		padding: 20px 30px;
	}
	
	#recognition ul li{
		margin: 0px 20px;
	}
	
	#recognition img{
		max-width: 80px;
		max-height: 80px;
	}




	
	
	/*****Accordion*****/
	#accordion h5 button{
		font-size: 0.7em;
		white-space: normal;
	}

	#accordion .fa-stack {
		display: none;
	}

	
	
	/*****Parallax*****/
	#parallax{
		height: 30vh;
	}

	#parallax .parallax-box h1{
	  font-size: 3.4em;
	}

	
 
}


@media (max-width: 767px) {
		
  	img{ width: 100%; }

	.carousel-control-prev i {
		margin-left: 0px;
	}
	
	.carousel-control-next i {
		margin-right: 0px;
	}
	
	



	/***** News *****/
	
	#news-row #news-item {
		display: none;
	}

	#news-block #news-item:first-child, #news-row #news-item:first-child {
		display: block;	
	}

	
	
	#news {
		margin-top: 20px;	
	}
	
	#news-row.row {
		margin-left: 0px;	
		margin-right: 0px;	
	}
	
	#news-item{
 		height: 600px;
 		background-color: white;
		padding-top: 50px;
		color: white;
	}
	
	#news-item h4{
		font-size: 1.6em;
		padding-bottom: 30px;
	}

	#news-item p{
		padding: 0 40px;
	}


	#news-item img {
		width: 200px;
		height: 200px;
	}

	
	
	#news-item h6 {
		font-size: 1.4em;
	}
	
	#news-item p {
		font-size: 0.9em;
	}
	



	/***** Faculty *****/

	#faculty-item img{
		max-height: 100%;
		margin: 0px auto;
		padding: 0px 30px;	
	}


	#faculty-item h1{
		margin-top: 10px;
	}

	#faculty-item > .text{
		padding: 20px 60px 0px;	
	}


	
	/*****Parallax*****/
	#parallax{
		height: 25vh;
	}

	
	
	#parallax .parallax-box h1{
	  font-size: 3em;
	}

	
	/***** Event *****/

	#event{
		margin: 30px 0px;
		padding: 0px 20px;	
	}
	
	#event.container{
		margin: 30px auto;
	}
	
	
	
	#event-item > .text h5 {
		font-size: 1.1em;
	}

	

	#event-item > .text h6{
		border-bottom: 1px solid var(--secondary);
	}
	
	
	#event-item > .text p{
		display: none
	}
	
	#event-item > .text > .subtext {
		margin-top: 10px;
		margin-right: 10px;
		font-size: 0.7em;
	}
	
	
	#event-item > .text > .subtext > .icon{
		display: none; 
	}
	
	
	#event-item > .text > .subtext > .location{
		margin: 0px;
		padding-bottom: 8px;
		border-right: none;
	}

	
	#article h2.news{
		font-size: 2.4em;
	}


	
	#link{
		padding: 40px;
	}

	#link h4{
		margin-bottom: 30px;
	}
	
	#link-row{
		width: 100%;
		margin: 0px auto;
	}
	

	#link-item > div {
		width: 80px;
		height: 100px;	
		border-bottom-left-radius: 500px;
		border-bottom-right-radius: 500px;
	}



	#footer.container{
		padding: 30px 30px;
	}
	
	
	#footer .logo img{
		display: block;
		width: 160px;
		margin: 0px auto;
		padding-bottom: 40px;	
	}

	#footer .logo .adv img {
		display: block;
		width: 220px;
	}
	


	#footer h2{
		display: none;
	}


	#footer .title h5 {
		font-size: 1.6em;
	}

	#footer .title {
		font-size: 1.2em;
		text-align: center;
	}


	#footer .address {
		border-right: none;	
		padding-bottom: 24px;	
		line-height: 20px;	

	}


	#footer #sn {
		margin: 0px;
		padding: 0px;
	}	

	#footer #sn > p{
		text-align: center;
		font-size: 1.2em;
		margin: 20px 0px 8px;
	}

	#footer #sn p.sn-title{
		text-align: center;
		margin: 20px 0px 8px;
	}
	


	#footer #sn #sn-row{
		display: table;   /* Allow the centering to work */
		margin: 0 auto;		
	}

	#footer #sn-row ul{
		margin: 0px auto;
		
	}

	#footer #sn-row ul li {
		margin-right: 6px;
		margin-left: 6px;

	}
	
	#footer #sn-row ul li a{
		font-size: 1.8em;
	}
	
	#footer #sn-row span{
		padding: 18px 10px;
		line-height: 60px;
	}
	
	#footer #sn div{
		text-align: center;
	}

	

	#copyright {
		font-size: 0.9em;
	}

	
	
	#department h4.subtitle{
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	
	#department #news:not(:first-child){
		display: none;
	}
	

	


	
	.sticky {
		height: 80px;	
	}
	
  	
	
	
}





@media (max-width: 479px) {
	
	#content-body {
		margin-top: 10px;
	}

	#article h2.news{
		font-size: 2.2em;
	}
	

	#article div.news-meta{
		margin-bottom: 10px;	
	}

	#article div.news-text{
		font-size:medium;
		padding: 20px 20px 20px; 
		line-height: 24px;
	}

	#article #scholarship .thumb{
		width:100%; 
		margin-right: 0;
	
	}



	#event h4{
		padding-left: 0px;
	}
	
	#testimony-item{
		text-align: center;
	}


	#department #sn-row.banner {
		display: none;
	}
	

	#widget-item > div {
		padding-top: 20px;
		width: 60px;
		height: 70px;	
		border-bottom-left-radius: 340px;
		border-bottom-right-radius: 340px;
	}
	
	
	#widget-item i {
		font-size: 2em;
	}
	
	#widget-item > p {
		padding-top: 12px;
	}
	
	#widget #widget-item > h4 {
		font-size: 0.9em;
	}

	

	#recognition {
		padding: 10px 20px;
	}
	
	#recognition ul li{
		margin: 0px 10px;
	}
	
	#recognition img{
		max-width: 50px;
		max-height: 50px;
	}
	
	.sn-page{
		display: none;
	}
	
	#footer .title h2 {
		margin-bottom: 0px;
	}
	

	#footer .address, #footer .adv {
		display: none;
	}	

	
	#footer #sn-row ul li a{
		font-size: 1.6em;
	}


	
	/*****Parallax*****/
	#parallax{
		height: 40vh;
	}

	#parallax .parallax-box h1{
	  	font-size: 2em;
	}

	#parallax .parallax-box h5 a{
		font-size: 0.8em;
		padding: 6px 12px;
	}

	

	#accordion table td{
		font-size: 0.85em;
		white-space: normal;
	}
	

	


	
}





/*========================================================
                     ToTop
=========================================================*/
.toTop {
	background: var(--skyblue);
	padding: 14px 16px;
	border: solid 3px var(--skyblue);
	border-radius: 50%;
	color: white;
	position: fixed;
	left: 51%;
	margin-left: 600px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
  }
  .toTop:hover {
	background: var(--yellow);
	border-color: var(--yellow);
	color: white;
	text-decoration: none;
  }
  
  @media only screen and (max-width: 1366px) {
	.toTop {
		left: 50%;
	}
  }
  
  
  @media only screen and (max-width: 1199px) {
	.toTop {
	  display: none !important;
	}
  }
  
  