@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Euphemia;
    src: url('/asset/fonts/euphemia.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('/asset/fonts/Roboto-Light.ttf');

}

@font-face {
    font-family: Noto Sans;
    src: url('/asset/fonts/NotoSans-Regular.ttf');

}

@font-face {
    font-family: Product Sans;
    /*src: url('/asset/fonts/ProductSansRegular.ttf');*/
    src: url('/asset/fonts/NotoSans-Regular.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}

@font-face {
    font-family: MankSans;
    src: url('/asset/fonts/MankSans.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}
body {
	/*background-color: #FFFFFF;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
body {
    /*margin: auto;*/
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(360deg, rgba(200,200,200,1) 10%, rgba(255,255,255,1) 98%);
    /*animation: gradient 15s ease infinite;*/
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 2px rgba(200,200,200,0.9) solid;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
    border: 1px rgba(200,200,200,0.7) solid;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
    border: 3px rgba(200,200,200,0.5) solid;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
h1 {
	font-family: "Roboto";
	font-size: 2em;
        line-height: 1.2em;
}
h2 {
	font-family: "Product Sans";
	font-size: 1.2em;
        line-height: 1em;
	color: #B30000;
}
h3 {
	font-family: "Product Sans";
	font-size: 1.1em;
        line-height: 1em;
	color: #0000CC;
}

#header  {
	width: 100%;
	overflow: hidden;
	position: relative;
	clear: left;
	float: left;
	z-index: 999;
	margin-top:20px;
        
        box-sizing: border-box;
}

#header_centre {
        width: 100%;
	position: relative;
	clear: left;
	float: left;        
}

#header #header_logo {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
	max-width: 200px;
}

#header #header_logo #header_logo_img {
	width: 100%;
	clear: left;
	float: left;
}


#header #tagline {
	font-family: "Product Sans";
	font-size: 0.8em;
	margin-top: -10px;
	clear: left;
	float: left;
	margin-left: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.slicknav_menu {
	display:none;
}
.logosmall {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
.logosmall img {
	width: 100%;
}


#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	clear: right;
}

#topmenu a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}


#topmenu li:hover
{
	background:#f6f6f6
}

#topmenu ul
{
	list-style:none;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
}

#topmenu ul li
{
	float:none;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
	font-size: 0.8em;
	line-height:120%;
	padding:10px 15px
}

#topmenu ul ul
{
	top:0;
	left:100%
}


#topmenu li:hover > ul
{
	visibility: visible;
        opacity: 1;
}


#middle {
	width: 100%;
	clear: left;
	float: left;
}

#middle_centre {
        width: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
        padding-bottom: 10px;
}



.slide-wrapper {
  position:relative;
}
.slide-row {
  position:relative;
}
.slide-container {
  position:relative;
  background-position: right; 
  background-repeat: no-repeat; 
  height: 400px;
  max-width: 95%;
  text-align: left;
  align-content: initial;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px gray solid;
  border-radius: 20px;
  
}

.slide-title {
  font-family: "Product Sans";
  font-size: 1.7em;
  line-height: 1.2em;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  width: 60%;
  text-align: left;
  float: left;
  /*background: rgba(255,255,255,0.8);*/
  padding: 10px;
  /*box-shadow: 1px 1px 10px rgba(255,255,255,0.5), 1px 1px 10px rgba(255,255,255,0.5);*/
  /*border-radius: 10px;*/
}

.slide-text {
  font-family: "Roboto";
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 10px;
  position: relative;
  margin-left: 20px;
  text-align: left;
  width: 50%;
  float: left;
  padding: 10px;
  /*background: rgba(255,255,255,0.8);*/
  /*box-shadow: 1px 1px 10px rgba(255,255,255,0.5), 1px 1px 10px rgba(255,255,255,0.5);*/
  /*border-radius: 10px;*/
}



#footer {
        margin-top: 20px;
	width: 100%;
	padding-top: 20px;
	clear: left;
	float: left;
	padding-bottom: 50px;
        background: #000080;
        box-sizing: border-box;
}
#footer_centre {
        width: 100%;
	position: relative;
}

#footer #link1_group {
	width: 100%;
	float: left;
	padding-left: 10px;
	position: relative;
}
#footer    .links1  {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
#footer    .links1    li  {
	float: left;
        clear: left;
	margin-left: 15px;
        margin-bottom: 0.5em;
}
#footer  .links1  a {
	text-decoration: none;
	float: left;
	font-family: "Product Sans";
	font-size: 1em;
        color: white;
}
#footer  .links1  a:hover {
	text-decoration: underline;
}

#copyright  {
	clear: left;
	float: left;        
	text-align: left;
	font-family:  "Product Sans";
	font-size: 1em;
	color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 100px;
        padding-left: 20px;
        margin-bottom: 0px;
        line-height: 1.5em;
        background: #000080;
        box-sizing: border-box;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.fb-comments {
	margin-top: 50px;
}
#popup-header {
	background-color: #000099;
	width: 100%;
	clear: left;
	float: left;
}
#popup-header #systemname {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
#popup-centre {
	width: 100%;
	clear: left;
	float: left;
}

.loading {
	background: url(/pics/progress-banner.gif) no-repeat left top;
}

.scr_item {
    width: 300px;
    height:440px;
    float: left;
    margin-bottom: 20px;    
    margin-right: 10px;
    overflow: hidden;    
    
}
.scr_item .scr_img {
    width: 290px;
    height:290px;
    overflow: hidden;    
    float: left;
    border: 2px solid #70ffff ;
}

.scr_item .scr_img img{
    width: 100%;
}
.scr_item .scr_desc {
 	float: left;
        clear:left;
        text-align: center;
	font-family: "Roboto";
	font-size: 1em;   
        width:290px;
        padding-top: 10px;
        height: 70px;
        padding-left: 5px;
        padding-right: 5px;
}


@media screen and (min-width: 300px) {

    #header {
            /*background-color: rgba(255, 255, 255, .95);*/
            /*background-color:#FFFFFF;*/
            text-align:	left;
            border-bottom: none;	
    }
    #header #header_logo {
            width: 80%;
            margin-top: 10px;

    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

    /* #menu is the original menu */

    #header_logo {
                    display:none;
    }		
    #topmenu {
        display:none;
    }	
    .slicknav_menu  {
                    display:block;	
                    /*box-shadow: 0px 10px 10px -10px black;*/

                    /*border-bottom: 1px solid #AAAAAA;*/
                    font-family: "Product Sans";
                    font-size: 1.5em;
                    line-height: 1.5em;
    }



}

@media screen and (min-width: 800px) {
    #header_logo_small {
            width: 200px;
            margin-top: 10px;
    }

    #header #header_logo {
            width: 20%;
            margin-top: 10px;
    }
    #header {
    /*	background-color: rgba(0, 255, 255, 0);*/
            /*background-color:#FFFFFF;	*/
            text-align:	left;
            
    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

	/* #menu is the original menu */
	
	#header_logo {
		display:block;
	}			
	#topmenu {
		display:block;
	}
	
	.slicknav_menu {
		display:none;

	}
}


/* For Mobile */
@media screen and (max-width: 540px) {
  .slide-text {
    width: 80%;
    font-size: 1em;
  }  
  .slide-container {
    background-position: right; 
    margin-left: 5px;
    margin-right: 5px;
    max-width: 100%;
  }
  
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
  .slide-text {
    width: 60%;
    font-size: 1.2em;
  }
  .slide-container {
    background-position: right; 
     margin-left: 10px;
  }  
}
