body{
	font-size: 1.2rem;
	color: #333;
}

html, body {
    scroll-behavior: smooth;
}

.text-red{
	color: #9B1D20;
}

.text-red-bold{
	color: #9B1D20;
	font-weight: 600;
}

/*------------- header -------------------*/

.landing-body .landing-wrapper #header{
	border-bottom: 0;
}

.landing-body .landing-wrapper #header .header-top {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	padding: 30px 140px;
	top: 0;
}

.landing-body .landing-wrapper #header .header-top .logo{
	height: 55px;
	width: 324.5px;
	display: inline-block;
	background: url("resources/babylon-layout/images/logo-scc.png") no-repeat;
	background-size: contain;
}

.landing-body .landing-wrapper #landing-menu{
	margin-top: 0;
	/*background: #0D4489;*/
	background: #9B1D20;
	padding: 15px 30px;
	border-radius: 30px;
}

.landing-body .landing-wrapper #landing-menu li {
	padding: 5px;
	background-color: transparent;
	border-radius: 15px;
}

.landing-body .landing-wrapper #landing-menu li a{
	color: #fff;
	font-size: 16px;
}

.landing-body .landing-wrapper #landing-menu li:hover{
	background-color: #fff;
}

.landing-body .landing-wrapper #landing-menu li:hover a{
	background: transparent;
	/*color: #0D4489;*/
	color: #333;	
}


.landing-body .landing-wrapper #landing-menu li.top-menu-active {
	background-color: #fff;
}

.landing-body .landing-wrapper #landing-menu li.top-menu-active a{
	/*color: #0D4489;*/
	color: #333;
}

/*------------- banner -------------------*/

.ui-galleria-item-container .ui-galleria-items .ui-galleria-item img{
	width: 100%;
	display: block;
}

.ui-galleria-item-nav{
	transform: translateY(-50%);
}

.ui-galleria-item-wrapper .ui-galleria-indicators{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

body .ui-galleria .ui-galleria-indicators .ui-galleria-indicator.ui-state-highlight button{
	/*background: #0D4489;*/
	background: #9B1D20;
}

/*--------------------------------*/

.landing-body .landing-wrapper #header + div#home{
	padding: 150px 140px 60px 140px !important;
}

.landing-body .landing-wrapper #header + div{
	padding-top: 159px !important;
}

.landing-body .landing-wrapper div#header ~ div:nth-of-type(odd) {
    background: #f5f5f5;
}

.landing-body .landing-wrapper div#header ~ div:nth-of-type(even) {
    background: #fff;
}

.banner-content .ui-galleria-item-container{
	margin: 5px;
}

.landing-body .landing-wrapper
 #aboutus, .landing-body .landing-wrapper
 #vision, .landing-body .landing-wrapper
 #mission , .landing-body .landing-wrapper 
 #policy , .landing-body .landing-wrapper 
 #experiences, .landing-body .landing-wrapper 
 #products, .landing-body .landing-wrapper 
 #reference, .landing-body .landing-wrapper 
 #activities, .landing-body .landing-wrapper 
 #career, .landing-body .landing-wrapper 
 #contact{
	padding: 60px 140px;
	scroll-margin-top: 120px;
}

.topic-section{
	display: flex;
	justify-content: space-between;
	margin: 15px 5px;
}

.topic-section h1{
	color: #9B1D20;
	font-size: 2.5rem;
	margin: 0;
}

.topic-section a{
	color: #9B1D20;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.topic-section a i{
	color: #333;
	margin-right: 10px;
	font-size: 20px;
}

.grid ul{
	list-style-type: none;
	padding-left: 17px;
}

.grid ul li{
	position: relative;
	line-height: 2rem;
	padding-left: 3rem;
	text-indent: 0;
	margin-bottom: 10px;
}

.grid ul li:before {
	content: "\e92e";
	font-family: 'primeicons';
	font-style: normal;
  	font-weight: normal;
  	font-size: 1rem;
  	color: #fff;
	position: absolute;
    left: 0;
	background: #fe8126;
	border-radius: 50%;
	width: 28px;
	line-height: 28px;
	text-align: center;
}

.panel-box li {
	position: relative;
	transition: transform 0.3s ease;
}

.panel-box li:hover{
	transform: scale(1.05);
}

.table-box, .panel-box{
	margin: 20px 10px;
}

.table-box h2, .panel-box h2{
	/*color: #0D4489;*/
	color: #333;
	font-size: 4.5rem;
	display:flex;
	align-items: center;
}

.table-box h2 span:first-child, .panel-box h2 span:first-child{
	font-size: 3rem;
  	margin-left: 0;
  	line-height: 4.5rem;
  	color: #fff;
  	/*background: #0D4489;*/
  	background: #9B1D20;
  	border-radius: 15px;
  	width: 4.5rem;
  	text-align: center;
}

.panel-box h2:has(span.set-position){
	align-items: flex-start;
}

.table-box h2 span, .panel-box h2 span{
	display: block;
	font-size: 2rem;
	line-height: 2rem;
	margin-left: 10px;
	width: calc(100% - 5rem);
}

.table-box span.ui-button{
	margin: 0 10px 0 auto;
	display: block;
	width: fit-content;
}

.panel-box img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.grid-box{
	padding: 30px;
	background: #fff;
	height: 100%;
	border-radius: 30px;
	margin: 10px;
	transition-duration: .3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
  	box-shadow: 0px 0px 15px rgba(0,0,0, 0.1);
}

.grid-box:hover{
	transform: translateY(-8px);
	background: linear-gradient(to bottom, #fff,#f9f9f9) no-repeat;
}

.grid-box img{
	width: calc(100% + 60px);
	position: relative;
	left: -30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	top: -30px;
}

.grid-box h3{
	/*color: #0D4489;*/
	color: #9B1D20;
	position: relative;
	display: flex;
  	align-items: center;
  	margin-top: -10px;
}

/*.grid-box h3:after{
	content: '';
	width: 70px;
	margin-left: 10px;
	border-top: 10px dotted #ed9706;
}*/

#reference div.topic-section + div{
	display: grid;
  	grid-template-columns: repeat(12, 1fr);
  	grid-column-gap: 10px;
  	grid-row-gap: 20px;
  	padding:30px;
  	justify-items: center;
}

#reference div.topic-section + div img{
	border-radius: 10px;
	transition: transform 0.3s ease;
  	width:auto;
  	height: 80px;
}

#reference div.topic-section + div img:hover{
	transform: scale(1.1);
	z-index: 1;
}


#activities div.topic-section + div{
	display: grid;
  	grid-template-columns: repeat(5, 1fr);
  	grid-column-gap: 10px;
  	grid-row-gap: 20px;
  	padding:30px;
  	justify-items: center;
}

#activities div.topic-section + div img{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  	width: 100%;
  	height: auto;
}

#activities div.topic-section + div img:hover{
	transform: scale(1.1);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	cursor: pointer;
}

#contact iframe {
	margin: 20px 0;
}

.set-img-center img{
	display: block;
	width: fit-content;
	margin: 0 auto;	
}

/*---------------- nav to top ----------------*/

.nav-to-top{
	background: transparent !important;
	position: sticky;
	bottom: 30px;
	display: flex;
  justify-content: flex-end;
}

.nav-to-top a{
	background: #9B1D20;
	width: 50px;
	height: 50px;
	display: flex;
	justify-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 40px;
}

.nav-to-top a:hover{
	background: #851113;
}

.nav-to-top a i{
	font-size: 25px;
}

/*---------------- footer ----------------*/

.landing-body .landing-wrapper #footer{
	/*background: #0D4489;*/
	background: #9B1D20 !important;
}

.landing-body .landing-wrapper #footer .footer-logo{
	height: 40px;
}

.landing-body .landing-wrapper #footer .footer-menu span{
	color: #ed9706;
}

/*---------------- page not found ----------------*/

body.notfound{
	background: #fff;
}

.exception-body .exception-content img{
	width: auto;
	height: 60px;
}

@media screen and (min-width: 992px) {
	
  .exception-body.notfound {
  	background: url("resources/babylon-layout/images/bg-pagenotfound.jpg") no-repeat;
  	background-size: cover;
    background-position: center right;
  }
  
  .exception-body .exception-panel{
		opacity: 1;
	}
  
 }
 
 @media screen and (max-width: 640px) {
	.exception-body .exception-content img{
		width: 50%;
		min-width: 200px;
		height: auto;
	}
}

/*--------------------------------*/


@media screen and (max-width: 1990px){
	
	.table-box h2 span:first-child{
		font-size: 3rem;
		line-height: 4rem;
		width: 4rem;
	}
	
	.table-box h2 span{
		font-size: 1.4rem;
		line-height: 1.4rem;
		width: calc(100% - 4rem);
	}
	
}


@media screen and (max-width: 1540px) {
	
	.landing-body .landing-wrapper #header .header-top{
		padding: 30px 35px 30px 35px;
	}
	
	.landing-body .landing-wrapper #landing-menu{
		padding: 15px;
	}
	
	.landing-body .landing-wrapper #landing-menu li{
		margin-left: 0;
	}
	
	.landing-body .landing-wrapper #header + div#home{
		padding: 150px 35px 60px 35px !important;
	}
	
	.landing-body .landing-wrapper 
	#aboutus, .landing-body .landing-wrapper 
	#vision, .landing-body .landing-wrapper 
	#mission, .landing-body .landing-wrapper 
	#policy, .landing-body .landing-wrapper 
	#experiences, .landing-body .landing-wrapper 
	#products, .landing-body .landing-wrapper 
	#reference, .landing-body .landing-wrapper 
	#activities, .landing-body .landing-wrapper 
	#career, .landing-body .landing-wrapper 
	#contact{
		padding: 60px 35px;
	}
	
	#reference div.topic-section + div{
		grid-template-columns: repeat(8, 1fr);
	}	
	
}

@media screen and (min-width: 1201px) and (max-width: 1350px){
	
	.table-box h2 span:first-child{
		font-size: 2.75rem;
	    width: 3rem;
	    line-height: 3rem;
	}
	
	.table-box h2 span{
		font-size: 1.25rem;
	    line-height: 1.25rem;
	    width: calc(100% - 3rem);
	}
	
}

@media screen and (max-width: 1200px) {	
	
	.landing-body .landing-wrapper #header + div#home{
		padding: 120px 0 0 !important;
	}
	
	.banner-content .ui-galleria-item-container {
	  margin: 0;
	}
	
	.landing-body .landing-wrapper #header .header-top #landing-menu-button{
		display: block;
		/*color: #0D4489;*/
		color: #9B1D20;
		height: 55px;
		margin-top: 0;
	}
	
	.landing-body .landing-wrapper #header .header-top #landing-menu-button i.pi{
		font-size: 1.5rem;
		margin: 17px auto;
	}
	
	.landing-body .landing-wrapper #landing-menu{
		position: fixed;
		width: 250px;
    	height: 100%;
    	background-color: #252529;
		margin: 0;
		top: 0;
		right: -250px;
		z-index: 999;
    	-moz-transition: right 0.3s;
    	-o-transition: right 0.3s;
    	-webkit-transition: right 0.3s;
    	transition: right 0.3s;
    	border-radius: 0;
	}
	
	.landing-body.landing-menu-active .landing-wrapper #landing-menu{
		right: 0;
	}
	
	.landing-body .landing-wrapper #landing-menu > li{
		display: block;
		margin: 0;
	}
	
	.landing-body .landing-wrapper #landing-menu > li a{
		display: block;
	}
		
	.landing-body .landing-wrapper 
	#aboutus, .landing-body .landing-wrapper 
	#vision, .landing-body .landing-wrapper 
	#mission, .landing-body .landing-wrapper 
	#policy, .landing-body .landing-wrapper 
	#experiences, .landing-body .landing-wrapper 
	#products, .landing-body .landing-wrapper 
	#reference, .landing-body .landing-wrapper 
	#activities, .landing-body .landing-wrapper 
	#career, .landing-body .landing-wrapper 
	#contact{
		padding: 30px 35px;
	}
	
	.panel-box img{
		width: auto;
	}
	
	#reference div.topic-section + div{
		grid-template-columns: repeat(5, 1fr);
	}
	
}

@media screen and (max-width: 780px) {	
	
	.table-box h2 span:first-child{
		font-size: 2.75rem;
	    width: 3rem;
	    line-height: 3rem;
	}
	
	.table-box h2 span{
		font-size: 1.25rem;
	    line-height: 1.25rem;
	    width: calc(100% - 3rem);
	}
	
	#reference div.topic-section + div{
		grid-template-columns: repeat(3, 1fr);
	}	
	
	#reference div.topic-section + div img{
		height: 60px;
	}
	
	#activities div.topic-section + div{
		grid-template-columns: repeat(3, 1fr);
	}
	
}

@media screen and (max-width: 640px) {
	
	body{
		font-size: 1.1rem;
	}

	.landing-body .landing-wrapper #header .header-top{
		padding: 20px;
	}
	
	.landing-body .landing-wrapper #header .header-top .logo{
		width: 236px;
		height: 40px;
	}
	
	.landing-body .landing-wrapper #header .header-top #landing-menu-button{
		height: 40px;
	}
	
	.landing-body .landing-wrapper #header .header-top #landing-menu-button i.pi{
		margin: 8.5px auto;
	}
	
	.landing-body .landing-wrapper #header + div#home{
		padding-top: 84px !important;
	}
	
	.landing-body .landing-wrapper 
	#aboutus, .landing-body .landing-wrapper 
	#vision, .landing-body .landing-wrapper 
	#mission, .landing-body .landing-wrapper 
	#policy, .landing-body .landing-wrapper 
	#experiences, .landing-body .landing-wrapper 
	#products, .landing-body .landing-wrapper 
	#reference, .landing-body .landing-wrapper 
	#activities, .landing-body .landing-wrapper 
	#career, .landing-body .landing-wrapper 
	#contact{
		padding: 20px;
		scroll-margin-top: 84px;
	}
	
	body .ui-galleria .ui-galleria-indicators{
		padding: 0.5rem;
	}
	
	body .ui-galleria .ui-galleria-indicators .ui-galleria-indicator button{
		width: 0.75rem;
		height: 0.75rem;
	}
	
	.topic-section{
		margin: 5px;
	}
	
	.topic-section h1{
		font-size: 2rem;
	}
	
	.table-box, .panel-box{
		margin: 10px 5px;
	}
	
	.table-box h2 span:first-child, .panel-box h2 span:first-child{
		font-size: 2rem;
		width: 3.5rem;
		line-height: 3.5rem;
	}
	
	.table-box h2 span, .panel-box h2 span{
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
	
	.panel-box img {
	    width: 100%;
	}
	
	.grid ul li{
		line-height: 20px;
		padding-left: 2rem;
	}
	
	.grid ul li::before{
		font-size: 0.75rem;
		width: 20px;
		line-height: 20px;
	}
	
	#reference div.topic-section + div{
		padding: 20px;
	}
	
	#reference div.topic-section + div img{
		height: 50px;
	}
}

 