@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, ../scss/tiff.scss */
.quote-wrap.red-quote {
  padding: 0 75px;
}
/* line 11, ../scss/tiff.scss */
.quote-wrap.red-quote:before {
  background-image: url(../img/common/quote-open-red.png);
}
/* line 15, ../scss/tiff.scss */
.quote-wrap.red-quote:after {
  background-image: url(../img/common/quote-close-red.png);
}
/* line 19, ../scss/tiff.scss */
.quote-wrap.red-quote h3 {
  display: flex;
  align-items: center;
}
/* line 24, ../scss/tiff.scss */
.quote-wrap.red-quote h3 img {
  margin: 0 10px;
}

/* line 31, ../scss/tiff.scss */
.intro-para {
  font-family: "Playfair Display", 微軟正黑體, sans-serif;
  line-height: 1.5;
}

/* line 37, ../scss/tiff.scss */
.sustain-intro-section {
  box-sizing: border-box;
  padding: 85px 0;
}
/* line 41, ../scss/tiff.scss */
.sustain-intro-section .quote-wrap {
  margin-bottom: 60px;
}
/* line 44, ../scss/tiff.scss */
.sustain-intro-section .quote-wrap h3 {
  font-size: 36px;
}
/* line 49, ../scss/tiff.scss */
.sustain-intro-section .dot-list {
  padding: 0 0 0 25px;
}
/* line 52, ../scss/tiff.scss */
.sustain-intro-section .dot-list > li {
  font-size: 15px;
  padding: 10px 0 5px;
}
/* line 58, ../scss/tiff.scss */
.sustain-intro-section .three-cols {
  margin-top: 60px;
}

/* line 63, ../scss/tiff.scss */
.three-cols {
  display: flex;
}
/* line 66, ../scss/tiff.scss */
.three-cols > li {
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
}
/* line 71, ../scss/tiff.scss */
.three-cols .photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
/* line 77, ../scss/tiff.scss */
.three-cols .photo-wrap .photo {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
}
/* line 98, ../scss/tiff.scss */
.three-cols .small-title {
  margin-bottom: 10px;
}
/* line 102, ../scss/tiff.scss */
.three-cols .text-wrap {
  box-sizing: border-box;
  padding: 35px 15px 0;
}

/* line 108, ../scss/tiff.scss */
.small-title {
  font-size: 18px;
}

/* line 114, ../scss/tiff.scss */
.dot-list.red-dot > li {
  line-height: 1.5;
}
/* line 117, ../scss/tiff.scss */
.dot-list.red-dot > li:before {
  color: #ff0d00;
}
/* line 123, ../scss/tiff.scss */
.dot-list:last-child {
  padding-bottom: 0;
}

/* line 128, ../scss/tiff.scss */
.landing-safety {
  box-sizing: border-box;
  padding: 100px 0;
}
/* line 132, ../scss/tiff.scss */
.landing-safety .container {
  display: flex;
}
/* line 136, ../scss/tiff.scss */
.landing-safety .photo-wrap {
  box-sizing: border-box;
  width: 50%;
  padding-right: 35px;
}
/* line 141, ../scss/tiff.scss */
.landing-safety .photo-wrap .photo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 149, ../scss/tiff.scss */
.landing-safety .text-wrap {
  box-sizing: border-box;
  width: 50%;
}
/* line 153, ../scss/tiff.scss */
.landing-safety .text-wrap .detail {
  margin-top: 50px;
}
/* line 156, ../scss/tiff.scss */
.landing-safety .text-wrap .detail .small-title {
  margin-bottom: 15px;
}
/* line 160, ../scss/tiff.scss */
.landing-safety .text-wrap .detail p {
  line-height: 1.8;
}
/* line 166, ../scss/tiff.scss */
.landing-safety .btn {
  margin-top: 50px;
  padding: 8px 0;
}
/* line 171, ../scss/tiff.scss */
.landing-safety h5 {
  margin-bottom: 20px;
}

/* line 176, ../scss/tiff.scss */
.has-left-border {
  box-sizing: border-box;
  padding: 15px 0 15px 40px;
  border-left: 3px solid #ff0d00;
}
/* line 181, ../scss/tiff.scss */
.has-left-border h4 {
  margin: 5px 0 10px;
}
/* line 185, ../scss/tiff.scss */
.has-left-border p {
  line-height: 1.8;
}

/* line 190, ../scss/tiff.scss */
.landing-green {
  box-sizing: border-box;
  padding: 100px 0;
}

/* line 195, ../scss/tiff.scss */
.grid-wrap {
  position: relative;
  display: flex;
}
/* line 200, ../scss/tiff.scss */
.grid-wrap:before {
  content: '';
  position: absolute;
  top: 130px;
  left: 20%;
  width: 100%;
  height: 100%;
  background-image: url(../img/sustainability/landing-green-bg.jpg);
  background-position: center;
  background-size: cover;
}
/* line 212, ../scss/tiff.scss */
.grid-wrap > li {
  width: 40%;
}
/* line 215, ../scss/tiff.scss */
.grid-wrap > li:first-child {
  width: 20%;
}
/* line 219, ../scss/tiff.scss */
.grid-wrap > li:first-child .grid:first-child {
  background: #c93236;
}
/* line 223, ../scss/tiff.scss */
.grid-wrap > li:first-child .grid:nth-child(2) {
  background: #029b99;
}
/* line 229, ../scss/tiff.scss */
.grid-wrap > li:last-child {
  display: flex;
  flex-wrap: wrap;
}
/* line 234, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid {
  width: 50%;
}
/* line 237, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid.grid-2-1 {
  width: 100%;
}
/* line 240, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid.grid-2-1:after {
  padding-top: 50%;
}
/* line 245, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid:nth-child(2) {
  background: #227093;
}
/* line 249, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid:nth-child(3) {
  background: #54931c;
}
/* line 254, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid.has-photo .overlay {
  background: rgba(25, 75, 9, 0.3);
}
/* line 259, ../scss/tiff.scss */
.grid-wrap > li:last-child .grid.has-photo:hover .overlay {
  background: rgba(25, 75, 9, 0.1);
}
/* line 268, ../scss/tiff.scss */
.grid-wrap .grid {
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 273, ../scss/tiff.scss */
.grid-wrap .grid:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 279, ../scss/tiff.scss */
.grid-wrap .grid .overlay {
  background: transparent;
}
/* line 282, ../scss/tiff.scss */
.grid-wrap .grid .overlay > a {
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* line 294, ../scss/tiff.scss */
.grid-wrap .grid .overlay .icon {
  width: 110px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 301, ../scss/tiff.scss */
.grid-wrap .grid .overlay .icon:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 310, ../scss/tiff.scss */
.grid-wrap .grid.has-photo .overlay {
  background: rgba(0, 0, 0, 0.3);
}
/* line 315, ../scss/tiff.scss */
.grid-wrap .grid.has-photo:hover .overlay {
  background: rgba(0, 0, 0, 0.1);
}

/* line 323, ../scss/tiff.scss */
.grid-section {
  margin-top: 40px;
  text-align: center;
}
/* line 327, ../scss/tiff.scss */
.grid-section > .btn {
  margin: 38px 0;
}

/* line 332, ../scss/tiff.scss */
.five-cols {
  display: flex;
  background: #fff;
  justify-content: center;
}
/* line 337, ../scss/tiff.scss */
.five-cols > li {
  position: relative;
  width: 33.333%;
}
/* line 341, ../scss/tiff.scss */
.five-cols > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 347, ../scss/tiff.scss */
.five-cols > li .block {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 80px 30px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-align: center;
  background: #eda200;
}
/* line 358, ../scss/tiff.scss */
.five-cols > li .block:hover {
  opacity: .8;
}
/* line 364, ../scss/tiff.scss */
.five-cols > li:nth-child(2) .block {
  background: #029b99;
}
/* line 371, ../scss/tiff.scss */
.five-cols > li:nth-child(3) .block {
  background: #474787;
}
/* line 378, ../scss/tiff.scss */
.five-cols > li:nth-child(4) .block {
  background: #54931c;
}
/* line 384, ../scss/tiff.scss */
.five-cols > li:nth-child(5) .block {
  background: #474787;
}
/* line 390, ../scss/tiff.scss */
.five-cols .circle {
  display: flex;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}
/* line 401, ../scss/tiff.scss */
.five-cols .circle .icon {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 410, ../scss/tiff.scss */
.five-cols .text-wrap {
  color: #fff;
}
/* line 413, ../scss/tiff.scss */
.five-cols .text-wrap h1 {
  line-height: 1;
}
/* line 416, ../scss/tiff.scss */
.five-cols .text-wrap h1 span {
  font-size: 18px;
}
/* line 421, ../scss/tiff.scss */
.five-cols .text-wrap p {
  margin-top: 5px;
}

/* line 428, ../scss/tiff.scss */
.landing-community .btn-wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 180px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
/* line 438, ../scss/tiff.scss */
.landing-community .btn-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 180px;
  background-position: center;
  background-size: cover;
}

/* line 450, ../scss/tiff.scss */
.green-building-bg {
  box-sizing: border-box;
  padding-bottom: 270px;
  background-image: url(../img/sustainability/green-building-bg.jpg);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: contain;
}

/* line 459, ../scss/tiff.scss */
.landing-esg {
  box-sizing: border-box;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
/* line 465, ../scss/tiff.scss */
.landing-esg .overlay {
  background: rgba(0, 137, 97, 0.58);
}
/* line 469, ../scss/tiff.scss */
.landing-esg .book-list {
  justify-content: space-evenly;
}
/* line 477, ../scss/tiff.scss */
.landing-esg .book-list .image-wrap {
  margin-bottom: 15px;
}
/* line 482, ../scss/tiff.scss */
.landing-esg .book-slider {
  margin: 75px auto;
}
/* line 486, ../scss/tiff.scss */
.landing-esg .book-slider .slick-dots {
  display: none !important;
}

/* line 498, ../scss/tiff.scss */
.commitment-intro-section {
  box-sizing: border-box;
  padding-bottom: 140px;
}
/* line 502, ../scss/tiff.scss */
.commitment-intro-section .center {
  box-sizing: border-box;
  padding: 100px 0 50px;
}
/* line 506, ../scss/tiff.scss */
.commitment-intro-section .center h5 {
  margin-bottom: 30px;
}
/* line 510, ../scss/tiff.scss */
.commitment-intro-section .center img {
  max-width: 100%;
  margin-top: 40px;
}
/* line 516, ../scss/tiff.scss */
.commitment-intro-section .dot-list {
  padding-top: 10px;
}

/* line 521, ../scss/tiff.scss */
.commit-chart-show {
  display: none;
}

/* line 532, ../scss/tiff.scss */
.community-intro-section .wrap {
  box-sizing: border-box;
  padding: 100px 0 50px;
}
/* line 536, ../scss/tiff.scss */
.community-intro-section .wrap p {
  line-height: 2;
  max-width: 1200px;
  margin: auto;
}
/* line 543, ../scss/tiff.scss */
.community-intro-section .quote-row {
  margin-bottom: 40px;
}
/* line 546, ../scss/tiff.scss */
.community-intro-section .quote-row h5 {
  margin-bottom: 10px;
}
/* line 552, ../scss/tiff.scss */
.community-intro-section .five-cols > li {
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
}
/* line 557, ../scss/tiff.scss */
.community-intro-section .five-cols > li h1 {
  color: #fdae00;
}
/* line 562, ../scss/tiff.scss */
.community-intro-section .five-cols > li:nth-child(1) h1 {
  color: #e22915;
}
/* line 568, ../scss/tiff.scss */
.community-intro-section .five-cols > li:nth-child(2) h1 {
  color: #37a6ad;
}
/* line 574, ../scss/tiff.scss */
.community-intro-section .five-cols > li:nth-child(3) h1 {
  color: #fea655;
}
/* line 580, ../scss/tiff.scss */
.community-intro-section .five-cols > li:nth-child(5) h1 {
  color: #6f77ad;
}
/* line 585, ../scss/tiff.scss */
.community-intro-section .five-cols > li:last-child {
  border-right: 0;
}
/* line 589, ../scss/tiff.scss */
.community-intro-section .five-cols > li .block {
  padding: 25px 30px;
  background: transparent;
}
/* line 595, ../scss/tiff.scss */
.community-intro-section .five-cols .text-wrap {
  color: #333333;
}
/* line 599, ../scss/tiff.scss */
.community-intro-section .five-cols .circle {
  border: 1px solid #dedede;
}
/* line 604, ../scss/tiff.scss */
.community-intro-section .five-cols .block:hover {
  opacity: 1;
}

/* line 611, ../scss/tiff.scss */
.alt-grid {
  padding-top: 70px;
}
/* line 614, ../scss/tiff.scss */
.alt-grid > li {
  display: flex;
}
/* line 617, ../scss/tiff.scss */
.alt-grid > li:nth-child(odd) {
  flex-direction: row-reverse;
}
/* line 622, ../scss/tiff.scss */
.alt-grid > li:nth-child(1) .text-wrap {
  background: #029b99;
}
/* line 625, ../scss/tiff.scss */
.alt-grid > li:nth-child(1) .text-wrap:after {
  right: -17px;
  left: auto;
  border-right: none;
  border-left: 17px solid #029b99;
}
/* line 635, ../scss/tiff.scss */
.alt-grid > li:nth-child(2) .text-wrap {
  background: #474787;
}
/* line 638, ../scss/tiff.scss */
.alt-grid > li:nth-child(2) .text-wrap:after {
  border-right: 17px solid #474787;
}
/* line 645, ../scss/tiff.scss */
.alt-grid .photo-wrap {
  position: relative;
  width: 50%;
}
/* line 649, ../scss/tiff.scss */
.alt-grid .photo-wrap .photo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 656, ../scss/tiff.scss */
.alt-grid .photo-wrap .two-slider {
  height: 100%;
}
/* line 659, ../scss/tiff.scss */
.alt-grid .photo-wrap .two-slider .two-slide {
  height: 100%;
}
/* line 662, ../scss/tiff.scss */
.alt-grid .photo-wrap .two-slider .two-slide:after {
  padding-top: 0;
}
/* line 667, ../scss/tiff.scss */
.alt-grid .photo-wrap .two-slider .slick-track, .alt-grid .photo-wrap .two-slider .slick-slide, .alt-grid .photo-wrap .two-slider .slick-list {
  height: 100%;
}
/* line 673, ../scss/tiff.scss */
.alt-grid .text-wrap {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 90px 70px;
  color: #fff;
  background: #eca119;
}
/* line 681, ../scss/tiff.scss */
.alt-grid .text-wrap:after {
  content: '';
  font-size: 0;
  position: absolute;
  top: calc(50% - 20px);
  left: -17px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 17px solid #eca119;
  border-bottom: 20px solid transparent;
}
/* line 694, ../scss/tiff.scss */
.alt-grid .text-wrap p {
  font-weight: 300;
  line-height: 2;
}
/* line 699, ../scss/tiff.scss */
.alt-grid .text-wrap h5 {
  margin-bottom: 20px;
  letter-spacing: 3px;
}

/* line 706, ../scss/tiff.scss */
.community-middle {
  box-sizing: border-box;
  padding: 100px 0 80px;
}
/* line 710, ../scss/tiff.scss */
.community-middle .three-cols {
  padding-top: 40px;
}

/* line 715, ../scss/tiff.scss */
.expand-part {
  display: none;
  margin: 40px 0 20px;
}
/* line 719, ../scss/tiff.scss */
.expand-part > div {
  display: flex;
}
/* line 722, ../scss/tiff.scss */
.expand-part > div .photo {
  width: 35%;
  background-position: center;
  background-size: cover;
}
/* line 727, ../scss/tiff.scss */
.expand-part > div .photo:after {
  content: '';
  display: block;
  padding-top: 65%;
}
/* line 734, ../scss/tiff.scss */
.expand-part > div p {
  line-height: 2;
  box-sizing: border-box;
  width: 65%;
  padding-left: 45px;
}

/* line 743, ../scss/tiff.scss */
.expand-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 749, ../scss/tiff.scss */
.expand-title .title {
  font-size: 24px;
}

/* line 755, ../scss/tiff.scss */
.expand-list > li {
  box-sizing: border-box;
  padding: 25px 20px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 1px solid #cfcfcf;
}
/* line 764, ../scss/tiff.scss */
.expand-list > li:hover {
  opacity: .7;
}
/* line 768, ../scss/tiff.scss */
.expand-list > li:first-child {
  border-top: 1px solid #cfcfcf;
}
/* line 773, ../scss/tiff.scss */
.expand-list > li.active:hover {
  opacity: 1;
}
/* line 777, ../scss/tiff.scss */
.expand-list > li.active .add-btn {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 784, ../scss/tiff.scss */
.expand-list > li.active .add-btn > li:first-child {
  opacity: 0;
}

/* line 793, ../scss/tiff.scss */
.add-btn {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 798, ../scss/tiff.scss */
.add-btn > li {
  width: 30px;
  height: 2px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #ff0d00;
}
/* line 806, ../scss/tiff.scss */
.add-btn > li:last-child {
  margin-top: -2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 816, ../scss/tiff.scss */
.activity-section {
  box-sizing: border-box;
  padding-bottom: 100px;
}
/* line 820, ../scss/tiff.scss */
.activity-section h5 {
  margin-bottom: 40px;
}

/* line 831, ../scss/tiff.scss */
.two-cols {
  display: flex;
  width: calc(100% + 70px);
  margin-left: -35px;
  flex-wrap: wrap;
}
/* line 838, ../scss/tiff.scss */
.two-cols > li {
  position: relative;
  width: calc(50% - 70px);
  margin: 0 35px;
}

/* line 845, ../scss/tiff.scss */
.two-slide {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* line 850, ../scss/tiff.scss */
.two-slide:after {
  content: '';
  display: block;
  padding-top: 55%;
}

/* line 857, ../scss/tiff.scss */
.two-slider {
  position: relative;
}
/* line 860, ../scss/tiff.scss */
.two-slider .slick-dots {
  bottom: 20px;
}
/* line 865, ../scss/tiff.scss */
.two-slider .slick-dots li button:before {
  color: #cfcfcf;
}
/* line 872, ../scss/tiff.scss */
.two-slider .slick-dots li.slick-active button:before {
  color: #ff0d00;
}

/* line 882, ../scss/tiff.scss */
.intro-section .wrap {
  box-sizing: border-box;
  padding: 100px 0 50px;
}
/* line 886, ../scss/tiff.scss */
.intro-section .wrap p {
  line-height: 2;
  max-width: 1200px;
  margin: auto;
}

/* line 895, ../scss/tiff.scss */
.green-intro-section h5 {
  margin-bottom: 30px;
}

/* line 902, ../scss/tiff.scss */
#safety .green-intro-section {
  padding: 50px 0;
}
/* line 905, ../scss/tiff.scss */
#safety .green-intro-section .image-wrap {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

/* line 919, ../scss/tiff.scss */
.green-middle {
  margin-bottom: 60px;
}
/* line 922, ../scss/tiff.scss */
.green-middle .small-title {
  margin-bottom: 15px;
}
/* line 926, ../scss/tiff.scss */
.green-middle .part-para {
  line-height: 2;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
/* line 933, ../scss/tiff.scss */
.green-middle .text-wrap {
  box-sizing: border-box;
  padding: 25px 10px 50px;
}
/* line 938, ../scss/tiff.scss */
.green-middle .show-all-btn {
  margin-top: 30px;
}
/* line 942, ../scss/tiff.scss */
.green-middle .part-para-wrap {
  overflow: hidden;
  height: 90px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 951, ../scss/tiff.scss */
.green-middle .two-cols > li {
  margin-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
/* line 955, ../scss/tiff.scss */
.green-middle .two-cols > li:last-child {
  display: flex;
  width: calc(100% - 70px);
  margin: 0 35px;
  border-bottom: none;
  align-items: center;
}
/* line 963, ../scss/tiff.scss */
.green-middle .two-cols > li:last-child .two-slider {
  width: calc(50% - 35px);
}
/* line 967, ../scss/tiff.scss */
.green-middle .two-cols > li:last-child .text-wrap {
  box-sizing: border-box;
  width: calc(50% + 35px);
  padding-left: 70px;
}
/* line 976, ../scss/tiff.scss */
.green-middle .three-cols {
  width: calc(100% + 24px);
  margin: 30px 0 0 -12px;
  flex-wrap: wrap;
}
/* line 982, ../scss/tiff.scss */
.green-middle .three-cols > li {
  position: relative;
  width: calc(100% / 3 - 24px);
  margin: 0 12px 30px;
}
/* line 990, ../scss/tiff.scss */
.green-middle .three-cols .two-slider .two-slide:after {
  padding-top: 65%;
}

/* line 998, ../scss/tiff.scss */
.show-all-btn {
  display: none;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  align-items: center;
}
/* line 1007, ../scss/tiff.scss */
.show-all-btn.active {
  display: flex;
}
/* line 1012, ../scss/tiff.scss */
.show-all-btn.hide .tri {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1020, ../scss/tiff.scss */
.show-all-btn:hover {
  opacity: .7;
}
/* line 1024, ../scss/tiff.scss */
.show-all-btn .small-title {
  margin: 0 15px 0 0;
  margin-bottom: 0;
}
/* line 1029, ../scss/tiff.scss */
.show-all-btn .tri {
  width: 0;
  height: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-top: 10px solid #ff0d00;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* line 1041, ../scss/tiff.scss */
.green-red {
  box-sizing: border-box;
  padding: 80px 0;
}
/* line 1045, ../scss/tiff.scss */
.green-red > .container {
  display: flex;
  max-width: 1100px;
  margin: auto;
  align-items: center;
  flex-wrap: wrap;
}
/* line 1053, ../scss/tiff.scss */
.green-red .green-red-list > li {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
/* line 1060, ../scss/tiff.scss */
.green-red .green-red-list > li:last-child {
  border-bottom: 0px solid #f3f3f3;
}
/* line 1065, ../scss/tiff.scss */
.green-red .heading {
  width: 100%;
  /*        margin-bottom: 50px;*/
}
/* line 1070, ../scss/tiff.scss */
.green-red .text-wrap {
  /*        font-weight: 300;*/
  box-sizing: border-box;
  width: calc(60% + 20px);
  padding-left: 40px;
}
/* line 1077, ../scss/tiff.scss */
.green-red .two-slider {
  width: calc(40% - 20px);
}
/* line 1081, ../scss/tiff.scss */
.green-red .dot-list {
  font-size: 15px;
  line-height: 1.5;
}
/* line 1086, ../scss/tiff.scss */
.green-red .activity-section {
  margin-top: 100px;
}
/* line 1090, ../scss/tiff.scss */
.green-red .activity-section .add-btn > li {
  background: #fff;
}

/* line 1097, ../scss/tiff.scss */
.green-achievement {
  box-sizing: border-box;
  padding: 80px 0;
}
/* line 1101, ../scss/tiff.scss */
.green-achievement .book-list {
  margin-top: 40px;
  flex-wrap: nowrap;
}
/* line 1106, ../scss/tiff.scss */
.green-achievement .book-list > li {
  width: calc(100% / 3 - 20px);
  height: 230px;
  margin: 0 10px;
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
}
/* line 1114, ../scss/tiff.scss */
.green-achievement .book-list .image-wrap {
  height: 100%;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
}
/* line 1121, ../scss/tiff.scss */
.green-achievement .book-list .image-wrap:hover {
  opacity: 1;
}

/* line 1135, ../scss/tiff.scss */
.safety-middle .container {
  /*        display: flex;
  
          align-items: center;*/
}
/* line 1141, ../scss/tiff.scss */
.safety-middle .photo-top-section {
  margin-bottom: 70px;
}
/* line 1144, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 1148, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list > li {
  width: calc(25% - 14px);
  margin: 0 7px;
}
/* line 1152, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list > li .image-wrap {
  background-color: #e62716;
  background-size: cover;
  background-position: center;
}
/* line 1157, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list > li .image-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 1164, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list > li:nth-child(3) {
  width: calc(50% - 31px);
}
/* line 1168, ../scss/tiff.scss */
.safety-middle .photo-top-section .photo-list > li:nth-child(3) .image-wrap:before {
  padding-top: 50%;
}
/* line 1177, ../scss/tiff.scss */
.safety-middle .bottom-wrap {
  display: flex;
  flex-wrap: wrap;
}
/* line 1181, ../scss/tiff.scss */
.safety-middle .bottom-wrap > .image-wrap {
  width: 40%;
  /*            background-color: $color-orange01;*/
}
/* line 1186, ../scss/tiff.scss */
.safety-middle .bottom-wrap .content-wrap {
  width: 60%;
  padding-left: 60px;
  box-sizing: border-box;
}
/* line 1191, ../scss/tiff.scss */
.safety-middle .bottom-wrap .green-achievement {
  padding: 0;
}
/* line 1196, ../scss/tiff.scss */
.safety-middle .photo-section {
  display: flex;
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
  align-items: center;
  justify-content: center;
}
/* line 1206, ../scss/tiff.scss */
.safety-middle .text-section {
  width: 50%;
}
/* line 1209, ../scss/tiff.scss */
.safety-middle .text-section .text-wrap {
  margin-top: 50px;
}
/* line 1214, ../scss/tiff.scss */
.safety-middle img {
  width: auto;
  max-width: 100%;
}
/* line 1219, ../scss/tiff.scss */
.safety-middle .dot-list {
  padding: 10px 0 0 25px;
}
/* line 1222, ../scss/tiff.scss */
.safety-middle .dot-list > li {
  padding: 5px 0;
}

/* line 1228, ../scss/tiff.scss */
.circle-list {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
/* line 1235, ../scss/tiff.scss */
.circle-list > li {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 15px;
}
/* line 1242, ../scss/tiff.scss */
.circle-list > li:nth-child(2) .circle {
  background: #54931c;
}
/* line 1248, ../scss/tiff.scss */
.circle-list > li:nth-child(3) .circle {
  background: #eda200;
}
/* line 1254, ../scss/tiff.scss */
.circle-list > li:nth-child(4) .circle {
  background: #c93236;
}
/* line 1260, ../scss/tiff.scss */
.circle-list .circle {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 5px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  background: #029b99;
  align-items: center;
  justify-content: center;
}

/* line 1275, ../scss/tiff.scss */
.safety-programme {
  box-sizing: border-box;
  padding: 80px 0 100px;
}

/* line 1286, ../scss/tiff.scss */
.property-intro-section {
  box-sizing: border-box;
  padding-bottom: 90px;
}
/* line 1290, ../scss/tiff.scss */
.property-intro-section .wrap {
  padding: 75px 0 50px;
}
/* line 1294, ../scss/tiff.scss */
.property-intro-section h5 {
  margin-bottom: 20px;
}

/* line 1299, ../scss/tiff.scss */
.landing-asset {
  box-sizing: border-box;
  padding: 80px 0;
}
/* line 1303, ../scss/tiff.scss */
.landing-asset p {
  font-weight: 300;
  line-height: 2;
}
/* line 1308, ../scss/tiff.scss */
.landing-asset h5 {
  margin-bottom: 20px;
}

/* line 1313, ../scss/tiff.scss */
.text-container {
  max-width: 1200px;
  margin: auto;
}

/* line 1318, ../scss/tiff.scss */
.landing-signature {
  box-sizing: border-box;
  padding: 95px 0;
}
/* line 1322, ../scss/tiff.scss */
.landing-signature h5 {
  margin-bottom: 40px;
}
/* line 1327, ../scss/tiff.scss */
.landing-signature .home-project-slider .home-project-slide {
  background: #fff;
}

/* line 1333, ../scss/tiff.scss */
.landing-disposed {
  box-sizing: border-box;
  padding: 85px 0;
}
/* line 1338, ../scss/tiff.scss */
.landing-disposed > .container > h5 {
  margin-bottom: 50px;
}
/* line 1343, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list {
  width: calc(100% + 18px);
  margin: 10px 0 30px -9px;
}
/* line 1347, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list > li {
  margin-bottom: 20px;
}
/* line 1351, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list > li:hover .text-wrap {
  color: #fff;
}
/* line 1355, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list > li:hover .orange {
  color: #fff;
}
/* line 1361, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list .text-wrap {
  box-sizing: border-box;
  width: calc(100% - 55px);
  height: 100%;
  padding: 20px 10px;
}
/* line 1368, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list .text-wrap p.bold {
  line-height: 1.3;
}
/* line 1374, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list .btn-arrow {
  top: auto;
  margin: 20px 15px 20px auto;
}
/* line 1379, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list .type {
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 1384, ../scss/tiff.scss */
.landing-disposed .photo-gallery-list .content-wrap {
  align-items: flex-end;
}
/* line 1389, ../scss/tiff.scss */
.landing-disposed .map-section {
  width: 100%;
  height: 570px;
  background: grey;
}

/* line 1402, ../scss/tiff.scss */
.right-filter {
  display: flex;
  align-items: center;
}
/* line 1407, ../scss/tiff.scss */
.right-filter .selectric {
  width: 320px;
}
/* line 1411, ../scss/tiff.scss */
.right-filter > div {
  margin-left: 15px;
}

/* line 1416, ../scss/tiff.scss */
.tab-btn {
  display: flex;
  box-sizing: border-box;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 3px solid transparent;
  align-items: center;
}
/* line 1428, ../scss/tiff.scss */
.tab-btn p {
  font-size: 18px;
}
/* line 1432, ../scss/tiff.scss */
.tab-btn .icon-wrap {
  position: relative;
  margin-right: 15px;
}
/* line 1436, ../scss/tiff.scss */
.tab-btn .icon-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
}
/* line 1449, ../scss/tiff.scss */
.tab-btn:hover .icon-wrap .hover {
  opacity: 1;
}

/* line 1456, ../scss/tiff.scss */
.tab-list {
  display: flex;
  align-items: flex-end;
}
/* line 1461, ../scss/tiff.scss */
.tab-list > li {
  margin-right: 30px;
}
/* line 1464, ../scss/tiff.scss */
.tab-list > li:last-child {
  margin-right: 0;
}
/* line 1469, ../scss/tiff.scss */
.tab-list > li.active .tab-btn {
  border-bottom: 3px solid #e62716;
}
/* line 1473, ../scss/tiff.scss */
.tab-list > li.active .tab-btn .icon-wrap .hover {
  opacity: 1;
}

/* line 1482, ../scss/tiff.scss */
.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1489, ../scss/tiff.scss */
.project-section {
  box-sizing: border-box;
  padding: 35px 0 200px;
}
/* line 1493, ../scss/tiff.scss */
.project-section .photo-gallery-list {
  width: calc(100% + 18px);
  margin: 10px 0 30px -9px;
}
/* line 1497, ../scss/tiff.scss */
.project-section .photo-gallery-list > li {
  margin-bottom: 20px;
}
/* line 1501, ../scss/tiff.scss */
.project-section .photo-gallery-list > li:hover .text-wrap {
  color: #fff;
}
/* line 1505, ../scss/tiff.scss */
.project-section .photo-gallery-list > li:hover .orange {
  color: #fff;
}
/* line 1511, ../scss/tiff.scss */
.project-section .photo-gallery-list .text-wrap {
  box-sizing: border-box;
  width: calc(100% - 55px);
  height: 100%;
  padding: 20px 10px;
}
/* line 1518, ../scss/tiff.scss */
.project-section .photo-gallery-list .text-wrap p.bold {
  line-height: 1.3;
}
/* line 1524, ../scss/tiff.scss */
.project-section .photo-gallery-list .btn-arrow {
  top: auto;
  margin: 20px 15px 20px auto;
}
/* line 1529, ../scss/tiff.scss */
.project-section .photo-gallery-list .type {
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 1534, ../scss/tiff.scss */
.project-section .photo-gallery-list .content-wrap {
  align-items: flex-end;
}

/* line 1540, ../scss/tiff.scss */
.tab-content {
  margin-top: 70px;
}
/* line 1543, ../scss/tiff.scss */
.tab-content > li {
  display: none;
}
/* line 1546, ../scss/tiff.scss */
.tab-content > li:first-child {
  display: block;
}

/* line 1552, ../scss/tiff.scss */
.project-hori-list {
  margin-bottom: 50px;
}
/* line 1555, ../scss/tiff.scss */
.project-hori-list .head {
  padding: 20px;
  text-transform: uppercase;
}
/* line 1559, ../scss/tiff.scss */
.project-hori-list .head .first-col, .project-hori-list .head .second-col, .project-hori-list .head .third-col, .project-hori-list .head .fourth-col, .project-hori-list .head .fifth-col {
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
/* line 1565, ../scss/tiff.scss */
.project-hori-list > li {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
}
/* line 1571, ../scss/tiff.scss */
.project-hori-list > li .first-col {
  box-sizing: border-box;
  width: 22%;
  padding-right: 40px;
}
/* line 1577, ../scss/tiff.scss */
.project-hori-list > li .second-col {
  box-sizing: border-box;
  width: 25%;
  padding: 15px 40px 15px 0;
}
/* line 1583, ../scss/tiff.scss */
.project-hori-list > li .third-col {
  box-sizing: border-box;
  width: 30%;
  padding: 15px 40px 15px 0;
}
/* line 1589, ../scss/tiff.scss */
.project-hori-list > li .fourth-col {
  box-sizing: border-box;
  width: 20%;
  padding: 15px 40px 15px 0;
}
/* line 1595, ../scss/tiff.scss */
.project-hori-list > li .fifth-col {
  box-sizing: border-box;
  width: 30px;
  padding: 10px 0 0 0;
}
/* line 1602, ../scss/tiff.scss */
.project-hori-list .thumb {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* line 1607, ../scss/tiff.scss */
.project-hori-list .thumb:after {
  content: '';
  display: block;
  padding-top: 70%;
}
/* line 1614, ../scss/tiff.scss */
.project-hori-list .add-btn {
  box-sizing: border-box;
  height: 30px;
  padding-top: 15px;
}
/* line 1619, ../scss/tiff.scss */
.project-hori-list .add-btn:hover {
  opacity: .7;
}
/* line 1624, ../scss/tiff.scss */
.project-hori-list p {
  font-size: 14px;
  line-height: 1.3;
}
/* line 1628, ../scss/tiff.scss */
.project-hori-list p.small-title {
  font-size: 18px;
}

/* line 1643, ../scss/tiff.scss */
.projects-detail .news-detail-section .news-date-wrap:before {
  background-color: #ff0d00;
}
/* line 1648, ../scss/tiff.scss */
.projects-detail .news-detail-section .news-detail-wrap {
  padding-bottom: 10px;
}
/* line 1653, ../scss/tiff.scss */
.projects-detail .slick-prev:before, .projects-detail .slick-next:before {
  color: #e62716;
}
/* line 1657, ../scss/tiff.scss */
.projects-detail .text-container {
  max-width: 1080px;
}
/* line 1661, ../scss/tiff.scss */
.projects-detail .dot-list {
  font-size: 15px;
  padding: 15px 0 0 25px;
}
/* line 1665, ../scss/tiff.scss */
.projects-detail .dot-list > li {
  padding: 5px 0;
}

/* line 1672, ../scss/tiff.scss */
.project-info .container {
  box-sizing: border-box;
  padding: 60px 0 45px;
  border-top: 1px solid #d1d1d1;
}
/* line 1678, ../scss/tiff.scss */
.project-info .info-detail {
  display: flex;
  margin-top: 40px;
}
/* line 1682, ../scss/tiff.scss */
.project-info .info-detail .project-map {
  width: calc(50% - 35px);
  background: grey;
}
/* line 1687, ../scss/tiff.scss */
.project-info .info-detail .info-wrap {
  box-sizing: border-box;
  width: calc(50% + 35px);
  margin-left: 35px;
  padding: 40px 30px;
  border-top: 4px solid #ff0d00;
}
/* line 1697, ../scss/tiff.scss */
.project-info .info-list > li {
  display: flex;
  margin-bottom: 15px;
}
/* line 1701, ../scss/tiff.scss */
.project-info .info-list > li .label-name {
  margin-right: 5px;
}
/* line 1705, ../scss/tiff.scss */
.project-info .info-list > li:first-child, .project-info .info-list > li:nth-child(2) {
  display: block;
  margin-right: 0;
}
/* line 1710, ../scss/tiff.scss */
.project-info .info-list > li:last-child {
  margin-bottom: 0;
}

/* line 1717, ../scss/tiff.scss */
.qr-wrap {
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #d1d1d1;
  align-items: center;
}
/* line 1726, ../scss/tiff.scss */
.qr-wrap img {
  margin-right: 30px;
}

/* line 1732, ../scss/tiff.scss */
.feature-list > li {
  margin-bottom: 30px;
}
/* line 1735, ../scss/tiff.scss */
.feature-list > li:last-child {
  margin-bottom: 0;
}

/* line 1742, ../scss/tiff.scss */
.project-features .container {
  box-sizing: border-box;
  padding: 55px 0;
  border-top: 1px solid #d1d1d1;
}
/* line 1748, ../scss/tiff.scss */
.project-features .btn {
  font-size: 14px;
}

/* line 1763, ../scss/tiff.scss */
.circle-text-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 1768, ../scss/tiff.scss */
.circle-text-list > li {
  display: flex;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 45px;
  align-items: center;
}
/* line 1776, ../scss/tiff.scss */
.circle-text-list > li:nth-child(odd) {
  padding-right: 25px;
}
/* line 1780, ../scss/tiff.scss */
.circle-text-list > li:nth-child(even) {
  padding-left: 25px;
}
/* line 1784, ../scss/tiff.scss */
.circle-text-list > li:last-child, .circle-text-list > li:nth-last-child(2) {
  margin-bottom: 0;
}
/* line 1789, ../scss/tiff.scss */
.circle-text-list .circle {
  width: 200px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
/* line 1796, ../scss/tiff.scss */
.circle-text-list .circle:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 1803, ../scss/tiff.scss */
.circle-text-list .text-wrap {
  box-sizing: border-box;
  width: calc(100% - 200px);
  padding-left: 20px;
  text-align: left;
}
/* line 1809, ../scss/tiff.scss */
.circle-text-list .text-wrap .small-title {
  margin-bottom: 5px;
}
/* line 1813, ../scss/tiff.scss */
.circle-text-list .text-wrap p {
  line-height: 1.8;
}

/* line 1819, ../scss/tiff.scss */
.construction-intro-section {
  box-sizing: border-box;
  padding-bottom: 90px;
}
/* line 1824, ../scss/tiff.scss */
.construction-intro-section .lower > .small-title {
  margin-bottom: 40px;
}
/* line 1828, ../scss/tiff.scss */
.construction-intro-section .lower .btn {
  margin-top: 60px;
}

/* line 1834, ../scss/tiff.scss */
.landing-strength {
  box-sizing: border-box;
  padding: 100px 0 70px;
}
/* line 1838, ../scss/tiff.scss */
.landing-strength .book-list {
  font-weight: 300;
  text-align: left;
}
/* line 1842, ../scss/tiff.scss */
.landing-strength .book-list > li {
  width: 25%;
}
/* line 1846, ../scss/tiff.scss */
.landing-strength .book-list .image-wrap {
  padding-top: 70%;
  box-shadow: none;
}
/* line 1852, ../scss/tiff.scss */
.landing-strength .book-slider {
  margin: 20px auto 50px;
}
/* line 1855, ../scss/tiff.scss */
.landing-strength .book-slider .slick-dots {
  display: none !important;
}
/* line 1860, ../scss/tiff.scss */
.landing-strength h5 {
  margin-bottom: 45px;
}

/* line 1868, ../scss/tiff.scss */
.construction .landing-disposed > .container > h5 {
  margin-bottom: 0;
}
/* line 1873, ../scss/tiff.scss */
.construction .landing-disposed .center-select-wrap {
  align-items: center;
}
/* line 1876, ../scss/tiff.scss */
.construction .landing-disposed .center-select-wrap p {
  margin-right: 20px;
}

/* line 1889, ../scss/tiff.scss */
.group-intro-section {
  box-sizing: border-box;
  padding: 85px 0 60px;
}
/* line 1893, ../scss/tiff.scss */
.group-intro-section h5 {
  margin-bottom: 25px;
}
/* line 1897, ../scss/tiff.scss */
.group-intro-section p {
  line-height: 2;
}

/* line 1902, ../scss/tiff.scss */
.group-project-section {
  padding: 20px 0 50px;
}
/* line 1905, ../scss/tiff.scss */
.group-project-section .project-hori-list {
  margin-top: 35px;
}
/* line 1908, ../scss/tiff.scss */
.group-project-section .project-hori-list > li {
  padding: 30px 0;
  align-items: center;
}
/* line 1913, ../scss/tiff.scss */
.group-project-section .project-hori-list > li:first-child {
  border-top: 1px solid #d1d1d1;
}
/* line 1917, ../scss/tiff.scss */
.group-project-section .project-hori-list > li:last-child {
  border-bottom: none;
}
/* line 1922, ../scss/tiff.scss */
.group-project-section .project-hori-list .photo-wrap {
  width: 25%;
  background-position: center;
  background-size: cover;
}
/* line 1928, ../scss/tiff.scss */
.group-project-section .project-hori-list .photo-wrap:after {
  content: '';
  display: block;
  padding-top: 65%;
}
/* line 1935, ../scss/tiff.scss */
.group-project-section .project-hori-list .text-wrap {
  box-sizing: border-box;
  width: 75%;
  padding-left: 45px;
}
/* line 1941, ../scss/tiff.scss */
.group-project-section .project-hori-list .text-wrap .small-title {
  margin-bottom: 10px;
}
/* line 1945, ../scss/tiff.scss */
.group-project-section .project-hori-list .text-wrap p {
  line-height: 1.8;
}

/* line 1958, ../scss/tiff.scss */
.strength-intro-section {
  box-sizing: border-box;
  padding: 85px 0 20px;
}
/* line 1962, ../scss/tiff.scss */
.strength-intro-section .selectric {
  width: 450px;
}

/* line 1968, ../scss/tiff.scss */
.strength-page > li {
  box-sizing: border-box;
}
/* line 1974, ../scss/tiff.scss */
.strength-page .three-cols .text-wrap {
  padding: 15px 15px 0;
}
/* line 1977, ../scss/tiff.scss */
.strength-page .three-cols .text-wrap p {
  line-height: 1.3 !important;
}
/* line 1982, ../scss/tiff.scss */
.strength-page .three-cols .photo-wrap {
  height: auto;
}
/* line 1986, ../scss/tiff.scss */
.strength-page .three-cols .photo-wrap .photo:after {
  content: '';
  display: block;
  padding-top: 65%;
}
/* line 1995, ../scss/tiff.scss */
.strength-page .strength-design {
  padding-bottom: 100px;
}
/* line 1999, ../scss/tiff.scss */
.strength-page .strength-design .wrap p {
  line-height: 2;
}
/* line 2004, ../scss/tiff.scss */
.strength-page .strength-design .three-cols {
  margin-top: 60px;
}
/* line 2011, ../scss/tiff.scss */
.strength-page .strength-hse .wrap p {
  line-height: 2;
}
/* line 2016, ../scss/tiff.scss */
.strength-page .strength-hse .four-cols {
  margin-top: 55px;
}
/* line 2019, ../scss/tiff.scss */
.strength-page .strength-hse .four-cols .photo-wrap {
  border: none;
}
/* line 2023, ../scss/tiff.scss */
.strength-page .strength-hse .four-cols > li {
  width: calc(25% - 20px);
  margin: 0 10px;
}
/* line 2028, ../scss/tiff.scss */
.strength-page .strength-hse .four-cols .text-wrap {
  padding: 15px 5px 0;
}
/* line 2031, ../scss/tiff.scss */
.strength-page .strength-hse .four-cols .text-wrap p {
  line-height: 1.8 !important;
}

/* line 2040, ../scss/tiff.scss */
.three-cols.four-cols {
  width: calc(100% + 40px);
  margin-left: -20px;
  flex-wrap: wrap;
}
/* line 2046, ../scss/tiff.scss */
.three-cols.four-cols > li {
  width: calc(25% - 40px);
  margin-bottom: 45px;
}
/* line 2051, ../scss/tiff.scss */
.three-cols.four-cols .photo-wrap {
  border: 1px solid #d1d1d1;
}
/* line 2055, ../scss/tiff.scss */
.three-cols.four-cols .photo-wrap .photo:after {
  padding-top: 70%;
}

/* line 2063, ../scss/tiff.scss */
.accreditation-upper {
  box-sizing: border-box;
  padding-bottom: 50px;
}

/* line 2070, ../scss/tiff.scss */
.activity-section.accreditation-expand h5 {
  width: calc(100% - 30px);
  margin-bottom: 0;
}
/* line 2076, ../scss/tiff.scss */
.activity-section.accreditation-expand .expand-list > li {
  padding: 40px 20px;
}
/* line 2080, ../scss/tiff.scss */
.activity-section.accreditation-expand .expand-list > li.active h5 {
  color: #ff0d00;
}
/* line 2088, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols > li {
  display: flex;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 35px;
  align-items: center;
}
/* line 2097, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols > li:nth-child(odd) {
  box-sizing: border-box;
  border-right: 1px solid #e62716;
}
/* line 2103, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols .text-wrap {
  box-sizing: border-box;
  width: calc(100% - 160px);
  padding: 20px 0 0 50px;
  text-align: left;
}
/* line 2109, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols .text-wrap .upper {
  margin-bottom: 10px;
}
/* line 2114, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols .photo {
  width: 200px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 2123, ../scss/tiff.scss */
.activity-section.accreditation-expand .two-cols.one-col > li {
  width: 100%;
  border-right: 0;
}
/* line 2131, ../scss/tiff.scss */
.activity-section.accreditation-expand .sub-list > li {
  margin-bottom: 70px;
}
/* line 2134, ../scss/tiff.scss */
.activity-section.accreditation-expand .sub-list > li > .small-title {
  margin-bottom: 50px;
}
/* line 2140, ../scss/tiff.scss */
.activity-section.accreditation-expand .sub-list > li:first-child .two-cols > li {
  align-items: flex-start;
}
/* line 2147, ../scss/tiff.scss */
.activity-section.accreditation-expand .sub-list > li:nth-child(2) > .small-title {
  margin-bottom: 0;
}

/* line 2156, ../scss/tiff.scss */
.hse-lower {
  box-sizing: border-box;
  padding: 80px 0;
}
/* line 2160, ../scss/tiff.scss */
.hse-lower .three-cols {
  box-sizing: border-box;
  width: calc(100% + 80px);
  margin: 60px 0 0 -40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
/* line 2167, ../scss/tiff.scss */
.hse-lower .three-cols > li {
  display: flex;
  width: calc(100% / 3 - 80px);
  margin: 0 40px;
}
/* line 2172, ../scss/tiff.scss */
.hse-lower .three-cols > li p {
  font-weight: 300;
  box-sizing: border-box;
  width: calc(100% - 65px);
  padding-left: 25px;
}
/* line 2181, ../scss/tiff.scss */
.hse-lower .chart-wrap {
  box-sizing: border-box;
  padding-top: 70px;
}
/* line 2185, ../scss/tiff.scss */
.hse-lower .chart-wrap .small-title {
  margin-bottom: 40px;
}
/* line 2190, ../scss/tiff.scss */
.hse-lower img {
  max-width: 100%;
}

/* line 2195, ../scss/tiff.scss */
.number-block {
  font-size: 28px;
  display: flex;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
}

/* line 2207, ../scss/tiff.scss */
.hse-upper .chart-wrap {
  margin: 110px 0 90px;
}
/* line 2210, ../scss/tiff.scss */
.hse-upper .chart-wrap .small-title {
  margin-bottom: 25px;
}
/* line 2214, ../scss/tiff.scss */
.hse-upper .chart-wrap img {
  width: 100%;
  max-width: 600px;
}

/* line 2227, ../scss/tiff.scss */
.projects-intro {
  box-sizing: border-box;
  padding: 80px 0;
}
/* line 2231, ../scss/tiff.scss */
.projects-intro h5 {
  margin-bottom: 25px;
}
/* line 2235, ../scss/tiff.scss */
.projects-intro p {
  line-height: 2;
}

/* line 2241, ../scss/tiff.scss */
.projects-cate .project-section {
  padding: 35px 0 110px;
}
/* line 2245, ../scss/tiff.scss */
.projects-cate .center-select-wrap {
  align-items: center;
}
/* line 2248, ../scss/tiff.scss */
.projects-cate .center-select-wrap p {
  margin-right: 20px;
}
/* line 2253, ../scss/tiff.scss */
.projects-cate .filter-bar {
  margin-bottom: 25px;
}

/* line 2259, ../scss/tiff.scss */
.projects-interior .projects-intro {
  padding: 80px 0 0;
}

/* line 2270, ../scss/tiff.scss */
.highlight-list {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
/* line 2276, ../scss/tiff.scss */
.highlight-list > li {
  margin: 0 60px 25px 0;
  margin-right: 60px;
}

/* line 2283, ../scss/tiff.scss */
.projects-highlight .container {
  box-sizing: border-box;
  padding: 35px 0 10px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

/* line 2291, ../scss/tiff.scss */
.border-title {
  padding: 5px 0 5px 25px;
  border-left: 4px solid #e62716;
}

/* line 2297, ../scss/tiff.scss */
.construction-projects-detail .btn-wrap, .projects-detail .btn-wrap {
  box-sizing: border-box;
  padding: 70px 0 100px;
}
/* line 2302, ../scss/tiff.scss */
.construction-projects-detail .btn, .projects-detail .btn {
  font-size: 13px;
}

/* line 2313, ../scss/tiff.scss */
.committees-intro-section {
  padding: 50px 0;
}

/* line 2323, ../scss/tiff.scss */
.contact-upper {
  display: flex;
}
/* line 2326, ../scss/tiff.scss */
.contact-upper .left-wrap {
  box-sizing: border-box;
  width: 50%;
  padding: 100px 0 200px;
}
/* line 2331, ../scss/tiff.scss */
.contact-upper .left-wrap a {
  color: #fff;
}
/* line 2335, ../scss/tiff.scss */
.contact-upper .left-wrap.building-orange-overlay {
  background-size: 180%;
}
/* line 2340, ../scss/tiff.scss */
.contact-upper .right-wrap {
  width: 50%;
}

/* line 2345, ../scss/tiff.scss */
.contact-info-list {
  width: calc(100% - 40px);
  max-width: 530px;
  margin: auto;
}
/* line 2350, ../scss/tiff.scss */
.contact-info-list .contact-title {
  font-size: 14px;
}
/* line 2355, ../scss/tiff.scss */
.contact-info-list a:hover {
  opacity: .7;
}
/* line 2361, ../scss/tiff.scss */
.contact-info-list .icon-list > li {
  display: flex;
  align-items: flex-start;
}
/* line 2366, ../scss/tiff.scss */
.contact-info-list .icon-list > li img {
  margin-right: 15px;
}
/* line 2372, ../scss/tiff.scss */
.contact-info-list > li {
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 15px 0 15px 20px;
  border-left: 4px solid #fff;
}
/* line 2378, ../scss/tiff.scss */
.contact-info-list > li:last-child {
  margin-bottom: 0;
}
/* line 2383, ../scss/tiff.scss */
.contact-info-list .contact-title {
  margin-bottom: 10px;
}

/* line 2388, ../scss/tiff.scss */
.contact-form {
  width: calc(100% - 40px);
  max-width: 620px;
  margin: 100px auto 80px;
}
/* line 2393, ../scss/tiff.scss */
.contact-form .two-cols {
  width: 100%;
  margin: 0;
}
/* line 2397, ../scss/tiff.scss */
.contact-form .two-cols > li {
  width: calc(50% - 22px);
  margin: 0;
}
/* line 2401, ../scss/tiff.scss */
.contact-form .two-cols > li:nth-child(odd) {
  margin-right: 22px;
}
/* line 2405, ../scss/tiff.scss */
.contact-form .two-cols > li:nth-child(even) {
  margin-left: 22px;
}
/* line 2413, ../scss/tiff.scss */
.contact-form .label.star:after {
  content: '*';
  position: relative;
}
/* line 2421, ../scss/tiff.scss */
.contact-form .form-list > li {
  margin-bottom: 30px;
}
/* line 2426, ../scss/tiff.scss */
.contact-form .selectric {
  width: 100%;
}
/* line 2429, ../scss/tiff.scss */
.contact-form .selectric .label {
  font-size: 16px;
  line-height: 1.2;
  height: auto;
  padding-bottom: 25px;
  text-align: left;
  text-transform: inherit;
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 0;
}
/* line 2441, ../scss/tiff.scss */
.contact-form .selectric .button {
  width: 20px;
  height: 45px;
}
/* line 2445, ../scss/tiff.scss */
.contact-form .selectric .button:after {
  top: 7px;
  bottom: auto;
}
/* line 2453, ../scss/tiff.scss */
.contact-form .selectric-items li {
  font-size: 16px;
}

/* line 2459, ../scss/tiff.scss */
.contact-map {
  height: 400px;
}

/* line 2465, ../scss/tiff.scss */
#milestones .milestone-list {
  background: #363535;
}
/* line 2468, ../scss/tiff.scss */
#milestones .milestone-list:after {
  background-image: url("../img/common/milestone-arrow-black.png");
}
/* line 2472, ../scss/tiff.scss */
#milestones .milestone-list > li {
  background: #363535;
}
/* line 2475, ../scss/tiff.scss */
#milestones .milestone-list > li .year {
  width: 175px;
  text-align: center;
}
/* line 2481, ../scss/tiff.scss */
#milestones .milestone-list > li.active .year {
  font-size: 33px;
}
/* line 2486, ../scss/tiff.scss */
#milestones .milestone-list > li:nth-child(1) {
  left: 15% !important;
}
/* line 2490, ../scss/tiff.scss */
#milestones .milestone-list > li:nth-child(2) {
  left: 39% !important;
}
/* line 2494, ../scss/tiff.scss */
#milestones .milestone-list > li:nth-child(3) {
  left: 61% !important;
}
/* line 2498, ../scss/tiff.scss */
#milestones .milestone-list > li:nth-child(4) {
  left: 85% !important;
}

/* line 2505, ../scss/tiff.scss */
.milestones-detail {
  max-width: 1000px;
  margin: 80px auto;
}

/* line 2510, ../scss/tiff.scss */
.timeline {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
/* line 2515, ../scss/tiff.scss */
.timeline .short-divider {
  width: 50px;
  height: 4px;
  margin-bottom: 25px;
  background: #ff0d00;
}
/* line 2522, ../scss/tiff.scss */
.timeline > li {
  position: relative;
}
/* line 2526, ../scss/tiff.scss */
.timeline > li:first-child .time-dots {
  margin-top: 0;
}
/* line 2533, ../scss/tiff.scss */
.timeline.last-timeline:after {
  content: '';
  position: absolute;
  bottom: -82px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d1d1d1;
}
/* line 2546, ../scss/tiff.scss */
.timeline.last-timeline > li:last-child .mile-card:after {
  bottom: -60px;
  height: 60px;
}

/* line 2556, ../scss/tiff.scss */
.mile-card {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
  border: 1px solid #d1d1d1;
  background: #fff;
}
/* line 2564, ../scss/tiff.scss */
.mile-card:before, .mile-card:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 1px;
  height: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #d1d1d1;
}
/* line 2578, ../scss/tiff.scss */
.mile-card:before {
  top: -30px;
}
/* line 2582, ../scss/tiff.scss */
.mile-card:after {
  bottom: -30px;
}
/* line 2586, ../scss/tiff.scss */
.mile-card.no-photo {
  text-align: center;
}
/* line 2589, ../scss/tiff.scss */
.mile-card.no-photo .short-divider {
  margin: 0 auto 25px;
}
/* line 2594, ../scss/tiff.scss */
.mile-card.left-photo {
  display: flex;
  align-items: center;
}
/* line 2600, ../scss/tiff.scss */
.mile-card.left-photo .left-wrap {
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
}
/* line 2606, ../scss/tiff.scss */
.mile-card.left-photo .right-wrap {
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px;
}
/* line 2612, ../scss/tiff.scss */
.mile-card.left-photo.right-photo {
  flex-direction: row-reverse;
}
/* line 2615, ../scss/tiff.scss */
.mile-card.left-photo.right-photo .left-wrap {
  padding: 0 0 0 30px;
}
/* line 2619, ../scss/tiff.scss */
.mile-card.left-photo.right-photo .right-wrap {
  padding: 0 30px 0 0;
}
/* line 2625, ../scss/tiff.scss */
.mile-card .photo {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* line 2630, ../scss/tiff.scss */
.mile-card .photo:after {
  content: '';
  display: block;
  padding-top: 65%;
}
/* line 2636, ../scss/tiff.scss */
.mile-card .photo.vert {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
}
/* line 2641, ../scss/tiff.scss */
.mile-card .photo.vert:after {
  padding-top: 100%;
}

/* line 2648, ../scss/tiff.scss */
.shadow-img {
  position: absolute;
  left: 0;
  width: 100%;
}

/* line 2654, ../scss/tiff.scss */
.time-dots {
  position: relative;
  z-index: 2;
  margin: 25px 0;
}

/* line 2661, ../scss/tiff.scss */
.time-section .year-selected {
  padding: 0 0 20px;
}

/* line 2666, ../scss/tiff.scss */
.milestones-slider {
  position: relative;
  box-sizing: border-box;
  max-width: 1000px;
  margin: auto;
  padding: 0 50px;
}
/* line 2673, ../scss/tiff.scss */
.milestones-slider .slick-disabled {
  display: none !important;
}
/* line 2677, ../scss/tiff.scss */
.milestones-slider .slick-prev, .milestones-slider .slick-next {
  position: absolute;
  top: auto;
  width: 14px;
  height: 30px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-image: url(../img/common/milestone-arrow-black.png);
  background-repeat: no-repeat;
}
/* line 2692, ../scss/tiff.scss */
.milestones-slider .slick-prev:before, .milestones-slider .slick-next:before {
  display: none;
}
/* line 2696, ../scss/tiff.scss */
.milestones-slider .slick-prev:hover, .milestones-slider .slick-next:hover {
  opacity: .8;
}
/* line 2701, ../scss/tiff.scss */
.milestones-slider .slick-prev {
  bottom: -3px;
  left: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 2709, ../scss/tiff.scss */
.milestones-slider .slick-prev:hover {
  left: -15px;
}
/* line 2714, ../scss/tiff.scss */
.milestones-slider .slick-next {
  right: -10px;
  bottom: -6px;
}
/* line 2718, ../scss/tiff.scss */
.milestones-slider .slick-next:hover {
  right: -15px;
}
/* line 2723, ../scss/tiff.scss */
.milestones-slider:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #363535;
}
/* line 2733, ../scss/tiff.scss */
.milestones-slider .year {
  font-family: 'Playfair Display', 微軟正黑體, sans-serif;
  font-size: 33px;
  font-style: italic;
  margin-top: auto;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 2743, ../scss/tiff.scss */
.milestones-slider .milestones-slide {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 25%;
  height: 80px;
  padding-bottom: 5px;
  cursor: pointer;
  text-align: center;
}
/* line 2754, ../scss/tiff.scss */
.milestones-slider .milestones-slide:hover .year {
  opacity: .8;
}
/* line 2758, ../scss/tiff.scss */
.milestones-slider .milestones-slide:hover .dot {
  opacity: .8;
}
/* line 2764, ../scss/tiff.scss */
.milestones-slider .milestones-slide.active .year {
  font-size: 40px;
}
/* line 2768, ../scss/tiff.scss */
.milestones-slider .milestones-slide.active .dot {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
/* line 2776, ../scss/tiff.scss */
.milestones-slider .dot {
  width: 10px;
  height: 10px;
  margin: 10px auto 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-radius: 50%;
  background: #363535;
}

/* line 2789, ../scss/tiff.scss */
.milestones-slider-wrap {
  padding-top: 30px;
}

/* line 2793, ../scss/tiff.scss */
.awards-slider {
  max-width: 950px;
  padding: 0 70px;
}
/* line 2797, ../scss/tiff.scss */
.awards-slider:before {
  background: #fff;
}
/* line 2801, ../scss/tiff.scss */
.awards-slider:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -6px;
  width: 14px;
  height: 30px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-image: url(../img/common/milestone-arrow.png);
  background-repeat: no-repeat;
}
/* line 2820, ../scss/tiff.scss */
.awards-slider.slick-slider:after {
  display: none;
}
/* line 2825, ../scss/tiff.scss */
.awards-slider .dot {
  background: #fff;
}
/* line 2829, ../scss/tiff.scss */
.awards-slider .slick-prev, .awards-slider .slick-next {
  background-image: url(../img/common/milestone-arrow.png);
}

/* line 2835, ../scss/tiff.scss */
#green-engagement .landing-safety {
  padding: 0 0 50px 0;
}
/* line 2838, ../scss/tiff.scss */
#green-engagement .landing-safety .text-wrap {
  width: 60%;
  padding-right: 35px;
}
/* line 2842, ../scss/tiff.scss */
#green-engagement .landing-safety .photo-wrap {
  width: 40%;
  padding-right: 0px;
}
/* line 2846, ../scss/tiff.scss */
#green-engagement .landing-safety .container {
  display: flex;
  align-items: center;
}
/* line 2854, ../scss/tiff.scss */
#green-engagement .alt-grid > li .text-wrap {
  background: inherit;
  color: inherit;
}
/* line 2858, ../scss/tiff.scss */
#green-engagement .alt-grid > li .text-wrap p {
  font-weight: initial;
  line-height: initial;
}
/* line 2863, ../scss/tiff.scss */
#green-engagement .alt-grid > li .photo-wrap {
  background: #474787;
  min-height: 350px;
}
/* line 2867, ../scss/tiff.scss */
#green-engagement .alt-grid > li .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 2873, ../scss/tiff.scss */
#green-engagement .alt-grid > li .image-wrap img {
  padding: 30px 0;
}
/* line 2878, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 2882, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(even) .text-wrap:after {
  right: 0;
  left: auto;
  border-left: none;
}
/* line 2890, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(odd) {
  flex-direction: row;
}
/* line 2894, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(odd) .text-wrap:after {
  border-right: none;
  border-left: 17px solid #474787;
  left: 0;
}
/* line 2907, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(2) .photo-wrap {
  background: #54931c;
}
/* line 2910, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(2) .text-wrap:after {
  border-right: 17px solid #54931c;
}
/* line 2916, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(3) .photo-wrap {
  background: #227093;
}
/* line 2919, ../scss/tiff.scss */
#green-engagement .alt-grid > li:nth-child(3) .text-wrap:after {
  border-left: 17px solid #227093;
}
