/*=============================================================
  TECHNOLOGY & INNOVATION
  =============================================================*/
.banner-container.technology{
	background-color:#11151e;
}

.technology-container{
	position:relative;
	padding:50px 0;
}
.technology-container h1{
	font-size:26px;
	font-weight:700;
	text-align:center;
}
.technology-container h2 {
	font-size:20px;
	font-weight:700px;
}
.technology-container p{
	font-size:16px;
	line-height:24px;
}
.technology-content{
	position:relative;
}
.technology-content a{
	text-decoration:none;
	border:0;
}
.technology-content h1 {
	font-size:18px;
	font-weight:700px;
	color:#ec1c2d;
	background:#000;
	padding:8px 0;
	margin:0;
	text-align:center;
}
.framework-img {
	padding:20px 40px 0 0;
	width:450px;
	float:left;
}
.framework-img-chart {
	float:right;
	width:450px;
	padding:20px 0 20px 40px;
}

	.layer-black{
		position:absolute;
		width:100%;
		height:100%;
		background: url(../images/zoom-in-white.png) center no-repeat;
		background-color:rgba(0, 0, 0, 0.8);
		background-size:15%;
		z-index:99;
		opacity:0;
		transition: ease-in .3s;
	}
	.technology-content a:hover .layer-black{
		opacity:1;
	}
	
.float-left{
	float:left;
}

.float-right{
	float:right;
}

.strategy-box{
	position:relative;
	margin-bottom:30px;
}
.strategy-box .img{
	position:absolute;
	width:55%;
	height:350px;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
}
.strategy-box .text{
	width:55%;
	height:350px;
	float:right;
	background-color:#24190c;
	margin-top:80px;
	padding:0 10% 0 15%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.strategy-box .text p{
	color:#fff;
	font-size:20px !important;
	line-height:28px !important;
	font-weight:300;
}

.talent-img-container{
	width:100%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
}

.circle-container {
		  position: relative;
		  width: 36em;
		  height: 36em;
		  border-radius: 50%;
		  padding: 0;
		  list-style: none;
		  margin: 15em auto 15em;
		  border: solid 5px #ccc;
		  text-align:center;
		}
		.circle-container h1 {
			margin-top:100px;
		}
		.circle-container h2 {
			font-size:24px;
			color:#fff;
		}
		.circle-container p {
			font-size:14px;
			line-height:18px;
			max-width:200px;
			margin:0 auto;
		}
		.circle-container > * {
		  display: block;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  margin: -10em;
		  width: 18em;
		  height: 18em;
		}
		.circle-container > *:nth-of-type(1) {
		  -webkit-transform: rotate(344deg) translate(16em) rotate(-344deg);
				  transform: rotate(344deg) translate(16em) rotate(-344deg);
		}
		.circle-container > *:nth-of-type(2) {
		  -webkit-transform: rotate(56deg) translate(16em) rotate(-56deg);
				  transform: rotate(56deg) translate(16em) rotate(-56deg);
		}
		.circle-container > *:nth-of-type(3) {
		  -webkit-transform: rotate(128deg) translate(16em) rotate(-128deg);
				  transform: rotate(128deg) translate(16em) rotate(-128deg);
		}
		.circle-container > *:nth-of-type(4) {
		  -webkit-transform: rotate(200deg) translate(16em) rotate(-200deg);
				  transform: rotate(200deg) translate(16em) rotate(-200deg);
		}
		.circle-container > *:nth-of-type(5) {
		  -webkit-transform: rotate(272deg) translate(16em) rotate(-272deg);
				  transform: rotate(272deg) translate(16em) rotate(-272deg);
		}
		.circle-blue {
		  display: block;
		  width: 250px;
		  height:250px;
		  border-radius: 50%;
		  background:#0098f9;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:60px 10px 10px 10px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		.circle-green {
		  display: block;
		  width: 250px;
		  height:250px;
		  border-radius: 50%;
		  background:#2dc8b8;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:60px 10px 10px 10px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		.circle-yellow {
		  display: block;
		  width: 250px;
		  height:250px;
		  border-radius: 50%;
		  background:#a5c82d;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:60px 10px 10px 10px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		.circle-orange {
		  display: block;
		  width: 250px;
		  height:250px;
		  border-radius: 50%;
		  background:#f1980b;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:60px 10px 10px 10px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		.circle-red {
		  display: block;
		  width: 250px;
		  height:250px;
		  border-radius: 50%;
		  background:#e50000;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:60px 10px 10px 10px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		.circle-grey {
		  display: block;
		  width: 300px;
		  height:300px;
		  border-radius: 50%;
		  background:#333;
		  -webkit-transition: .15s;
		  transition: .15s;
		  padding:20px;
		  font-size:14px;
		  color:#fff;
		  padding:40px;
		  
			-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
			box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
		}
		
		/* entire container, keeps perspective */
		.flip-container {
			perspective: 1000px;
		  -webkit-transition: .15s;
		  transition: .15s;
		}
			/* flip the pane when hovered */
			.flip-container:hover .flipper, .flip-container.hover .flipper {
				transform: rotateY(180deg);
			}
		
		.flip-container, .front, .back {
			width: 250px;
			height: 250px;
		}
		
		/* flip speed goes here */
		.flipper {
			transition: 0.6s;
			transform-style: preserve-3d;
		
			position: relative;
		}
		
		/* hide back of pane during swap */
		.front, .back {
			backface-visibility: hidden;
		
			position: absolute;
			top: 0;
			left: 0;
		}
		
		/* front pane, placed above back */
		.front {
			z-index: 2;
			/* for firefox 31 */
			transform: rotateY(0deg);
		}
		
		/* back, initially hidden pane */
		.back {
			transform: rotateY(180deg);
		}
		
		.rd-strategy-container{
			min-height:800px;
			display:flex;
			align-items:center;
		}




.technology-popup-content{
	margin-top:-51px;
}
.technology-popup-content h1{
	font-size:36px;
	line-height:36px;
	font-weight:700;
	color:#344860;
	margin:0;
}
.technology-popup-content h2{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#000;
}
.technology-popup-content p{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#000;
}
.rd-center ul{
	padding:0;
	margin:0;
}
.rd-center ul li{
	padding:0 0 5px 0;
	margin:0 0 0 20px;
	font-size:16px;
}
.rd-center .content-1{
	position:relative;
	padding-bottom:30px;
}
.rd-center .content-1 .title-box{
	position:absolute;
	top:80px;
	left:10px;
	width:220px;
}
@media screen and (max-width:980px){
	.rd-center .content-1 .title-box{
		width:180px;
	}
}
.rd-center .content-2{
	width: calc(100% + 60px);
	margin-left:-30px;
	padding-bottom:30px;
}
.rd-center .content-col{
	border-top:#ec0928 4px solid;
	border-bottom:#ec0928 4px solid;
	padding:20px 0;
	margin:0 30px;
}
.rd-center .border-row{
	border-top:#b3b3b3 4px solid;
	padding:30px 0 50px 0;
}
.rd-center .border-row .content-left{
	padding-right:40px;
}
.rd-center .border-row .content-left h2{
	margin-top:0px;
}

.cleanroom-fac .content-1{
	position:relative;
	padding-bottom:30px;
}
.cleanroom-fac .content-1 .title-box{
	position:absolute;
	top:80px;
	left:10px;
	width:230px;
}
.cleanroom-fac .border-row{
	border-top:#b3b3b3 4px solid;
	padding:30px 0 50px 0;
}
.cleanroom-fac li {
	font-size:16px;
	margin-bottom:5px;
}
.gloves-fac .content-1{
	position:relative;
	padding-bottom:30px;
}
.gloves-fac .content-1 .title-box{
	position:absolute;
	top:80px;
	left:10px;
	width:230px;
}
.gloves-fac .border-row{
	border-top:#b3b3b3 4px solid;
	padding:30px 0 50px 0;
}
.gloves-fac li {
	font-size:16px;
	margin-bottom:5px;
}

.gloves-img {
	float:left;
	max-width:400px;
	margin:20px 20px 20px 0;
}
.gloves-machine-box {
	position:relative;
	border:#666 2px solid;
	margin-top:40px;
}
.gloves-machine-box .content {
	background:#E0E0E0;
	padding:20px;
}
.gloves-machine-box .content h1 {
	font-size:20px;
	font-weight:700;
}
.gloves-machine-box .image {
	max-width:350px;
	height:230px;
	display:flex;
	align-items:center;
	margin:0 auto;
}

.technical-fac .content-1{
	position:relative;
	padding-bottom:30px;
}
.technical-fac .content-1 .title-box{
	position:absolute;
	top:80px;
	left:10px;
	width:230px;
}
@media screen and (max-width:980px){
	.technical-fac .content-1 .title-box{
		width:180px;
	}
}
.technical-fac .border-row{
	border-top:#b3b3b3 4px solid;
	padding-top:20px;
	margin-top:10px;
}
.technical-fac li {
	font-size:16px;
	margin-bottom:5px;
}

.corp-info{
	background-color:#f1f1f1;
	padding:30px 5%;;
}
.corp-row{
	text-align:justify;
}
.hide{display:none;}


/* ====================================================================== 
 TABLE
====================================================================== */
.content-box{
	border:#666 4px solid;
	padding:15px;
	background:url(../images/logo-black-10.png) center no-repeat;
	background-size:40%;
	margin-top:20px;
}
.content-box table{width:100%;text-align:left;border-collapse: collapse; font-size:16px; font-weight:700;}
.content-box table tr{border-top:1px solid #666;}
.content-box table tr:first-child{border-top:0;}

/* tblstyle3 */
.content-box table.tblstyle3{}
.content-box table.tblstyle3 tbody th{border-right:1px solid #666; padding:10px 15px;}
.content-box table.tblstyle3 tbody td{padding:10px 15px; font-weight:400;}


/*========================================
  Light Box
  ========================================*/
  .lightbox-popup{
	  width:100%;
	  max-width:1170px;
	  padding:40px;
	  overflow:auto;
  }
  .lightbox-popup h1 {
	  font-size:32px;
	  font-weight:700;
	  color:#ec1c2d;
  }
  .lightbox-popup p {
	  line-height:20px;
  }
  .lightbox-popup img.right{
	  float:right;
	  width:100%;
	  margin:15px 0 15px 30px;
  }
  .lightbox-popup img.left{
	  float:left;
	  width:100%;
	  margin:15px 30px 15px 0;
  }

/*========================================
  Responsive
  ========================================*/
@media (max-width:800px){
	.banner-container.technology{
		background-image:url(../images/banner-technology.jpg);
	}
	.banner-container.technology .banner-content{
		background-color:#11151e;
	}
	
	.circle-container {
		  margin: 10em auto 10em;
		}
		
	.rd-strategy-container{
			min-height:auto;
		}
	
	.rd-center .content-1 .title-box,
	.technical-fac .content-1 .title-box,
	.gloves-fac .content-1 .title-box,
	.cleanroom-fac .content-1 .title-box{
		position:relative;
		top:0px;
		left:0px;
		margin-top:30px;
		width:100%;
	}
	.rd-center .border-row .content-left{
		padding-right:0px;
	}
	
	.technical-fac .border-row{
		border-top:none;
	}
	
	.gloves-img {
		float:none;
		width:100%;
		max-width:none;
		margin:20px 0;
	}
	
	.strategy-box .text{
		padding:0 5% 0 15%;
	}
	.strategy-box .text p{
		font-size:16px !important;
		line-height:24px !important;
	}
	
	.framework-img {
		padding:10px 0;
		width:100%;
		float:none;
	}
	.framework-img-chart {
		padding:10px 0;
		width:100%;
		float:none;
	}
	
}

@media (max-width:750px){
	#circle-wrapper{
		-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	}
	.circle-container {
		  margin: 5em auto 5em;
		}
}


@media (max-width:500px){
	.rd-strategy-container {
    min-height: auto;
    display: block;
}
		.rd-strategy-container h4{
			font-size:20px;
		}
	.strategy-box .img{
		position:relative;
		width:100%;
		height:350px;
	}
	.strategy-box .text{
		width:100%;
		height:auto;
		float:none;
		margin-top:0px;
		padding:10px 20px;
	}
	#circle-wrapper{
		-webkit-transform:scale(0.65);
	-moz-transform:scale(0.65);
	-ms-transform:scale(0.65);
	transform:scale(0.65);
	margin-left:-10px;
	margin-top:-20px;
	}
	.circle-container {
		  margin: 0 auto;
		}
}
@media (max-width:400px){
	#circle-wrapper{
		-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	transform:scale(0.5);
	margin-left:-40px;
	margin-top:-50px;
	}
}
@media (max-width:320px){
	#circle-wrapper{
		-webkit-transform:scale(0.45);
	-moz-transform:scale(0.45);
	-ms-transform:scale(0.45);
	transform:scale(0.45);
	margin-left:-50px;
	}
}




/*Modal*/
 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  padding-bottom:150px;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: auto;
  left:50%;
  margin-left:460px;
  background-color:#333;
  color: #fff;
  font-size: 40px;
  line-height:40px;
  width:40px;
  text-align:center;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1100px){
	.close {
		right: 5%;
		left:auto;
		margin-left:0px;
	}
}
@media only screen and (max-width: 700px){
  .modal-content {
	width: 100%;
  }
  .close {
		right: 0%;
	}
} 