/*======================================================================== 
  Copyright: 匯豐汽車網路事業
  Author: Amber
  ========================================================================*/
.founding h2, .goal h2, .aboutResult h2, .contact h2 {
  margin-bottom: 50px;
}

.marginBtmSet {
  margin-bottom: 65px;
}

.founding p, .goal p, .aboutResult p, .contact p {
  font-size: 18px;
  line-height: 170%;
  color: #555555;
  margin-bottom: 35px;
}

.content1280 {
  z-index: 5;
}

.content975 {
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .founding h2,
  .aboutResult h2,
  .contact h2 {
    margin-bottom: 20px;
  }

  .goal h2 {
    margin-bottom: 45px;
  }

  .marginBtmSet {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .content1280 {
    width: 100%;
  }
}

/*======================================================================== 
  主圖
  ========================================================================*/
.innerMainTitle h2 {
  background: url(../../images/title-about.png) no-repeat center center;
}
@media screen and (max-width: 1024px) {
  .innerMainTitle h2 {
    background: url(../../images/title-about.png) no-repeat center center;
    background-size: 100%;
  }
}

/*======================================================================== 
  成立緣起
  ========================================================================*/
.founding {
  background: #fff;
  padding: 100px 0px 75px 0px;
  position: relative;
}

.founding p {
  font-size: 18px;
  line-height: 150%;
  color: #555555;
}

.founding img {
  margin-bottom: 30px !important;
}


@media screen and (max-width: 768px) {
  .founding {
    padding: 30px 0px 45px 0px;
  }
}


/*======================================================================== 
  宗旨目標
  ========================================================================*/
.goal {
  background: #eeeeee;
  padding: 60px 0;
  position: relative;
}

.goal p.changeWidth {
  width: 430px;
}

.locationSet {
  position: relative;
  height: 322px;
}

.locationSet .box1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.locationSet .box2 {
  position: absolute;
  top: 0px;
  left: 0px;
}
/*
.goal:before {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  top: -400px;
  left: 10px;
  z-index: 1;
}

.goal:after {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: -50px;
  right: 5px;
  z-index: 1;
}
*/
@media screen and (max-width: 768px) {
  .goal {
    padding: 50px 0;
  }

  .goal p.changeWidth {
    width: 100%;
  }

  .goal img {
    margin-bottom: 30px !important;
  }

  .goal img.chairman {
    width: 180px;
    margin: 0 auto;
    display: block;
  }

  .locationSet {
    height: auto;
  }

  .locationSet .box1,
  .locationSet .box2 {
    position: unset;
  }
}
@media screen and (max-width: 1024px) {
  .goal:before {
    display: none;
  }

  .goal:after {
    display: none;
  }
}

/*======================================================================== 
  實績成果
  ========================================================================*/
.aboutResult {
  background: #397cc3;
  padding: 60px 0 70px 0;
  position: relative;
}
/*
.aboutResult:before {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: 0px;
  left: 80px;
  z-index: 1;
}*/

.aboutResult .resultInfo {
  margin-top: 200px;
}
.aboutResult .resultInfo ul {
  margin-left: -30px;
  margin-top: 82px;
}
.aboutResult .resultInfo ul.resultTitle {
  display: block;
}
.aboutResult .resultInfo ul.resultTitle li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.aboutResult .resultInfo ul.resultTitle li a {
  padding: 14px 34px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #639ddb;
}
.aboutResult .resultInfo ul.resultTitle li.uk-active a {
  background: #00a1e9;
}/*
.aboutResult .resultInfo ul.resultTitle li a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 60px 0;
  border-color: transparent #397cc3 transparent transparent;
  position: absolute;
  top: 0px;
  left: 160px;
}*/
.aboutResult .resultInfo ul.resultContent {
  margin-top: 80px;
  margin-left: 0px;
}
.aboutResult .resultInfo ul.resultContent a {
  color: #fff;
  text-decoration: underline;
}
.aboutResult .resultInfo ul.resultContent a:hover {
  text-decoration: none;
}
ul.resultContent li p{
  font-size: 18px;
  line-height: 170%;
  color: #fff;
  margin-bottom: 35px !important;
}
ul.resultContent li p.clearMarginBtm{
  margin-bottom: 0px !important;
}
ul.resultContent li .clearMarginTop{
  margin-top: 13px !important;
}
ul.resultContent li .uk-grid .uk-width-medium-7-10:last-child p {
  margin-bottom: 0px !important;
}
.resultInfo a.previous {
  display: block;
  width: 50px;
  height: 156px;
  position: absolute;
  top: 50%;
  left: -110px;

}
.resultInfo a.next {
  display: block;
  width: 50px;
  height: 156px;
  position: absolute;
  top: 50%;
  right: -110px;
}
.aboutResult .resultInfo ul.resultTitle { display: block; }
.aboutResult .resultInfo ul.resultTitleMobile { display: none; }
@media screen and (max-width: 768px) {
  .aboutResult:before {
    display: none;
  }
  .aboutResult .resultInfo {
    margin-top: 120px;
  }
  .resultInfo ul.resultContent li img {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutResult .resultInfo ul.resultTitle {
    display: none;
  }
  .aboutResult .resultInfo ul.resultTitleMobile {
    display: block;
  }
  .aboutResult .resultInfo ul.resultTitleMobile li a {
  display: block;
  padding: 14px 54px 14px 14px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: left;
  background: rgba(99, 157, 219, 0.9);
  width: calc(100% - 83px);
  }
  .aboutResult .resultInfo ul.resultTitleMobile {
    margin-top: 124px;
  }
  .aboutResult .resultInfo ul.resultTitleMobile li.uk-active a {    
    background: rgba(0, 161, 233, 1);
  }
  div.showTitle::before{
    content: attr(data-text) '';
    position: absolute;
    top: 132px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 14px 54px 14px 14px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: left;
    background: #00a1e9;
    width: calc(100% - 98px);
    z-index: 8;
  }
  div.showTitle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 152px;
    right: 30px;
    z-index: 9;
  }
  .aboutResult .resultInfo ul.resultTitleMobile {
    height: 0px;
    overflow: hidden;
  }
  .aboutResult .resultInfo ul.resultTitleMobile.showAllTitle{
    height: 200px;
  } 
}
@media screen and (max-width: 1024px) {
  .resultInfo .uk-position-top {
    left: 15px;
  }
  .aboutResult .resultInfo ul.resultTitle li {
    margin-right: 8px;
  }
  .aboutResult .resultInfo ul.resultTitle li a {
    padding: 10px 45px 10px 10px;
    font-size: 20px;
  }/*
  .aboutResult .resultInfo ul.resultTitle li a:after {
    left: 130px;
  }*/
  .resultInfo a.previous, .resultInfo a.next {
    display: none;
  }
  .aboutResult:before {
    display: none;
  }
  ul.resultContent li p.clearMarginBtm{
    margin-bottom: 0px !important;
  }
  ul.resultContent li .clearMarginTop{
    margin-top: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  ul.resultContent li p.clearMarginBtm{
    margin-bottom: 35px !important;
  }
  ul.resultContent li .clearMarginTop{
    margin-top: 35px !important;
  }
}


/*======================================================================== 
  低碳生活部落格
  ========================================================================*/
.contact {
  background: #fff;
  padding: 60px 0;
  position: relative;
}

.contact a.mapIcon {
  display: inline-block;
  transform: translate(5px, -3px);
}
/*
.contact:after {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: 0px;
  height: 325px;
  overflow: hidden;
  right: 5px;
  z-index: 1;
}
*/

@media screen and (max-width: 1024px) {
  .contact:after {
    display: none;
  }
}