.footer .footer-nav a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
}
.footer .footer-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #ffffff;
  width: 0%;
  transition: 0.3s;
}

.footer {
  color: #ffffff; 
}

.footer .contact-info h3 {
 
  color: #ffffff;

}

.topnav .menu > a {
  color: #fff;
}
.topnav .menu > a::after {
  border-bottom: 1px solid #ffffff;
}

.banner .dots .slick-dots li button:hover {
  background-color: #fff;
}
.banner .dots .slick-dots li button{
  color: transparent;
  border: 1px solid #fff;
}
.banner .dots .slick-dots li.slick-active button {
  background-color: #fff;
}

.contact-us {
  background: #fff;
}


.contact-us .contents .content h2, .contact-us .contents .content .info, .contact-us .contents .content .contact-info .phone, .contact-us .contents .content .contact-info .email {
  color: #000;
}

.footer {
  background: grey;
}

.newsletter .container {
 
  background: #fdf9e8;
}


.flags:hover { opacity:1; }
.flags:hover .flag-dropdown1 { display: block; }
.flag-wrapper { position:relative; width: 2.5rem; height: 1.5rem; }
.flag-dropdown1 { display: none; position: absolute; }
.flag-wrapper > a { display:block; margin-top: .25rem; }
.flag-wrapper .flag.flag-us { background-image: url('../img/usa_flag.jpg'); }
.flag-wrapper .flag.flag-cn { background-image: url('../img/china_flag.jpg'); }



@media only screen and (max-width: 480px) {	
		.mobile-video{
			display:block;
		}
		.desktop-video{
			display:none;
		}
		
		.mobile-video video {
			object-fit: revert !important;
		}
		
		.morphext .flipInX{
			line-height: 26px !important;
		}
		
	}
	@media only screen and (min-width: 480px) {	
		.desktop-video{
			display:block;
		}
		.mobile-video{
			display:none;
		}
		
		.morphext .flipInX{
			line-height: 42px !important;
		}
	}
	
	
	/* Contents Block */
.contents-block {
  padding: 4.5rem 0;
  color: grey;
}

.contents-block .container {
  margin: auto;
  max-width: 1200px;
}

/* content-01 */
.content-01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.content-01 .text-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.content-01 .text-container .text-wrapper {
  width: 100%;
  margin-bottom: 4.5rem;
  text-align: center;
  max-width: 55%;
}
.content-01 .text-container h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.content-01 .img-container {
  width: 100%;
}

.content-01 .img-container > .wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.content-01 .img-content-01 {
  width: 33%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0 0.9375rem;
}

.content-01 .img-content-01 .img-wrapper {
  position: relative;
  padding: 72% 0 0 0;
  overflow: hidden;
}

.content-01 .img-content-01 .img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.8s !important;
  z-index: 1;
}
.content-01 .img-content-01 .img-wrapper:hover::before {
  opacity: 1;
}

.content-01 .img-content-01 .img-wrapper:hover .img-bg {
  transform: scale(1.2);
  transition:all 0.8s ease-in-out;
}

.content-01 .img-content-01 .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-01 .img-content-01 .img-wrapper .text-info1 {
  position: absolute;
  color: #fff !important;
  font-size: 2rem;
  left: calc(50% - 5rem);
  top: calc(50% - 1.2rem);
  z-index: 2;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s;
}
.content-01 .img-content-01:nth-child(2) .img-wrapper .text-info1 {
  left: calc(50% - 4.5rem);
}
.content-01 .img-content-01:nth-child(3) .img-wrapper .text-info1 {
  left: calc(50% - 4rem);
}
.content-01 .img-content-01 .img-wrapper:hover .text-info1 {
  transform: translateY(0);
  opacity: 1;
}

/* content-02 */
.content-02 {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  padding-top: 4.5rem;
}

.content-02 > .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.content-02 .img-container {
  width: 33%;
  position: relative;
  height: auto;
  padding: 0 0.9375rem;
}
.content-02 .img-container .img-wrapper {
  padding: 80% 0 0 0;
  position: relative;
  overflow: hidden;
}

.content-02 .img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.8s;
  z-index: 1;
}
.content-02 .img-wrapper:hover::before {
  opacity: 1;
}
.content-02 .img-wrapper .text-info1 {
  position: absolute;
  color: #fff !important;
  font-size: 2rem;
  left: calc(50% - 5.5rem);
  top: calc(50% - 1.2rem);
  z-index: 2;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s;
}
.content-02 .img-wrapper:hover .text-info1 {
  transform: translateY(0);
  opacity: 1;
}

.content-02 .img-container .img-wrapper:hover .img-bg {
  transform: scale(1.2);
  transition:all 0.8s ease-in-out;
}
.content-02 .img-container .img-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.content-02 .text-container {
  width: 67%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f56300;
}
.content-02 .text-container .text-wrapper {
  overflow-wrap: break-word;
  max-width: 70%;
}
.content-02 .text-container h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}

.content-02 .text-container h3 span.top-left {
  position: absolute;
  font-size: 5rem;
  top: -3.5rem;
  left: -4.5rem;
}

.content-02 .text-container h3 span.bottom-right {
  position: absolute;
  font-size: 5rem;
  bottom: -5.5rem;
  left: 32.5rem;
}

/* content-03 */
.content-03 {
  width: 100%;
  height: auto;
}

.content-03 > .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.9375rem;
  width: 100%;
  align-items: center;
}

.content-03 .text-container {
  width: 60%;
}

.content-03 .text-container h4 {
  padding: 0 2rem 2rem 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.content-03 .img-container {
  width: 40%;
}

.content-03 .img-wrapper {
  padding: 80% 0 0 0;
  position: relative;
  margin: 0 auto;
}

.content-03 .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
	
	
	
	
	.highlighted {
	  color: #fff;;
	  padding: 0 .75rem;
	  background: linear-gradient(to right, #00dde0, #8569ff) 0 50% no-repeat;
	  background-size: .75% 85%;
	  transition: background-size .75s ease-in;
	  -moz-transition: background-size .75s ease-in;
	  -ms-transition: background-size .75s ease-in;
	  -o-transition: background-size .75s ease-in;
	  -webkit-transition: background-size .75s ease-in;
	}
	
	.highlighted:hover {
	  background-size: 100% 85%;
	}
	
	.about-box{
		padding: 90px;
	}
	
	@media only screen and (max-width: 1199.98px) {
  .topnav .menu {
    display: none;
  }
  .topnav .hamburger {
    display: block;
  }
  .banner .text-container {
    top: 34%;
  }
  .banner .text-container h1 {
    font-size: 4rem;
  }

  .banner .text-container h3 {
    font-size: 2rem;
  }

  .text-wrapper .title { font-size:2rem; }
  .text-wrapper .title.bn-02  {font-size: 1.5rem; max-width: 35rem; }
  .contents-block .container {
    max-width: 800px;
  }
  .banner .text-container::after {
    right: 2rem;
    left: -1rem;
  }
  .content-01 .img-content-01 {
    text-align: center;
    width: 50%;
  }
  .content-01 .img-container > .wrapper .img-content-01:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.5rem;
  }
  .content-02 .text-container,
  .content-02 .img-container {
    width: 50%;
  }
  .content-02 .text-container h3 span.top-left {
    top: -2.5rem;
    left: -3rem;
  }
  .content-02 .text-container h3 span.bottom-right {
    left: 17.5rem;
    bottom: -4.5rem;
  }
  .about-info .container .info-01 .img-container {
    width: 45%;
  }
  .content-03 {
    padding-top: 0;
  }
  .content-03 > .wrapper {
    justify-content: center;
  }
  .content-03 .text-container {
    width: 80%;
    margin: 0 auto;
  }
  .content-03 .img-container {
    width: 100%;
    text-align: center;
    padding-top: 2.5rem;
  }
  .content-03 .text-container h4 {
    padding: 0;
  }
  .exe-info .container .info-01 .img-container {
    width: 45%;
  }
  .consultant-info .container .info-01 .img-container {
    width: 45%;
  }
  .publisher-info .container .info-01 .img-container {
    width: 45%;
  }
  .inventor-info .container .info-01 .img-container {
    width: 45%;
  }
  .footer .footer-nav li {
    width: 25%;
  }
}

@media only screen and (max-width: 991.98px) {
  .about-info .container .info-01 .text-container {
    width: 70%;
  }
  .about-info .container .info-01 .img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .exe-info .container .info-01 .text-container {
    width: 70%;
  }
  .exe-info .container .info-01 .img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .consultant-info .container .info-01 .text-container {
    width: 70%;
  }
  .consultant-info .container .info-01 .img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .publisher-info .container .info-01 .text-container {
    width: 70%;
  }
  .publisher-info .container .info-01 .img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .inventor-info .container .info-01 .text-container {
    width: 70%;
  }
  .inventor-info .container .info-01 .img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }
  .publisher-info .container .info-01 .img-container .img-wrapper {
    width: 50%;
    padding: 64% 0 0 0;
    margin-top: -5rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .publisher-info .container .info-01 .img-container .img-wrapper {
    margin-bottom: -4.5rem;
    padding-top: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner .text-container {
    top: 37%;
  }
  .banner .text-container::after {
    right: -1rem;
  }

  .banner .text-container h1 {
    font-size: 2rem;
  }

  .banner .text-container h3 {
    font-size: 1.5rem;
  }
  .text-wrapper .title { font-size:2rem; }
  
  .contents-block .container {
    max-width: 600px;
  }
  .content-01 .text-container .text-wrapper {
    margin-bottom: 2.5rem;
    max-width: 90%;
  }
  .content-01 .img-container > .wrapper {
    justify-content: center;
  }
  .content-01 .text-container h3 {
    font-size: 1.2rem;
  }
  .content-01 .img-content-01 {
    width: 100%;
    max-width: 360px;
    margin-top: 1.2rem;
  }
  .content-01 .img-container > .wrapper .img-content-01:nth-child(3) .img-bg {
    left: 0;
  }

  .content-02 {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .content-02 > .wrapper {
    justify-content: center;
    flex-wrap: wrap-reverse;
  }
  .content-02 .img-container {
    width: 100%;
    max-width: 360px;
  }
  .content-02 .text-container h3 {
    font-size: 1.375rem;
  }
  .content-02 .text-container h3 span.top-left {
    top: -2.5rem;
    left: -2.5rem;
  }
  .content-02 .text-container h3 span.bottom-right {
    left: 18.5rem;
    bottom: -4.5rem;
  }
  .content-02 .text-container .text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
  .content-03 {
    padding-top: 4.5rem;
  }
  .footer .footer-nav li {
    width: 50%;
  }
  .about-info .container .info-02 .wrapper {
    flex-wrap: wrap-reverse;
  }
  .about-info .container .info-02 .img-container {
    width: 100%;
  }
  .about-info .container .info-02 .text-container {
    width: 70%;
    padding-bottom: 2rem;
  }
  .about-info .container .info-02 .text-container span.top-left {
    top: -2rem;
    left: -2.5rem;
  }
  .about-info .container .info-02 .text-container span.bottom-right {
    bottom: -4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner .text-container::after {
    right: 0;
  }
  .text-wrapper .title.bn-02 { margin: 0 0 7.5rem 0; font-size: 1.25rem; }
  .text-wrapper .title.bn-02.bt { margin: 0 0 -15rem 0; font-size: 1.25rem; }
  .navdrop > .container {
    left: 1rem;
    right: 1rem;
  }
  .topnav {
    left: 1rem;
    right: 1rem;
  }
  
  .banner .text-container {
    top: 30%;
    left: 2%;
  }
  .banner .text-container h3 {
    font-size: 1rem;
  }
  .banner .img-bg.bn-02 {
    background-position: -50px 0;
  }

  .contents-block .container {
    max-width: 400px;
  }
  .content-01 .text-container .text-wrapper {
    max-width: 100%;
    padding: 0 0.9375rem;
    margin-bottom: 1.2rem;
  }
  .content-01 .text-container h3 {
    font-size: 1rem;
  }
  .content-01 .img-content-01 .img-wrapper {
    padding: 88% 0 0 0;
  }
  .content-01 .img-content-01:nth-child(1) .img-bg {
    background-position: 10% 0%;
  }
  .content-01 .img-content-01 {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }

  .content-01 .img-container > .wrapper {
    padding: 0;
  }
  .content-02 {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .content-02 > .wrapper {
    text-align: center;
    padding: 0;
  }
  .content-02 .img-container {
    width: 100%;
    max-width: 360px;
  }
  .content-02 .text-container {
    padding-bottom: 3rem;
  }
  .content-02 .text-container h3 {
    font-size: 1.4rem;
    text-align: left;
  }

  .content-02 .text-container .text-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .content-02 .text-container h3 span.top-left {
    font-size: 4rem;
  }
  .content-02 .text-container h3 span.bottom-right {
    font-size: 4rem;
    bottom: -5.5rem;
    left: 12.5rem;
  }
  .content-03 {
    padding-top: 2.5rem;
  }
  .content-03 > .wrapper {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  .content-03 .text-container {
    width: 80%;
    text-align: left;
  }
  .content-03 .img-bg {
    left: 0%;
  }

  .content-03 .text-container h4 {
    font-size: 1rem;
    padding: 0 0 1.2rem 0;
  }

  .content-03 .img-container {
    width: 100%;
  }
  .content-03 .img-container .img-wrapper img {
    height: inherit;
  }
  .newsletter .container .text-container h3 {
    font-size: 1.5rem;
  }
  .newsletter .container .text-container h5 {
    font-size: 0.8rem;
  }
  .about-banner{background-position:30%; }
  .about-info .container .info-01 {
    padding-bottom: 0;
  }
  .about-info .container .info-02 {
    padding: 2.5rem 0;
  }
  .about-info .container .info-01 .text-container,
  .about-info .container .info-02 .text-container {
    font-size: 1rem;
  }
  .about-info .container .info-02 .text-container {
    padding-bottom: 3rem;
  }
  .exe-info .container .info-01 {
    padding-bottom: 0;
  }
  .exe-info .container .info-01 .text-container {
    font-size: 1rem;
  }
  .consultant-info .container .info-01 {
    padding-bottom: 0;
  }
  .consultant-info .container .info-01 .text-container {
    font-size: 1rem;
  }
  .inventor-info .container .info-01 {
    padding-bottom: 0;
  }
  .inventor-info .container .info-01 .text-container {
    font-size: 1rem;
  }
  .publisher-info .container .info-01 {
    padding-bottom: 0;
  }
  .publisher-info .container .info-01 .text-container {
    font-size: 1rem;
  }
  .about-info .container .info-01 .text-container .leading {
    font-size: 1.5rem;
  }
  .exe-info .container .info-01 .text-container .leading {
    font-size: 1.5rem;
  }
  .inventor-info .container .info-01 .text-container .leading {
    font-size: 1.5rem;
  }
  .publisher-info .container .info-01 .text-container .leading {
    font-size: 1.5rem;
  }
  .consultant-info .container .info-01 .text-container .leading {
    font-size: 1.5rem;
  }
  .about-info .container .info-02 .text-container span.top-left {
    top: -2rem;
    left: -2rem;
  }
  .about-info .container .info-02 .text-container span.bottom-right {
    right: -1.5rem;
    bottom: -4.5rem;
  }
  .about-info .container .info-01 .img-container img:nth-last-child(1) {
    margin-bottom: 0;
  }
  .consultant-info .container .info-01 .img-container img:nth-last-child(1) {
    margin-bottom: 0;
  }
  .publisher-info .container .info-01 .img-container img:nth-last-child(1) {
    margin-bottom: 0;
  }
  .inventor-info .container .info-01 .img-container img:nth-last-child(1) {
    margin-bottom: 0;
  }
  .exe-info .container .info-01 .img-container img:nth-last-child(1) {
    margin-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}


.about-info {
  height: auto;
  width: 100%;
  color: grey;
}

.about-banner {
  height: 450px;
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}

.about-info .container {
  display: flex;
  flex-wrap: wrap;
}
.about-info .container .infos {
  width: 100%;
  padding: 4.5rem 0;
}
.about-info .container .info-01,
.info-02,
.info-03 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4.5rem;
}
.about-info .container .info-03 {
  padding-bottom: 0;
}
.about-info .container .info-01 .text-container {
  width: 45%;
  margin: 0 auto;
  font-size: 1.3rem !important;
}
.about-info .container .info-01 .text-container .leading {
  color: #f56300;
  padding-bottom: 2rem;
  font-weight: 800;
  font-size: 2.5rem;
}
.about-info .container .info-01 .text-container .heading {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
.about-info .container .info-01 .text-container .text-info1 {
  padding-bottom: 2rem;
  line-height: 1.5;
}

.about-info .container .info-01 .img-container {
  width: 40%;
  text-align: center;
  padding-top: 2rem;
}
.about-info .container .info-01 .img-container img {
  margin-bottom: 2rem;
  background: transparent;
  background-size: cover;
  background-position: center;
}

.about-info .container .info-02 .img-container,
.about-info .container .info-02 .text-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-info .container .info-02 .text-container {
  width: 45%;
  margin: 0 auto;
  font-size: 2rem;
  color: #f56300;
  font-weight: 400;
}
.about-info .container .info-02 .text-container .text-wrapper {
  position: relative;
}
.about-info .container .info-02 .text-container span.top-left {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  font-size: 4rem;
}
.about-info .container .info-02 .text-container span.bottom-right {
  position: absolute;
  bottom: -5.5rem;
  right: -0.5rem;
  font-size: 4rem;
}

.about-info .info-02 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

p {
  margin: 0;
  padding: 0;
    padding-bottom: 0px;
  font-size: revert;
  color: gray;
  opacity: 1;
}



.gallery { padding: 4.5rem 0; }
.gallery .container { max-width: 1140px; margin: 0 auto; }
.gallery .container h1.title { font-size: 2.5rem; }
.gallery .container .showcase { margin: 2.5rem 0 0 0;}
.gallery .container .showcase .showcase-title { font-size: 1.5rem; font-weight: bold; color: grey; }
.gallery .container .showcase .img-container { display: flex; flex-wrap: wrap; margin: .75rem 0 0 0; }
.gallery .container .showcase .img-container .img { width: calc(100% / 6); margin:.75rem 0 0 0; height: 7.5rem; position:relative; cursor: pointer; transition: opacity .45s; }
.gallery .container .showcase .img-container .img:hover { opacity: .7;  }
.gallery .container .showcase .img-container .img .img-bg { position: absolute; top:0; left:0; right:0; bottom:0; background-size: cover; background-position: center;  }


/* Modal */
.modal { display: none; position: fixed; top:0; left:0; justify-content: center; align-items: center; width: 100vw; height: 100vh; background-color: rgba(0,0,0,.85); cursor: pointer; z-index:10; }
.modal.active { display: flex; }
.modal .modal-content{
	width: auto !important;
}
.modal .modal-content img { max-width:70vw; max-height: 50vh;  cursor: auto; }
.nav-btns { position: absolute; left:5rem; width:calc(100% - 10rem); display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.modal .nav-btns .nav-btn { width: 4rem; height: 4rem; pointer-events:auto; padding: 1rem; }
.modal .nav-btns .nav-btn.prev-btn::before, .modal .nav-btns .nav-btn.next-btn::before{ content:''; display:block; width:100%; height:100%; border-right:4px solid transparent; border-bottom:4px solid transparent; border-color: #fff; }
.modal .nav-btns .nav-btn.prev-btn::before { transform: rotate(135deg);  }
.modal .nav-btns .nav-btn.next-btn::before { transform: rotate(-45deg);  }


@media screen and (max-width: 1199.98px){
	.gallery .container { max-width: 960px; }
	.gallery .container .showcase .img-container .img { width: 25%; }
}
@media screen and (max-width: 991.98px){
	.gallery .container { max-width: 720px; }
}
@media screen and (max-width: 767.98px){
	.gallery .container { max-width: 540px; }
	.gallery .container .showcase .img-container .img { width: 50%; }
	.nav-btns{ left: 2.5rem; width: calc(100% - 5rem); }
	.modal .nav-btns .nav-btn { width: 3.5rem; height: 3.5rem; }
}
@media screen and (max-width: 575.98px){
	.gallery .container .showcase .img-container .img { width: 100%; }
	.gallery .container { max-width: 500px; }
	.modal .nav-btns .nav-btn { width: 3rem; height: 3rem; }

}
	
.form-label{
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
	width: 100%;
	letter-spacing: 2px;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}