/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider
      3.2 Breadcrumb

  4.  About

      4.1 Services
      4.1 Object map

  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup
      5.3 Project Details

  6.  Experience
  7.  Clients
  8   Blog

      8.1 Blog Details
      8.2 Widgets
      8.3 Widget Recent Post

  9.  Contacts  
  10. Footer
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 
      11.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('fontawesome-all.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'montserratlight', 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #747474;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #EF9F27;
}

::selection {
  background-color: #EF9F27;
  color: #fff;
}

-webkit-::selection {
  background-color: #EF9F27;
  color: #fff;
}

::-moz-selection {
  background-color: #EF9F27;
  color: #fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1 {
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  color: #2C2C2A;
}

h2,
.h2 {
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  color: #2C2C2A;
}

h3,
.h3 {
  font-family: 'montserratsemibold', 'Noto Sans TC';
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color: #2C2C2A;
}

h4,
.h4 {
  font-family: 'montserratsemibold', 'Noto Sans TC';
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color: #2C2C2A;
  letter-spacing: 0.2em;
  /* text-transform: uppercase; */
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

ul,
ol {
  padding-left: 24px;
}

a {
  color: #EF9F27;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: #EF9F27;
  outline: none;
}

a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.one-row { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.two-row { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.three-row { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


/* 1.3 Fields */



.form-control,
textarea.form-control {
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #666666;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea.form-control {
  height: 7.9em;
  padding-top: 1.1em;
  resize: none;
}

.form-control:focus {
  border-color: #EF9F27;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error {
  border-color: #EF9F27;
}

.form-group {
  margin-bottom: 10px;
}

.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
  /*display: none !important;*/
}



/* 1.4 Buttons */



.btn {
  font-family: 'montserratsemibold', 'Noto Sans TC', sans-serif;
  position: relative;
  display: inline-block;
  border: 0.2em solid #2C2C2A;
  border-radius: 30px;
  padding: 1.1em 2.2em 1.05em;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.15em;
  /* text-transform: uppercase; */
  text-decoration: none;
  background-color: #2C2C2A;
  border: 0;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
  color: #2C2C2A;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.btn .icon-next {
  position: relative;
  top: -0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn:hover .icon-next {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

.btn-gray {
  background-color: #f2f2f2;
  color: #a7a7a7;
}

.btn-shadow-1 {
  box-shadow: 0 15px 34px rgba(95, 99, 99, 0.18);
}

.btn-shadow-2 {
  box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
}

.btn.btn-lg {
  width: 100%;
  font-size: 18px;
}


/* 1.5 Icons */



.icon-next {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 0.94em 0.75em;
}



/* 1.6 Loader */



.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
}

.loader .page-lines .line {
  background-color: #ededed;
}

.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EF9F27;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}



/* 1.7 Content styles */



.layout {
  position: relative;
  overflow: hidden;
}

.text-primary {
  color: #EF9F27;
}

.page-lines {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line {
  padding: 0;
}

.page-lines .line {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
  left: auto;
  right: 0;
}

.row-base {
  margin-top: -3em;
}

.col-base {
  margin-top: 3em;
}

.section {
  position: relative;
  margin-top: 7.1em;
  margin-bottom: 7.1em;
}

.section-header {
  position: relative;
}

.section-title {
  /*text-align: center;*/
  margin: 0;
  font-size: 70px;
  font-weight: 100;
}

.section-title.text-center {
  margin-left: 0.32em;
  line-height: 1.32em;
}

.fade-title-left,
.fade-title-right,
.fade-title-center {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #2C2C2A;
  position: absolute;
  left: 0;
  top: 0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right {
  left: 100%;
}

.fade-title-center {
  left: 50%;
  top: 0.5em;
  text-align: center;
}

.section-content {
  margin-top: 7.1em;
}

@media (max-width: 767px) {
  .section {
    margin: 3.5em 0;
  }

  .fade-title-left,
  .fade-title-right,
  .fade-title-center {
    font-size: 8em;
    left: 50%;
    top: 0.75em;
  }

  .section-title {
    font-size: 50px;
  }
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content {
  bottom: auto;
  top: 12.2vmin;
}



/* 2.1 Brand */



.brand-panel {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 39.47vmin;
  /* height: 100%; */
  padding: 4.8vmin 2em 4.8vmin;
  /*background-color: #f6f5f3;*/
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand-panel.page {
  height: 155px;
}

.brand {
  display: inline-block;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}

header .brand-panel .brand {
  position: relative;
}

header .brand-panel .brand:before,
header .brand-panel .brand:after {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border: 2px solid #fff;
  transform: scale(1.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .brand-panel .brand:hover:after {
  transform: scale(1.6) rotate(5deg);
  border: 1px solid rgba(255, 255, 255, .75);
}

@media (max-width: 480px) {
  header .brand-panel .brand:before {
    transform: scale(1.2);
  }

  header .brand-panel .brand:after {
    display: none;
  }
}

/*
header .brand-panel .brand:before { 
  content: ''; position: absolute; display: block; width: 25px; height: 25px; right: -25px; top: -12px;
  background: url(../img/demo/favicon.png) no-repeat center; background-size: 15px; border-radius: 50%; border: 1px solid #2C2C2A;
}*/

.brand:hover,
.brand:focus {
  color: #fff;
  text-decoration: none;
}

.brand-name {
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right: -0.37em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.25;
  color: #fff;
}

.slide-number {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  bottom: 100px;
  left: 15vmin;
  z-index: 2;
}

.slide-number .current-number {
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}

.slide-number sup {
  display: inline-block;
  position: relative;
  transform: translateY(7.5vmin);
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #fff;
  vertical-align: top;
  margin-left: 0.46em;
  opacity: 0.5;
}

.slide-number sup .delimiter {
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone {
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top: 5.9vmin;
}

.header-phone a {
  color: #fff;
  text-decoration: none;
}

.border_bg {
  position: relative;
}

.border_bg:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: -5px;
  width: 0;
  height: calc(100% + 10px);
  background: #2C2C2A;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.border_bg:hover:before {
  width: calc(100% + 20px);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media (max-width: 480px) {

  .slide-number,
  .header-phone {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-phone {
    display: none;
  }
}



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content {
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel {
  z-index: 3;
  height: 10000px;
  background-color: #f6f5f3
}

.vertical-panel-content {
  z-index: 4;
}

.vertical-panel-info {
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line {
  height: 5vmin;
  width: 1px;
  margin: 15px auto 0;
  background-color: #c5c4c2;
}

.vertical-panel-title {
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  /* text-transform: uppercase; */
  letter-spacing: 1em;
  color: #2C2C2A;
  position: relative;
  left: -6px;
  margin: 0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px) {
  .vertical-panel-title {
    display: none;
  }
}

.social-list {
  margin-bottom: 3.5vmin;
}

.social-list li {
  margin-top: 3.8vmin;
}

.social-list .fa {
  font-size: 2.4vmin;
  color: #c5c4c2;
}

.social-list .fa:hover {
  color: #EF9F27;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.navbar-desctop {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5.9vmin 0 0;
}

.navbar-desctop .brand {
  display: none;
  position: relative;
  /*top:-0.22em;*/
  width: auto;
  font-size: 1.6em;
  color: #2C2C2A;
}

.navbar-desctop-menu {
  float: right;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-desctop-menu li {
  position: relative;
  /*-webkit-perspective: 2000px;
  perspective: 2000px;*/
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li li a:hover,
.navbar-desctop-menu .active>a {
  /*color:  #EF9F27;*/
  background: #F1EFE8;
}

.navbar-desctop-menu>li {
  float: left;
  margin-left: 3.5vw;
}

.navbar-desctop-menu>li>a {
  color: #fff;
  position: relative;
  background-color: transparent;
  margin-bottom: 1.5em;
}

.navbar-desctop-menu>li>a:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  width: 0;
  height: calc(100% + 5px);
  background: #2C2C2A;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.navbar-desctop-menu>li:hover>a:before {
  opacity: 1;
  width: calc(100% + 15px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.navbar-desctop-menu li ul {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu>li>ul {
  left: -20px;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-desctop-menu li:hover>ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
  top: 100%;
}

.navbar-desctop-menu li li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-desctop-menu li li:last-child {
  border-bottom: 0;
}

.navbar-desctop-menu li li a {
  color: #2C2C2A;
  padding: 12px 20px 10px;
}


/**/

.sub-menu ul {
  padding: 0;
  list-style: none;
}

@media (max-width:991px) {
  .sub-menu ul {
    display: none;
    padding-left: 20px; /* 增加缩进，让第二层更明显 */
  }

  .sub-menu.active ul {
    display: block;
  }

  .sub-menu .fa-angle-down {
    position: relative;
    transition: transform 0.2s ease; /* 添加箭头旋转的过渡效果 */
  }

  .sub-menu.active .fa-angle-down {
    top: -0.2em;
    left: -0.3em;
    transform: rotate(180deg);
  }
}

/**/


/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix {
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1.3em 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
  padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
  display: inline-block;
}

.navbar-desctop.affix .brand img {
  width: 132px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
  color: #2C2C2A;
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
  /*color:#EF9F27;*/
}

.navbar-desctop.affix .navbar-desctop-menu li a:before {
  height: 5px;
}


/* 2.5 Navbar Mobile */



.navbar-mobile {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6vmin 0;
}

.navbar-mobile .brand {
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
  font-weight: 500;
}

.navbar-collapse {
  background-color: #fff;
}

@media (max-height: 320px) {
  .navbar-collapse {
    max-height: 240px;
  }
}

.navbar-toggle {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

.navbar-nav-mobile {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  padding-top: 1.2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-nav-mobile li {
  position: relative;
  border-top: 1px solid #ececec;
}

.navbar-nav-mobile li a {
  display: block;
  padding: 1em 1em;
  color: #2C2C2A;
  text-decoration: none;
}

.navbar-nav-mobile>.current>a {
  color: #EF9F27;
}

.navbar-nav-mobile li a .fa-angle-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
  top: -0.2em;
  left: -0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
  background-color: #EF9F27;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul {
  display: none;
  padding-left: 0;
  list-style: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
  color: #EF9F27;
}

.navbar-nav-mobile li ul li {
  padding-left: 20px;
}

/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix {
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand {
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
  background-color: #EF9F27;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 17vmin;
}

.main-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-inner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #171717;
  opacity: 0.6;
}

.main-projects {
  padding: 20.2vmin 0 15vmin;
}

.main-contacts {
  padding: 28.2vmin 0 28vmin;
}

.main-project {
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-contacts:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272727+0,272727+100&0.8+0,0+30,0.8+100 */
  background: -moz-linear-gradient(top, rgba(39, 39, 39, 0.8) 0%, rgba(39, 39, 39, 0) 30%, rgba(39, 39, 39, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(39, 39, 39, 0.8) 0%, rgba(39, 39, 39, 0) 30%, rgba(39, 39, 39, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(39, 39, 39, 0.8) 0%, rgba(39, 39, 39, 0) 30%, rgba(39, 39, 39, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc272727', endColorstr='#cc272727', GradientType=0);
  /* IE6-9 */
}

.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  /* padding-left: 38.5vmin; */
}

.main-header h1,
.main-header .h1 {
  color: #fff;
  font-weight: 100;
  margin: 0;
  margin-right: -0.32em;
}

.main-header h1 span,
.main-header .h1 span {
  display: block;
  font-size: 30px;
  margin-top: 15px;
}

/*.main-projects .main-header h1 span { font-size: 0.3em; letter-spacing: 15px; margin-right: 15px;}*/

.main-inner .page-lines {
  z-index: 1;
  opacity: 0.15;
}

.main-inner .page-lines .line {
  border-color: #fff;
}

.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines {
  opacity: 0.2;
}


/* 3.1 Slider */

/**/

.slider .img-wrap {
  position: relative;
}

.slider .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slider .img-wrap img {
  width: 100%;
  aspect-ratio: 1920 / 960;
  position: relative;
}

.slider .txt-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
  color: #fff;
  z-index: 2;
  margin-top: 24px;
}

.slider .txt-width-setting {
  width: 60%;
  margin-left: auto;  
}

.slider .banner-title {
  color: #fff;
  font-size: 56px;
  letter-spacing: 10px;
  font-weight: 200;
  line-height: 1.3;
  margin: 0 0 24px;
}

.slider .banner-txt {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 48px;
}

.slider .banner-tools {
  position: absolute;
  bottom: 65px;
  left: 110px;
  z-index: 2;
}

.slider .swiper-pagination {
  position: static;
  font-family: 'Oswald', sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}

.slider .swiper-pagination * {
  color: #fff;
  opacity: 0.5;
}

.slider .swiper-pagination span:first-child {
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 1;
}

.slider .swiper-pagination span:last-child {
  font-size: 2vmin;
  letter-spacing: 0.1em;
}

.slider .banner-button-wrap {
  display: flex;
}

.slider [class*=swiper-button-] {
  line-height: 1;
  position: static;
  margin: 0;
  width: auto;
}

.slider [class*=swiper-button-]:after {
  opacity: 0;
}

.slider [class*=swiper-button-] span {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  color: #fff;
  margin: 0px 16px;
  letter-spacing: 5px;
  font-size: 1em;
}

.slider [class*=swiper-button-] img {
  width: 1.3em;
  opacity: 0.5;
  transition: .3s ease;
}

.slider [class*=swiper-button-]:hover img {
  opacity: 1;
}

@media (max-width:1199px) {
  .slider .banner-tools {
    bottom: 40px;
    left: 100px;
  }

  .slider .swiper-pagination {
    margin-bottom: 16px;
  }
}

@media (max-width:991px) {
  .slider .banner-title {
    font-size: 36px;
    margin: 0 0 16px;
  }

  .slider .banner-txt {
    margin-bottom: 24px;
  }

  .slider .banner-tools {
    bottom: 32px;
    left: 90px;
  }

  .slider .swiper-pagination span:first-child {
    font-size: 7vmin;
  }

  .slider [class*=swiper-button-] span {
    margin: 0px 10px;
  }
}

@media (max-width:767px) {
  .slider .txt-width-setting {
    width: 100%;
  }

  .slider .banner-tools {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider .banner-title {
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0 0 10px;
  }

  .slider .banner-txt {
    margin-bottom: 16px;
  }

  .slider .btn {
    padding: 12px 24px;
  }

  .slider .banner-button-wrap {
    display: none;
  }

  .slider .swiper-pagination {
    margin-bottom: 0;
    gap: 4px;
  }

  .slider .swiper-pagination-bullet,
  .slider .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .slider .swiper-pagination span {
    opacity: 0.5 !important;
  }

  .slider span.swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
}

@media (max-width:575px) {
  .slider .banner-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .slider .banner-txt {
    display: none;
  }

  .slider .btn {
    padding: 8px 16px;
  }
}

/**/


.rev_slider {
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn {
  -webkit-transition: background-color .3s ease-out !important;
  transition: background-color .3s ease-out !important;
}

.tp-caption {
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right {
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left {
  left: 22vmin;
}

@media (max-width: 480px) {
  .arrow-left {
    left: 15px;
  }
}

.arrow-right {
  right: 15px;
}

.arrow-left:after,
.arrow-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  color: #fff;
}

.arrow-left:after {
  content: 'Prev';
}

.arrow-right:before {
  content: 'Next';
}

.arrow-left:before,
.arrow-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after {
  opacity: 1;
}

.arrow-left:before {
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after {
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
}

.slide-subtitle {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .slide-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 20px 20vh 20px !important;
  }

  .slide-subtitle {
    width: 100vw !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 20px 15vh 20px !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }
}


/* 3.2 Breadcrumb */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  background-color: transparent;
  margin-top: 36px;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb > .active {
  color: #fff;
}

@media (max-width:575px) {
  .breadcrumb {
    margin-top: 24px;
    gap: 10px;
  }
}

/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */

#about>.container {
  position: relative;
}

.bg-about {
  /*background: url(../img/bg/about.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.entry {
  margin: 3.2em 0;
}

.entry-title {
  font-size: 3.6em;
  margin: 0 0 1em;
}

.entry-text {
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left {
  top: 1em;
}

.col-about-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.1em;
  font-family: 'montserratsemibold', 'Noto Sans TC';
  line-height: 1.5;
  letter-spacing: 1px;
}

.col-about-info p:last-child {
  margin-bottom: 0;
}

.col-about-img {
  position: absolute;
  top: -7.1em;
  right: 15px;
  z-index: -1;
}

.col-about-img img {
  display: block;
  /*box-shadow: 0 8px 25px rgba(0,0,0,0.2);*/
}

@media (max-width: 1199px) {
  .col-about-img {
    max-width: 311px;
    right: 17px;
  }
}

@media (max-width: 991px) {
  .col-about-img {
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .col-about-img {
    position: relative;
    max-width: auto;
    right: auto;
    top: 0;
    margin: 0 auto;
  }
}

/* 4.1 Services */



.row-services {
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service {
  padding: 0 4.1em;
}

.service-item {
  margin-bottom: 2em;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item h4 {
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}

.services .service-item h4 {
  margin-top: 1.25em;
}

.service-item p:last-child {
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects {
  position: relative;
}

.object-label {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  border-radius: 50%;
  cursor: pointer;
}

.popover.top {
  margin-top: -20px;
}

.object-info {
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.object-info.in {
  display: block;
}

.object-info:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.6);
}

.object-title {
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  /* text-transform: uppercase; */
  color: #EF9F27;
  padding: 0 0 1em;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
  margin: 0 0 .5em;
}

.object-content {
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow {
  border-top-color: transparent;
}

.popover.top>.arrow:after {
  border-top-color: rgba(0, 0, 0, 0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects {
  position: relative;
  /*background: url(../img/bg/projects.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.project {
  padding: 0;
  overflow: hidden;
}

.project figure {
  position: relative;
}

.project figure::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.project figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* .project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #2C2C2A;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0;
} */

.project figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 3em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}

.project-tag {
  display: inline-block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  background: #fff;
  color: #2C2C2A;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-marker {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .7);
  font-weight: 500;
  font-size: 16px;
  width: 55px;
  height: 55px;
  line-height: 1.15;
  padding: 8px 5px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-marker.sale {
  border: #fe3132 solid 2px;
  animation: marker_flash1 2s ease infinite;
}

.project-marker.soon {
  border: #77e6ae solid 2px;
  animation: marker_flash2 2s ease infinite;
}

@keyframes marker_flash1 {

  0%,
  100% {
    border-color: #fe3132;
  }

  50% {
    border-color: transparent;
  }
}

@keyframes marker_flash2 {

  0%,
  100% {
    border-color: #77e6ae;
  }

  50% {
    border-color: transparent;
  }
}

.project-title {
  margin: 0 0 16px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category {
  width: 60%;
  text-align: right;
  bottom: 0;
  margin: 0;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding-right: 15px;
  color: #fff;
  border-right: 4px solid #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after {
  opacity: 0.5;
}

.project figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-tag {
  opacity: 0;
}

.project figure:hover .project-title {
  opacity: 0;
}

.project figure:hover .project-category {
  opacity: 0;
  letter-spacing: 3px;
}

.project figure:hover .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/* 5.1 Carousel */



.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: 0.8em;
  padding-left: 35px;
  background: url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;

}

.owl-next {
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background: url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}

.control_up .owl-prev {
  top: -50px;
  color: #2C2C2A;
  background: url(../img/img-icon/prev2.png) left 50% no-repeat;
  background-size: 1.3em 1em;
}

.control_up .owl-next {
  top: -50px;
  color: #2C2C2A;
  background: url(../img/img-icon/next2.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}


/* 5.2 Magnific popup */



.mfp-figure {
  box-shadow: none;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img {
  min-height: 460px;
}


.mfp-title {
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 3px;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter {
  top: 5px;
}

.mfp-bg {
  background-color: #141414;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0) rotateY(60deg);
  -o-transform: scale(0) rotateY(60deg);
  transform: scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);

}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  /* text-transform: uppercase; */
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item {
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item {
  position: relative;
}

.project-details-img {
  position: relative;
  padding: 0;
}

.project-details-info {
  background-color: #EF9F27;
  padding: 4.8em 3.1em 4.8em;
  color: #fff;
}

.project-details-title {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  /* text-transform: uppercase; */
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before {
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr {
  font-size: 1.1em;
  line-height: 1.62;
}

.project-details-descr p:last-child {
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info {
  right: 0;
  left: auto;
  top: 13%;
  background-color: #212121;
}

.project-list-txt {
  display: flex;
  align-items: center;
  gap: 36px;
}

/**/

.pd-cate-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pd-cate-wrap .btn {
  display: inline-block;
  color: #fff;
}

.pd-cate-wrap .btn:hover,
.pd-cate-wrap .btn:active {
  color: #333;
}

.pd-cate-wrap .btn.active {
  background-color: #EF9F27;
  box-shadow: none;
}

.pd-subcate-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px dashed #DEDEDE;
  border-bottom: 1px dashed #DEDEDE;
}

.pd-subcate-wrap .pd-subcate-item {
  color: #333;
  border-right: 1px solid #bababa;
  padding: 0 16px;
  line-height: 1.3;
  font-size: 14px;
}

.pd-subcate-wrap .pd-subcate-item:first-child {
  border-left: 1px solid #bababa;
}

.pd-subcate-wrap .pd-subcate-item.active {
  color: #EF9F27;
}

.search-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.search-wrap form {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-wrap .form-control {
  padding: 6px 20px;
}

@media (max-width:991px) {
  .pd-cate-wrap .btn,
  .search-wrap .btn {
    padding: 12px 24px;
  }

  /* .project figcaption {
    margin: 2.5em;
  } */

  .project-list-txt {
    gap: 24px;
  }

  .pd-subcate-wrap {
    margin-top: 32px;
    padding: 20px 0;
  }

  .search-wrap {
    margin-bottom: 48px;
  }
}

@media (max-width:767px) {
  .search-wrap > div {
    width: 70%;
  }
}

@media (max-width:575px) {
  /* .project figcaption {
    margin: 1.5em;
  } */
  
  .pd-cate-wrap .btn {
    padding: 8px 16px;
  }

  .pd-subcate-wrap {
    margin-top: 24px;
    padding: 16px 0;
  }

  .search-wrap {
    margin-bottom: 32px;
  }

  .search-wrap > div {
    width: 100%;
  }

  .search-wrap form {
    gap: 12px;
  }
  
  .search-wrap .btn {
    padding: 8px 20px;
  }
}

/**/



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience {
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18vw;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color: #363636;
  mix-blend-mode: lighten;
  word-break: break-all;
}

@media (max-width: 991px) {
  .text-parallax-content {
    font-size: 25vw;
  }
}

.experience-info {
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}

.experience-info a {
  position: relative;
  top: 4px;
  display: inline-block;
  background: #EF9F27;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.experience-info a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}

@media (max-width: 991px) {
  .experience-info {
    width: 100%;
    top: 0;
    margin-left: 75px;
  }
}

@media (max-width: 767px) {
  .experience-info {
    margin-left: 0;
    text-align: center;
  }

  .text-parallax-content {
    font-size: 35vw;
  }
}

@media (max-width: 480px) {
  .text-parallax-content {
    font-size: 39vw;
  }
}

/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients {
  text-align: center;
}

.clients-list {
  margin: -3.8em -1.95em 0;
}

.clients-list .client {
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin: 0;
}

.clients-list .client img {
  opacity: 0.2;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img {
  opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog {
  /*background: url(../img/bg/blog.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.blog {
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.blog:last-child {
  margin-bottom: 0;
}

.blog-thumbnail {
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img {
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info {
  padding: 3.3em 3em;
}

.blog-tags {
  font-family: 'montserratsemibold';
  margin-top: -0.8em;
}

.blog-tags a {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #ededed;
  /* text-transform: uppercase; */
  color: #6f6f6f;
  margin-top: 0.8em;
  margin: 0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover {
  background-color: #EF9F27;
  text-decoration: none;
  color: #fff;
}

.blog-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-info p {
  margin-bottom: 0;
}

.blog-meta {
  font-size: 0.88em;
  color: #b4b4b4;
  overflow: hidden;
}

.blog-meta .author {
  float: left;
}

.blog-meta .author a {
  font-family: 'montserratsemibold';
  color: #b4b4b4;
}

.blog-meta .author a:hover {
  text-decoration: none;
  color: #EF9F27;
}

.blog-meta .time {
  float: right;
}

.blog-info .blog-meta {
  border-top: 1px solid #ededed;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more {
  display: inline-block;
  font-family: 'montserratsemibold';
  font-size: 0.88em;
  letter-spacing: 0.1em;
  /* text-transform: uppercase; */
}

.read-more {
  padding-right: 2em;
  background: url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover {
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more {
  margin-top: 2.8em;
}



/* 8.1 Blog Details */



.blog-details {
  margin: 10.2em 0 8.3em;
}

.col-secondary {
  margin-top: 7.1em;
}

.post-header {
  margin-bottom: 5em;
}

.post-header h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin: 0 0 0 0;
}

.post-header .blog-meta {
  margin-top: 2.45em;
}

.post-thumbnail {
  margin-bottom: 2.5em;
}

.post-thumbnail img {
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags {
  margin-top: 5.4em;
}



/* 8.2 Widgets */



.widget {
  margin-bottom: 3.65em;
}

.widget-title {
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  /* text-transform: uppercase; */
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post {
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post-thumbnail {
  width: 9.32em;
  float: left;
}

.recent-post-thumbnail img {
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body {
  padding-left: 11.2em;
}

.recent-post-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.recent-post-time {
  font-size: 0.88em;
  color: #b4b4b4;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts {
  /*background: url(../img/bg/contacts.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.contacts .fade-title-right {
  left: 90%;
}

.row-field {
  margin-left: -5px;
  margin-right: -5px;
}

.col-field {
  padding: 0 5px;
}

@media (min-width: 991px) {
  .col-field.fst {
    padding-left: 15px;
  }
}

.col-message {
  display: none;
  margin-top: 20px;
}

.col-address {
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.success-message {
  display: none;
}

.error-message {
  display: none;
}

.success-message .fa {
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map {
  height: 35em;
}

.gmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info {
  padding: 1.2em;
}

.map-title {
  margin-bottom: 2em;
}

.map-title h3 {
  margin: 0;
}

.map-address-row {
  margin-top: 1em;
}

.map-address-row .fa {
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #EF9F27;
  font-size: 1.2em;
}

.map-address-row .text {
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info {
  color: #fff;
  padding: 0;
  /*background: url(../img/bg/contact-details.jpg) 50% no-repeat;*/
  background-size: cover;
}

.contact-info-content {
  padding: 5.5em 5.6em;
  background-color: #242424;
}

.contact-info-title {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  /* text-transform: uppercase; */
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row {
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row h4 {
  margin: 0 0 0.8em;
  color: #fff;
}

.contact-row .fa {
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body {
  padding-left: 2.6em;
}

.contact-content {
  font-size: 1.3em;
  color: #EF9F27;
  text-decoration: none;
}

.contact-content .email {
  word-break: break-all;
}

.phone-row {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}

@media screen and (max-width: 575px) {
  .contact-info-content {
    padding: 3em 1.8em;
  }
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */

.footer {
  margin: 7.1em 0 0;
  padding-bottom: 10em;
  font-size: 13px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  color: #2C2C2A;
  background: url('../img/demo/ft_bg.png') repeat-x bottom;
}

.footer a,
.footer a:hover {
  color: #2C2C2A;
}

.author-link:hover {
  text-decoration: none;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}

.footer .contact-info-item {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.footer .contact-info-item i {
  transform: translateY(3px);
}

.footer .social-wrap {
  display: flex;
  gap: 24px;
  padding-top: 8px;
}

.footer .social-wrap a img {
  transition: .3s ease;
}

.footer .social-wrap a:hover img {
  transform: translateY(-3px);
}

.footer .row > div:nth-child(1) .brand {
  display: none;
}

.footer .brand img {
  width: 180px;
}

.footer .footer-h1 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 0;
}

.footer .right div {
  margin-top: 24px;
}

@media (max-width:767px) {
  .footer .row {
    justify-content: space-between;
  }

  .footer .row > div:nth-child(1) .brand {
    display: block;
  }

  .footer .row > div:nth-child(2) {
    display: none;
  }

  .footer .brand {
    margin-bottom: 24px;
  }

  .footer .brand img {
    width: 160px;
  }

  .footer .contact-info-item {
    margin-bottom: 8px;
  }

  .footer .right div {
    margin-top: 16px;
  }
}

@media (max-width:575px) {
  .footer {
    margin-top: 5em;
    padding-bottom: 6em;
  }

  .footer .brand {
    margin-bottom: 36px;
  }
  
  .footer .row > div {
    width: 100%;
    margin-bottom: 36px;
  }
}

/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 992px */



@media (min-width: 992px) {



  html {
    font-size: 85%;
  }



  /* Slider */



  .arrow-left {
    /*top: 43.5vmin;*/
    left: 15vmin;
    bottom: 5vmin;
  }

  .arrow-right {
    left: 25vmin;
    right: auto;
    margin-left: 5em;
    /*top: 43.5vmin;*/
    bottom: 5vmin;
  }

  /* Navbar Mobile */


  .navbar-mobile {
    position: absolute;
    left: -50000px;
    top: -50000px;
  }

  /* About */



  .entry {
    padding: 0 7.5em;
  }

  .col-about-spec {
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev {
    left: 3.6em
  }

  .owl-next {
    right: 3.6em;
  }



  /* Projects Deatails */



  .project-details {
    margin-top: 7.1em;
  }


  .project-details-item {
    margin-bottom: 7.1em;
  }

  .project-details-info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 13%;
    bottom: 13%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-center-sm {
    text-align: center;
  }

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

  .text-left-sm {
    text-align: left;
  }

}



/* 11.2 Min width 992px */



@media (min-width: 992px) {



  html {
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md {
    text-align: center;
  }

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

  .text-left-md {
    text-align: left;
  }


  /* Project Details */



  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 5px;
    padding-left: 15px;
  }



  /* Blog Details */



  .col-primary {
    padding-right: 2.2em;
  }

  .col-secondary {
    margin-top: 10.62em;
    margin-left: -5px;
    padding: 0 10px 0 0;
  }



  /* Contacts */


  .row-field {
    margin-left: -15px;
  }

  .col-map {
    position: static;
    height: 100%;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px) {


  html {
    font-size: 100%;
  }



  /* Header */



  .main-header {
    padding-left: 0;
  }



  /* Project Details */


  .project-details-info {
    width: 44%;
  }

}



/* 11.4 Max height 480px  */



@media (max-height: 480px) {



  /* Slider */



  .arrow-left {
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}


/*-----------------------------------------------------------------------------------------*/
.pt_0 {
  padding-top: 0 !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.pr_0 {
  padding-right: 0 !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.text_box h1,
.text_box h2,
.text_box h3,
.text_box h4,
.text_box h5,
.text_box h6 {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

.text_box p {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  margin: 15px 0;
}

/*.text_box p:last-child { margin-bottom: 0;}*/
.text_box {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

img.img_rwd {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.big_container {
  width: 100vw;
  padding: 0 10vw;
}

blockquote {
  font-size: inherit;
}

@media (min-width: 768px) {

  .text_box.font_lg,
  .text_box.font_lg p {
    color: #2C2C2A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
  }
}

@media (max-width: 991px) {
  .mobile_center {
    text-align: center !important;
  }

  .big_container {
    width: 100%;
    padding: 0 15px;
  }

  .text_box,
  .text_box p {
    font-size: 14px;
  }

  img.mfp-img {
    min-height: auto;
  }
}

#page-nav ul {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

#page-nav ul li {
  display: -webkit-flex;
  display: flex;
}

#page-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #2C2C2A;
}

#page-nav ul li.prev a,
#page-nav ul li.next a {
  text-decoration: none;
}

#page-nav ul li.prev a:before,
#page-nav ul li.next a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#page-nav ul li.prev a:before {
  background: url(../img/img-icon/prev2.png) 0 0 no-repeat;
  background-size: 1em 0.8em;
  margin-right: 0.3em;
}

#page-nav ul li.next a:after {
  background: url(../img/img-icon/next2.png) 0 0 no-repeat;
  background-size: 1em 0.8em;
  margin-left: 0.6em;
}

#page-nav ul li.prev a:hover:before,
#page-nav ul li.next a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#page-nav ul li.active a {
  font-weight: 800;
  font-family: 'Montserrat';
  transform: scale(1.2);
}

/**/

#about_origin {
  padding: 100px 0 50px;
}

#about_concept {
  padding: 150px 0;
}

#about_concept header strong {
  z-index: 2;
}

#about_concept .text_box {
  position: relative;
  background: rgba(255, 255, 255, .85);
  padding: 50px 30px;
  border: 1px solid #2C2C2A;
  pointer-events: none;
}

#about_concept .text_box:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 30px;
  width: calc(100% + 2px);
  height: calc(100% - 60px);
  border: 1px solid #fff;
}

#about_team {
  padding: 150px 0;
  color: #fff;
  background: #2C2C2A;
}

#about_team header h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}

#about_team header strong {
  opacity: .15;
  text-align: right;
  top: -50px;
  right: 0;
  left: auto;
  transform: inherit;
}

#about_team header p {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', 'Microsoft JhengHei', 'Noto Sans TC', Arial;
}

#about_team .title {
  color: #EF9F27;
  font-weight: 300;
  margin-top: 50px;
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
}

#about_team .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  padding-left: 0;
  list-style: none;
}

#about_team .list>li {
  display: -webkit-flex;
  display: flex;
  width: calc(33.3333333333% - 34px);
  margin: 15px 0;
  margin-right: 50px;
}

@media (min-width: 991px) {
  #about_team .list>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  #about_team .list>li:nth-child(2n) {
    margin-right: 0;
  }
}

#about_team .list>li .name {
  width: 100px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

#about_team .list>li .name:first-letter {
  margin-right: 7px;
}

#about_team .list>li .info {
  width: calc(100% - 100px);
  line-height: 1.15em;
  font-size: 0.9em;
  font-family: 'Montserrat', 'Microsoft JhengHei', 'Noto Sans TC', Arial;
  padding-left: 0;
  list-style: none;
}

#about_team .list>li .info li+li {
  margin-top: 7px;
}

@media (max-width: 991px) {

  #about_origin,
  #about_concept,
  #about_team {
    padding: 50px 0;
  }

  #about_origin .text_box.font_lg {
    margin-top: -20px;
  }

  #about_team .list>li {
    width: calc(50% - 34px);
  }
}

@media (max-width: 640px) {
  #about_team .list>li {
    width: 100%;
    margin-right: 0;
  }

  #about_team header p,
  #about_team .title {
    margin-top: 30px;
  }
}

/**/

.news-carousel .item {
  padding: 0;
  display: inline-table;
  overflow: hidden;
  width: 100%;
}

.news-carousel .item * {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.news-carousel .item a {
  text-decoration: none;
  color: inherit;
}

.news-carousel .item a .img_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 8 / 5;
}

.news-carousel .item a .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-carousel .item figure {
  background: #fff;
  padding: 20px 15px;
}

.news-carousel .item figure .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-carousel .item figure .date {
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
}

.news-carousel .item figure .date span {
  display: inline-block;
  padding: 2px 10px;
  margin: 7px 0;
  font-size: 12px;
  background: #2C2C2A;
  color: #fff;
}

.news-carousel .item figure p {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

.news-carousel .item:hover figure {
  background: #2C2C2A;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.news-carousel .item:hover figure .date span {
  background: #fff;
  color: #2C2C2A;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.news-carousel .item:hover figure .title,
.news-carousel .item:hover figure p {
  font-weight: 400;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#news .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

#news .content .box {
  display: -webkit-flex;
  display: flex;
  width: calc(33.3333333333% - 34px);
  margin: 15px 0;
  margin-right: 50px;
}

@media (min-width: 992px) {
  #news .content .box:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  #news .content .box:nth-child(2n) {
    margin-right: 0;
  }
}

#news .content .box figure {
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
  margin-top: -20px;
  margin-left: 15px;
}

#news_page {
  position: relative;
  z-index: 2;
  top: -50px;
}

@media (min-width:992px) {
  #news_page.section {
    margin: 0;
  }
}
  
#news_page .photo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 12px;
}

#news_page .photo > * {
  width: 50%;
}

#news_page .photo .news-info-box {
  margin-top: 66px;
}

#news_page .photo .img-wrap {
  position: relative;
}

#news_page .photo .img-wrap img {
  width: 100%;
}

#news_page .photo figure .date {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  text-align: center;
}

#news_page .photo .news-info-title {
  font-family: 'montserratsemibold', 'Noto Sans TC', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0 0 24px;
}

#news_page .photo p {
  font-size: 14px;
  word-break: break-word;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

#news_page .photo .social {
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 14px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  display: flex;
  align-items: center;
}

#news_page .photo .social span {
  display: inline-block;
  margin-right: 12px;
}

#news_page .photo .social ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

#news_page .photo .social li {
  display: inline-block;
  margin-right: 5px;
}

#news_page .photo .social li a {
  display: inline-block;
  font-size: 20px;
  transition: .3s ease;
}

#news_page .photo .social li a:hover {
  opacity: 0.6;
}

@media (max-width: 1280px) {
  #news_page .photo figure {
    position: absolute;
    background: transparent;
    width: auto;
    height: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #news_page .photo figure .date {
    position: static;
  }

  #news_page .photo figure .date span {
    display: inline-block;
    padding: 0 30px;
    line-height: 30px;
    background: #2C2C2A;
    color: #fff;
  }

  #news_page .photo figure .date br {
    display: none;
  }
}

@media (max-width: 991px) {
  #news_page {
    top: auto;
  }

  #news_page .photo .news-info-box {
    margin-top: 0;
  }

  #news .content .box {
    width: calc(50% - 34px);
  }

  #news_page .photo {
    gap: 36px;
  }

  #news_page .photo .news-info-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #news .content .box {
    width: 100%;
    margin-right: 0;
  }

  #news_page .photo {
    flex-direction: column;
  }

  #news_page .photo > * {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #news_page .photo .news-info-title {
    font-size: 26px;
    line-height: 1.4;
  }
}

.news-info {
  margin-top: 48px;
}

/**/

.pro_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

.pro_list .project {
  display: -webkit-flex;
  display: flex;
  width: 25%;
}

#project_page {
  position: relative;
  top: -50px;
  z-index: 2;
}

@media (min-width:768px) {
  #project_page.section {
    margin: 0 0 -50px;
  }
}

#project_page .pjt-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#project_page .pjt-carousel .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 8 / 5;
}

#project_page .pjt-carousel .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#project_page .pjt-carousel .owl-controls {
  opacity: 0;
  transition: .3s ease;
}

#project_page .pjt-carousel:hover .owl-controls {
  opacity: 1;
}

#project_page .pjt-carousel.control_up .owl-prev,
#project_page .pjt-carousel.control_up .owl-next {
  top: 50%;
}

#project_page .desc .data li {
  position: relative;
  padding: 5px 0;
  padding-left: 100px;
  line-height: 1.25;
}

#project_page .desc h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0 0 24px;
}

#project_page .desc .data {
  padding-left: 0;
  list-style: none;
}

#project_page .desc .data li span {
  position: absolute;
  left: 0;
  width: 80px;
  color: #2C2C2A;
  font-weight: 600;
}

#project_page .desc .data li+li {
  border-top: 1px dotted #ccc;
}

#project_page .desc .social {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 12px;
}

#project_page .desc .social ul {
  padding-left: 0;
  list-style: none;
}

#project_page .desc .social ul li {
  display: inline-block;
  margin-right: 5px;
}

#project_page .desc .social a {
  font-size: 20px;
  transition: .3s ease;
}

#project_page .desc .social a:hover {
  opacity: 0.6;
}

#project_page .product-info {
  background: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
}

#project_page .tab-content {
  padding-top: 24px;
}

#project_page .pd-tabs {
  margin-top: 50px;
}

#project_page .js-projects-gallery {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding-left: 0;
}

#project_page .js-projects-gallery.img-mobile {
  display: none;
}

#project_page .js-projects-gallery li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}

#project_page .js-projects-gallery li a {
  display: block;
  width: 100px;
  height: 100px;
}

#project_page .pd-info-wrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

#project_page .pd-info-wrap > * {
  width: 50%;
}

#project_page .desc {
  margin-top: 66px;
}

@media (max-width: 1399px) {
  .pro_list .project {
    width: 33.33333%;
  }
}

@media (max-width: 1199px) {
  .pro_list .project {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .project-title {
    font-size: 26px;
  }

  #project_page .pd-info-wrap {
    gap: 36px;
  }

  .pro_list .project {
    width: 50%;
  }

  #project_page .desc h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #project_page {
    top: auto;
  }

  #project_page .pd-info-wrap {
    flex-direction: column;
    gap: 24px;
  }
  
  #project_page .pd-info-wrap > * {
    width: 100%;
  }
  

  #project_page .desc {
    margin-top: 0;
  }

  #project_page .product-info {
    margin-top: 30px;
  }

  .pro_list .project {
    width: 100%;
  }

  #project_page .pd-tabs {
    margin-top: 36px;
  }

  #project_page .pdt_map iframe {
    height: 300px;
  }

  #project_page .js-projects-gallery.img-com {
    display: none;
  }

  #project_page .js-projects-gallery.img-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .project-title {
    font-size: 24px;
  }

  #project_page .desc h1 {
    font-size: 26px;
    line-height: 1.4;
  }
}

/**/

#workmanship {
  padding: 0 0 50px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

#workmanship .nav.nav-tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  border: 0;
}

#workmanship .nav.nav-tabs li {
  display: -webkit-flex;
  display: flex;
  width: 10%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
}

#workmanship .nav.nav-tabs li a {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 0;
  margin: 0;
}

#workmanship .nav.nav-tabs li a i {
  display: block;
  margin-bottom: 7px;
  font-size: 25px;
}

#workmanship .nav.nav-tabs li a:hover {
  background: transparent;
  color: #fff;
}

#workmanship .nav.nav-tabs li a:hover i {
  animation: icon_anime 1.5s ease infinite;
}

@keyframes icon_anime {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

#workmanship .nav.nav-tabs li.active a {
  background: #fff;
  color: #2C2C2A;
}

#workmanship .tab-content .tab-pane .text_box {
  background: #fff;
  margin: 80px 0 25px;
}

@media (max-width: 640px) {
  #workmanship {
    margin-top: 0;
    padding: 20px 0;
  }

  #workmanship .nav.nav-tabs li {
    width: calc(20% - 0.5px);
  }

  #workmanship .tab-content .tab-pane .text_box {
    margin-top: 25px;
  }

  #workmanship .nav.nav-tabs li a {
    color: #2C2C2A;
    font-weight: normal;
    opacity: 0.5;
  }

  #workmanship .nav.nav-tabs li.active a {
    opacity: 1;
  }

  #workmanship .nav.nav-tabs li.active a i {
    animation: icon_anime 1.5s ease infinite;
  }
}

/**/

#contact .photo {
  padding: 50px 0;
  background: #f1f1f1;
}

.captcha-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captcha-wrap > div:first-child {
  display: flex;
  align-items: center;
  width: calc(100% - 33.3333333%);
}

.captcha-wrap > div:first-child .form-group {
  width: calc(50% - 12px);
}

.captcha-wrap > div:first-child img {
  margin-left: 12px;
  height: 30px;
}

@media (max-width: 575px) {
  .captcha-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .captcha-wrap > div:first-child {
    width: 100%;
  }

  .captcha-wrap > div:first-child img {
    height: auto;
  }

  .form-submit {
    margin-top: 1.2em;
  }
}

.contact-ok-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-ok-wrap .txt-wrap {
  text-align: center
}

.contact-ok-wrap .txt-wrap .btn {
  margin-top: 24px;
}

.contact-ok-wrap img {
  max-width: 600px;
}

.check-privacy-box {
  display: flex;
  align-items: self-start;
  gap: 8px;
}

.check-privacy-box input {
  transform: translateY(6px);
}

.check-privacy-box label {
  font-weight: 400;
}

@media (max-width:1199px) {
  .contact-ok-wrap img {
    width: 450px;
  }
}

@media (max-width:767px) {
  .contact-ok-wrap {
    flex-direction: column;
  }

  .contact-ok-wrap img {
    max-width: 450px;
    width: 100%;
  }

  .contact-ok-wrap > div.text-center {
    margin-bottom: 24px;
  }

  .contact-ok-wrap .txt-wrap .btn {
    margin-top: 16px;
  }
}

.no-data {
  text-align: center;
  padding: 16px;
  border: 1px solid #DEDEDE;
}

/* Go to top button */
.go-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: #EF9F27;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.go-to-top.show {
  opacity: 1;
  visibility: visible;
}

.go-to-top:hover {
  background: #2C2C2A;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .go-to-top {
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .navbar-mobile .brand {
    width: 140px;
  }

  .navbar-mobile.affix .navbar-toggle {
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  .navbar-mobile .brand {
    width: 110px;
  }
}

.img-wrap .date {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .8);
  color: #2C2C2A;
  font-size: 25px;
}

#about {
  min-height: 480px;
}

@media (max-width: 1399px) {
  .img-wrap .date {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  #about {
    min-height: 375px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .img-wrap .date {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }

  #about {
    min-height: fit-content;
  }
}

@media (max-width: 575px) {
  .img-wrap .date {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
}

.album-imgs-wrap .album-item {
  margin-bottom: 24px;
}

.album-imgs-wrap .album-item img {
  aspect-ratio: 800 / 500;
  width: 100%;
  object-fit: cover;
}

.album-imgs-wrap .album-item a {
  display: block;
  cursor: zoom-in;
  overflow: hidden;
}

.album-imgs-wrap .album-item a:hover img {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.album-editor-wrap {
  margin: 48px 0;
}

.album-imgs-wrap .js-album-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}