body{
	background-color: #52723c;
}

.section{
	text-align:center;
}

.content{
	max-width: 1080px;
	margin: 0 auto;
	padding: 48px 0 48px 0;
}

.dotted-spaced {
    background-image: linear-gradient(to left, #fcfcfc 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

/* section1 */

.section1 {
	background-color: #52723c;
}
.section1 .content{
	position:relative;
	height:100%;
	max-width: none;
}
.section1 .title-1{
	height: 80%;
	max-width:1280px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
.section1 .title-1m{
	display: none;
}
.section1 .title-2{
	width: 90%;
	max-width:1280px;
	position: absolute;;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
}

.section1-2{
	background-color: #52723c;
	padding-top: 80px;
}
.section1-2 .content{
	color: #fcfcfc;
	font-size: 1.2em;
	line-height: 2em;
	margin: 0 auto;
	text-align: left;
}
.section1-2 .mv{
	background-color: #222;
	width: 100%;
	margin:0 auto;
	margin-bottom: 40px;

	border:1px solid #000;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videobox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section1-2 .mv-txt{
	padding: 0em 1.2em 0.8em 1.2em;
	border:2px solid #FFF;
	border-radius: 24px;
	margin-top: 60px;
}
.section1-2 img.mv-icon{
	display: block;	
	width: 50px;
	height: auto;
	margin: 0 auto;
	margin-top: -25px;
}

/* section2 */

.section .dot-bg{
	background-image: url("../images/section-bgs.png");
}

.section2{
	background-image: url("../images/sec2-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.section3{
	background-color: #ddcf74;
}

.section4{
	background-image: url("../images/sec4-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.section5{
	background-color: #d89e4d;
	padding: 60px 0 60px 0;
}
.section5 .content{
	border:6px solid #fff;
	padding:20px;
	border-radius:24px;
}

.footer{
	width:100%;
	background:#212121;
	color:#9c9c9c;
	text-align:center;

	padding: 6px 0 6px 0;

	font-size:1em;
	line-height: 2em;
}

/* button */

.section a.btn{
	display: block;
	width: 200px;
	height: 30px;
	background-color:#fff;
	color: #333;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	border-radius: 24px;
  	border-style: none;
  	font-size: 26px;
  	padding: 6px 0px;
  	margin: 0 auto;
  	margin-top: 40px;
  	font-weight: bolder;
  	letter-spacing: 2px;
  	cursor: pointer;

  	border:2px solid #fff;
}

.section a.btn:hover{
	background-color: #acd598;
	border:2px solid #333;
}


/* Responsiveness */

@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.section1 .title-1{
		width: 90%;
		height: auto;
		top:10%;
	}

	.section1-2 .mv{
		width: 90%;
	}
	.section1-2 .mv-txt{
		width: 80%;
		margin: 0 auto;
		line-height: 1.6em;
	}
	.section .box2{
		padding-top: 20px;
	}

	.section5 .content{
		padding:10px;
		width: 80%;
		margin: 0 auto;
	}

	.footer .title-col{
        padding-bottom: 12px;
    }

}
@media screen and (max-width: 767px){

	.section1 .title-1{
		display: none;
	}
	.section1 .title-1m{
		display: block;
		width: 90%;
		height:auto;
		position: relative;
		margin: 0 auto;
		z-index: 2;
	}

	.section1-2 .mv{
		width: 90%;
	}
	.section1-2 .mv-txt{
		width: 80%;
		margin: 0 auto;
		line-height: 1.6em;
	}

	.section1-2{
		background-color: #52723c;
		padding-top: 20px;
	}

	.section img.section-pic{
    	display: block;
    	margin: 0 auto;
    	width: 80%;
    }
    .section .box2{
		padding-top: 20px;
	}

	.section5 .content{
		padding:10px;
		width: 80%;
		margin: 0 auto;
	}

	.footer{
        font-size:0.5em;
    }
    .footer .title-col{
        font-size: 1.5em;
        padding-bottom: 8px;
    }
}