@charset "UTF-8";
@font-face {
  font-family: MyCustomFont;
  /* 同樣的 font-family */
  unicode-range: U+0030-0039;
  /* Latin, Latin1 Sup., Ext-A, Ext-B */
  src: local("Times new Roman");
  /* OS X preferred */ }

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  overflow-x: hidden;
  font-size: 15px;
  color: #0f0f0f;
  line-height: 1.6;
  font-family: MyCustomFont,'Linden Hill',Helvetica, Arial, 'LiHei Pro', '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 163, 221, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #2fa3dd;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1180px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }

.editor {
  word-break: break-all; }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }

body, html {
  width: 100%;
  height: 100%; }
  body:hover, html:hover {
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear; }

.wrapper {
  width: 1180px;
  margin: 0 auto; }

header {
  height: 100px;
  display: block;
  position: relative; }
  header #logo {
    width: 30%;
    float: left;
    display: inline-block;
    padding-top: 1%; }
  header .lan {
    color: #306da2; }
  header nav {
    width: 70%;
    float: left;
    display: inline-block; }
    header nav ul {
      text-align: center; }
      header nav ul.en li {
        height: 120px; }
      header nav ul li {
        float: left;
        display: block;
        width: calc(100%/6);
        padding: 3% 0; }
        header nav ul li:hover, header nav ul li.active {
          background: #d5edf8;
          -webkit-transition: all .35s linear;
          -o-transition: all .35s linear;
          transition: all .35s linear; }
        header nav ul li:hover:last-child, header nav ul li.active:last-child {
          background: #fff;
          -webkit-transition: all .35s linear;
          -o-transition: all .35s linear;
          transition: all .35s linear; }
          header nav ul li:hover:last-child .lan, header nav ul li.active:last-child .lan {
            color: #306da2; }
      header nav ul span {
        display: block;
        text-align: center; }
      header nav ul .language {
        display: none; }
        header nav ul .language a {
          cursor: pointer; }
  header > .language {
    position: absolute;
    right: -80px; }

/* index */
#indexbanner {
  width: 100%; }
  #indexbanner .slick-list {
    width: 100%; }

#indexNews {
  padding: 2% 0; }
  #indexNews h3 {
    text-align: center;
    font-size: 1.25em;
    line-height: 250%;
    margin-bottom: 2%; }
  #indexNews h4 {
    display: inline-block; }
  #indexNews time {
    color: #999;
    margin-right: 20px; }
  #indexNews span {
    font-size: 0.5em;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin: 0 15px; }
  #indexNews .color01 {
    background: #6fa030; }
  #indexNews .color02 {
    background: #6dc194; }
  #indexNews ul {
    border-top: 1px solid #ddd; }
    #indexNews ul li {
      border-bottom: 1px solid #ddd;
      padding: 1.3% 2% 1%; }

.more {
  background: url(../_img/layout/more_bg.png) bottom center no-repeat;
  text-align: center;
  color: #2fa3dd;
  padding: 2% 0 1%;
  margin-bottom: 10%; }

/* page layout */
#pagebgwrapper h2 {
  text-align: center;
  font-size: 1.75em;
  padding: 100px 0 40px; }

.slider-for .bg_img {
  width: 100%;
  padding-bottom: 62.5%; }

.slider-nav {
  margin-bottom: 0 !important; }
  .slider-nav .bg_img {
    width: 100%;
    padding-bottom: 62.5%; }
  .slider-nav .item {
    padding-left: 5px;
    padding-right: 5px; }

.works_name_title {
  text-align: center; }
  .works_name_title.enterprise {
    font-size: 1.5rem;
    margin-bottom: 20px; }

/* page bg */
.aboutbg {
  background: url(../_img/about/bg.jpg) top center no-repeat; }

.newsbg {
  background: url(../_img/news/bg.jpg) top center no-repeat; }

.esgbg {
  background: url(../_img/esg/bg.jpg) top center no-repeat; }

.recruitbg {
  background: url(../_img/recruit/bg.jpg) top center no-repeat; }

.contactbg {
  background: url(../_img/contact/bg.jpg) top center no-repeat; }

/* page */
.page_content .about_img {
  background: #eee; }

.page_content ul {
  margin: 0 auto; }

.page_content ul.tabs {
  text-align: center; }
  .page_content ul.tabs h3 {
    font-size: 1.125em;
    border-bottom: 6px solid #ccc; }

.page_content ul.tabs li {
  display: inline-block;
  width: 18%;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 3% 1%; }

.page_content ul.tabs li a {
  display: block;
  padding: 0 15px;
  color: #000;
  text-decoration: none; }

.page_content ul.tabs li.active h3 {
  color: #2fa3dd;
  border-bottom: 6px solid #2fa3dd; }

.page_content #tab1 .about_img {
  width: 100%;
  padding-bottom: 118.4105%;
  height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .page_content #tab1 .about_img:hover .in {
    top: 0;
    padding: 5%;
    padding-top: 10%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .page_content #tab1 .about_img .in {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .page_content #tab1 .about_img .in .type {
      font-size: 18px;
      line-height: 30px;
      overflow: hidden; }
    .page_content #tab1 .about_img .in .title {
      font-size: 30px;
      line-height: 45px;
      overflow: hidden; }
      .page_content #tab1 .about_img .in .title.en {
        font-size: 26px; }
      .page_content #tab1 .about_img .in .title:after {
        content: "\f103";
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 25px;
        display: block;
        text-align: center;
        color: #2fa3dd; }
    .page_content #tab1 .about_img .in .editor {
      font-size: 15px;
      line-height: 30px;
      max-height: 210px;
      text-align: left;
      overflow: auto;
      word-break: break-word; }

.page_content div.tab_container {
  clear: left; }

.page_content div.tab_container .tab_content {
  padding: 2% 0 10%; }

#number {
  width: 100%;
  display: block;
  text-align: center; }
  #number ul {
    margin: 0 auto;
    padding: 5% 0 0;
    text-align: center;
    display: block; }
    #number ul li {
      display: inline-block;
      width: 2%;
      vertical-align: middle; }

/* about */
ul.about_service {
  padding: 0 2%; }
  ul.about_service li {
    text-align: center; }
    ul.about_service li h5 {
      font-size: 1.25em;
      font-weight: bold; }
    ul.about_service li h6 {
      font-size: 0.938em;
      color: #6fa030; }
    ul.about_service li p {
      text-align: left;
      color: #666;
      margin-top: 5%;
      line-height: 200%; }

/* news */
.news_wordlist {
  border-top: 1px solid #ddd;
  width: 86%; }
  .news_wordlist h4 {
    display: inline-block; }
  .news_wordlist time {
    color: #999;
    margin-right: 2%; }
  .news_wordlist li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 1.3% 2% 1%; }
    .news_wordlist li a {
      display: block; }
  .news_wordlist li:hover {
    background: rgba(47, 163, 221, 0.3); }
  .news_wordlist .top {
    border-top: 1px solid #2fa3dd;
    border-bottom: 1px solid #2fa3dd; }
    .news_wordlist .top span {
      font-size: 0.5em;
      padding: 5px 10px;
      margin-right: 1%;
      color: #fff; }
  .news_wordlist i {
    color: #2fa3dd;
    margin-right: 1%; }
  .news_wordlist .file {
    color: #999;
    font-size: 13px;
    padding-left: 20px; }

.news_detail time {
  color: #999; }

.news_detail h4 {
  font-size: 1.25em; }

.news_detail #edit {
  margin: 1% 0;
  padding: 1% 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.news_detail nav {
  display: block;
  color: #fff;
  font-size: 0.813em;
  margin-bottom: 5%;
  text-align: center; }
  .news_detail nav span {
    display: inline-block;
    padding: 0.5% 1%;
    margin-right: 1%; }
  .news_detail nav .line {
    background: #6fa030; }
  .news_detail nav .fb {
    background: #1543ac; }
  .news_detail nav .back {
    width: 130px;
    color: #2fa3dd;
    background: url(../_img/news/back_bg.png) bottom center no-repeat;
    font-size: 1em;
    text-align: center; }

.news_detail.enterprise {
  margin: 50px 0; }
  .news_detail.enterprise #edit {
    margin-bottom: 30px; }

.news_list {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news_list h5 {
    font-size: 1.125em;
    margin: 10px 0 20px; }

/* recruit  */
.recruit_list {
  background: url(../_img/recruit/bg2.jpg);
  margin-bottom: 20px; }
  .recruit_list li {
    text-align: center;
    padding: 6% 6% 2%; }
  .recruit_list h4 {
    font-size: 1.125em;
    color: #2fa3dd;
    background: url(../_img/recruit/underline.jpg) bottom center no-repeat;
    padding: 2% 0 0; }
  .recruit_list p {
    color: #666;
    text-align: left;
    height: 100px;
    overflow: hidden; }
  .recruit_list i {
    color: #2fa3dd;
    font-size: 1.25em; }

.r_list {
  margin-bottom: 5%; }

.recruit_fancy {
  padding: 1%;
  overflow-y: auto; }
  .recruit_fancy > h2 {
    font-size: 30px;
    color: #2fa3dd;
    text-align: center;
    background: url(../_img/recruit/underline.jpg) bottom center no-repeat;
    margin-bottom: 5%;
    position: relative; }
    .recruit_fancy > h2 .ps {
      font-size: 15px;
      display: inline-block;
      position: absolute;
      bottom: 10px;
      margin-left: 10px;
      color: #777; }
  .recruit_fancy fieldset legend {
    float: left;
    display: block;
    width: 15%;
    text-align: right;
    padding: 2%;
    color: #666; }
  .recruit_fancy fieldset .field {
    float: left;
    display: block;
    width: 80%;
    padding: 2%; }
  .recruit_fancy > ul {
    display: block;
    text-align: center;
    margin: 1% 0; }
    .recruit_fancy > ul li {
      display: inline-block;
      width: 200px; }
      .recruit_fancy > ul li span {
        display: block; }

.recruit_fancy02 {
  padding: 1%;
  overflow-y: auto; }
  .recruit_fancy02 h2 {
    font-size: 30px;
    color: #2fa3dd;
    text-align: center;
    background: url(../_img/recruit/underline.jpg) bottom center no-repeat;
    margin-bottom: 5%;
    position: relative; }
    .recruit_fancy02 h2 .ps {
      font-size: 15px;
      display: inline-block;
      position: absolute;
      bottom: 10px;
      margin-left: 10px;
      color: #777; }
  .recruit_fancy02 input {
    border: 1px solid #b5b5b5;
    height: 34px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 70%; }
  .recruit_fancy02 fieldset {
    display: block;
    width: 80%;
    min-width: 640px;
    margin: auto; }
    .recruit_fancy02 fieldset legend {
      text-align: right;
      padding: 2%;
      color: #666; }
    .recruit_fancy02 fieldset label {
      padding: 2% 0; }
      .recruit_fancy02 fieldset label input {
        width: 100%; }
    .recruit_fancy02 fieldset .field {
      float: left;
      display: block;
      width: 80%;
      padding: 2%; }
    .recruit_fancy02 fieldset:after {
      content: '';
      clear: both; }
  .recruit_fancy02 .field_width {
    width: 100%; }
  .recruit_fancy02 .field_ {
    margin: 0 5% 0 10px; }
  .recruit_fancy02 .star {
    color: #2fa3dd;
    padding: 0 5px; }
  .recruit_fancy02 .career {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    display: block; }
    .recruit_fancy02 .career h5 {
      color: #666;
      display: block;
      vertical-align: middle;
      padding-top: 30%;
      padding-right: 10%;
      text-align: right; }
    .recruit_fancy02 .career label {
      display: block;
      margin: 5% 0; }
      .recruit_fancy02 .career label input {
        margin-left: 10px; }
  .recruit_fancy02 ul {
    display: block;
    text-align: center;
    margin: 5% 0; }
    .recruit_fancy02 ul li {
      display: inline-block;
      width: 200px; }
      .recruit_fancy02 ul li span {
        display: block; }
  .recruit_fancy02 .note {
    font-size: 13px;
    color: #666;
    text-align: center; }

/* contact  */
.contact {
  margin-bottom: 10%;
  /*&:after{content: ''; clear: both;}*/ }
  .contact ul {
    display: block;
    margin: 5% 0; }
    .contact ul li span {
      float: left;
      display: inline-block;
      margin-right: 2%; }
  .contact h3 {
    font-size: 1.25em; }
  .contact h5 {
    font-size: 0.938em;
    color: #2fa3dd; }
  .contact h6 {
    font-size: 0.938em; }
  .contact .mail {
    margin: 15% 0; }

/*   */
.alignL {
  text-align: left; }

/* footer */
footer {
  background: #22911B;
  display: block;
  color: #fff; }
  footer .footer {
    padding: 2% 0; }
    footer .footer h2 {
      font-size: 1.125em; }
    footer .footer h3 {
      font-size: 0.5em; }
    footer .footer h5 {
      clear: both;
      font-size: 0.8em;
      color: rgba(255, 255, 255, 0.4); }
    footer .footer ul {
      margin: 1% 0 0;
      display: block; }
      footer .footer ul li {
        font-size: 0.8em;
        margin-right: 15px;
        display: inline-block; }
        footer .footer ul li.rwd {
          display: none; }
    footer .footer i {
      margin-right: 8px; }
    footer .footer dl {
      line-height: 200%;
      float: left;
      display: block;
      margin-left: 5%; }
      footer .footer dl dd {
        color: rgba(255, 255, 255, 0.6); }

/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  header nav ul .language {
    display: inline-block; }
    header nav ul .language a {
      display: block; }
  header > .language {
    display: none; }
  #indexNews {
    padding: 2% 0 0; }
    #indexNews .col-9 {
      width: 100%;
      padding: 0 5%;
      float: none; }
    #indexNews .col-3 {
      display: none; }
  /* page */
  .page_content ul.tabs li a {
    padding: 0; }
  .page_content div.tab_container .tab_content {
    padding: 2% 2%; }
    .page_content div.tab_container .tab_content .col-3 {
      width: 50%; }
  #number ul {
    padding: 3% 0; }
  /* about */
  ul.about_service {
    display: block; }
    ul.about_service li p {
      min-height: 250px; }
  .page_content #tab1 .about_img .in {
    top: calc(100% - 75px); }
    .page_content #tab1 .about_img .in .type {
      font-size: 13px;
      line-height: 20px; }
    .page_content #tab1 .about_img .in .title {
      font-size: 20px;
      line-height: 30px; }
    .page_content #tab1 .about_img .in .editor {
      line-height: 18px; }
  /* news */
  .news_wordlist {
    width: 100%; }
  .news_detail {
    padding: 2%; }
    .news_detail nav {
      margin-bottom: 0; }
  /* recruit  */
  .recruit_fancy fieldset {
    display: block; }
    .recruit_fancy fieldset legend {
      width: 20%; }
  .recruit_fancy02 fieldset {
    display: block;
    width: 95%;
    min-width: 0; }
    .recruit_fancy02 fieldset legend {
      width: 100%;
      float: none;
      text-align: left; }
    .recruit_fancy02 fieldset input {
      width: 100%; }
  .recruit_fancy02 .field_width {
    width: 100%; }
  .recruit_fancy02 .career {
    margin: 5% 0; }
    .recruit_fancy02 .career .row {
      margin: 0; }
      .recruit_fancy02 .career .row .col-2 {
        width: 100%;
        float: none;
        text-align: left; }
      .recruit_fancy02 .career .row .col-5 {
        width: 100%;
        float: none; }
    .recruit_fancy02 .career h5 {
      text-align: left;
      padding-top: 5%; }
    .recruit_fancy02 .career label input {
      margin-left: 10px;
      width: 58%; }
  .recruit_fancy02 fieldset label {
    width: 100%; }
  .recruit_fancy02 h2 .ps {
    position: static; }
  .recruit_fancy h2 .ps {
    position: static; }
  /* footer */
  .footer {
    text-align: center;
    padding: 0; }
    .footer .col-6 {
      width: 100%;
      float: none;
      padding: 0 2%; }
      .footer .col-6 ul {
        margin: 0; }
      .footer .col-6:last-child {
        display: none; } }

/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  .rwd {
    display: inline-block !important; }
  #indexNews h4 {
    display: block; }
  #indexNews ul li {
    padding: 2%; }
  .more {
    padding: 5% 0 1%; }
  /* page */
  #pagebgwrapper h2 {
    padding: 10% 0 5%; }
  .page_content ul.tabs h3 {
    font-size: 0.938em; }
  .page_content ul.tabs li {
    display: inline-block;
    width: 30%; }
  .page_content ul.tabs li a {
    padding: 0; }
  .page_content div.tab_container .tab_content .col-3 {
    width: 100%; }
  /* about */
  ul.about_service li p {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 7%; }
  .page_content #tab1 .col-4 {
    width: 100%; }
  /* news */
  .news_detail nav {
    margin: 5% 0; }
  .news_list {
    margin-bottom: 0;
    text-align: center; }
    .news_list .col-4 {
      width: 100%;
      float: none;
      margin-bottom: 5%; }
  /* recruit  */
  .r_list {
    margin-bottom: 0; }
    .r_list .col-4 {
      width: 100%;
      margin-bottom: 5%; }
  .recruit_fancy fieldset {
    display: block; }
    .recruit_fancy fieldset legend {
      width: 100%;
      float: none;
      text-align: left; }
    .recruit_fancy fieldset .field {
      float: none;
      width: 100%; }
  /* contact  */
  .contact .col-6 {
    width: 100%;
    float: none; }
    .contact .col-6 .row {
      margin: 0; }
    .contact .col-6 .col-6 {
      padding: 0;
      float: none; }
  .contact .googlemap {
    display: block;
    height: 200px;
    overflow: hidden;
    margin-bottom: 5%; }
  .contact ul {
    display: block;
    margin: 10% 0 10% 5%; }
    .contact ul li span {
      float: left;
      display: inline-block;
      margin-right: 2%; }
  .contact .mail {
    margin: 10% 0 10% 5%; }
  .contact h3 {
    text-align: center; } }

@media only screen and (max-width: 640px) {
  header {
    height: auto; }
    header #logo {
      width: 100%;
      float: none;
      display: block;
      padding: 5% 20%; }
    header nav {
      width: 100%;
      float: none;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      header nav.active {
        max-height: 180px;
        -webkit-transition: all 0.5s e ease-in;
        -o-transition: all 0.5s e ease-in;
        transition: all 0.5s e ease-in; }
      header nav ul li {
        float: none;
        display: inline-block;
        width: 30%;
        padding: 5% 0; }
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid #2fa3dd;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: #2fa3dd none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; } }

/*# sourceMappingURL=style.css.map */