@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?1z9v6x");
  src: url("../fonts/icomoon/fonts/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?1z9v6x") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?1z9v6x") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ffffff;
  color: rgba(255, 255, 255, 0.4);
  background: #222;
  line-height: 1.7;
}

.p1-gradient-bg, .thumb .overlay-bg {
  background: -ms-linear-gradient(0deg, rgb(132, 144, 255) 0%, rgb(98, 189, 252) 100%);
}

.p1-gradient-color {
  background: -ms-linear-gradient(0deg, rgb(132, 144, 255) 0%, rgb(98, 189, 252) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

::-moz-selection {
  background: #bac964;
  color: #ffffff;
}

::selection {
  background: #bac964;
  color: #ffffff;
}

::-moz-selection {
  background: #bac964;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
  font-weight: 200;
}

h2 {
  font-size: 25px;
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #bac964;
}
a:hover, a:focus, a:active {
  color: #b2c251;
  text-decoration: none;
}

.parent-nav-link-padding, .site-navbar .navbar-nav > li > a {
  padding: 15px 20px !important;
}

.site-navbar {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 200;
  background: #ffffff;
}
.site-navbar .navbar-brand {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 5px 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-navbar .navbar-brand:hover {
  color: #ffffff;
}
.site-navbar.bg-light {
  background: transparent !important;
}
@media (max-width: 991.98px) {
  .site-navbar.bg-light {
    background: #ffffff !important;
    top: 0;
  }
  .site-navbar.bg-light .navbar-brand {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #000000;
    padding: 2px 10px !important;
    color: #000000;
  }
}
.site-navbar .navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 991.98px) {
  .site-navbar .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.7) !important;
  }
}
.site-navbar .navbar-nav.active > a {
  color: #bac964 !important;
}
.site-navbar.scrolled {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.site-navbar.scrolled.bg-light {
  background: #ffffff !important;
}
.site-navbar.scrolled .navbar-brand {
  display: inline-block;
  font-size: 18px;
  border: 2px solid #000000;
  padding: 2px 10px !important;
}
.site-navbar.scrolled.awake, .site-navbar.scrolled.sleep {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-navbar.scrolled.awake {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  background: #ffffff !important;
}
.site-navbar.scrolled.sleep {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #bac964 !important;
}
.site-navbar.scrolled .navbar-brand {
  color: #000000;
}
.site-navbar.scrolled .dropdown > a:before {
  color: rgba(0, 0, 0, 0.4);
}
.site-navbar.scrolled .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.site-navbar.scrolled .navbar-nav > li > a:hover {
  color: #bac964 !important;
}
.site-navbar.scrolled .navbar-nav > li > a.active {
  color: #bac964 !important;
}
.site-navbar.scrolled .navbar-nav > li.active > a {
  color: #bac964 !important;
}

.site-hero {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.site-hero,
.site-hero .row {
  height: 100vh;
  min-height: 800px;
}
.site-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.site-hero h1 {
  font-weight: 200;
  margin-bottom: 20px;
  display: block;
}
.site-hero h1 strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .site-hero h1 {
    font-size: 70px;
  }
}
.site-hero h1,
.site-hero .lead {
  font-weight: 200;
  color: #ffffff;
}
.site-hero .lead {
  line-height: 2;
}
.site-hero .site-subheading {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
}

.site-section {
  padding: 5em 0;
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
}
.section-heading p {
  margin-bottom: 8px;
}
.section-heading h2 {
  position: relative;
  font-weight: 200;
  padding-top: 0;
  font-size: 30px;
}
.section-heading h2 strong {
  font-weight: 800;
}
.section-heading.text-center h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lead {
  font-weight: 200;
  line-height: 1.5;
  color: #ced4da;
}

.site-skill-item {
  background: #333;
  padding: 30px;
}
.site-skill-item .icon {
  display: block;
  margin-bottom: 50px;
  background: #edf0f2;
  background: #bac964;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}
.site-skill-item .icon span {
  font-size: 40px;
  color: #080b0e;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.site-skill-item h3 {
  font-size: 20px;
  font-weight: 200;
}

.site-link {
  position: relative;
}
.site-link i {
  position: relative;
  top: 2px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-link:hover i {
  position: relative;
  margin-left: 20px;
}

.site-list {
  padding: 0;
  margin: 0;
}
.site-list li {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.site-list li:before {
  font-family: "icomoon";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.site-list li.site-check {
  padding-left: 30px;
}
.site-list li.site-check:before {
  color: #bac964;
  font-size: 16px;
  content: "\ebd3";
}

.btn {
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
}
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-primary {
  color: #ffffff;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #b2c251;
}

.progress {
  overflow: visible;
  margin-bottom: 26px;
  height: 4px;
}
.progress .progress-bar {
  background-color: #bac964;
  position: relative;
  border-radius: 4px;
}
.progress .progress-bar span {
  background-color: #bac964;
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
}
.progress .progress-bar span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #bac964;
  border-width: 5px;
  margin-left: -5px;
}

.skill h3 {
  font-size: 18px;
}

.filters {
  text-align: center;
}
.filters ul {
  padding: 0;
  margin: 0 0 30px 0;
}
.filters ul li {
  display: inline-block;
  cursor: pointer;
  padding: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.filters ul li:hover {
  color: #bac964;
}
.filters ul li.active {
  color: #bac964;
}

.single-portfolio {
  margin-bottom: 50px;
  display: block;
}
.single-portfolio .relative {
  margin-bottom: 20px;
}
.single-portfolio .p-inner {
  text-align: center;
}
.single-portfolio .p-inner h4 {
  font-size: 20px;
}
.single-portfolio .p-inner .cat {
  font-size: 12px;
  text-transform: uppercase;
  color: #cccccc;
}

/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
  color: #ffffff;
  background-color: #bac964;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-area .filters {
  text-align: center;
}

.portfolio-area .filters ul {
  padding: 0;
}

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 736px) {
  .portfolio-area .filters ul li {
    padding: 6px 6px;
  }
}

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  -webkit-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  -webkit-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li.active {
  color: #bac964;
}

.portfolio-area .filters-content {
  margin-top: 50px;
}

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.portfolio-area .filters-content .item img {
  border-radius: 10px;
}

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center;
}

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 13px;
}

.portfolio-area .filters-content .item img {
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.middle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.single-portfolio:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 25px;
  padding: 16px 32px;
}

.single-portfolio {
  border-radius: 5px;
}
.single-portfolio:hover .thumb .overlay-bg {
  opacity: 0.85;
}

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .thumb .overlay-bg {
    -webkit-transition: none;
    transition: none;
  }
}

.resume-item {
  padding: 30px;
  background: #333;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 4px solid transparent;
  border-radius: 7px;
}
.resume-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.resume-item .school {
  display: block;
  font-size: 16px;
}
.resume-item h3 {
  color: #bac964;
  font-size: 20px;
}
.resume-item .school {
  color: rgba(255, 255, 255, 0.3);
}
.resume-item *:last-child {
  margin-bottom: 0;
}

.blog-entry {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #333;
}
.blog-entry:hover, .blog-entry:active, .blog-entry:focus {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
  top: -5px;
}
.blog-entry:hover .blog-entry-text h3 a, .blog-entry:active .blog-entry-text h3 a, .blog-entry:focus .blog-entry-text h3 a {
  color: #bac964;
}
.blog-entry .blog-entry-text {
  border-top: none;
  padding: 30px;
}
.blog-entry .blog-entry-text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.blog-entry .blog-entry-text h3 a {
  color: #ffffff;
}
.blog-entry .blog-entry-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
.blog-entry .meta {
  font-size: 14px;
}
.blog-entry .meta a {
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.4);
}
.blog-entry .meta a:hover {
  color: #bac964;
}
.blog-entry .blog-tags .badge-primary {
  background-color: #bac964;
  margin-right: 8px;
}

.form-control {
  border: none !important;
  background: #333;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.form-control:active, .form-control:focus {
  background: #404040;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.site-form .form-control {
  border: 1px solid #b3bdc6;
}

.site-contact-details,
.site-contact-details li {
  padding: 0;
  margin: 0;
}
.site-contact-details li {
  list-style: none;
  margin-bottom: 20px;
}
.site-contact-details li > span {
  color: #2c3e50;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.site-footer {
  padding: 3em 0;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer .social-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #333;
  position: relative;
  border-radius: 50%;
  font-size: 22px;
  margin: 0 10px;
}
.site-footer .social-item > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-47 .block-47-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: block;
}
.block-47 .block-47-image img {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #333;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}
.block-47 .block-47-quote:before {
  content: "";
  border: 1px solid red;
  z-index: 2;
  position: absolute;
  left: -15px;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}
.block-47 .block-47-quote .block-47-quote-author {
  font-size: 14px;
  color: #666666;
}

.letter-spacing {
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5) !important;
}

button:focus {
  outline: none;
}

b {
  color: #000;
  font-weight: 500;
}

.btn-secondary {
  background-color: #ced4da;
  border-color: #ced4da;
}

body, html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
}

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

a, p, li {
  font-weight: 400;
}

li {
  letter-spacing: 2px;
}

.section-heading p {
  font-weight: 200;
  text-align: center !important;
}
.section-heading h2 {
  font-weight: 400;
}

h3, h4 {
  font-weight: 400;
}

.body-white-bg {
  background: #ffffff;
}

.txt-style-writing {
  font-family: "Dancing Script", cursive;
}

.txt-linear-wipe {
  background: -webkit-gradient(linear, left top, right top, from(#bac964), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(50%, #bac964), color-stop(75%, rgba(238, 255, 227, 0.9)), to(#bac964));
  background: linear-gradient(to right, #bac964 0%, rgba(255, 255, 255, 0.9) 25%, #bac964 50%, rgba(238, 255, 227, 0.9) 75%, #bac964 100%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 4s linear infinite;
          animation: shine 4s linear infinite;
  animation-direction: reverse;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.br-mobile-only {
  display: none;
}
@media (max-width: 575.98px) {
  .br-mobile-only {
    display: block;
    height: 1px;
  }
}

.site-link:hover {
  text-decoration: underline;
}
.site-link:hover i {
  margin-left: 0px;
}

.site-link.site-link-demosite {
  color: #BC9F8B;
}

.btn-with-minwidth {
  min-width: 8rem;
}

.btn-size48 {
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  padding: 0;
}
.btn-size48 .btn-with-minwidth {
  min-width: 12rem;
}

.border-radius {
  border-radius: 20px;
  overflow: hidden;
}

.with-box-shadow {
  -webkit-box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.1);
}

.with-outline {
  outline: 1px solid #eeeeee;
}

h2.site-heading {
  font-size: 36px;
}
h2.site-heading span {
  display: block;
}
h2.site-heading .my-name {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 60px;
}

.site-hero,
.site-hero .row {
  height: 50vh !important;
  min-height: 400px;
}
@media (max-width: 736px) {
  .site-hero {
    background-position: left 60% top 0;
  }
}
.site-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.site-hero h1 {
  font-weight: 200;
  margin-bottom: 20px;
  display: block;
}
.site-hero h1 strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .site-hero h1 {
    font-size: 70px;
  }
}
.site-hero h1,
.site-hero .lead {
  font-weight: 200;
  color: #ffffff;
}
.site-hero .lead {
  line-height: 2;
}
.site-hero .site-subheading {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
}

.navbar {
  padding: 0 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-navbar .navbar-toggler {
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #bac964;
  border-radius: 36px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border: 0;
}
.site-navbar .navbar-toggler:focus {
  outline: 0;
}
.site-navbar .navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.site-navbar .navbar-toggler span:nth-of-type(1) {
  top: 14px;
}
.site-navbar .navbar-toggler span:nth-of-type(2), .site-navbar .navbar-toggler span:nth-of-type(3) {
  top: 20px;
}

.site-navbar .navbar-toggler:not(.collapsed) span:nth-of-type(1), .site-navbar .navbar-toggler:not(.collapsed) span:nth-of-type(4) {
  width: 0%;
  top: 18px;
  left: 50%;
}
.site-navbar .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-navbar .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .site-navbar.bg-light:not(.background-transparent) {
    background: rgba(0, 0, 0, 0.75) !important;
    background: rgba(51, 51, 51, 0.9) !important;
    top: 0;
  }
  .site-navbar.bg-light:not(.background-transparent) .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 1rem;
    text-align: right;
    padding-right: 0;
    padding-right: 1.5rem !important;
    letter-spacing: 1px;
  }
  .site-navbar.navbar {
    padding: 1rem 1rem;
  }
  .site-navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .site-navbar .navbar-nav > li > a {
    color: #ffffff !important;
    padding: 20px 40px !important;
  }
  .site-navbar.scrolled {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(51, 51, 51, 0.9) !important;
  }
  .site-navbar.scrolled.bg-light {
    background: rgba(51, 51, 51, 0.9) !important;
  }
  .site-navbar.background-transparent {
    background: transparent !important;
  }
  .site-navbar.scrolled.background-transparent {
    background: transparent !important;
  }
  .site-navbar.scrolled.background-transparent.bg-light.background-transparent {
    background: transparent !important;
  }
}
.single-portfolio {
  width: 50%;
  cursor: pointer;
  margin-bottom: 0px;
}
.single-portfolio .relative {
  padding-top: 5rem;
}
@media (max-width: 991.98px) {
  .single-portfolio .relative {
    padding-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .single-portfolio {
    padding-left: 8px;
    padding-right: 8px;
  }
  .single-portfolio .p-inner h4 {
    font-size: 16px;
  }
}
.single-portfolio .thumb {
  overflow: hidden;
}

.single-portfolio:hover img,
.site-link:hover > img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.single-portfolio:hover h4 {
  color: #bac964;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

span.modal-hlight {
  color: #fd9025;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}

.gotop, .goHome,
.modal.modal-fullscreen .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  background: #bac964;
  color: #ffffff;
  opacity: 0.75;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2rem;
  font-size: 1.5rem;
}
.gotop:hover, .goHome:hover,
.modal.modal-fullscreen .close:hover {
  background: #bac964;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.gotop:focus, .gotop:active, .goHome:focus, .goHome:active,
.modal.modal-fullscreen .close:focus,
.modal.modal-fullscreen .close:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.goHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gotop {
  top: auto;
  bottom: 4rem;
  text-align: center;
  display: none;
}

.icon-arrow-up1:before {
  display: block;
  margin-top: 6px;
}

.goNext, .goPrev {
  display: inline-block;
  color: #bac964;
  background: #ffffff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  border: 1px solid #bac964;
}
.goNext:not(.disabled):hover, .goPrev:not(.disabled):hover {
  background: #bac964;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.goNext:focus, .goNext:active, .goPrev:focus, .goPrev:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.goPrev {
  margin-right: 1rem;
}

.goNext {
  margin-left: 1rem;
}

.goNext > i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goNext > i:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 0px;
}

.goPrev > i:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
}

.modal.modal-fullscreen .modal-footer {
  border-top: none;
}

@media (max-width: 767px) {
  .gotop,
  .modal.modal-fullscreen .close {
    right: 1rem;
  }
}
.modal-content {
  border-radius: 1rem;
}

.filters ul {
  margin-bottom: -30px;
}
.filters ul li {
  letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
  .filters ul {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
  }
  .filters ul li {
    padding: 20px 0px;
    max-width: 120px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .filters .LANG-EN li {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .filters ul {
    padding-left: 0px;
    padding-right: 0px;
  }
  .filters ul li {
    padding: 20px 0px;
    max-width: 110px;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 1280px) {
  .container-img {
    max-width: 1280px !important;
  }
  .container-img .col-md-12, .container-img .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-img-radius {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 1179.98px) {
  .container-img {
    max-width: calc(100% - 0rem) !important;
    padding: 0 !important;
  }
  .container-img .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-img .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-img-radius {
    border-radius: 0;
  }
}
.site-section-portfolio {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.site-section-portfolio h1, .site-section-portfolio h2, .site-section-portfolio h3, .site-section-portfolio h4, .site-section-portfolio h5 {
  color: #000000;
  font-weight: 500;
}
.site-section-portfolio h5 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.site-section-portfolio p {
  color: #6c757d;
  text-align: justify;
}
.site-section-portfolio li {
  color: #6c757d;
}

.site-section-portfolio .container {
  max-width: 80%;
}

.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showcase p {
  display: inline-block;
  width: 48%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.showcase .showcase-line {
  display: inline-block;
  width: 2px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  border-right: 1px solid #ced4da;
}
.showcase .showcase-line + p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.showcase {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.showcase p, .showcase .showcase-line + p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1279.98px) {
  .site-section-portfolio .container {
    max-width: 90%;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .single-portfolio .p-inner :not(.LANG-EN) h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
  }
}
.modal-demosite p, .modal-demosite ul {
  color: #6c757d;
}

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

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

.img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.img-wrapper .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-wrapper .img-fg {
  position: absolute;
  width: 67%;
  top: 19.8%;
  left: 17%;
  z-index: 2;
}

.img-wrapper.for-b-sk-chatbot .img-fg {
  width: 67%;
  top: 19.8%;
  left: 17%;
}

.img-wrapper.for-b-anllianz {
  padding-bottom: 57.3%;
}
.img-wrapper.for-b-anllianz .img-fg {
  width: 63.5%;
  top: 14.3%;
  left: 18.3%;
}

.img-wrapper.for-b-mdm {
  padding-bottom: 81.4%;
}
.img-wrapper.for-b-mdm .img-fg {
  width: 88%;
  top: 7.3%;
  left: 6%;
}

.img-for-pc {
  display: block;
}

.img-for-m {
  display: none;
}

@media (max-width: 575.98px) {
  .img-for-pc {
    display: none;
  }
  .img-for-m {
    display: block;
  }
}
.d-banner-gifcard .img-card1, .d-banner-gifcard .img-card2 {
  max-height: 700px;
  width: auto;
}
.d-banner-gifcard .img-card1 {
  margin-right: 16px;
}
@media (max-width: 1279.98px) {
  .d-banner-gifcard .img-card1, .d-banner-gifcard .img-card2 {
    height: 500px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .d-banner-gifcard .img-card1, .d-banner-gifcard .img-card2 {
    width: 90%;
    height: auto;
    max-height: none;
  }
  .d-banner-gifcard .img-card1 {
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .d-banner-gifcard .img-card2 {
    max-width: 480px;
  }
}

.b-anllianz-mvp .img-card1, .b-anllianz-mvp .img-card2, .c-risk .img-card1, .c-risk .img-card2 {
  max-height: 600px;
  width: auto;
}
.b-anllianz-mvp .img-card1, .c-risk .img-card1 {
  margin-right: 30px;
}
@media (max-width: 1279.98px) {
  .b-anllianz-mvp .img-card1, .b-anllianz-mvp .img-card2, .c-risk .img-card1, .c-risk .img-card2 {
    height: 500px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .b-anllianz-mvp .img-card1, .b-anllianz-mvp .img-card2, .c-risk .img-card1, .c-risk .img-card2 {
    width: 90%;
    height: auto;
    max-height: none;
  }
  .b-anllianz-mvp .img-card1, .c-risk .img-card1 {
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .b-anllianz-mvp .img-card2, .c-risk .img-card2 {
    max-width: 614px;
  }
}

.b-anllianz-wpd .img-card1 {
  max-height: 600px;
  width: auto;
}
.b-anllianz-wpd .img-card2 {
  width: 327px;
}
@media (max-width: 800px) {
  .b-anllianz-wpd .img-card1, .b-anllianz-wpd .img-card2 {
    margin-bottom: 30px;
    max-width: 220px;
  }
}

.c-risk .img-card1 {
  margin-right: 60px;
}
@media (max-width: 800px) {
  .c-risk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-risk .img-card1, .c-risk .img-card2 {
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.site-section-portfolio .section-heading:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #bac964;
  margin: 24px auto 0 auto;
}

.c-onepage-demosite > .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #eee;
}
.c-onepage-demosite > .col-12:last-child {
  border-right: none;
}
@media (max-width: 800px) {
  .c-onepage-demosite > .col-12 {
    border: none;
  }
}

.col-for-640px {
  width: 90%;
  max-width: 640px;
}

.col-for-480px {
  width: 90%;
  max-width: 480px;
}

.col-for-860px {
  width: 90%;
  max-width: 860px;
}

.col-for-820px {
  width: 90%;
  max-width: 820px;
}

.md-info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: gray;
  border-radius: 16px;
  text-align: center;
  color: white;
  line-height: 16px;
  margin: 0 2px;
  font-size: 12px;
}

.c-nb-diamond .image {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media (max-width: 767px) {
  .mb-forbackbtn {
    margin-bottom: 4rem;
  }
}
.skill-col {
  height: 180px;
  overflow: hidden;
}

.site-skill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-skill-item h3 {
  color: white;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-skill-item h3 span {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.site-skill-item .icon {
  margin-bottom: 20px;
}
.site-skill-item .icon > span {
  font-size: 48px;
}

.skill-col {
  text-align: left;
  height: auto;
}
.skill-col a.site-link {
  color: white;
}
.skill-col ul {
  margin-left: 0;
}
.skill-col li {
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: -16px;
}
.skill-col h6 {
  color: #bac964;
  letter-spacing: 0px;
}

.icon-logo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
}
.icon-logo i {
  font-size: 38px;
}

.skill-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.skill-logo-row .icon-logo {
  margin: 4px;
}

@media (max-width: 767px) {
  .site-skill-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px;
  }
  .site-skill-item h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-skill-item .icon {
    width: 80px;
    height: 80px;
  }
  .site-skill-item .icon > span {
    font-size: 48px;
  }
  .skill-logo-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .skill-logo-row .icon-logo {
    width: 28px;
    height: 28px;
  }
  .skill-logo-row .icon-logo i {
    font-size: 26px;
  }
  .skill-col li {
    font-size: 14px;
    margin-left: -20px;
  }
}
.LANG-EN li, .LANG-EN p, .LANG-EN span, .LANG-EN a, .LANG-EN-flex li, .LANG-EN-flex p, .LANG-EN-flex span, .LANG-EN-flex a {
  letter-spacing: 1px;
}

.LANG-EN, .LANG-EN-flex {
  display: none;
}

.skill-col.LANG-EN li {
  letter-spacing: 0px;
  font-size: 14px;
}

.blog-entry-text .LANG-EN, .blog-entry-text .LANG-EN-flex {
  font-size: 90% !important;
}
.blog-entry-text .LANG-EN h3 span, .blog-entry-text .LANG-EN p, .blog-entry-text .LANG-EN-flex h3 span, .blog-entry-text .LANG-EN-flex p {
  letter-spacing: 0;
}

.langSwitch {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 300;
  background: #bac964;
  color: #ffffff;
  opacity: 0.75;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.langSwitch span.lang-zh {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.langSwitch span.LANG-EN {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.langSwitch:hover {
  opacity: 1;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.langSwitch:focus, .langSwitch:active {
  color: #ffffff;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.langSwitch i.google-translate {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  margin: 5px auto;
  background: url("../images/iconfont/google-translate.svg") center center;
  background-size: 100% auto;
}
.langSwitch i.google-translate:before {
  display: none;
}

@media (max-width: 1199px) {
  .single-portfolio .p-inner .LANG-EN h4 {
    font-size: 17px;
  }
  .single-portfolio .p-inner .LANG-EN h4 .br-mobile-only {
    display: block;
  }
}
.goHome i.icon-home1,
.goNext i.icon-arrow-up1,
.goPrev i.icon-arrow-up1,
.gotop i.icon-arrow-up1 {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  margin: 5px auto;
  background: url("../images/iconfont/arrow-up1.svg") center center;
  background-size: 100% auto;
}
.goHome i.icon-home1:before,
.goNext i.icon-arrow-up1:before,
.goPrev i.icon-arrow-up1:before,
.gotop i.icon-arrow-up1:before {
  display: none;
}

.goHome i.icon-home1 {
  background-image: url("../images/iconfont/home1.svg");
}

.goPrev i.icon-arrow-up1,
.goNext i.icon-arrow-up1 {
  background-image: url("../images/iconfont/arrow-up1-green.svg");
}

.goPrev:hover i.icon-arrow-up1,
.goNext:hover i.icon-arrow-up1 {
  background-image: url("../images/iconfont/arrow-up1.svg");
}

.goPrev i.icon-arrow-up1 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 5px;
}

.goNext i.icon-arrow-up1 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
}

.site-link i.icon-chevron-right {
  display: inline-block;
  font-size: 0;
  width: 18px;
  height: 18px;
  background: url("../images/iconfont/chevron-right-green.svg") center 2px;
  background-size: 100% auto;
}
.site-link i.icon-chevron-right:before {
  display: none;
}

.site-link-demosite i.icon-chevron-right {
  background-image: url("../images/iconfont/chevron-right-brown.svg");
}