@charset "utf-8";
/* CSS Document */

/*scroll-effect1*/
.scroll-effect1 {
	width: 100%;
	height: 40px;
	float: left;
	background: url(../images/scroll-thumb1.svg) no-repeat center / 100%;
	margin: 0 0 0;
	position: relative;
	z-index: 99;
}
.scroll-effect1 a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
	border-radius: 50px;
	box-sizing: border-box;
	margin: 0 0 0;
}
.scroll-effect1 a:after {
	content: "";
	width: 10px;
	height: 32px;
	background: url(../images/anchor1-down-white-arrow.svg) no-repeat center / 100% 100%;
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	margin: 0 auto 0;
}
.scroll-effect1 a span::before {
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 auto 0;
	background: url(../images/scroll-circle1.svg) no-repeat center / 100%;
	border: 2px solid #ffffff;
	border-radius: 20px;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 14px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/*square-effect1*/
.square-effect1 {
  background: #5f6d90;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.square-effect1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.square-effect1:hover img {
  opacity: 0.40;
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
}

/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*effect-css*/
.hovereffect {
  width: 360px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background:#709e41;
}

.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
	mix-blend-mode: multiply;
}

.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  font-family: 'Montserrat', sans-serif; font-weight: 500;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {

}

@media screen and (min-width:481px) and (max-width:600px) {

}

@media screen and (min-width:601px) and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width:900px) {
.video-play-button { width:28px; height:28px;}
.video-play-button span { border-left:6px solid #016270; border-top:6px solid transparent; border-bottom:6px solid transparent; margin:6px 11px;}
.video-play-button:after { width:48px; height:48px;}
.video-play-button:before {	width:34px;	height:34px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.video-play-button { width:31px; height:31px;}
.video-play-button span { border-left:7px solid #016270; border-top:7px solid transparent; border-bottom:7px solid transparent; margin:7px 12px;}
.video-play-button:after { width:51px; height:51px;}
.video-play-button:before {	width:37px;	height:37px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}