@charset "utf-8";
@media screen and (min-width: 1024px){
.header {
	float: left;
	height: auto;
	width: 100%;
}
.box-header-top {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 2%;
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	float: left;
	height: auto;
	width: 5%;
	position: relative;
	z-index: 999;
}
.logo img {
	height: auto;
	width: 100%;
}
.call-top {
	float: right;
	height: auto;
	width: 11em;
}
.icon-call-top {
	float: left;
	height: auto;
	width: 11%;
	margin-left: 2%;
}
.icon-call-top img {
	height: auto;
	width: 100%;
}
.text-call-top {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #e7e8e9;
	float: right;
	height: auto;
	width: 80%;
}
.text-call-top a {
	color: #e7e8e9;
	text-decoration: none;
}



.marquee-container {
	width: 100%;
	display: flex;
	align-items: center;
	overflow-x: hidden;
	font-family: promptregular;
	font-size: 7vw;
	line-height: 160%;
	float: left;
	height: auto;
	padding-top: 30px;
	color: #e7e8e9;
	position: relative;
	z-index: 999;
}
.content-wrapper {
  padding-inline: 10px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  animation: scroll 120s linear infinite;
}
p {
  white-space: nowrap;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}.box-welcome {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
}
 .bg-welcome {
	float: left;
	width: 70%;
	position: absolute;
	animation: example 10s infinite;
	z-index: 0;
	visibility: visible;
	display: inline-block;
	height: auto;
	margin-left: 0%;
} 

@keyframes example {
  0%   { left:0px; top:0px;}
  25%  { left:200px; top:0px;}
  50%  { left:200px; top:0px;}
  75%  { left:0px; top:0px;}
  100% { left:0px; top:0px;}
}
.bg-welcome img {
	height: auto;
	width: 100%;
}
.box-welcome-left {
	float: left;
	height: auto;
	width: 60%;
}
.box-welcome-right {
	float: right;
	height: auto;
	width: 40%;
	z-index: 999;
	visibility: visible;
	position: relative;
}

.title-welcome {
	font-family: serithairegular;
	font-size: 2.8rem;
	line-height: 120%;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 4%;
	margin-bottom: 1%;
	margin-left: 5%;
	font-weight: bold;
}
.title-color-01 {
	color: #D6C212;
	margin-left: 0px;
	float: left;
}
.title-color-02 {
	color: #C5127D;
	margin-left: 0px;
	float: left;
}
.title-color-03 {
	color: #1393CA;
	margin-left: 0px;
	float: left;
}
.title-color-04 {
	color: #999999;
	margin-left: 0px;
	float: left;
}




.text-welcome {
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 150%;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 5%;
}
.color-gray {
	padding-bottom: 0.5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 2%;
}
.banner-device {
	float: left;
	height: auto;
	width: 100%;
}
.box-hilight {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
}
.box-hilight-01 {
	float: left;
	height: auto;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 1%;
	padding-bottom: 1%;
}
.picture-hilight {
	float: left;
	height: auto;
	width: 80%;
	background-color: #252525;
	border: 1px dotted #666;
	border-radius: 10px  10px 0px 0px;
	text-align: center;
	padding: 10%;
}
.picture-hilight img {
	height: auto;
	width: 90%;
}
.icon-star-hilight {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.icon-star-hilight img {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 2%;
}
.text-hilight {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #e7e8e9;
	line-height: 120%;
	float: left;
	height: auto;
	width: 100%;
}
.bg-footer-hilight-01 {
	background: linear-gradient(131deg,#ed1c24,#f7941d,#a0410d,#f7941d,#ed1c24,#f21a07,#e7e8e9);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 1em;
	width: 100%;
	margin-top: 2%;
	color: #F00;
	
}
.bg-footer-hilight-02 {
	background: linear-gradient(282deg,#43f46d,#e9e90a,#139d9d,#007236);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 1em;
	width: 100%;
	margin-top: 2%;
	color: #390;
	
}
.bg-footer-hilight-03 {
	background: linear-gradient(288deg,#4bfddf,#372e76,#6b4cf9,#e1bd2a);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 1em;
	width: 100%;
	margin-top: 2%;
	color: #06F;
	
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.box-idea {
	background-image: url(../images/bg-idea.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5%;
	padding-bottom: 5%;
}





.bg-idea {
	background-image: url(../images/p-idea-01.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-size:100%;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
}


.icon-light {
	float: left;
	height: 100%;
	width: 100%;
	text-align: center;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	perspective-origin: 50% 50%;
	animation: rotateAnimation 20s infinite linear;
	margin-top: 25%;
}

.icon-light img {
	height: auto;
	width: 50%;
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  
  }
  25% {
    transform: rotateY(90deg);
   
  }
  50% {
    transform: rotateY(180deg);
   
  }
  75% {
    transform: rotateY(270deg);
  
  }
  100% {
    transform: rotateY(360deg);
    
  }
}
.text-idea {
	font-family: promptregular;
	font-size: 1.8rem;
	color: #e7e8e9;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 45%;
	margin-bottom: 5%;
}
.text-idea img {
	height: auto;
	width: 3%;
	margin-right: 1%;
	margin-left: 1%;
	animation: roll 3s infinite;
  transform: rotate(30deg);
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.box-port-home {
	float: left;
	height: auto;
	width: 96%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 2%;
	background: rgba(0,0,0,0.4);
}
.zoom {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #CCC;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}

.port-slide {
	float: left;
	height: auto;
	width: 100%;
}
.image{

}

@keyframes enter-animation {
	0% {
		transform: translateY(200px);
    opacity: 0;
	}
	100% {
		transform: translateY(0);
    opacity: 1;
	}
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 2s 1;
  }
}
11111111111111111111
.js-scroll {
  opacity: 0;
  transition: opacity 20ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
 
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

}
