/*-------------------------*/
/* $font import
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");

/*-------------------------*/
/* $Globel
---------------------------*/
* {
  font-family: "cwTeXMing", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
}
body {
  font-family: "cwTeXMing", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 300;
}

/*-------------------------*/
/* $section
---------------------------*/
section {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 80px;
  }
}
.service-title h3 span:before {
  height: 40px;
}

/*-------------------------*/
/* $header
---------------------------*/
.h-header .navbar {
  background-color: rgba(235, 231, 222, 0.75);
}

.h-header .navbar .nav-item:hover a span {
  display: inline-block;
  top: 8px;
  background-color: #e7e0d0;
}
.h-header .navbar .nav-item:hover a span {
  display: inline-block;
  top: 8px;
  color: #bc9e6c;
}

/*-------------------------*/
/* $baner
---------------------------*/

section#hero h1 {
  text-shadow: 0px 5px 10px rgb(68 68 68 / 50%);
  /* font-family: "Baloo Tamma 2", cursive; */
}
@media (max-width: 991.98px) {
  section#hero h1 {
    font-size: 1.6rem;
  }
}
section#hero .banner figure img {
  width: 100%;
}
.h-header .navbar .nav-item .nav-link {
  color: #bc9e6c;
}
.h-header .navbar .navbar-brand {
  padding: 0px;
}
.navbar-dark .navbar-toggler {
  color: rgba(58, 0, 40, 0.2);
  border-color: rgba(58, 0, 40, 0.2);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("../image/meunIIcon.svg");
}

/*-------------------------*/
/* $Logo Image Box
---------------------------*/
.navbar__logo {
  /* mix-blend-mode: multiply; */
  display: inline-block;
  height: 80px;
  background-color: inherit;
  background-size: 60px;
  width: 144px;
  background-repeat: no-repeat;
  background-position: center;
}

/*-------------------------*/
/* $imgbox
---------------------------*/

/* image
---------------------*/
.image {
  width: 100%;
  display: block;
}

/* imgbox
---------------------*/

.imgbox {
  width: 100%;
  overflow: hidden;
}

.imgbox__inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.imgbox__inner.imgbox__inner--16-9 {
  padding-top: calc(100% * 9 / 16);
}
.imgbox__inner.imgbox__inner-1-1 {
  padding-top: 100%;
}
.imgbox__inner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/*-------------------------*/
/* $About
---------------------------*/
section.about .image-wrap {
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.about .image-wrap .logo {
  position: static;
  left: 0px;
  right: 0px;
  display: block;
}
section.about .image-wrap .logo-w {
  max-width: 150px;
  position: relative;

  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  section.about .image-wrap {
    height: 570px;
    position: relative;
  }
  section.about .image-wrap .logo-w {
    margin: 0 auto;
    max-width: 80px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  section.about .image-wrap .txt {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: calc(50% + 110px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.item {
  padding-bottom: 40px;
}
section.about .content-wrap {
  /* background-color: #e0e5df; */
}
section.about .content-wrap .title {
  border-bottom: 1px solid rgba(181, 195, 178, 1);
}
section.about .image-wrap .logo {
  background: url(../image/logo-w.png) no-repeat center/contain;
}
@media (max-width: 991px) {
  section.about .image-wrap .logo {
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.about .image-wrap .txt {
    margin: 0 auto;
  }
}
/*-------------------------*/
/* $Service
---------------------------*/
section#service .item .img-wrap {
  width: 100%;
  margin-bottom: 18px;
}
section#service .item .img-wrap img {
  width: 100%;
}

section#service .item .img-wrap a {
  z-index: 2;
}

/*-------------------------*/
/* $Service
---------------------------*/

/* @media (max-width: 768px){
    section#service .item .img-wrap a{
        opacity: .8;
    }
} */

section#service .item .img-wrap a h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
section#service .item {
  text-align: center;
  /* flex-direction: column;
    display: flex;
    justify-content: center; */
}

section#service .item .services_item-s {
  position: relative;
  text-align: left;
  display: inline;
}
/* section#service .item:nth-child(1) .services_item-s{
   width: 132.95px;
  margin: 0 auto;
}
section#service .item:nth-child(2) .services_item-s{
    width: 164.95px;
   margin: 0 auto;
 }
 section#service .item:nth-child(3) .services_item-s{
    width: 228.95px;
   margin: 0 auto;
 }
 section#service .item:nth-child(4) .services_item-s{
    width: 212.95px;
   margin: 0 auto;
 } */

section#service .item .services_item-s span {
  padding: 0 4px;
  color: #000;
  list-style: none;
  position: relative;
  display: inline-block;
}

/*-------------------------*/
/* $Contact
---------------------------*/
/* .weddingFlower{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 150px;


}
.weddingFlowerItem_link{
    display: block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.imgbox_SERVICE::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .0);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}
.weddingFlowerItem_link_text{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    transition: 0.4s;
}
.imgbox_SERVICE_wreath:hover .weddingFlowerItem_link .imgbox_SERVICE::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(96, 57, 19, .4);
    position: absolute;
    top: 0px;
    left: 0px;
}
.imgbox_SERVICE_wreath:hover .weddingFlowerItem_link .weddingFlowerItem_link_text{
    position: absolute;
    top: calc(50% + 0px);
    left: 50%;
    transform: translate(-50%,-50%);
    color: #b5c3b2;
    font-size: 24px;
}

.imgbox_SERVICE_wreath{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.weddingFlower_wreath{
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 105%;
    height: 105%;
}

.imgbox_SERVICE{
    margin: 0 auto;
    max-width: 250px;
    margin-top: 20px;
    border-radius: 50%;
    position: relative;
}
@media (max-width: 575px){
    .imgbox_SERVICE_wreath{
        max-width: 150px;
        margin-bottom: 24px;
    }
}
.weddingFlower .item{
    padding-bottom: 0px;   
  
    padding-bottom: 32px;
}
.weddingFlower .item .weddingFlowerItem_list{
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 4px;
}
@media (max-width: 767px){
    .weddingFlower .item .weddingFlowerItem_list{
        box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
        padding: 24px;
    }
}
.weddingFlower .item .position-relative{
    text-align: center;
    color: #603913;
}


.service_content{
    padding-top: 24px;
    padding-bottom: 0px;
    margin: 0 auto;
    max-width: 250px;
}
.service_content ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.service_content ul li{
    
    padding-left: 22px;
    list-style: none;
    position: relative;
}
.service_content ul li::before{
    content: "";
    background: rgba(181, 195, 178, 1);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}



.btn_SERVICE{
    color: #fff;
    border: 1px solid #40587c;
    height: 100%;
    text-align: center;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    font-size: 14px;
    width: 120px;
    background: #40587c;
    position: relative;
}
.btn_SERVICE:before {
    content: "v";
    color: #fff;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    font-size: 14px;
    height: 14px;
    transform: scaleX(0.4) scaleY(1.5) rotate(-90deg);
    
}


@media (max-width: 767px){
    .weddingFlower{
        padding: 5px;
    }
    .weddingFlower .item .position-relative{
        text-align: left;
        white-space:nowrap;
    }

    .imgbox_SERVICE{
        margin: 0;
        max-width: 150px;
    }
    .service_content{
        margin: 0;
    }

    .btn_SERVICE{
        color: #fff;
        border: 1px solid #40587c;
        height: 100%;
        text-align: center;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        font-size: 14px;
        width: 100%;
        background: #40587c;
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 575px){
    .service_content{
        padding-top: 4px;
    }
}
 */

/*-------------------------*/
/* $Flower Life
---------------------------*/
.flowerLife {
  position: relative;
  background-repeat: no-repeat;
  background-repeat: inherit !important;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 1200px) {
  .flowerLife {
    background-attachment: fixed !important;
  }
}
.flowerLife::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.flowerLife .container {
  max-width: 1010px;
}
.flowerLife_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  /* padding-right: 15px !important;
    padding-left: 15px !important; */
}
.flowerLife_card {
}
.flowerLife .flowerLife_wrapper .title {
  color: #ffffff;
  text-shadow: #000000 1px 1px 6px;
  text-align: center;
  line-height: 1.6em;
  z-index: 10;
  opacity: 0.8;
  padding-top: 16px;
}
.flowerLife .flowerLife_wrapper h4 {
  color: #ffffff;
  text-shadow: #000000 1px 1px 6px;
  text-align: center;
  line-height: 1.6em;
  z-index: 10;
  opacity: 0.8;
  padding-top: 16px;

  padding-bottom: 4px;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.flowerLife .flowerLife_wrapper h2,
.flowerLife .flowerLife_wrapper p {
  color: #fff;
  text-shadow: #000000 1px 1px 6px;
}

.flowerLife_icon {
  margin-top: 48px;
  margin-bottom: 60px;
}
.flowerLife_icon .row .col-4 {
  border-right: 1px solid #fff;
}
.flowerLife_icon .row .col-4:last-child {
  border-right: none;
}

.flowerLife .flowerLife_wrapper a {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 98px;
  margin: 16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
}

.flowerLife .flowerLife_wrapper a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.flowerLife_ig {
  font-size: 50px;
  background-color: #fff;
}
.flowerLife_fb {
  font-size: 50px;
  background-color: #fff;
}
.flowerLife_line {
  font-size: 50px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .flowerLife .flowerLife_wrapper a {
    width: 80px;
    height: 80px;
    line-height: 78px;
  }
  .flowerLife_ig {
    font-size: 40px;
    background-color: #fff;
  }
  .flowerLife_fb {
    font-size: 40px;
    background-color: #fff;
  }
  .flowerLife_line {
    font-size: 40px;
    background-color: #fff;
  }
  .flowerLife .flowerLife_wrapper a {
    margin: 16px 3px;
  }
}

@media (max-width: 576px) {
  .flowerLife .flowerLife_wrapper a {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
  .flowerLife_ig {
    font-size: 30px;
    background-color: #fff;
  }
  .flowerLife_fb {
    font-size: 30px;
    background-color: #fff;
  }
  .flowerLife_line {
    font-size: 30px;
    background-color: #fff;
  }
  .flowerLife .flowerLife_wrapper a {
    margin: 16px 3px;
  }
}
@media (max-width: 375px) {
  .flowerLife .flowerLife_wrapper a {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
  .flowerLife_ig {
    font-size: 24px;
    background-color: #fff;
  }
  .flowerLife_fb {
    font-size: 24px;
    background-color: #fff;
  }
  .flowerLife_line {
    font-size: 24px;
    background-color: #fff;
  }
  .flowerLife .flowerLife_wrapper a {
    margin: 16px 3px;
  }
}

/*-------------------------*/
/* $Footer
---------------------------*/
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebe7de;
}
.footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer__logo {
  margin-top: 24px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../image/logo/logo.png");
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
/* list */
.footer ul.list {
  padding-top: 24px;
  padding-bottom: 24px;
}
.list__link {
  color: #bc9e6c;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 400;
}
.list__link:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.footer__icon-group {
  /* padding-top: 24px; */
}
.footer__icon-group .icon-btn {
  margin-right: 16px;
}
.copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 24px;
  color: #484848;
}

.contactfooter {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
/*-------------------------*/
/* $Contact
---------------------------*/
.contactfooter {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.contactfooter__item {
  margin-bottom: 24px;
}
.contactfooter__label {
  color: #bc9e6c;
  font-size: 16px;
  margin-bottom: 8px;
}
.contactfooter__link {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  display: inline-block;
}
.contactfooter__link:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
a.icon-btn {
  color: #876d5a;
  text-align: center;
  display: inline-block;

  /* width: 40px;
    height: 40px; */
  line-height: 40px;

  border-radius: 50%;
}
a.icon-btn:hover {
  color: rgba(58, 0, 40, 1);
}
.footer .flowerLife_icon {
  /* padding: 24px 0px; */
  /* margin: 0px; */
  /* margin-right: 8px; */
}
.footer .flowerLife_ig {
  font-size: 32px;
  background: none;
}
.footer .flowerLife_fb {
  font-size: 32px;
  background: none;
}
.footer .flowerLife_line {
  font-size: 32px;
  background: none;
}

.slick-slide img {
  width: 100%;
}
/*-------------------------*/
/* $Bg */
/*-------------------------*/
.bg {
  z-index: -5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../image/banner/banner_01.jpg);
  background-position: center;
}

.bg:before {
  background-image: -o-linear-gradient(left, #1d232f 0%, #1a1a1a 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1d232f),
    to(#1a1a1a)
  );
  background-image: linear-gradient(90deg, #1d232f 0%, #1a1a1a 100%);
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
}

/*-------------------------*/
/* $ContactUs */
/*-------------------------*/
.contact {
  padding-top: 80px;
  padding-bottom: 80px;

  background-image: url(../image/contact/bg.jpg);
  background-size: cover;
  background-position: center;
}

/* .contact::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
  }
   */
@media (max-width: 768px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact .intro-title .heading {
  text-align: left;
  color: #fff;
}

.contact .intro-title .subtitle {
  text-align: left;
  padding-bottom: 16px;
  color: #fff;
}

/*-------------------------*/
/* $top */
/*-------------------------*/
.toTop {
  z-index: 10000;
  right: 30px;
  bottom: 100px;
}

/*-------------------------*/
/* $form */
/*-------------------------*/
select,
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form {
  width: 100%;
}

.form input[type="text"],
.form input[type="phone"],
.form input[type="tel"],
.form input[type="email"],
form input[type="date"],
select {
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  background-color: inherit;
  color: #000;
  background: #fff;
}

.form textarea {
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  background-color: inherit;
  color: #000;
  resize: none;
  background: #fff;
}

.form input[type="text"]:focus,
.form input[type="phone"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
select:focus {
  outline: 0;
  border: 1px solid #cdcdcd;
}

.form textarea:focus {
  outline: 0;
  border: 1px solid #cdcdcd;
}

.form label {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

#sendButton {
  margin-top: 32px;
}

/*-------------------------*/
/* $輪播圖
---------------------------*/

section#hero {
  background: #fff;
}
section.about {
  background: #fff;
}

section#service {
  background: #fff;
}

section#section_flowerLife {
  background: #fff;
}

section#photographyArt {
  background: #fff;
}

#photographyArt {
  background: #fff;
}

#flowerCourse {
  background: #fff;
}
#course {
  background: #fff;
}
#curriculum {
  background: #fff;
}

/*-------------------------*/
/* $elements
---------------------------*/
section .title p {
  text-indent: 0rem;
}

/*-------------------------*/
/* $elements
---------------------------*/
.book_height {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .book_height {
    padding-top: 120%;
    position: relative;
    overflow: hidden;
  }
}
.book_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*-------------------------*/
/* $section
---------------------------*/
#weddingDesign:target {
  padding-top: 80px !important;
  margin-top: -80px !important;
}
#customFlowerGift:target {
  padding-top: 80px !important;
  margin-top: -80px !important;
}
#flowerArt:target {
  padding-top: 80px !important;
  margin-top: -80px !important;
}
#flowerCourse:target {
  padding-top: 80px !important;
  margin-top: -80px !important;
}

/*-------------------------*/
/* $Authority */
/*-------------------------*/
section#curriculum.parallax {
  padding-bottom: 0px;
}
.parallax {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 380px;
  position: relative;
}

.parallax {
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
}

.page_title {
  text-align: center;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.parallax h3 {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.1em;
  font-size: 32px;
  margin-bottom: 16px;
  color: #000;
  opacity: 0.8;
  text-shadow: 0.1em 0.1em 0.2em #fff;
}

.page_title .bread-crumbs {
  text-align: center;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.page_title .bread-crumbs a {
  color: #1c1c1c;
}
.page_title .bread-crumbs span {
  color: #1c1c1c;
}
.page_title .bread-crumbs .delimter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px;
  -webkit-transform: rotate(-90deg) scaleX(1.2) scaleY(0.5);
  -ms-transform: rotate(-90deg) scaleX(1.2) scaleY(0.5);
  transform: rotate(-90deg) scaleX(1.2) scaleY(0.5);
}

/*-------------------------*/
/* $Gallery */
/*-------------------------*/
.gallery__item {
  display: inline-block;
}
.gallery__item .image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.map-box {
  width: 30%;
  height: 300px;
}
/*-------------------------*/
/* $portfolio */
/*-------------------------*/
.portfolio {
  background-color: #fff;
  padding: 80px 0px;
}

/* Thumbnail */
.page_thumbnail {
  color: #353630;
  margin-bottom: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cfcfcf;
}
.page_thumbnail__info {
  padding: 5px 30px 30px;
}

@media (max-width: 768px) {
  .page_thumbnail__info {
    padding: 5px 15px 15px;
  }
}
.page-detail {
  font-size: 11px;
  margin: 17px 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #d98c45;
}
.page-detail i {
  margin-right: 10px;
}
.page-detail i.fa-calendar-alt {
  font-size: 13px;
}
.date {
  float: left;
  color: #d98c45;
}
.categories {
  color: #d98c45;
  float: right;
}
.page_thumbnail__title {
  color: #d98c45;
  text-transform: none;
  font-weight: 400;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: "Helvetica", "roboto", arial, "æ€æºé»‘é«” TWHK Regular",
    "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
  margin-bottom: 17px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover .page_thumbnail__title {
  color: #d98c45;
}
.page_thumbnail__preview {
  line-height: 1.5em;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 400;
  font-family: "Helvetica", "roboto", arial, "æ€æºé»‘é«” TWHK Regular",
    "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
  color: #464646;
  text-align: justify;
}
.page_more {
  color: #d98c45;
  margin-top: -4px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-weight: 400;
  border: none;
  z-index: 1;
}
a.page_more:hover {
  color: #d98c45;
}
.page_more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d98c45;
  height: 6px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 2px;
}

.info__subtitle {
  line-height: 57.2px;
  font-size: 40px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  font-family: Helvetica, roboto, arial, "思源黑體 TWHK Regular", 微軟正黑體,
    sans-serif;
  font-weight: 400;
  color: #d98c45;
  position: relative;
  font-weight: 500;
}

/* .post .info__subtitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #d98c45;
} */
/*-------------------------*/
/* $Post
---------------------------*/
.page_thumbnail_content {
  margin-bottom: 32px;
}
.post {
  padding: 80px 0px;
}
.post ul {
  list-style: none;
}
.post img {
  width: 100%;
}
.post-detail {
  font-size: 11px;
  margin: 17px 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #d98c45;
}
.post .post-detail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post .date {
  float: left;
  margin-right: 32px;
}
.post .categories {
  float: left;
  margin-right: 32px;
}
.post .post_content h6 {
  color: #d98c45;
}
.post .post_content p {
  color: #464646;
  line-height: 1.875em;
  padding-bottom: 16px;
  font-weight: 300;
  text-align: justify;
}

.post .post_content h2 {
  margin: 0px 0 25px 0px;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 43px;
  opacity: 1;
  visibility: visible;
  color: #d98c45;
}
/* list */
.post .post_content ul {
  line-height: 1.875em;
  padding-top: 30px;
  list-style: none;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 1rem;
}
.post .post_content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #464646;
}
.post .post_content ul li span {
  color: red;
}
.post .post_content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #464646;
  position: absolute;
  z-index: 1;
  left: 0px;
  border-radius: 50%;
  top: 13px;
}
.testimonial-item {
  padding-left: 105px;
  margin-top: 45px;
  margin-bottom: 60px;
}
.post_quote {
  font-size: 26px;
  /* font-family: "Barlow Condensed"; */
  line-height: 1.6em;
  position: relative;
  color: #000;
  font-style: italic;
  font-weight: 400;
}

.post_quote::before {
  content: "“";
  position: absolute;
  top: -15px;
  left: -100px;
  font-size: 130px;
  color: #e0937f;
  line-height: 1em;
  font-weight: bold;
  opacity: 0.8;
  font-style: normal;
  font-family: "PT Serif", "Noto Serif TC", serif;
}

.signature {
  padding-top: 25px;
}

.signature h6 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0px 0 10px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.025em;
  font-family: "Fira Sans Extra Condensed";
  font-weight: 400;
}

.signature .job_title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .testimonial-item {
    padding-left: 24px;
    margin-top: 32px;
    margin-bottom: 60px;
  }

  .post_quote {
    font-size: 24px;
    text-align: justify;
  }

  .post_quote::before {
    content: "â€œ";
    font-size: 65px;
    top: 0px;
    left: -40px;
  }

  .signature h6 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px 0 10px;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-family: "Fira Sans Extra Condensed";
  }

  .signature .job_title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
}

.post_gallery {
  padding: 0px 0px 0px 0px;
  padding-bottom: 16px;
  margin-bottom: 1rem;
}
.fancybox-slide > * {
  padding: 10px;
}

/*-------------------------*/
/* $side
---------------------------*/
/* side */
.page_thumbnail_sidebar {
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 30px 40px 0;
  margin-left: 10px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .page_thumbnail_sidebar {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .page_thumbnail_sidebar {
    padding: 30px 15px 0;
  }
}
.sidebar_categories {
  margin-bottom: 25px;
}

.sidebar_title {
  line-height: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  color: #464646;
  display: inline-block;
  padding-left: 40px;
  font-size: 14px;
  margin-bottom: 25px;
}
.sidebar_title:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 1px;
  width: 25px;
  background: #d98c45;
}
li.categories-item {
  border-bottom: 1px solid #cfcfcf;
}
li.categories-item:last-of-type {
  border-bottom: none;
}
.categories-item a {
  padding: 13px 0px;
  color: #464646;
  display: block;
}

.sidebar_blog_post {
  margin-bottom: 25px;
}
.sidebar_imgbox {
  float: left;
  width: 25%;
}
.sidebar_detail {
  float: left;
  width: 75%;
  padding-left: 24px;
  color: #464646;
}
.sidebar_detail_text {
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
  color: #464646;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.sidebar_detail_date {
  font-size: 12px;
  color: #d98c45;
  margin: 5px 0 5px 0;
  font-weight: 600;
}

.blog_post-item {
  padding: 12px 0 15px 0px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  position: relative;
}
.blog_post-item:last-of-type {
  border-bottom: none;
}

.categories-item a.categories-itemActive {
  background-color: rgba(217, 140, 69, 0.7);
  color: #fff;
  padding-left: 16px;
}
