/*
  Theme Name: Triangle
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Creative Site Template
  Version: 1.1
*/

@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/*********************************/
._noscript{
  color: #f00;
  text-align: center;
  padding: 5px; 
  display: block;
  width: 100%;
  margin: 30px auto 0 auto;
}
/*********************************/
.goCenter {
  position: absolute;
  top: 5px;
  left: 50px;
  color: #333;
  z-index: 9999;
  border: 1px solid #333;
  background-color: #fff;
  padding: 0px 10px;
  opacity: 0;
}
.goCenter:focus,
.goCenter:hover{
  opacity: 1;
}
/*********************************/
a.AU{
  position: absolute;
  top: 0px;
  left: 0px;
}
a.AC{
  position: absolute;
  top: 0;
  left: -10px;
}
a[name='Z']{
  width: fit-content;
  width: -moz-fit-content;
  color: #ffffff;
}
/**********************************/


body
{
    background: #fff;
    line-height: 22px;
    color: #000;
    top: 300px;
    background-color: #efede8;
    overflow-x:hidden;
}

html
{
  font-size: 1em;
  font-family:'Microsoft JhengHei','simhei','Arial';
  overflow-x:hidden;
}

a{
  display:block;
  color: #000000;
}
.pages_bt a{
  display: inline-block;
  color: #C03035;
}

a.font_red
{
  color: #C03035;
}

a:hover
{
  outline: none;
  text-decoration: none;
  /*color: #4fcccd;*/
}

ul
{
  list-style: none;
}

h2
{
  font-size: 1.1em;
  color: #000000;
}

.uppercase
{
  text-transform: uppercase;
}

.btn-common
{
  font-size: 1.1em;
  color: #0099ae;
  border: 1px solid #0099ae;
  padding: 10px 25px;
  margin-top: 10px;
  margin-bottom: 10;
}

#action .col-sm-5
{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.btn-common:hover
{
  outline: none;
  background: none;
  box-shadow: none;
  color: #01707f;
  border-color: #01707f;
}

.align-right
{
    text-align: right;
}

.inline
{
    display: inline-block;
}

.padding
{
    padding: 20px 0;
    margin-top: -50px;
    margin-bottom: -40px;
}

.padding-bottom
{
    padding-bottom: 65px;
}

.padding-top
{
    padding-top: 10px;
    font-family: 微軟正黑體;
}

.padding-right
{
    padding-right: 80px;
}

.padding-left
{
    padding-left: 80px;
}

.margin-bottom
{
    margin-bottom: 35px;
}

.carousel-indicators.visible-xs
{
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}

.carousel-indicators.visible-xs li
{
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
}

.carousel-indicators.visible-xs li.active
{
    background: rgba(210, 153, 72, 0.7);
}

/*************************
*******Header******
**************************/

#header
{
    padding-left: 0;
    margin-bottom: -60px;
}

#header .navbar-inverse .container
{
  position: relative;
}

.search
{
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.search i
{
    color: #00aeef;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 2px;
}

.field-toggle
{
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px;
}

#header .navbar
{
    background-color: rgba(255, 255, 255, 0.66);
    border: 0;
    z-index: 99;
    border-bottom: 1px solid #cccccc;
}

#header .navbar-toggle
{
    margin-top: 20px;
}

#header .navbar-brand
{
    padding: 0;
    margin-left: 0;
}

#header .navbar-brand h1
{
  font-size: 1.1365em;
  color: #686868;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

#header .navbar-nav.navbar-right >li:last-child
{
    margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a
{
  color: #000;
  padding: 20px 12px;
  font-weight: 300;
  font-family: 微軟正黑體;
  font-size: 0.875em;
}

#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a
{
    background-color: inherit;
    border: 0;
    color: #00aeef;
}

#header .navbar-inverse .navbar-nav  li a:hover
{
    color: #00aeef;
}

.fa-angle-down
{
    padding-left: 5px;
}

.scaleIn
{
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn{
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn{
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Footer******
**************************/

#footer
{
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  padding-top: 15px;
  margin-top: 20px;
  background-color: #84A988;
}

#footer h1
{
    margin-bottom: 65px;
    margin-top: 36px;
}

#footer .bottom-separator
{
    margin-bottom: 60px;
}

#message
{
    height: 110px;
    resize: none;
}

.bottom > h2
{
    margin-bottom: 2px;
}

.bottom .media-body h3
{
    margin-top: 0;
    padding-left: 25px;
}

.bottom .media-body h3 a
{
    color: #ea2c00;
}

.contact-info.bottom
{
    padding-left: 30px;
}

.form-control
{
    border: 1px solid #eaeaea;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 40px;
}

.form-control:hover, 
.form-control:focus
{
    border-color: #4fcccd;
    outline: none;
    box-shadow: none;
}

.btn-submit
{
    width: 100%;
    background-color: #4fcccd;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #2f9697;
    box-shadow: none;
    padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus
{
    color: #fff;
    outline: none;
    box-shadow: none;
    opacity: .8;
}

.copyright-text{
  color: #fff;
  margin-top: 0;
  padding-bottom: 15px;
  height: 220px;
  display: -webkit-flex;
  display:         flex;
  /*flex-direction: column;*/
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.copyright-text a
{
    color: #3e848a;
}

.copyright-text p
{
    margin-bottom: 0;
    color: #fff;
    font-size: 1em;
}
.copyright-text p .title{
  font-size: 1.2em;
  color: #fff;
}
/*************************
*******Home Page******
**************************/

#home-slider
{
    position: relative;
}

#home-slider .slide-text
{
    position: absolute;
    top: 50px;
    left: 0;
    width: 450px;
}

.animate-in .slide-text
{
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-hill
{
    position: absolute;
    bottom: 0;
}

.animate-in .slider-hill
{
    -webkit-animation: pulse 1000ms ease-in-out 200ms both;
    animation: pulse 1000ms ease-in-out 200ms both;
}

#home-slider .slider-house
{
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.animate-in .slider-house
{
    -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
    animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-sun
{
    position: absolute;
    right: 900px;
    bottom: 100px;
}

.animate-in .slider-sun
{
    -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
    animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds1
{
    position: absolute;
    right: 470px;
    bottom: 75px;
}

.animate-in .slider-birds1
{
    -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
    animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds2
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.animate-in .slider-birds2
{
    -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
    animation: fadeInRight 500ms ease-in-out 1200ms both;
}

#home-slider h1
{
    margin-top: 0px;
    margin-bottom: 25px;
}

#home-slider .btn-common
{
    margin-top: 20px;
}

#home-slider .preloader
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: -30px;
    right: 0;
    background: #fafafa;
    text-align: center;
}

#home-slider .preloader > i
{
    font-size: 3em;
    height: 48px;
    line-height: 48px;
    color: #00aeef;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
}

#action
{
    background-image: url('../images/home/tour-bg2.png');
    background-color: #fbfafa;
    height: 150px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    background-repeat: repeat-x;
}

.vertical-center
{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: statice;
}

.single-service
{
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 5px;
  padding-top: 5px;
}

.single-service img
{
    margin-bottom: 35px;
}

.single-service .fold
{
    margin-bottom: 35px;
}

.single-service h2
{
    margin-top: 0;
    margin-bottom: 15px;
}

.single-service p
{
  font-size: 0.917em;
  color: #5e6e61;
  padding: 0 5px;
  margin-bottom: -3px;
  font-weight: 300;
}

.action h1
{
    margin-top: 0;
}

.action p
{
    font-size: 1.05em;
    margin-bottom: 0;
    color: #707070;
}

.action .btn-common
{
    margin-top: 45px;
    float: left;
}

.title
{
  color: #404040;
  font-size: 1.5em;
}

.single-features
{
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 40px;
}

.single-features .col-sm-6
{
    margin-top: 50px;
}

.single-features:last-child
{
    padding-bottom: 95px;
    padding-top: 0;
}

.single-features h2
{
    margin-bottom: 15px;
}

#clients
{
}

.clients
{
}

.clients img
{
    display: inline-block;
}

.clients-logo
{
    overflow: hidden;
    margin-bottom: 10px;
}

/*************************
*******About Us Page******
**************************/

#action , 
#page-breadcrumb
{
    position: relative;
}

#page-breadcrumb
{
  background-position: center;
  display: table;
  position: static;
  width: 100%;
  background-repeat: repeat-x;
}

#team
{
    padding: 85px 0;
}

#team-carousel
{
    margin-top: 80px;
}

#company-information .padding-top
{
    padding-top: 172px;
}

.single-service img
{
    height: 85px;
}

.tour-button
{
    background-image: url('../images/home/tour-icon4.png');
    height: 100%;
    background-repeat: no-repeat;
    width: 95%;
    position: absolute;
    background-position: 130px -15px;
}

.about-image
{
    padding: 90px 90px 0;
}

.team-single
{
    position: relative;
}

.person-thumb
{
    position: relative;
}

.person-thumb img
{
}

.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile
{
    background: rgba(112, 35, 64, 0.9);
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.social-profile .nav-pills
{
    display: inline-block;
    margin-top: -26px;
    padding: 0;
    position: relative;
    top: 50%;
}

.social-profile .nav-pills li
{
    display: inline-block;
    margin: 0 5px;
}

.social-profile .nav-pills li a
{
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 40px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover
{
    color: #702340;
    border-color: #702340;
}

.person-info h2
{
    font-weight: 300;
    margin-bottom: 5px;
}

.person-info h3
{
    margin-top: 0;
    margin-bottom: 0;
}

.team-carousel-control
{
    position: absolute;
    top: 36%;
    width: 13px;
    height: 16px;
    text-indent: -9999999px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.right.team-carousel-control
{
    right: -50px;
    background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control
{
    left: -50px;
    background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover
{
    background-position: 0 -18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.progress .progress-bar.six-sec-ease-in-out
{
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

#company-information .about-us h2
{
    margin-bottom: 45px;
}

.progress
{
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar
{
    line-height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary
{
    background: #00aeef;
}

/*************************
*******Service Page******
**************************/

#recent-projects
{
    padding: 85px 0;
}

.recent-projects .team-single
{
    height: 355px;
}

.recent-projects p.padding-bottom
{
    padding-bottom: 50px;
}

.choose
{
    padding-top: 30px;
}

#company-information.choose .padding-top
{
    padding-top: 50px;
}

#company-information h2
{
    margin-bottom: 25px;
    margin-top: 0;
}

ul.elements
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.elements li
{
    margin: 6px 0;
}

ul.elements li > i
{
    color: #C03035;
    display: inline-block;
    margin-right: 10px;
}

#company-information h1.margin-bottom
{
    margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

.portfolio-single
{
    position: relative;
}

.portfolio-thumb
{
    position: relative;
}

.portfolio-thumb img
{
    width: 100%;
}

.portfolio-single:hover .portfolio-view
{
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

#portfolio .row
{
}

.portfolio-view
{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
}

.portfolio-view .nav-pills
{
    padding: 0;
    display: inline-block;
    margin-top: -26px;
    top: 50%;
    position: relative;
}

.portfolio-view .nav-pills li
{
    display: inline-block;
    margin: 0 5px;
}

.portfolio-view .nav-pills li a
{
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    border-radius: 40px;
    -webkit-animation: scaleIn 400ms linear 100ms both;
    animation: scaleIn 400ms linear 100ms both;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover
{
    color: #702340;
    border-color: #702340;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.portfolio-info
{
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 0px;
    padding-top: 5px;
}

.portfolio-info h2
{
  margin: 15px 0 0;
}

.portfolio-filter
{
    margin: 80px 0;
    padding: 0;
}

.portfolio-filter li
{
    display: inline-block;
    position: relative;
}

.portfolio-filter li a
{
    border-radius: 0;
    font-size: 1.1em;
    padding: 0 25px;
    text-transform: capitalize;
    border: none;
}

.portfolio-filter li .active
{
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active
{
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before
{
    position: absolute;
    content: "";
    left: 0;
    width: 13px;
    height: 16px;
    background: url(../images/portfolio/icon.png);
    top: 5px;
}

.portfolio-pagination
{
    text-align: center;
}

.pagination li
{
    display: inline-block;
    margin: 0 10px;
}

.pagination li a
{
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #efede8;
}

.pagination li:first-child a
{
    background: url(../images/portfolio/left.png);
    background-repeat: no-repeat;
    text-indent: -999999999px;
    background-position: center top 10px;
    width: 32px;
    height: 36px;
    border: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagination li:first-child a:hover
{
    background: url(../images/portfolio/left.png);
    background-position: center top -37px;
    background-repeat: no-repeat;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagination li:last-child a
{
    background: url(../images/portfolio/right.png);
    background-repeat: no-repeat;
    text-indent: -999999999px;
    background-position: center top 10px;
    width: 32px;
    height: 36px;
    border: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagination li:last-child a:hover
{
    background: url(../images/portfolio/right.png);
    background-position: center top -37px;
    background-repeat: no-repeat;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus
{
    background: transparent;
    border-color: #008a9d;
    color: #008a9d;
}

/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3
{
    color: #404040;
    margin-top: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.sidebar-item
{
    margin-bottom: 48px;
}

.categories .navbar-stacked li
{
    border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child
{
    border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a
{
    color: #6a6a6a;
    padding: 8px 0;
    padding-left: 0;
}

.categories .navbar-stacked li a:hover
{
    background: none;
    margin-left: 20px;
    color: #0099AE;
    opacity: 1;
}

.categories .navbar-stacked li.active a
{
    color: #0099AE;
    padding-left: 20px;
}

.categories .navbar-stacked li.active a:before
{
    position: absolute;
    content: "";
    border-color: transparent transparent transparent #0099AE;
    border-width: 8px;
    border-style: solid;
    left: 0;
    top: 13px;
    margin-top: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after
{
    position: absolute;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    border-style: solid;
    left: 0px;
    top: 15px;
    margin-top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media
{
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:last-child
{
    border-bottom: 0px solid #ececec;
    padding-bottom: 0;
}

.sidebar-item .media:hover
{
    border-left: 2px solid #0099AE;
    padding-left: 5px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: #efeccf;
}

.sidebar-item .media:hover.media .media-body h4 a
{
    color: #0099AE;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4
{
    margin-top: 0;
    margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a
{
    color: #7d7d7d;
}

.sidebar-item .media .media-body p
{
    color: #b4b4b4;
}

.tag-cloud .nav-pills
{
    margin-top: 16px;
}

.tag-cloud .nav-pills li
{
    margin: 0;
    margin-top: 6px;
    margin-right: 4px;
}

.tag-cloud .nav-pills li a
{
    font-weight: 300;
    padding: 5px 15px;
    background: #bbbbbb;
    color: #fff;
    border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover
{
    background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li
{
    display: block;
    width: 33.33%;
    float: left;
    padding: 8px;
}

.popular ul.gallery li a
{
    display: block;
}

.popular ul.gallery li a img
{
    width: 100%;
    transition: border-radius 300ms ease-in;
    -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover
{
    border-radius: 60px;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top
{
    padding-top: 0;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
}

.project-name h2
{
}

#related-work .title
{
    margin-bottom: 55px;
    margin-top: 10px;
}

.navbar-default
{
    background: none;
    padding: 0;
}

.navbar-default li a
{
    padding: 0;
    padding-right: 15px;
}

.navbar-default li a i
{
    padding-right: 8px;
}

.navbar-default li a:hover
{
    color: #0884d5;
    background: none;
}

.skills .navbar-default,
.client .navbar-default
{
    margin-left: 35px;
}

.live-preview .btn-common
{
    margin-top: 25px;
    padding: 13px 45px;
}

/*****************************
Blog Default
*****************************/

.single-blog.timeline
{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    position: relative;
    padding-bottom: 0;
}

.timeline .post-content
{
    padding: 20px 20px 0;
}

.post-thumb
{
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
}

.timeline .post-thumb img
{
    width: 100%;
}

.post-thumb iframe
{
    width: 100%;
    min-height: 270px;
    border: 0;
}

.timeline-divider
{
    position: relative;
    padding-top: 50px;
}

.timeline-divider:before
{
    position: absolute;
    top: 0;
    content: "";
    border-left-style: solid;
    border-left-width: 1px;
    height: 100%;
    border-left-color: #0099AE;
    left: 50%;
    margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top
{
    padding-top: 70px;
}

.post-content
{
    padding: 20px 0;
}

.arrow-right
{
    position: relative;
}

.arrow-right:after
{
    position: absolute;
    right: 1px;
    content: "";
    top: 15px;
    background: url(../images/blog/left.png);
    width: 43px;
    height: 54px;
}

.arrow-left
{
    position: relative;
}

.arrow-left:before
{
    position: absolute;
    left: -2px;
    content: "";
    top: 86px;
    background: url(../images/blog/right.png);
    width: 43px;
    height: 54px;
}

.post-title
{
    margin-top: 0;
}

.post-title a,
.comments-number a
{
    color: #686868;
}

a.read-more
{
    color: #0099AE;
    font-weight: 300;
}

a.read-more:hover
{
    color: #01707F;
}

.post-bottom
{
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 20px;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
}

/* Audio CSS */

.audiojs
{
    background: #C03035;
    height: 45px;
    width: 100%;
}

.audiojs .scrubber
{
    background: #fff;
    height: 8px;
    border-top: 0;
    width: 170px;
    margin-top: 19px;
    margin-left: 12px;
    border-radius: 10px;
}

.audiojs .play-pause
{
    background: #a92b2f;
    width: 68px;
    height: 45px;
    padding: 0;
    padding-left: 24px;
    padding-top: 10px;
    border-right: 0;
}

.audiojs .time
{
    display: none;
}

.audiojs .progress
{
    background: #A92B2F;
    height: 8px;
    border-radius: 10px;
}

.audiojs .loaded
{
    background: #fff;
    height: 8px;
    border-radius: 10px;
}

/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li
{
    margin-right: px;
}

.single-blog.blog-details .post-content
{
    padding-top: 30px;
}

.single-blog.blog-details .post-bottom
{
    margin-top: 55px;
}

.blog-share
{
    margin-top: 40px;
    background: #f5f5f5;
    display: inline-block;
    padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets
{
    height: 24px !important;
}

.author-profile.padding
{
    padding-top: 50px;
}

.author-profile .col-sm-2 img
{
    width: 100%;
    border-left: 3px solid #0099AE;
}

.author-profile h3
{
    margin-top: 0;
    color: #3a424c;
}

.author-profile p
{
    color: #3a424c;
    font-weight: 400;
}

.author-profile span a
{
    color: #C03035;
}


.post-comment
{
    padding-top: 36px;
    border-bottom: 2px dotted #0099ae;
    padding-left: 80px;
}

.post-comment .pull-left img
{
    margin-right: 60px;
    border-left: 3px solid #0884d5;
    margin-left: -50px;
}


.parrent .media-list
{
    margin-left: 190px;
}

.parrent .post-comment
{
    padding-left: 0;
    margin-left: 70px;
}

/****************************
********* Contact Us*********
*****************************/

#map-section
{
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#gmap
{
    height: 350px;
}


#map-section .contact-info
{
    position: absolute;
    background-color: #7c3651;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%;
    padding: 25px 50px;
    opacity: 0.9;
    color: #fff;
}

#map-section .contact-info h2, 
#map-section .contact-info a
{
    color: #fff;
}

#map-section address a:hover
{
    color: #00AEEF;
}

#contact-form #message
{
    resize: none;
}

#contact-form .btn-submit
{
    width: 28%;
    margin: 5px auto;
}

.corporate-info .corporate-address
{
    background-image: url("../images/contact-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
}

.corporate-info .corporate-address address
{
    background-image: url("../images/icon-map.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.single-table .btn-signup
{
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-table ul
{
    margin: 0;
    padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after, 
.table-four .btn-signup:after
{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 78px 130px 0;
    height: 0;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: -1;
}

.table-one .btn-signup:after
{
    border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after
{
    border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after
{
    border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after
{
    border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a
{
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/*Shortcodes CSS*/

.bs-example
{
    margin: 0 0 20px;
}

.panel-group
{
    border: 1px solid #eee;
}

.panel-group .panel
{
    border-radius: 0;
}

.panel-group .panel+.panel
{
    margin-top: 0;
}

.panel-default>.panel-heading
{
    background-color: transparent;
    border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading
{
    border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body
{
    border-top-color: #eee;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
    background-color: #4FCCCD;
}

.tab-content
{
    padding-top: 20px;
}

/*Features*/

.feature-inner
{
    text-align: center;
}

.icon-wrapper
{
    display: inline-block;
    background-color: #4FCCCD;
    color: #fff;
    padding: 25px;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    border-radius: 100%;
    margin: 10px 0;
}

.h
{
    padding-top: -350px;
    margin-top: -350px;
}

.h01
{
}

.section-title
{
    font-family: 微軟正黑體;
    font-weight: bold;
    text-transform: uppercase;
}

.section-title:before
{
    width: 180px;
    height: 3px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title:after
{
    width: 180px;
    height: 3px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: inline-block;
    background: url(../images/t-left.png) no-repeat center;
}

.text-center
{
  padding-top: 5px;
}

/*************************
*******Top******
**************************/

#top
{
  background-position: bottom;
  background-size: contain;
  background-image: url('../images/slider/pe03_d.png');
  background-repeat: repeat-x;
}



/*************************
*******影片設定******
**************************/

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-container iframe, 
.video-container object, 
.video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25%*/

/*用於修正的高度，可用25px或30px*/

/*************************
*******數量間距******
**************************/

.form-normal
{
    margin-bottom: 10px;
    color: #8f8f8f;
}

.list-spa
{
    margin-bottom: -50px;
    margin-top: -120px;
}

.Item_name
{
    text-align: center;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.btn-default
{
    margin-bottom: 8px;
    background-color: #e3d8ca;
}

.store_in
{
    text-align: center;
}

.s_img
{
    margin-top: 10px;
}

.product_de
{
    padding-left: 15px;
    padding-right: 15px;
}

/*************************
*******圖片畫廊******
**************************/

.showbox
{
    width: 100%;
    height: 100%;
    border: 2px solid #008a9d;
    vertical-align: middle;
}

.abgne-block-01
{
    margin-top: 10px;
    width: 680px;
    overflow: hidden;
}

.abgne-block-02
{
    margin-right: 10px;
}

.abgne-block-03
{
    width: 140px;
    height: 92px;
    border: 2px solid #1dd;
    vertical-align: middle;
}

.section-title01
{
    color: #5e6e61;
    font-family: 微軟正黑體;
    text-transform: uppercase;
}

.img_ebook
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding_01
{
    padding-top: 10px;
}

.video_img_p
{
    padding-top: 30px;
    padding-left: 15px;
}

.story_p
{
    margin-top: 50px;
}

.recommend-01
{
    margin-top: 20px;
}

.img-c
{
    text-align: center;
}

.news_l
{
    border-left: 3px solid #1c8496;
}


.Separated
{
    border-bottom: 1px dotted #1c8496;
}

.video_p
{
    margin-top: 30px;
}

.com_p
{
    margin-top: 15px;
}


.form_01
{
    margin-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
}

.ebook_frame
{
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}


.search01
{
    color: #b9b9b9;
}

.com_in
{
    margin-bottom: 30px;
}

.twitter
{
    color: #41ABE1;
}

.l_Menu
{
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ececec;
}

.google-plus
{
    color: #C33424;
}


.img_b
{
    border-left: 1px solid #e3e0d6;
    border-right: 1px solid #e3e0d6;
    border-top: 1px solid #e3e0d6;
}

.com_div
{
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px #cccccc;
}

.story_ebook
{
    margin-top: 10px;
}

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

.embed-container
{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.title01
{
    background-image: url('../images/home/title02.jpg');
    border: 1px solid #cdb7a6;
    height: 50px;
    padding-top: 10px;
}

.heart
{
    color: #efede8;
}

.title02
{
    background-image: url('../images/home/title02.jpg');
    padding-bottom: 10px;
    background-repeat: repeat-x;
}

.news_adv
{
    padding-left: 5px;
    border-left: 2px solid #648A71;
}

.news_inner
{
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

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

.news_store
{
    padding-top: 30px;
    margin-left: -20px;
}

.hr
{
    margin-top: 3px;
}

.goods_name
{
  text-align: center;
  font-size: 0.917em;
  font-weight: 300;
  color: #5e6e61;
  font-family: 微軟正黑體;
  line-height: 1.185;
}


.content_sp
{
    margin-top: 50px;
    margin-bottom: 50px;
}

/**************前導頁**************


/*讓標題過長的文字自動省略*/

.news_inner_title
{
    border: 1px solid #ccc;
    margin-top: 15px;
    background-color: #fff;
}

.news_inner_block
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.index_section
{
    margin-bottom: 30px;
}

.index_title
{
    border-bottom: 1px solid #e3e0d6;
}

.index_logoimg
{
    margin-right: 5px;
    margin-top: -8px;
}



.story_row
{
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 10px 16px 10px 15px;
}

.story_info
{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
}

.ad_info
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.ad_left
{
    left: 7px;
}

.ad_right
{
    right: 7px;
}

.rwd-table
{
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n)
{
    background: #eee;
}

.rwd-table th, .rwd-table td
{
    margin: 0.5em 1em;
}

.img_ebook01
{
    margin-top: -25px;
}

.video_m
{
    margin-top: -40px;
}

/****聯絡我們****/

#formview textarea
{
    height: 20em;
}

input, textarea
{
    border: 1px solid #ddd;
    background: #fff;
    padding: 0.9em;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-weight: bold;
}

input.code, textarea.code
{
    font-family: "source-code-pro", monospace;
}

input:focus, textarea:focus
{
    border-color: #2A735B;
    outline: none;
    box-shadow: 0 0 5px 1px #359173;
}

input[type="checkbox"],
input[type="radio"]
{
    width: auto;
    margin-right: 6px;
}

form input, form textarea
{
    margin-bottom: 0.5em;
}

button, a.button
{
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid #359173;
    color: #359173;
    background: transparent;
    line-height: 1em;
    padding: 0.6em 0.5em;
    transition: all 0.3s ease-in-out;
}

button:hover, a.button:hover
{
    border-color: #2A735B;
    color: #2A735B;
}

button:hover.emphasis, a.button:hover.emphasis
{
    color: white;
    background-color: #2A735B;
}

button[disabled], button[disabled]:hover, a.button[disabled], a.button[disabled]:hover
{
    color: #b0e2d2;
    border-color: #b0e2d2;
}

/*****************************/

.ebook_jpg
{
    margin-top: 50px;
    padding-right: 30px;
}

.video_m01
{
    margin-top: 40px;
}

.spacing
{
    margin-top: 60px;
}


.ebook_jpg01
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_padding
{
    margin-top: -15px;
}


.up01
{
    margin-top: 10px;
}

.shop_inner
{
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #FFF;
}


#page-breadcrumb1
{
    height: 130px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    background-image: url('../images/slider/pe03_d.jpg');
    background-repeat: repeat-x;
}

.jc_0
{
    height: 40px;
}

jc_row
{
}

.jc_sp
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#jc_footer
{
    background-image: url('../images/home/footer1.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    padding-top: 15px;
}

.jc_div
{
    margin: 0px -8px 0px -8px;
}

.left-align
{
    margin-top: -20px;
    padding-left: 10px;
}
.facebook
{
    color: #3B5998;
    font-size: 18pt;
}
.p08
{
    color: #f7f7f7;
    font-size: 13pt;
    text-align: center;
    background-color: #648a71;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 微軟正黑體;
}

/********************************************/
/*360tour start*/
.page_360tour h2{
  font-size: 2em;
}
.page_360tour .address{
  font-size: 1.4em;
  color: #686868;
}
.project-info p,
.p09 p,
.video_p p,
.page_podcast p,
.page_360tour p{
  font-size: 1.1em;
  line-height: 1.8em;
}
.page_360tour_link_column{
  display: block;
  margin: 1.5em auto;
}
.page_360tour_link_column .bar{
  width: 100%;
  margin: 0 0 8px 0;
}
.page_360tour_link_column .bar a{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  color: #ffffff;
  background-color: #648a71;
  font-size: 1.6em;
  padding: 5px 6px;
  font-weight: 400;
}
.page_360tour_link_column .bar.video a{
  background-color: #F84BAE;
}
.page_360tour_link_column .bar.exam a{
  background-color: #7E7EC6;
}
.page_360tour_link_column .bar a:hover{
  background-color: #4fcccd;
}
.page_360tour_link_column .bar a span.icon{
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.page_360tour_link_column .bar a span.icon.icon_video{
  background-image: url('../images/icon_video_white.svg');
}
.page_360tour_link_column .bar a span.icon.icon_exam{
  background-image: url('../images/icon_exam_white.svg');
}
.page_360tour_link_column .bar a span.text{
  padding-left: 0.5em;
}
.page_360tour_photo_info{
  margin-bottom: 20px;
}
.page_360tour_photo_info a img{
  width: 100%;
}
.page_360tour_map{
  display: block;
  padding: 20px;
}
.page_360tour_map iframe{
  padding: 0;
  margin: 0;
  width: 100%;
}
/*360tour end*/
/********************************************/
/*podcast start*/
.page_podcast h2{
  font-size: 2em;
}
.page_podcast .title{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #686868;
}
.page_podcast .address{
  font-size: 1.4em;
  color: #686868;
}
/***/
.podcast_recommend{
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(5,1fr);
  margin-bottom: 20px;
}
.podcast_recommend .box{
  display: block;
}
.podcast_recommend .box a{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: 3px 3px 5px #cccccc;
  background-color: #ffffff;
  color: #222222;
}
.podcast_recommend .box a .pic{
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.podcast_recommend .box a .info{
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  padding: 8px;
}
/*podcast end*/
/********************************************/
/********************************************/
/*360exam start*/
.QuizArea{
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #C1BCAF;
  padding: 2em 0.5em;
}
.QuizArea .option .err{
  color: #c00;
  font-weight: bold;
}
.QuizArea .option{
  padding-left: 40px;
}
.QuizArea .result{
  padding-left: 40px;
}
.QuizArea .result.pass,
.QuizArea .result.wrong{
  display: none;
}
.QuizArea .result .title{
  position: relative;
  margin: 1em 0;
  overflow: visible;
}
.QuizArea .result .title.pass{
  color: #009474;
  font-weight: bold;
}
.QuizArea .result .title.pass::before{
  position: absolute;
  top: -2px;
  left: -2em;
  content: "";
  background-image: url('../images/icon_award.svg');
  background-size: 30px 40px;
  width: 30px;
  height: 40px;
}
.QuizArea .result .title.wrong{
  color: #c00;
  font-weight: bold;
}
ol.questions{

}
ol.questions li.question{
  padding: 0 0 0.5em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px dashed #C1BCAF;
}
ol.questions li.question .title{
  position: relative;
}
ol.questions li.question .title.O::before{
  position: absolute;
  top: 2px;
  left: -1.8em;
  content: "";
  background-image: url('../images/icon_correct.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
ol.questions li.question .title.X::before{
  position: absolute;
  top: 2px;
  left: -1.8em;
  content: "";
  background-image: url('../images/icon_wrong.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
ol.questions li.question .err{
  color: #c00;
  font-weight: bold;
}
ul.answers{
  margin: 0;
  padding: 1em 0 0.5em 0;
}
ul.answers li{
  display: inline-block;
}
.answers input[type="radio"],
.answers input[type="checkbox"]{
  display: none;
}
.answers label{
  padding:4px 4px 4px 8px;
  background-color: #e2e2e2;
  border-radius: 5px;
  display: inline-block;
  min-width: 100px;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #555;
}
.answers input:hover + label{
  background-color: #e5fff7;
}
.answers input:checked + label{
  background-color: #83ffe2;
  color: #000;
}
/*360exam end*/
/********************************************/
/*20240109 start*/
.title01 .container .row .text-center{
  padding: 5px 0 0 0;
  white-space: nowrap;
}
.title01 .container .row .form-normal{
  white-space: nowrap;
}
.title01 .container .row .text-center p{
  font-size: 1.4em; 
}
/*20240109 end*/
/********************************************/
/*20240216 start*/
.page_container_prev_next{
  clear: both;
  display: block;
  width:100%;
  font-size:1em;
  text-align:center;
  padding:0 0 20px 0;
}
/*20240216 end*/
/********************************************/
/*20240301 start*/
.portfolio-items{
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(1,1fr);
}
.portfolio-items.grid2{
  grid-template-columns: repeat(2,1fr);
}
.portfolio-items.grid3{
  grid-template-columns: repeat(3,1fr);
}
.portfolio-items.grid4{
  grid-template-columns: repeat(4,1fr);
}
.portfolio-items .portfolio-item{
  width: 100% !important;
}
/*20240301 end*/
/********************************************/
/********************************************/
/*20240514 start*/
.index_row{
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
  padding:0 0 0 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: stretch; /* 使所有子元素高度相等 */
          align-items: stretch; /* 使所有子元素高度相等 */
  -webkit-justify-content: center;
          justify-content: center;
}
.index_row_box{
  -webkit-flex: 3;
          flex: 3;
  text-align: center;
}
.index_row_box:hover .pic{
  filter: drop-shadow(0 1px 5px #00000066);
}
.index_row_box .pic{
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 75%;
}
.index_row_box .pic.icon360::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/360tour/icon360.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 5px #00000066);
}
.index_row_box .info{
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.index_row_box .info p{
  margin-bottom: -3px;
  color: rgb(94, 110, 97);
  font-family: 微軟正黑體;
  font-size: 11pt;
  padding: 0px 5px;
  font-weight: 300;
}
.index_row_icon{
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
  flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 15px 0 10px;
  text-align: center;
  background-color: #ECFAFA;
  min-width: 143px;
}
.index_row_icon a{
  color: #27b3ac;
  font-size: 1.6em;
}
.index_row_icon a .icon{
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  padding-bottom: 90%;
  margin: 0 auto;
  mix-blend-mode: multiply; /* 混合模式 */
}
.index_row_icon a .icon.icon001{background-image: url('../images/home/icon/icon001.png');}
.index_row_icon a .icon.icon002{background-image: url('../images/home/icon/icon002.png');}
.index_row_icon a .icon.icon003{background-image: url('../images/home/icon/icon003.png');}
.index_row_icon a .icon.icon004{background-image: url('../images/home/icon/icon004.png');}
.index_row_icon a .icon.icon005{background-image: url('../images/home/icon/icon005.png');}
.index_row_icon a .icon.icon006{background-image: url('../images/home/icon/icon006.png');}
.index_row_icon a .icon.icon007{background-image: url('../images/home/icon/icon007.png');}
.index_row_icon a .more{
  display: none;
}
.index_row_icon a .text{
  white-space: nowrap;
}
.index_row_icon a .text .br{
  display: block;
}
.index_div{
  padding: 1em 0.5em;
}

.index_row:nth-child(even) .index_row_icon{
  background-color: #EDF2F8;
}

.index_row:nth-child(even) .index_row_icon a{
  color: #2B76BC;
}

@media screen and (max-width:1024px) {
  .index_container{
    padding-left: 0;
    padding-right: 0;
  }
  .index_row{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 0;
  }
  .index_row::before{
    content: unset;
  }
  .index_row .index_row_box{
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
  }
  .index_row .index_row_box .index_div{

  }
  .index_row .index_row_box:nth-child(3){
    display: none;
  }
  .index_row_box .info{
    display: none;
  }
  .index_row_icon{
    display: block;
    width: calc(100%);
    clear: both;
    margin-top: 0;
    padding: 0;
  }
  .index_row_icon .index_div{
    margin-bottom: 0;
  }
  .index_row_icon a .icon{
    position: relative;
    display: inline-block;
    width: 40px;
    padding-bottom: 40px;
    vertical-align: middle;
    margin-top: -8px;
  }
  .index_row_icon a .text{
    display: inline-block;
  }
  .index_row_icon a .text .br{
    display: none;
  }
  .index_row_icon a .more{
    display: inline-block;
    margin-left: 50px;
  }
}
@media screen and (max-width:640px) {
  .index_row_icon a {
    font-size: 1.5em;
  }
  .index_row_icon a .icon{
    width: 35px;
    padding-bottom: 35px;
    margin-top: -8px;
  }
  .index_row_icon a .more{
    display: inline-block;
    margin-left: 20px;
  }
}
/*20240514 end*/
/********************************************/
input[type=text] {
  width: 100px;
  height:15px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  font-family:'Microsoft JhengHei','simhei','Arial';
  border-radius: 4px;
  background-color: white;
  background-image: url('../images/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
  width: 80%;
}
/********************************************/
/****************************************************************/
/*album_column*/
.album_column{
  clear:both;
  width:100%;
  margin:0 auto;
  text-align:center;
  overflow:hidden;
}
.album_column .info{
  width:100%;
  display: grid;
  margin-top: 15px;
  gap: 12px;
  grid-template-columns: repeat(3,1fr);
}
.album_column .info .box2{
  width: 100%;
}
.album_column .info .box2 img{
  width: 100%;
}
@media screen and (max-width:768px) {
  .album_column .info{
    gap: 8px;
    grid-template-columns: repeat(2,1fr);
  }
}
/****************************************************************/
.title01 a.fb{
  font-size: 0;
  color: transparent;
}
label[for='q']{
  display: none;
}
.page_option_column div{
  display: inline-block;
  margin: 0 20px;
}
._inlineblock{
  display: inline-block;
}
*:focus{
  outline: 3px dashed #ff9900;
}
/********************************************/
/*20241115 start*/
.index_button_link{
  display: none;
}
@media screen and (max-width:768px) {
  .index_button_link{
    display: block;
    width: calc(100% + 10px);
    margin: 3.5em -5px 3em -5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  }
  .index_button_link a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .index_button_link a img{
    width: 100%;
    transition: all 0.3s; -webkit-transition: all 0.3s;
  }
  .index_button_link a:hover img{
    box-shadow: 0 0px 10px rgba(255,255,255,1);
    filter: brightness(1.22);
  }
}
@media screen and (max-width:600px) {
  .index_button_link{
    margin: 2.5em -5px 1.6em -5px;
  }
}
/*20241115 end*/
/********************************************/