/*--------------------------------------------------------------
>>> STYLING OF CUSTOM PAGES:
**	/page
*** Appearance -> Customize -> Load Style-page.css for checked pages.
---------------------------------------------------------------*/
/**
 * Pages Styles
 */
.hero-style .header-section {
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(7px) brightness(0.9);
	-webkit-backdrop-filter: blur(7px) brightness(0.9);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05), transparent);
}
.hero-style .header-section:hover { background-color: var(--dark-blue) }
.hero-style .header-wrapper a,
.hero-style .header-content .item-branch .item-inner a,
.hero-style .header-content .site-title a,
.hero-style .toggle-btn,
.hero-style .header-section .search-btn .iconset,
.hero-style .navigation-menu ul li.menu-item-has-children ul > li.iconset:before { color: #fff }
.hero-style .header-wrapper a:focus,
.hero-style .header-wrapper a:active,
.hero-style .header-wrapper a:hover,
.hero-style .header-content .item-branch .item-inner a:hover,
.hero-style .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before { color: var(--orange) }

.page-about-us .header-wrapper,
.page-about-us .header-wrapper .navigation-menu ul li.menu-item-has-children ul,
.hero-style .isStuck,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul,
.hero-style .searchStuck,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul { background-color: var(--dark-blue) }

.page-about-us .header-wrapper .header-content .site-title a,
.page-about-us .header-wrapper .header-content .item-branch .item-inner a,
.page-about-us .header-wrapper .header-content .search-btn .iconset,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li.iconset::before,
.hero-style .isStuck a,
.hero-style .isStuck .header-content .site-title a,
.hero-style .isStuck .header-content .item-branch .item-inner a,
.hero-style .isStuck .toggle-btn,
.hero-style .isStuck .search-btn .iconset,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li a,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset::before,
.hero-style .searchStuck a,
.hero-style .searchStuck .header-content .site-title a,
.hero-style .searchStuck .header-content .item-branch .item-inner a,
.hero-style .searchStuck .toggle-btn,
.hero-style .searchStuck .search-btn .iconset,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li a,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset::before { color: var(--eff) }

.page-about-us .header-wrapper .header-content .site-title a:hover,
.page-about-us .header-wrapper .header-content .toggle-btn:hover,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before,
.hero-style .isStuck a:focus,
.hero-style .isStuck a:active,
.hero-style .isStuck a:hover,
.hero-style .isStuck .header-content .site-title a:hover,
.hero-style .isStuck .toggle-btn:hover,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before,
.hero-style .searchStuck a:focus,
.hero-style .searchStuck a:active,
.hero-style .searchStuck a:hover,
.hero-style .searchStuck .header-content .site-title a:hover,
.hero-style .searchStuck .toggle-btn:hover,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before { color: var(--orange) }

/* Text over on DIV*/
.text-overlay {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%); /* Centers horizontally */
    width: 60%;
    padding: 2%;
    margin: 0;
    text-align: center;
    font-size: 7vw;
    line-height: 1;
    color: #e6e6e6;
    text-shadow: 1px -1px #fff, -1px -1px #999, -10px 10px 10px #808080;
}
.locate-container {
	width: 20%;
}
.locate-container .line {
	flex: 1;
    height: 2px;
	background-color: var(--ahover-color);
    border: 1px solid var(--ahover-color)
}
.locate-container .line.left {
    left: 0;
    right: 50%;
    margin-right: 15px;
}
.locate-container .line.right {
    right: 0;
    left: 50%;
    margin-left: 15px;
}
.locate-container .iconset {
	font-size: 32px;
	font-size: 3.2rem;
	color: var(--ahover-color);
}
/* Page Header*/
.hero-style .header-wrapper {
	position: relative;
	overflow: hidden;
	height: 90vh;
	min-height: 642px;
}
.hero-style .header-wrapper > img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
	animation: slow-zoom 15s infinite alternate;
}
/**
 * Page Hero
 */
/* home hero*/
.section-hero {
	position: absolute;
    bottom: 0;
	width: 100%;
}
.section-hero .aside {
	position: relative;
	-webkit-justify-content: flex-end;
	   -moz-justify-content: flex-end;
	       -webkit-box-pack: end;
	          -ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-align-items: flex-end;
	   -moz-align-items: flex-end;
		-ms-align-items: flex-end;
		 -o-align-items: flex-end;
		   -webkit-box-align: end;
              -ms-flex-align: end;
	        align-items: flex-end;
}
.section-hero .hero-arrow {
	width: 100px;
	height: 100px;
	background-color: rgba(208,255,113, 0.6);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, background 0.3s ease;
}
.section-hero .hero-arrow::before {
	content: '\2794';
	font-size: 66px;
	color: #fff;
}
.section-hero:hover .hero-arrow {
	transform: rotate(60deg);
	background: rgba(92,166,79, 1);
}
.section-hero .main {
	display: block;
	font-size: 7vw;
	line-height: 0.9;
	color: #fff;
	text-shadow: 1px -1px #fff, -1px -1px #999, -10px 10px 10px #808080;
}
/* Page Contact*/
.section-hello {	
	font-size: 9vw;
	font-weight: 800;
	line-height: 1;
	color: #000;
}
.section-hello span::before {	
	content: 'contact';
	padding-right: 10em;
	font-size: 16px;
	font-weight: lighter;
	vertical-align: top;
	color: #5ca64f;
}
.section-hello p.hello-arrow::after {
	content: '\2794';
	font-size: 66px;
	color: #fff;
	background-color: rgba(208,255,113, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
	transition: transform 0.3s ease, background 0.3s ease;
}
.section-hello:hover .hello-arrow::after {
	transform: rotate(60deg);
	background: rgba(92,166,79, 1);
}
/* Who are we*/
.years {
	font-size: 75px;
	font-size: 7.5rem;
	line-height: 75px;
	color: #5ca64f
}
.years strong {
	font-size: 115px;
	font-size: 11.5rem;
}
.section-who img:hover {
	-webkit-transform: scale(1.12);
	   -moz-transform: scale(1.12);
	    -ms-transform: scale(1.12);
	     -o-transform: scale(1.12);	
	        transform: scale(1.12);			
}
/* What we offer: section-what*/
.innovate-title,
.innovate-slogan {
	color: #fff;
	text-shadow: #000 1px 1px;
}
.ideal-slogan > span {
	width: 50%;
	color: #fff
}
.mot > img,
.mcr > img,
.filter > img {
	position: absolute;
	z-index: -1;
    bottom: 0;
    right: 0;
    width: auto;
	height: 80%
}
.mot > img.mots,
.mcr > img.mcrs {
	z-index: -2;
}
.mot:hover img.mots,
.mcr:hover img.mcrs {
	z-index: -1;
}
.mot:hover img.mot,
.mcr:hover img.mcr {
	z-index: -2;
}
/*What makes us the ideal option?: section-ideal*/
.ideal-title {
	color: #fff;
	text-shadow: #000 1px 1px;
}
.ideal-slogan > span {
	width: 50%;
	color: #fff
}
/*How do we have the capacity: section-capacity*/
.client-brands img {
	display: inline-block;
	width: calc(var(--singular-wrapper)/7 - 10px);
	max-width: 110px;
	padding: 5px;
	vertical-align: top;
}
.client-slogan { color: #ff5f58 }
.capacity-option span {
	line-height: 1.3
}
.capacity-option span::before {
	content: "\2142";
	font-size: 85px;
	font-size: 8.5rem;
	line-height: 85px;
	color: #ff5f58;
	display: inline-block;
	transform: scaleX(-1);
	position: absolute;
	top: 0;
	left: -3%;
	text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}
.capacity-option mark {
	font-family: Tahoma, sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.15
}
.capacity-tailor img {
	width: 70%;
    height: auto;
}
/* Project Cases*/
.case-application {	border-radius: 20px }
.case-application ul {
	position: relative;
	list-style-type: none;
	counter-reset: li;
	padding-left: 5%;
	color: #ffffff
}
.case-application ul::before {
	content:attr(aria-label); 
	font-size: 2em;
    font-weight: bold;
	line-height: 1.5;
}
.case-application ul li {
	cursor: pointer;
	touch-action: manipulation;	
}
.case-application ul li::before {
	font-size: 1.5em;
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #ffb2c2;
	margin-right: 0.25em;
}
.case-application ul li:hover {
	text-decoration: wavy underline 1px;
}
.case-application p {
	color: #ffb1c2;
	font-size: 1em;
	text-align: center;
}
.case-details img {
	border-radius: 20px;
}
/* Sticky Catalog*/
.section-sticky .section-header { color: #f9fdfe }
.section-sticky .sticky-content figure {
	position: relative;
	background-color: #f9fdfe;
	border: 1px solid #e0efdc;
	width: calc(var(--wrapper-width)/4 - 12px);
	margin: 5px;	
	border-radius: 5px
}
.section-sticky .sticky-content figure > figcaption {
	width: 100%;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.3);
	color: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	transition: opacity 0.3s;
}
.section-sticky .sticky-content figure > figcaption h2 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
}
.section-sticky .sticky-content figure > figcaption p.tag-links {
	line-height: 16px;
	padding: 5px 0 10px 0;
}
.section-sticky .sticky-content figure:hover > figcaption {
	opacity: 0.8;
}
.section-sticky .sticky-content figure:nth-of-type(1n+0):hover { border: 1px solid #a96dad }
.section-sticky .sticky-content figure:nth-of-type(2n+0):hover { border: 1px solid #04aa6d }
.section-sticky .sticky-content figure:nth-of-type(3n+0):hover { border: 1px solid #ff7a5a }
/* Section Service*/
.service-teams .main img {
	border-radius: 20px;
}
.service-teams .aside {
	background-color: #005924;
	border-radius: 20px;
	color: #ffffff;
	padding: 5%;
}
.service-teams .aside ul {
	padding: 5% 0
}

/**
 * About Us
 */
 /*Section About Us*/
.section-aboutus {	
	position: relative;
	overflow: hidden;
	background-color: #0b2a2b;
}
.section-aboutus h2 {
	display:block;
	color: #f8783a
}
.section-aboutus p {
	color: #ffffff
}
.about-us .aside {
	padding: 5% 0;
	text-align: center
}
.about-us .main {
	padding: 5% 0
}
.about-us .main h2 {
	padding: 2%;
	color: #ffb1c2
}
.about-us .main p {
	padding: 1% 2%;
	margin: 0.5% 0;
}
.about-us .main p::before {
	content:attr(aria-label); 
	font-size: 2em;
    font-weight: bold;
	line-height: 1.5;
	padding-right: 2%
}
.about-us .main p:nth-of-type(even) {
	background-color: rgba(187, 220, 248, 0.1);
	border-radius: 20px
}
.about-us .main p:nth-of-type(odd) {
	background-color: rgba(187, 220, 248, 0.05);
	border-radius: 20px
}
.about-us .main p:nth-of-type(1)::before {
	color: #ea4c89
}
.about-us .main p:nth-of-type(2)::before {
	color: #fdae43
}
.about-us .main p:nth-of-type(3)::before {
	color: #2b85d2
}
.about-us .main p:nth-of-type(4)::before {
	color: #f82204
}
.about-us .main p:nth-of-type(5)::before {
	color: #f2ccf7
}
.about-us .main p:nth-of-type(6)::before {
	color: #f8783a
}
/*Section Enterprise Culture*/
.culture-header h2 {
	display: inline-block;	
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 35px;
	padding: 20px;
	margin: 10px 0;
	background-color: #f8783a;
	border-radius: 20px;
	color: #0b2a2b;
	transform: rotate(-2deg);
    transition: transform 0.5s ease;
	position: relative;
}
.culture-title {
	list-style-position: inside;
	color: #007048
}
/*Talent*/
.section-talents {
	background-color: #0b2a2b;
	padding: 10% 0
}
.talents .main {
	color: #ffb2c2;
	padding: 0 5%;
	text-align: center
}
.talents .main p{
	color: #fbfcfc;
	padding: 2%
}
.talents .main hr { width: 10% }
.talents .aside img {
	transition: all 0.3s ease-out;
}
.talents .aside img:nth-child(1) {
    transform: rotate3d(0,0,1,-5deg);
}
.talents .aside img:nth-child(1):hover {
	transform: translate3d(2%, 0, 0) rotate3d(0,0,1,1deg);
}
.talents .aside img:nth-child(2):hover {
	transform: scale(1.1) rotate3d(0,0,1,-2deg);
}
/* Section Facility*/
.factory-area {	color: #5ca64f }
.factory-area sup:nth-child(2) { font-size: 0.6em }

/* Section design*/
.design-control .aside::before {
	content:attr(aria-label); 
	position: absolute;
	right: 0;
	top: 0;
	color: rgb(217, 215, 215); 
	font-size: 12em;
	line-height: 1
}
.design-control .aside ul {
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}
.design-control .aside ul li{
	position: relative;
}
.design-control .aside ul::before{
    content:attr(aria-label);
    font-size: 2em;
    font-weight: bold;
	line-height: 1
}
.design-control .aside ul li::before{
	content: '\221A';
	padding-right: 5px;
	display: inline;
	font-weight: 800
}
/*Section Quality*/
.quality-header h2 {
	display: inline-block;	
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 35px;
	padding: 20px;
	margin: 10px 0;
	background-color: #f8783a;
	border-radius: 20px;
	color: #0b2a2b;
	transform: rotate(-2deg);
    transition: transform 0.5s ease;
	position: relative;
}
.quality-control ul.check-circle li::before {
	position: absolute;
	left: 0;
	top: 15%;
	transform: translateY(-15%);
}
/*Section Values*/
.values {
	display: block;
	color: #ebdcc3;
	width:100%;
	max-width: calc(var(--wrapper-width)*3/5);
	text-align: center
}
.values h2.value-title {
	display: inline-block;	
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 55px;
	padding: 20px;
	background-color: #231f20;
	border-radius: 50px;
	color: #f3ca2b;
	transform: rotate(-2deg);
	transition: transform 0.5s ease;
	position: relative;
}
.values h2.value-title .circle-line {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	width: 96%;
	height: 90%;
	border: 2px solid #f3ca2b;
	border-radius: 50px;
	background-color: transparent;
}
/*Contact*/
.page-contact-us .entry-header {
	display: none
}
.contact-touch div.main {
	border-radius: 10px
}



/*Flip show*/
.flip-container {
  color:#999;
  text-transform: uppercase;
  font-size:36px;
  font-weight:bold;
  display:block;
  padding-top: 5%
}
.flip {
  height:50px;
  overflow:hidden;
}
.flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}
.flip div:first-child {
  animation: show 5s linear infinite;
}
.flip div div {
  background:#42c58a;
}
.flip div:first-child div {
  background:#4ec7f3;
}
.flip div:last-child div {
  background:#DC143C;
}
@keyframes show {
  0% {margin-top:-270px;}
  10% {margin-top:-180px;}
  33% {margin-top:-180px;}
  43% {margin-top:-90px;}
  66% {margin-top:-90px;}
  76% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

/* Bob animation*/
.bop-t {
	 animation: bop 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
.bop-b {
	 animation: bopB 3s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 @keyframes bop {
	 0% {
		 transform: scale(0.9);
	}
	 50%, 100% {
		 transform: scale(1);
	}
}
 @keyframes bopB {
	 0% {
		 transform: scale(0.9);
	}
	 80%, 100% {
		 transform: scale(1);
	}
}

/* Header circle animation*/
.header-shape {
	position:absolute;
	z-index:0;
}
.quartercircle {
	width:36vw;
	height:36vw;
	max-width:60rem;
	max-height:60rem;
	transform:scale(var(--circle));
	transition:transform 1.5s cubic-bezier(.165,.84,.44,1);
	will-change:opacity,transform
}
.shape--top {
	top:0;
	left:0
}
.shape--top .quartercircle {
	border-radius:0 0 100% 0;
	background-color:#ffbd59;
	transform-origin:top left
}
.shape--bottom {
	bottom:0;
	right:0
}
.shape--bottom .quartercircle {
	border-radius:100% 0 0 0;
	background-color:#f87854;
	transform-origin:bottom right
}

/* Header service animation*/
.header-blob {
  position: absolute;
  z-index:0;
  top:0;
  left:0;
  width: 20vw;
  height: 20vw;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255,0.42) 5%,
    #c034bd 70%
  );
  mix-blend-mode: color;
  -webkit-animation: move 15s infinite alternate;
          animation: move 15s infinite alternate;
  transition: 1s cubic-bezier(0.07, 1.8, 1.16, 3);
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translate(-10vw, -10vw) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(20vw, 8vw) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}
@keyframes move {
  from {
    transform: translate(-10vw, -10vw) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(20vw, 8vw) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

/* Header service svg blob*/
.header-svg-blob {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
}
.header-svg-blob .svg {
	transform-origin: 50% 50%;
	animation: amove 50s ease-in-out infinite;
}
@keyframes amove {
  0%   { transform: scale(1)   translate(0, 0) rotate(0); fill: #00D69C; filter: drop-shadow( 20px 14px 10px rgba(0, 0, 0, .7)); }
  25%  { transform: scale(0.8) translate(5vw, 10vh) rotate(55deg); fill: #C52AFC; filter: drop-shadow( 14px 14px 6px rgba(0, 0, 0, .7)); }
  50%  { transform: scale(0.6) translate(15vw, 5vh) rotate(180deg); fill: #FF1F00; filter: drop-shadow( -16px -16px 16px rgba(0, 0, 0, .7)); }
  75%  { transform: scale(0.8) translate(5vw, 10h) rotate(55deg); fill: #FFD600; filter: drop-shadow( 14px 14px 6px rgba(0, 0, 0, .7)); }
  100% { transform: scale(1)   translate(0, 0) rotate(0); fill: #00D69C; filter: drop-shadow( 20px 14px 10px rgba(0, 0, 0, .7)); }
}
.slow-zoom img {
	animation: slow-zoom 15s infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes slow-zoom {
  0% { transform: scale(1); } /* Start with normal scale */
  50% { transform: scale(1.1); } /* Zoom in halfway through the animation */
  100% { transform: scale(1.2); } /* Return to normal scale at the end */
}
/* Page in Mobile*/
@media (max-width: 767px) {
	.page-home .header-wrapper {
		height: 232px
	}
	.section-hero .aside {
	position: relative;
		-webkit-justify-content: flex-start;
		   -moz-justify-content: flex-start;
			   -webkit-box-pack: start;
				  -ms-flex-pack: start;
				justify-content: flex-start;
		-webkit-align-items: flex-end;
		   -moz-align-items: flex-end;
			-ms-align-items: flex-end;
			 -o-align-items: flex-end;
			   -webkit-box-align: end;
				  -ms-flex-align: end;
				align-items: flex-end;
	}
	.section-hero .hero-arrow {
		width: 50px;
		height: 50px;
	}
	.section-hero .hero-arrow::before {
		font-size: 30px
	}	
	.section-what img {
		position: relative;
		display: none
	}
	.section-what img:last-child {
		display: block;
	}
	
	.section-sticky .sticky-content figure {
		width: 95%;
		max-width: calc(var(--media-screen)*0.95);
	}
	
	/*page contact*/
	.section-hello span::before {
		display: block;
		padding-right: 0;
	}
	.section-hello p.hello-arrow::after {
		width: 50px;
		height: 50px;
		font-size: 30px
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-home .header-wrapper {
		height: 432px
	}
	.section-hero .hero-arrow {
		width: 70px;
		height: 70px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1600px) {
	.section-hero .main {
		font-size: 5vw;
	}
}