body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align:middle;
	text-align: center;
	margin: 0px;
}
.content {
	height:100%;
	width:100%;
	margin:auto;
}
.nav {
	height:100px;
	width: 100%;
	background-color: #0033cc;
	position: fixed;
	top: 0px;
	z-index: 1;
	
}
.nav .navTop {
	height: 100px;
	width: 1080px;
	margin: auto;
	background-color: #fff;
}
.nav .navTop .logo {
	width:350px;
	height:100px;
	float:left;
}
/* div menus  */
div.container {
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
}
div.container a{
    color: #0033cc;
    text-decoration: none;
    font: 30px;
	font-weight: bold;
    margin: 0px 10px;
    padding: 10px 5px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.item-active{
    position: absolute;
    width: 100%;
	border-bottom: 2px #3399ff solid;
}
/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #0033cc;
    transition: all 0.3s;
}
div.borderXwidth a:before{
    left: 0px;
    top: 0px;
}

div.borderXwidth a:after{
    right: 0px;
    bottom: 0px;
}

div.borderXwidth a:hover:before, div.borderXwidth a:hover:after{
    opacity: 1;
    width: 100%;
}
/* slideshow CSS */
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.content .bottom {
	width:100%;
	height:50px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background-color: #0033cc;
	padding:10px 0px 0px 0px;
	bottom: 0px;
}
/* The "tablet" version (521px - 800px) */ 
@media (min-width: 521px) and (max-width: 800px) {
.nav {
	height:74px;
	width: 100%;
	background-color: #0033cc;
	position: fixed;
	top: 0px;
	z-index: 1;
	
}
.nav .navTop {
	height: 74px;
	width: auto;
	margin: auto;
	background-color: #fff;
}
.nav .navTop .logo {
	width:175px;
	height:50px;
	float:left;
	padding: 10px 0px;
}
.nav .navTop .logo img {
	width:175px;
}
/* div menus  */
div.container {
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
}
div.container a
{
    color: #0033cc;
    text-decoration: none;
    font: 20px;
	font-weight: bold;
    margin: 0px 10px;
    padding: 10px 5px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after
{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #0033cc;
    transition: all 0.3s;
}

div.borderXwidth a:before
{
    left: 0px;
    top: 0px;
}

div.borderXwidth a:after
{
    right: 0px;
    bottom: 0px;
}

div.borderXwidth a:hover:before, div.borderXwidth a:hover:after
{
    opacity: 1;
    width: 100%;
}	
.slideshow-container {
  max-width: 100%;
  margin-top: 74px;
}
.content .bottom {
	font-size:12px;
	padding:10px 0px;
}
}
/* The "mobile" version (520px */ 
@media (max-width: 520px) {
.slideshow-container {
  max-width: 100%;
  margin-top: 150px;
}

.nav {
	height:150px;
	width: 100%;
	background-color: #0033cc;	
}
.nav .navTop {
	height: 50px;
	width: auto;
	margin: auto;
	background-color: #fff;
}
.nav .navTop .logo {
	width:100%;
	height:50px;
}
.nav .navTop .logo img {
	width:175px;
}
/* div menus  */
div.container {
	margin: 0 auto;
	text-align: center;
	width: auto;
	height: 100px;
	padding: 10px;
	display: grid;
	grid-template-columns: auto auto;
}
div.container a
{
    color: #fff;
    text-decoration: none;
    font: 12px;
	font-weight: bold;
	float: left;
}
/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after
{
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #fff;
    transition: all 0.3s;
}

div.borderXwidth a:before
{
    left: 0px;
    top: 0px;
}

div.borderXwidth a:after
{
    right: 0px;
    bottom: 0px;
}

div.borderXwidth a:hover:before, div.borderXwidth a:hover:after
{
    opacity: 1;
    width: 100%;
}
.item-active{
	position: absolute;
    width: auto;
	height: 30px;
	background: #3399ff;
}
.content .bottom {
  width: auto;
  height: 100px;
  font-size:12px;
  padding:10px 0px;
}
}
/* The "mobile" version (520px */ 
