@charset "utf-8";
/* CSS Document */

/*scroll-effect1*/
.scroll-tex1 {
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.79px;
	line-height: 1.18;
	text-transform: uppercase;
	margin: 0 0 0;
}
.scroll-col1 {
	width: 100px;
	float: left;
	text-align: center;
	margin: 0 auto 0;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	z-index: 9;
}
.scroll-col1 .scroll-row1 {
	width: 20px;
	height: 34px;
	display: inherit;
	margin: 0 auto 14px;
	position: relative;
}
.scroll-col1 .scroll-row1:after {
	content: "";
	width: 8px;
	height: 22px;
	background: url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;
	margin: 0 auto 0;
	position: absolute;
	bottom: -6px;
	right: 0;
	left: 0;
}
.scroll-col1 .scroll-row1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 24px;
	box-sizing: border-box;
}
.scroll-col1 .scroll-row1 span:before {
	content: '';
	width: 6px;
	height: 6px;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
	margin: 0 auto 0;
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
}
@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 10px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 10px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/*video-play-effect1*/
.video-play-button {
	width: 54px;
	height: 54px;
	float: left;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
	z-index: 99;
}
.video-play-button:after {
	width: 74px;
	height: 74px;
	background: rgba(208,208,208,0.60);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 54px;
	height: 54px;
	background: rgba(208,208,208,0.60);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	display: none;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 22px solid #ffffff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 14px 18px;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/* circle-hover1 */
.circle-hover1 {
	width: 16px;
	float: left;
	background: none;
	display: inline-block;
	overflow: hidden;
	margin: 0 12px 0 0;
	cursor: pointer;
	position: relative;
}
.circle-hover1 .circle-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.chat-button1 .circle-img {
	border-radius: 50%;
}
.js-video-button:hover .circle-hover1 .circle-img, .chat-button1:hover .circle-img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*scroll-effect1*/
.scroll-tex1 {
	font-size: 9px;
	letter-spacing: 0.59px;
	margin: 0 0 0;
}

.scroll-col1 { width: 144px; margin: 0 auto 0; bottom: 15px;}
.section6-wrapp .scroll-col1 { display: none;}

.scroll-col1 .scroll-row1 {
	width: 20px;
	margin: 0 auto 10px;
}
/*video-play-effect1*/
.video-play-button {
	width: 50px;
	height: 50px;
	display: none;
	margin: 0 0 0;
	position: absolute;
	top: 16px;
	left: 5%;
}
.video-play-button:after {
	width: 70px;
	height: 70px;
}
.video-play-button:before {
	width: 50px;
	height: 50px;
}
.video-play-button span {
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*scroll-effect1*/
.scroll-tex1 {
	font-size: 9px;
	letter-spacing: 0.59px;
	margin: 0 0 0;
}
.scroll-col1 { width: 144px; margin: 0 auto 0; bottom: 15px;}
.scroll-col1 .scroll-row1 {
	width: 20px;
	margin: 0 auto 10px;
}
/*video-play-effect1*/
.video-play-button {
	width: 50px;
	height: 50px;
	display: none;
	margin: 0 0 0;
	position: absolute;
	top: 16px;
	left: 5%;
}
.video-play-button:after {
	width: 70px;
	height: 70px;
}
.video-play-button:before {
	width: 50px;
	height: 50px;
}
.video-play-button span {
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*scroll-effect1*/
.scroll-tex1 {
	font-size: 9px;
	letter-spacing: 0.59px;
	margin: 0 0 0;
}
.scroll-col1 { width: 144px; bottom: 15px;	margin: 0 auto 0;}

.scroll-col1 .scroll-row1 {
	width: 20px;
	margin: 0 auto 10px;
}
/*video-play-effect1*/
.video-play-button {
	width: 50px;
	height: 50px;
	display: none;
	margin: 0 0 0;
	position: absolute;
	top: 16px;
	left: 5%;
}
.video-play-button:after {
	width: 70px;
	height: 70px;
}
.video-play-button:before {
	width: 50px;
	height: 50px;
}
.video-play-button span {
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*scroll-effect1*/
.scroll-tex1 {
	font-size: 9px;
}
.scroll-col1 .scroll-row1 {
	margin: 0 auto 8px;
}
/*video-play-effect1*/
.video-play-button {
	width: 46px;
	height: 46px;
	top: 24px;
	left: 3%;
}
.video-play-button:after {
	width: 66px;
	height: 66px;
}
.video-play-button:before {
	width: 46px;
	height: 46px;
}
.video-play-button span {
	border-left: 14px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin: 14px 18px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*scroll-effect1*/
.scroll-tex1 {
	font-size: 10px;
}
.scroll-col1 .scroll-row1 {
	margin: 0 auto 11px;
}
/*video-play-effect1*/
.video-play-button {
	width: 50px;
	height: 50px;
	top: 27px;
	left: 3%;
}
.video-play-button:after {
	width: 70px;
	height: 70px;
}
.video-play-button:before {
	width: 50px;
	height: 50px;
}
.video-play-button span {
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 18px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*video-play-effect1*/
.video-play-button {
	left: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
/*video-play-effect1*/
.video-play-button {
	left: 3%;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
/*video-play-effect1*/
.video-play-button {
	left: 3%;
}
}