#main {
  display: table;
  margin: 0 auto;  
  width: 1200px;
  
  	font-family:'Montserrat';
	font-weight: 100;
}

#outer {  
  width:100%
} 


#banner {
	width:100%;
	height: 150px;
}

#content {
	width:100%;
  
	margin-bottom: 35px;
}
img {
	max-width: 100%;
}
 
#content #row1 {
	width: 100%;
	height: 300px;
	display:block;
	/*background-color: #fff;
	background-image: url(../../../resource/slider1.png);
	background-repeat: no-repeat;
	background-position: 0 0; 	
	background-size: auto 100%;	*/
	
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;	
}
#content #row2 {
	padding: 36px 100px 36px 100px;
	background-color: #fff;
	text-align:center;
	color: #ee521b;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
}
#content #row2 h1{
	margin: 0 0 0 0;	
	color: #2d2e83;
	font-weight: 500;
	font-size: 34px;
}
#content #row3 {
	padding: 36px 100px 36px 100px;
	background-color: #f2f2f2;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;	
}
#content #row3 h1{
	color: #2d2e83;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 0 0;
}
#content #row4 {
	padding: 36px 100px 36px 100px;
	background-color: #fff;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;	
}
#content #row4 h1{
	color: #ee521b;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 0 0;
}/*
#content #row4 .center{
	text-align: left;
	margin: 0 auto;
	width: 50%;
}*/

#content #row4 .center ul {
    text-align: center;
    list-style-position: inside;
}
#content #row5 {
	padding: 36px 100px 36px 100px;
	background-color: #f2f2f2;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;	
}
#content #row5 h1{
	color: #2d2e83;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 0 0;
}
#content #row5 h2{
	color: #000;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 0 0;
}

#content #row6 {
	padding: 36px 0 36px 0;
	background-color: #fff;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	height: 200px;
}
#content #row6 h1{
	color: #2d2e83;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 0 0;
}
#content #row6 .col1{
	padding: 36px 100px 36px 100px;
	float: left;
	background-color: #2d2e83;
	width: 30%;
	color: #fff;
	height: 150px;
	display:block;
	font-weight: 700;
	font-size: 22px;
}
#content #row6 .col2{
	padding: 36px 100px 36px 100px;	
	float: right;
	background-color: #2d2e83;
	width: 30%;
	color: #fff;
	height: 150px;
	display:block;
	font-weight: 700;
	font-size: 22px;	
}
#content #row6 .col1 img,
#content #row6 .col2 img {
	margin-top: 10px;
	max-width: 100px;
}


#footer {
	padding-top: 15px;
	padding-left: 15px;
	width:100%;
	background-color: #000;
	height: 160px;	
	color: #fff;
} 

#footer .footer {
	overflow:auto;
	width: calc(100%);
}
#footer .footer h3{
	margin-top:0px;
	font-size: 14px;
	color: #e6511e;
}
#footer .footer h4{
	margin-top:0px;
	font-size: 10px;
	color: #e6511e;
}
#footer .footer .left {
	font-family:'Montserrat';
	font-size: 12px;
	float:left;
	width:38%;
	text-align:left;
	background-color: #000;
	display:inline-block;
}
#footer .footer .middle {
	float:left;
	width:45%;
	font-family:'Montserrat';
	font-size: 12px;
	background-color: #000;
	text-align: left;
	display:inline-block;
}
#footer .footer .right {
	float:left;
	width:15%;
	text-align:left;
	font-family:'Montserrat';
	font-size: 12px;
	background-color: #000;
	display:inline-block;
}

#footer a{
	font-family:'Montserrat';
	font-size: 14px;
	color: #fff;
	text-decoration : none;
}




#logo{
	width: 20%;
	height: 150px;
	position: relative;	
	background-image: url(../../../resource/logo.png);
	background-repeat: no-repeat;
	background-position: 30px 30px; 	
	background-size: auto 60%;
	float: left;	
}
#menu {
	float: left;	
	width: 70%;
	height: 30px;
	margin-top:65px;
	margin-left: 40px;
	position: relative;		
}
.menuitem {
	border-radius: 15px;
	height: 25px;
	width: 125px;
	float: left;
	color: #333;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin-right: 15px;
}
#menu #menuitem5 img{
	max-width: 25px;
}
a:link 			{ color: #333; text-decoration: none; }
a:visited 		{ color: #333; text-decoration: none; }
a:hover 		{ color: #333; text-decoration: none; }
a:active 		{ color: #333; text-decoration: none; }
a.shop:link 	{ color: #fff; text-decoration: none; }
a.shop:visited 	{ color: #fff; text-decoration: none; }
a.shop:hover 	{ color: #fff; text-decoration: none; }
a.shop:active 	{ color: #fff; text-decoration: none; }
a.link:link 	{ color: #333; text-decoration: underline; }
a.link:visited 	{ color: #333; text-decoration: underline; }
a.link:hover 	{ color: #333; text-decoration: underline; }
a.link:active 	{ color: #333; text-decoration: underline; }
















/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dots {
	margin-top: -50px;
	z-index: 99;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  
  margin: 0px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  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}
}

.slide1 {
	background-image: url(../../../resource/Slide1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 300px;
	max-height: 300px;
	width: 100%;
}
.slide2 {
	background-image: url(../../../resource/Slide2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 300px;
	max-height: 300px;
	width: 100%;
}
.slide3 {
	background-image: url(../../../resource/Slide3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 300px;
	max-height: 300px;
	width: 100%;
}