@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body{
	font-size:1.6rem;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
#contents{
    font-family: 'Roboto', sans-serif;
}
.center{text-align:center;}

.desc_box{
	display:none;
}

/*---*/
form{
	display:contents;
}
.tab ul{
	list-style:none;
	padding:0;
	margin:0;
}
.tab ul li{
	float:left;
	display:inline-block;
	width:20%;
	padding:10px;
}
.tab ul li p{
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.product_desc a.inquiry{
	display: inline-block;
    margin: 10px auto 0 auto;
    padding: 2px 20px;
    background: #014099;
    color: #fff;
	text-decoration:none;
}
.product_desc a.inquiry:hover{
	opacity:0.8;
}
.product_desc img{
	display:block;
	max-width:400px;
	margin-bottom:10px;
}
#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
}
#slider .owl-dots{ text-align: center; margin-top: 10px; }
#slider .owl-dot{  float:left;background: #fff; width: 10px; height: 10px; border-radius: 50%; margin-right: 7px; margin-left: 7px;text-shadow: none; box-shadow: none; opacity: 0.5}
#slider .owl-dot.active, 
#slider .owl-dot:hover{  background: #fff; border:0;opacity:1;} 

.our_products .row > [class*="col"]:hover{
	margin-top:-10px;
	opacity:1;
}

.finishing  .row > [class*="col"]{
	padding:10px;
}
.finishing  .row > [class*="col"]:hover .img-cap{

}
.finishing .row a:hover{
	opacity:1;
    background: #004098;
}
.certificate .row a:hover,
.company .row a:hover{
	opacity:1;
	cursor:default;
}

.our-product-head{
	position:relative;
	margin:0 0 20px 0;
}
.our-product-head .intro-text{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  color:#fff;
  text-shadow: 2px 2px 2px #000;
}
.our-product-head h2{
  font-size:2.5rem;
  font-weight:bold;
}


.media {
  margin-top: 15px;
  &:first-child {
    margin-top: 0;
  }
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
  &.img-thumbnail {
    max-width: none;
  }
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.media{display:inline-block;position:relative;vertical-align:top;-webkit-box-shadow:5px 5px 0 0 rgba(217,217,217,1);-moz-box-shadow:5px 5px 0 0 rgba(217,217,217,1);box-shadow:5px 5px 0 0 rgba(217,217,217,1)}
.media p.title{position: absolute;bottom: 10px;font-size: 12px;color: #fff;left: 10px;}
.media__image{display:block}
.media__body{bottom:0;color:#fff;font-size:1em;left:0;opacity:0;overflow:hidden;padding:30px;position:absolute;text-align:center;top:0;right:0;-webkit-transition:.6s;transition:.6s}
.media__body:hover{opacity:1;cursor:pointer}
.media__body:after,
.media__body:before{border:1px solid rgba(255,255,255,.7);bottom:10px;content:'';left:10px;opacity:0;position:absolute;right:10px;top:10px;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:.6s .2s;transition:.6s .2s}
.media__body:before{border-bottom:none;border-top:none;left:20px;right:20px}
.media__body:after{border-left:none;border-right:none;bottom:20px;top:20px}
.media__body:hover:after,
.media__body:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}
.media__body p{margin-bottom:20px;font-weight:400;font-size:20px;line-height:1.5;position:absolute;top:50%;left:50%;width:80%;transform:translate(-50%,-50%)}
.media .box01{background:rgb(0 64 152 / 80%);}
hr.space{
	margin: 50px 0;
}
#prodTop .h2Type01{
	margin-bottom:10px;
}

@media screen and (max-width: 767px){
	.our-product-display .col-sm-6{
		width: 48%;
		display:inline-block;
		padding: 0 5px;
	}
}


.gallery {
width: 100%;
margin: 0 auto;
position: relative;
}
.pics {
width: 100%;
}
.thumbs {
float: left;
width: 100px;
padding-right: 10px;
}
.preview {
width: 90px;
height: 90px;
overflow: hidden;
margin-bottom: 10px;
}
.preview:last-child {
margin-bottom: 0;
}
.full {
float: left;
}
.full, .full img {
}
.previews a:hover, .previews a.selected {
}
.full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
/*====================================================================================
                              fancy box 
====================================================================================*/ 

div.fancybox-skin {
border-radius: 1px;
}
div.fancybox-title {
font-family: 'Lato', sans-serif;
}
a.fancybox-item.fancybox-close {
bottom: 9px;
right: 12px;
top: auto;
left: auto;
width: 25px;
height: 25px;
background-image: url(images/icon-close.svg);
-webkit-background-size: contain;
background-size: contain;
}

blockquote {
	font-weight: 100;
	font-size: 3.2rem;
	position: relative;
	margin: 0;
	padding: 20px;
	display:inline-block;
}

blockquote:before,
blockquote:after {
	position: absolute;
    color: #727272;
    font-size: 10rem;
    width: 3rem;
    height: 3rem;
}

blockquote:before {
	content: '“';
	left: 0;
	top: -2.5rem;
}

blockquote:after {
	content: '”';
	right: 0;
	bottom: 1rem;
}

.category_box{
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}
.prod_category{
	position:relative;
}
.prod_category a{
	display:block;
}
.prod_category a span{
    position: absolute;
    bottom: 10px;
    background: rgb(255 255 255 / 80%);
    width: 90%;
    left: 5%;
    padding: 5px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
	border-radius:5px;
	text-align:center;
	font-family: 'Poppins', sans-serif;
}
.prod_item{
	padding: 0;
}
.owl-carousel .owl-item .item .thumb a {
	display:block;
}
.owl-carousel .owl-item .item .thumb a:hover{
	text-decoration:none;
}
.owl-carousel .owl-item .item .thumb a span{
	text-align:center;
	font-weight:bold;
	padding:10px;
	display:block;
	color:#000;
}
.view_all{
    padding: 6px 20px 4px 20px;
    border: solid 1px #004098;
    margin-top: 20px;
    float: left;
	text-decoration:none;
	color:#004098;
	background:#fff;
}
.view_all:hover{
	color:#fff;
	background:#004098;
	text-decoration:none;
}
.product_box{
	margin-bottom:30px;
}
.product_box a{
	display:block;
	text-decoration:none;
}
.product_box a:hover{
	text-decoration:none;
	opacity:0.8;
}
.product_box a p{
	text-align:center;
	color:#000;
	font-weight:bold;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
}
.product_information{
	font-family: 'Roboto', sans-serif;	
}
.product_information h1{
	color:#004098;
	font-family: 'Roboto', sans-serif;
}
.product_information ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.product_information ul li{
	float:left;
	width:100%;
	margin:0 0 15px 0;
}
.product_information ul li span.topic{
	float:left;
	width:30%;
	font-weight:bold;
}

.product_information ul li span.detail{
	float:left;
	width:70%;
}

.inquiry{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	text-align:center;
}
.inquiry a{
	padding:10px 25px;
	color:#fff;
	background:#004098;
	border:solid 1px #004098;
	text-decoration:none;
}
.inquiry a:hover{
	color:#004098;
	background:#fff;
	border:solid 1px #004098;
	text-decoration:none;
}
.csr_box{
	padding:30px 0 20px 0;
}
.csr_box a{
    text-decoration: none;
    color: #000;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: roboto;
}
.csr_box a:hover{
	text-decoration:none;
}
.csr_box a img{
	margin:0 0 10px 0;
	border: solid 1px #ccc;
}
.csr_box a:hover img{
	opacity:0.9;
}
.csr_box a .date{
	text-align:right;
	font-size:12px;
	font-style:italic;
	color:#999;
	margin:0 0 5px 0;
}
.csr_box p.external:after{
	content: url('images/blank.png');
	margin:0 0 0 7px;
}
.sustainability p{
	margin:0 0 10px 0;
}
.sustainability .date{
    text-align: right;
    font-style: italic;
    color: #999;
}

.our_products .row > [class*="col"]:hover .img-cap{
	background:#004098;
	color:#fff;
}

#intro{
	text-align: center;
    background-image: url(/th/ttt/images/home/bg_intro.jpg);
    width: 100%;
    background-size: 100%;
    position: relative;
    margin: 50px 0;
    border: solid 1px #f3f3f3;
    background-position: center;
    background-repeat: no-repeat;
	padding:50px;
}

#intro .circle_box{
	font-weight: normal;
    text-align: center;
    color: #999;
    width: 450px;
    height: 450px;
    margin: 0 auto;
    border: solid 1px #bcd6f7;
    background: rgb(173 207 255 / 30%);
    border-radius: 50%;
    padding: 30px;
    position: relative;
}
#intro .circle_box h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #444444;
    line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	padding:30px;
	font-size: 2.8rem;
}
.circle{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}
.circle li{
	position:absolute;
	display:block;
	list-style:none;
	width:20px;
	height:20px;
	border-radius:70%;	
	animation:animate 25s linear infinite;
	bottom:-150px;
}
.circle li.blue{
	background:rgba(35, 104, 197, 0.3);	
}
.circle li.red{
	background:rgba(249, 82, 81, 0.8);	
}
.circle li.green{
	background:rgba(79, 189, 134, 0.8);	
}
.circle li.yellow{
	background:rgba(251, 192, 45, 0.9);	
}
.circle li:nth-child(1){
	left:25%;
	width:80px;
	height:80px;	
}
.circle li:nth-child(2){
	left:10%;
	width:20px;
	height:20px;	
	animation-delay:2s;
	animation-duration:12s;
}
.circle li:nth-child(3){
	left:30%;
	width:20px;
	height:20px;	
	animation-delay:4s;
	animation-duration:12s;
}
.circle li:nth-child(4){
	left:70%;
	width:60px;
	height:60px;	
	animation-delay:0s;
	animation-duration:18s;
}
.circle li:nth-child(5){
	left:65%;
	width:20px;
	height:20px;	
	animation-delay:0s;
	animation-duration:10s;
}
.circle li:nth-child(6){
	left:75%;
	width:80px;
	height:80px;	
	animation-delay:3s;
	animation-duration:12s;
}
.circle li:nth-child(7){
	left:90%;
	width:110px;
	height:110px;	
	animation-delay:3s;
	animation-duration:12s;
}
.circle li:nth-child(8){
	left:20%;
	width:50px;
	height:50px;	
	animation-delay:2s;
	animation-duration:12s;
}
@keyframes animate{
	0%{
		transform: translateY(0) rotate(0deg);
	}
	100%{
		transform: translateY(-1000px) rotate(720deg);
	}
}

#home_our_product{
	margin:50px 0;
}
.titleH1{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	color:#222222;
	font-size:3.2rem;
}
.titleH2{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	font-size:4rem;
    text-align: center;
    margin: 0 0 20px 0;
}
.titleH2 a{
	text-decoration:none;
	color:#222222;
	display:inline-block;
}


.home_product a.prod_box{
	position:relative;
	display:block;
	overflow:hidden;
}
.home_product a.prod_box span{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    left: 0;
    bottom: 0;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	color:#000;
	font-size:18px;
	
}
.home_product a.prod_box span:after{
content: '';
    width: 50px;
    height: 3px;
    background: #bd0000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.home_product a img,
.home_product a span{
	transition: transform .2s; /* Animation */
}
.home_product a:hover img {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.home_product a:hover span {
	background:#bd0000;
	color:#fff;
	padding:10px 15px;
}

#home_our_finishing{
	width:100%;
    padding: 50px 0 0 0;
}
.poly:hover{
	cursor: pointer;
}
#home_certification{
	width:100%;
	padding:50px 0 0 0;
}
#home_certification .row + .row {
	margin-top:0px;
}
#home_company{
	width:100%;
	padding:50px 0;
}
.cert_box_left{
	background: #f1f1f1;
    padding: 30px;
}
.cert_box_left p{
	text-align:justify;
}
.cert_box_right img{
	padding:20px 0;
}
.company{
    padding: 0;
    background: #fff;
}
.company .bl_card .cardBody{
	padding: 20px 15px 20px 15px;
	font-size: 1.4rem;
	background: rgb(73,117,186);
	background: linear-gradient(120deg, rgba(73,117,186,1) 0%, rgba(59,132,208,1) 0%, rgba(94,192,212,1) 100%);
	color:#fff;
}
.company .bl_card .cardBody .heading{
	text-decoration:underline;
	font-size:1.6rem;
}
.company .bl_card{
	position:relative;
}
.company .bl_card .cardBody .map{
	width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.company .bl_card a{
	cursor:pointer;
	display:block;
	overflow:hidden;
}
.company .bl_card a img{
	transition: transform .2s;
}
.company .bl_card a:hover img{
	transform: scale(1.1);
}
#home_partner {
    width: 100%;
    padding: 50px 0;
}
.partner{
    padding: 0;
    background: #fff;
}
.msg_partner{
    padding: 20px 100px;
    text-align: center;
    background: #deecfd;
	margin:20px 0 0 0;
	font-weight:500;
	font-size:2rem;
}
.titleH3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 4rem;
    margin: 0 0 20px 0;
	line-height:1.3;
}
.titleH3 span{
    font-size: 3rem;
}
.titleH3 a{
	text-decoration:none;
	color:#222222;
	display:inline-block;
}
.product_info_box{
	width:100%;
	padding:30px 0 0 0;
}
.product_info_box hr{
    width: 50px;
    border: solid 2px #bd0000;
    margin: 0 0 10px 0;
	display:inline-block;
}
.product_info_box .titleH3{
    margin: 0 0 10px 0;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.intro_fabric{
	float:left;
	width:100%;
    background: #e7f1ff;
    padding: 20px;
	margin:0 0 0 0;
}
.img_box_shadow{
    padding: 0 0 10px 0 !important;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #3cbcff, #1eb8bb);
}
.img_box_shadow img.left{
	margin: -20px 0 0 10px;
}
.img_box_shadow img.right{
	margin: -20px 10px 0 0;
}
.intro_fabric a{
    color: #004098;
	text-decoration:none;
}
.intro_fabric h2{
	font-size: 2.2rem;
    font-weight: 500;
}
#product_fabrics{
	width:100%;
	padding:0 0 50px 0;
}
#product_industrial,
#toray_special{
	width:100%;
	padding:50px 0;
}
.intro_industrial{
	float:left;
	width:100%;
    background: #e7f1ff;
    padding: 20px;
    color: #000;
	margin:0 0 20px 0;
}
.intro_industrial h2{
	font-size: 2.2rem;
    font-weight: 500;
    color: #004098;
}
.industrial_box a{
	display:block;
	color: #222222;
	text-decoration:none;
	box-shadow: 0px 1px 2px 0px rgb(153 153 153);
    -webkit-box-shadow: 0px 1px 2px 0px rgb(153 153 153);
    -moz-box-shadow: 0px 1px 2px 0px rgb(153 153 153);	
    transition: all 0.25s ease 0s;
}
.industrial_box a .industrial_box_desc{
	padding:30px 40px 40px 40px;
	font-family: 'Roboto', sans-serif;	
}
.industrial_box a .industrial_box_desc h3{
    font-size: 3.5rem;
    color: #034db3;
    font-weight: 600;
}
.industrial_box a .industrial_box_desc .description{
	font-size:1.5rem;
	line-height:1.5;
	text-align: justify;
}
.industrial_box a:hover .industrial_box_desc{
	color:#fff;
	background:#034db3;
    transition: all 0.25s ease 0s;
}
.industrial_box a:hover .industrial_box_desc h3{
	color:#fff;
    transition: all 0.25s ease 0s;
}

#toray_specialty a img{
	border: solid 1px #e7e7e7;
}
#fabrics01,
#fabrics02,
#fabrics03{
	width:100%;
	margin: 0 0 40px 0;
}
.csrTitle {
    display: inline-block;
    background: #743e00;
    padding: 10px 30px;
    font-weight: 500;
    color: #fff;
    border-bottom: double 10px;
	text-transform: uppercase;
}
.csrDesc{
	background:#f5e8d8;
	padding:10px 20px;
	margin: 0 0 30px 0;
}
.goalTitle {
    display: inline-block;
    background: #0275ac;
    padding: 10px 30px;
    font-weight: 500;
    color: #fff;
    border-bottom: double 10px;
	text-transform: uppercase;
}
.goalProject_box a{
	display:block;
	color: #004360;
	text-decoration:none;
	box-shadow: 0px 1px 2px 0px rgb(153 153 153);
    -webkit-box-shadow: 0px 1px 2px 0px rgb(153 153 153);
    -moz-box-shadow: 0px 1px 2px 0px rgb(153 153 153);	
    transition: all 0.25s ease 0s;
	font-family: 'Poppins', sans-serif;
}
.goalProject_box a p{
	font-size:1.5rem;
	color:#888888;
	font-weight:normal;
    letter-spacing: 1px;
}
.goalProject_box a .goalProject_box_desc{
    padding: 20px 30px 30px 30px;
    background: #d8f3fe;
}
.goalProject_box a .goalProject_box_desc h3{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}
.goalProject_box a .goalProject_box_desc .description{
	font-size:1.5rem;
	line-height:1.5;
}
.goalProject_box a:hover .goalProject_box_desc{
	color:#fff;
	background:#004360;
    transition: all 0.25s ease 0s;
}
.goalProject_box a:hover .goalProject_box_desc h3{
	color:#fff;
    transition: all 0.25s ease 0s;
}
.slide_banner{
    border: solid 1px #f5f5f5;
}
.icon_product{
	display:block;
	margin-bottom:10px;
}
.icon_product img{
	display:inline-block;
	max-width:60px;
	margin:0 5px;
}
.icon_product img.fullwidth{
	max-width:200px;
}
.all_product .row + .row {
    margin-top: 40px;
}
.all_product .bl_card .cardImg a:hover{
	opacity:1;
}
#toray_special .bl_card a .heading{
	text-align:center;
	color:#333;
}
#toray_special .bl_card .cardImg img{
	border:solid 1px #e7e7e7;
}
.product_info{
	padding-top:50px;
}

.csr_activity .heading a{
	text-decoration:none;
	color:#000;
}

@media screen and (min-width:768px){
	.bl_freeGrid .row {
      margin-right: -20px;
      margin-left: -20px;
    }
    .bl_freeGrid .row > [class*="col"] {
      padding-left: 20px;
      padding-right: 20px;
    }
	#TC_SPUN,
	#TR,
	#FILAMENT,
	#KNITTED{
		margin-bottom:40px;
	}
}
.pc{display:block;}
@media screen and (max-width:768px){
	.pc{display:none;}
}
.sustain_content section{
	margin:0 0 50px 0;
}
.sustain_content p {
	line-height:1.5;
	margin:0 0 10px 0;
}	
.sustain_title{
	color: #007bc0;
    margin: 20px 0 35px 0;
	font-size:3.2rem;
}
.sustain_sub_title{
	margin:0 0 20px 0;
}
.sustain_quote_leaf{
	font-size:4.2rem;
}
.sustain_quote_leaf img{
	max-width:50px;
}
.sustain_fade_bg{
	padding:50px;
	background-image: url("/ttt/images/sustainability/sustain_focus_bg.gif");
	background-repeat:no-repeat;
	background-size:cover;
    background-position: center;
}
.sustain_fade_bg .focus_box{
	background: rgb(255 255 255 / 80%);
	padding:20px 25px;
}
.sustain_fade_bg .focus_box p{
	text-align:right;
	font-weight:bold;
	color:#1d4999;
	font-size:2.4rem;
	margin:0;
}
.sustaim_two_column{
	margin:30px 0;
}
.sustain_reduce_target{
	float:left;
	width:100%;
	background:#dae3f3;
	position:relative;
}
.sustain_reduce_target .text{
	float:left;
	width:60%;
	padding:20px;
	position:relative;
}
.sustain_reduce_target .text .centerBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	font-weight:500;
	font-size:2.5rem;
	color:#203864;
	width:100%;
}
.sustain_reduce_target .text .centerBox p:first-child{
	font-size: 7.5rem;
    margin: 0;
	text-align:center;
	font-weight:bold;
}
.sustain_reduce_target .img{
	float:left;
	width:40%;
}
.societal_issue_icon{
	margin:20px 0;
}
.societal_issue_icon a{
	display:block;
	margin:0 0 15px 0;
}
.societal_issue_desc{
	padding:20px 5px;
}
.societal_issue_desc .LG p:first-child{
	font-size:3.2rem;
	font-weight:bold;
}
.societal_issue_desc .LG p:last-child{
	font-size:2.2rem;
}
.societal_issue_desc .SM p:first-child{
	font-size:2rem;
	font-weight:bold;
}
.societal_issue_desc .SM p:last-child{
	font-size:1.8rem;
	margin:0;
}
.societal_issue_desc .mbt{
	margin-bottom:40px;
}
.societal_issue_desc a{
	text-decoration:none;
	color:#3b3838;
	background:#d9d9d9;
	display:block;
}
.issue{
	padding:20px;
}
.issue04, .issue11, .issue12, .issue13, .issue14, .issue15{
	color:#3b3838;
	background:#d9d9d9;
}

.issue04:hover{
	cursor:pointer;
	color:#fff;
	background:#c5192d;
}
.issue11:hover{
	cursor:pointer;
	color:#fff;
	background:#fd9d24;
}
.issue12:hover{
	cursor:pointer;
	color:#fff;
	background:#bf8b2e;
}
.issue13:hover{
	cursor:pointer;
	color:#fff;
	background:#3f7e44;
}
.issue14:hover{
	cursor:pointer;
	color:#fff;
	background:#0a97d9;
}
.issue15:hover{
	cursor:pointer;
	color:#fff;
	background:#56c02b;
}
.project_activit{
	display:block;
	padding:35px 35px 25px 35px;
	border-bottom: solid 5px #ffffff;
}
.project_activit:hover{
	text-decoration:none;
}
.project_activity_img img{
	-webkit-border-radius: 010px;
	-moz-border-radius: 010px;
	border-radius: 010px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.30);
}
.project_activit:hover{
    background: linear-gradient(120deg, #3EADCF, #b3dbd3, #ABE9CD);
	border-bottom: solid 5px #349bbb;
}
.project_activity_img img{
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.50);
	-moz-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.50);*/
}
.project_activity_topic{
	text-align:center;
	font-weight:bold;
	color:#203864;
	font-size:2rem;
	margin:15px 0 0 0;
}

@media screen and (max-width:768px){
	.sustain_quote_leaf{
		font-size:2rem;
	}
	.sustain_quote_leaf img{
		max-width:30px;
	}
	.sustain_reduce_target .text .centerBox p:first-child{
		font-size:5rem;
	}
}



.policy ol li{ display: block; margin-bottom:15px;font-weight:bold;}
.policy ol li ul li{ display: block; margin-bottom:5px;font-weight:normal;}