@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");

* {
    line-height: calc(6px + 2ex + 6px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.emphasize {
    font-size: 24px;
    /* padding: 0 4px; */
    /* color: #000; */
    font-weight: 400;
    line-height: 29px;
    /* color: #000 */
}
.heading-section h2 {
    font-family: "cwTeXYen", Helvetica, roboto, arial, "思源黑體 TWHK Regular", 微軟正黑體, sans-serif;
}
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 32px;
    }
}

.img-100 {
    width: 100%;
}
.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a:hover {
    color: #000;
}
.quote-a {
    text-decoration: underline;
    font-size: 20px;
    padding-bottom: 4px;
    display: inline-block;
}
.quote-a i {
    padding-left: 8px;
    padding-right: 8px;
}
/* .quote-a::after{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #308efa;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.quote-a::before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #308efa;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
} */

.ftco-menu .nav-pills .nav-link.active,
.ftco-menu .nav-pills .nav-link:hover {
    background-color: #c49b63;
    color: #fff;
}
.contact__item {
    margin-bottom: 16px;
}
.contact__label {
    color: #1c1c1c;
    font-size: 18px;
    margin-bottom: 8px;
}
.contact__link {
    font-size: 18px;
    color: #1c1c1c;
    display: inline-block;
}

.contact__link:hover {
    color: #eee;
}
.social-bar {
    vertical-align: top;
}
.social-bar .icon-btn {
    vertical-align: top;
    color: #1c1c1c;
    width: 44px;
    margin-right: 8px;
    height: 44px;
}
#contact {
    z-index: 10;
}
.social-bar .icon-btn .icon {
    line-height: 44px;
    font-size: 32px;
    text-align: center;
}

/*-------------------------*/
/* $fancybox 
---------------------------*/
.fancybox-navigation {
    top: 50vh;
}
/*-------------------------*/
/* $Button
---------------------------*/

.project-area .button-group {
    text-align: center;
    margin-bottom: 24px;
}
.project-area .btn_work {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 11px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    color: #1c1c1c;
    border: none;
    border-bottom: 1px solid #1c1c1c;
    outline: none;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-area .btn_work:hover {
    background-color: #C8C9CE;
    color: #fff;
}

.portfolio .portfolio_thumbnail:hover .imgbox .imgbox_circle_Box {
    top: 50%;
}
.imgbox_circle {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 17px 17px 17px 17px;
    border-radius: 60px 60px 60px 60px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    width: 50px;
    height: 50px;
}
/*-------------------------*/
/* $Portfolio 
---------------------------*/
.grid {
    margin: 0 auto;
}

.grid-row {
    margin: 0 auto;
    margin-left: -16px;
    margin-right: -16px;
}
.grid-item {
    width: 33.33333%;
    padding: 0px 16px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .grid-item {
        width: 50%;
    }
}
@media (max-width: 580px) {
    .grid-item {
        width: 100%;
    }
}

.portfolio_thumbnail {
    margin: 0px;
    width: 100%;

    color: #353630;
    margin-bottom: 32px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;
    border: 1px solid #cfcfcf;
}

.portfolio_thumbnail__info {
    padding: 20px;
    font-weight: 300;
}
@media screen and (min-width: 748px) and (max-width: 991px) {
    .portfolio_thumbnail__info {
        padding: 8px;
    }
    .portfolio_thumbnail .portfolio_thumbnail__info .page-detail i {
        margin-right: 4px;
    }
}
.portfolio .portfolio_thumbnail .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio .portfolio_thumbnail .imgbox img {
    display: block;
}

.portfolio .portfolio_thumbnail:hover .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0px;
    left: 0px;
}

.portfolio-detail {
    font-size: 11px;
    margin: 17px 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #C8C9CE;
}
.portfolio-detail i {
    margin-right: 10px;
}
.portfolio-detail i.fa-calendar-alt {
    font-size: 13px;
}
.portfolio-detail .date {
    float: left;
    color: #C8C9CE;
}

.portfolio-detail .categories {
    color: #C8C9CE;
    float: right;
}

.portfolio_thumbnail__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #f088b1;
    font-weight: 400;
    font-family: "Josefin Sans", Arial, sans-serif, "Noto Sans TC";
    text-align: center;
}
a:hover .portfolio_thumbnail__title {
    color: #000;
}

.portfolio_thumbnail__content {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #777;
    text-align: center;
}
/*-------------------------*/
/* $cross */
/*-------------------------*/

#cross {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    z-index: 1000;
}
#cross img {
    width: 60px;
}
@media screen and (max-width: 768px) {
    #cross img {
        display: none;
    }
}

#cross2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    z-index: 1000;
}
#cross2 img {
    width: 60px;
}
@media screen and (max-width: 768px) {
    #cross2 img {
        display: none;
    }
}

/* #cross:before,
#cross:after {
    content: "";
    display: block;
    width: 60px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
   #cross:before,
   #cross:after {
        display: none;
    }
}
#cross:after {
    -webkit-transform: translate(-50%, -50%) rotate(136deg);
    transform: translate(-50%, -50%) rotate(136deg);
} */
/*-------------------------*/
/* $Grid */
/*-------------------------*/
.custom-width {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 761px) {
    .custom-width {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1121px) {
    .custom-width {
        padding-left: calc(0.1975 * 100vw - 196.2px);
        padding-right: calc(0.1975 * 100vw - 196.2px);
    }
}
/*-------------------------*/
/* $Bg */
/*-------------------------*/
.bg {
    z-index: -2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/banner/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.bg:before {
    background-image: -o-linear-gradient(left, #fff 0%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#eee));
    background-image: linear-gradient(90deg, #fff 0%, #eee 100%);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
}

/*-------------------------*/
/* $Authority */
/*-------------------------*/
.parallax {
    padding-bottom: 110px;
    padding-top: 130px;
}

.parallax .container {
    z-index: 2;
    position: relative;
    color: #000;
}

@media (min-width: 576px) {
    .parallax .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .parallax .container {
        max-width: 720px;
    }
}

.parallax h3 {
    text-align: center;
    font-size: 32px;
    color: #000;
    letter-spacing: 3.5px;
    font-weight: 900;
    opacity: 0.8;
    text-shadow: 0.1em 0.1em 0.2em #fff;
}

@media (max-width: 768px) {
    .parallax h3 {
        font-size: 24px;
    }
}

.parallax h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    letter-spacing: 1.5;
}

@media (max-width: 768px) {
    .parallax h2 {
        font-size: 16px;
    }
}

.parallax h2 > span {
    display: block;
    color: #000;
    opacity: 0.8;
}

.parallax h2 .total {
    font-size: 46px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .parallax h2 .total {
        font-size: 40px;
    }
}
/*-------------------------*/
/* $About
---------------------------*/
.side-image-box {
    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;
}
.si-img {
    max-width: 585px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
    min-width: 585px;
    border: 1px solid #cfcfcf;
    left: 15px;
}

.si-img_inner {
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.si-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.si-wrap {
    right: 15px;

    border: 4px solid #c49b63;
    background: #fff;
    padding: 80px 60px 90px 60px;
    width: 100%;
    min-width: 585px;
    max-width: 585px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    border-radius: 8px;
}
@media (min-width: 992px) {
    .si-wrap {
        border: 8px solid #c49b63;
        border-radius: 50%;
    }
}

@media (max-width: 1200px) {
    .si-img {
        left: 120px;
    }
    .si-wrap {
        right: 120px;
    }
}
@media (max-width: 991px) {
    .side-image-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .si-img {
        min-width: 100%;
        left: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .si-wrap {
        margin: 20px 0px 0px 0px;
        min-width: 100%;
        right: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .side-image-box.right .si-img {
        left: calc(100% - 465px);
    }
    .side-image-box.right .si-wrap {
        right: calc(100% - 465px);
    }
}

@media (min-width: 1201px) {
    /* right */
    .side-image-box.right .si-img {
        left: calc(100% - 575px);
    }
    .side-image-box.right .si-wrap {
        right: calc(100% - 575px);
    }
}

.si-wrap .info__title {
    font-size: 42px;
    margin-bottom: 16px;
    font-family: Helvetica, roboto, arial, "思源黑體 TWHK Regular", 微軟正黑體, sans-serif;
    font-weight: 300;
    color: rgb(70, 70, 70);
    line-height: 1.15;
    text-align: center;
}

@media (min-width: 992px) {
    .si-wrap .info__title {
        text-align: center;
    }
}

.si-wrap .info__text {
    text-align: center;
}
.si-wrap .info__text p {
    margin-bottom: 16px;
}

.about-item {
    padding-bottom: 80px;
}

.ftco-about .si-wrap .info__title img {
    width: 72px;
    margin: 25px auto;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 426px) {
    .ftco-about .si-wrap .info__title img {
        margin: 15px 0;
        margin-top: 4px;
        margin-left: 7px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .ftco-about .si-wrap .info__title img {
        margin: 0 auto;
        margin-top: 4px;
    }
}
/*-------------------------*/
/* $header 
---------------------------*/
.oi.oi-menu {
    color: #1c1c1c;
}
.navbar {
    padding: 0px;
}
.ftco-navbar-light {
    border-bottom: 0px;
    background-color: #C8C9CE !important;
}
.ftco-navbar-light.scrolled .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.navbar-brand img {
    width: 95px;
    padding-top: 4px;
    padding-bottom: 4px;
}
@media (max-width: 992px) {
    .navbar-brand img {
        width: 65px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
.oi:empty:before {
    font-size: 20px;
}
.ftco-navbar-light.scrolled {
    background: rgba(200, 201, 206, 0.7) !important;
}
.ftco-navbar-light.scrolled .nav-item > .nav-link {
    margin-left: 0px;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    display: block;
    padding: 24px !important;
    line-height: 32px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: rgba(0, 0, 0, 1) !important;
}
.ftco-navbar-light.scrolled .nav-item > .nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
}

/*-------------------------*/
/* $輪播
---------------------------*/
/* logo */
.jumbotron img {
    max-width: 150px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .jumbotron img {
        max-width: 120px;
        margin: 0 auto;
        
    }
}
@media (max-width: 768px) {
    .jumbotron img {
        max-width: 180px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .jumbotron img {
        max-width: 150px;
        margin: 0 auto;
    }
}
/*-------------------------*/
/* $services
---------------------------*/
.service {
    background: #fff !important;
}
.ftco-services {
    background: rgb(241, 249, 249);
}
.menu-wrap {
    margin-bottom: 40px;
}

.ftco-section {
    background: #C8C9CE;
    padding: 80px 0px;
}

@media (max-width: 768px) {
    .ftco-section {
        background: #C8C9CE;
        padding: 40px 0px;
    }
}
.color-white {
    color: #1c1c1c !important;
}
.services h3 {
    margin-bottom: 8px;
    font-size: 22px;
    color: #000;
    letter-spacing: 1px;
}
.ftco-menu {
    background: #fff;
    padding: 80px 0px;
}
@media (max-width: 768px) {
    .ftco-menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.ftco-menu img {
    width: 100%;
}
.ftco-menu.ftco-menu-photo img {
    padding-bottom: 40px;
}
.services_thumbnails_img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
/*-------------------------*/
/* $Layout
---------------------------*/
.section {
    background: #fff;
}
.section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 768px) {
    .section__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/*-------------------------*/
/* $Info
---------------------------*/
.info {
    color: #000;
}
.info__title-qm {
    font-size: 48px;
    margin-bottom: 16px;
}
.info__subtitle-qm {
    font-size: 40px;
    margin-bottom: 48px;
    padding-bottom: 24px;
}

.info__subtitle-qm:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 4px;
    background-color: rgb(168, 202, 77);
}
.info__text-qm {
    font-size: 16px;
    line-height: 32px;
}
@media (min-width: 768px) {
    .col-ml-left-pad {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .info {
        padding-top: 24px;
        padding-bottom: 0px;
    }
    .info__title-qm {
        font-size: 40px;
    }
    .info__subtitle-qm {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .info__text-qm {
        margin-bottom: 24px;
    }
}

/*-------------------------*/
/* $Quote
---------------------------*/
.quote {
    padding-top: 10vh;
    padding-bottom: 14vh;
}
@media (max-width: 768px) {
    .quote {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.quote__content {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #484848;
    font-weight: 400;
}
.quote__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #308efa;
    text-align: center;
    line-height: 64px;
    font-size: 32px;
    color: #fefefe;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
.quote__text {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 24px;
}
.quote__name span {
    color: #308efa;
}
/*-------------------------*/
/* $ftco-intro 
---------------------------*/
.ftco-intro {
    background: #fff;
}
@media (min-width: 992px) {
    .ftco-intro {
        width: 100%;
        position: absolute;
        bottom: 0%;
        margin-bottom: -50px;
    }
}

.ftco-intro .wrap {
    width: 100%;
}
.ftco-intro .wrap .info {
    background: #C8C9CE;
    padding: 20px 30px;
    color: #1c1c1c;
}
@media (min-width: 992px) {
    .ftco-intro .wrap .info {
        width: calc(100% - 20%);
        padding: 30px 30px 15px 8%;
    }
}
@media (min-width: 1200px) {
    .ftco-intro .wrap .info {
        width: calc(100% - 28%);
        padding: 30px 30px 15px 8%;
    }
}
@media (min-width: 1400px) {
    .ftco-intro .wrap .info {
        width: calc(100% - 25%);
        padding: 30px 30px 15px 8%;
    }
}

.ftco-intro .col-md-4 {
    margin-bottom: 16px;
}
.ftco-intro .col-md-4:last-child {
    margin-bottom: 0px;
}

.ftco-intro .wrap .info a {
    text-align: justify;
    color: #1c1c1c;
}
.ftco-intro .wrap .info a.btn {
    text-align: justify;
    color: #1c1c1c;
    margin-top: 16px;
}
.ftco-intro .wrap .info a.btn:hover {
    text-align: justify;
    color: #fff;
    background-color: #C8C9CE;
    border: 2px solid #fff;
    margin-top: 8px;
}

.ftco-intro .wrap .icon {
    width: 40px;
    text-align: center;
}
.ftco-intro .wrap .icon span {
    color: #1c1c1c;
    font-size: 20px;
}
.ftco-intro .wrap .text {
    width: calc(100% - 40px);
}

.ftco-intro .wrap h3 {
    font-size: 16px;
    margin-top: 3px;
    color: #1c1c1c;
}

.ftco-intro .wrap .info p {
    margin-bottom: 0;
    font-size: 20px;
}
/*-------------------------*/
/* $jumbotron 
---------------------------*/
.jumbotronMobile {
}
.jumbotronPC {
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}
.jumbotron {
    padding: 0px;
    margin: 0px;
}
.jumbotron__item {
}
.jumbotron__item .imgHero {
    width: 100%;
    height: 100%;
    max-width: inherit;
}
.jumbotron__item .image {
    min-height: 95vh;
    background-size: cover;
    background-position: bottom center;
}

/* Carousel Style */
.owl-theme .owl-nav {
    position: relative;
    margin: 0px;
}
@media (max-width: 768px) {
    .jumbotron__item .image {
        min-height: 80vh;
        background-size: cover;
        background-position: center;
    }
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}
.owl-theme .owl-nav .owl-prev {
    left: 24px !important;
    background-image: url("../img/slider-arrows.png");
    background-size: cover;
    background-position: right;
}
.owl-theme .owl-nav .owl-next {
    right: 24px !important;
    background-image: url("../img/slider-arrows.png");
    background-size: cover;
    background-position: left;
}
.owl-theme .owl-nav .owl-prev:hover {
    left: 24px !important;
    background-position: right;
}
.owl-theme .owl-nav .owl-next:hover {
    right: 24px !important;
    background-position: left;
}
.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 24px;
}
.owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    background-color: rgba(256, 256, 256, 0.5);
}
.owl-theme .owl-dots .active {
    background-color: #b5f7ff;
}

.cardBanner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 30px;
}
/* @media (max-width: 1200px){
    .cardBanner{
        display: none;
    }
} */

.backdrop-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 16px 8px;
}

@media (max-width: 576px) {
    .backdrop-blur {
        padding: 20px 0px;
        min-width: 290px;
    }
}
.backdrop-blur h1 {
    font-size: 2rem;
    /* color: #050537; */
    color: #fff;
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
}

p.banner_content {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 400;
}

/*-------------------------*/
/* btn
/*-------------------------*/
/* normal */
.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    font-family: "Raleway", "Helvetica", "roboto", arial, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #d1d2d3;
    border: 0;
    border-radius: 18px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
}
.btn--primary,
.btn--secondary {
    color: #1c1c1c;
}
.btn.btn--primary {
    background-color: #C8C9CE;
    border: 1px solid #C8C9CE;
}
.btn.btn--primary:hover,
.btn.btn--primary:active {
    background: #308efa;
    border: 1px solid #308efa;
    color: #C8C9CE;
}
.btn.btn--secondary {
    background-color: inherit;
    border: 1px solid #c6eeff;
    color: #308efa;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:active {
    background: #308efa;
    border: 1px solid #308efa;
    color: #C8C9CE;
}

.btn-group .btn {
    margin-left: 8px;
    margin-right: 8px;
}
.btn-group--center {
    text-align: center;
}
.btn-group-md-right {
    text-align: left;
}
@media (min-width: 768px) {
    .btn-group-md-right {
        text-align: right;
    }
}

/* icon btn */
.icon-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
}
.icon-btn .icon {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-btn .icon:hover {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
/* text btn */
.text-btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", "Helvetica", "roboto", arial, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    color: #484848;
}
.text-btn.text-btn--primary {
    color: #c6eeff;
}
.text-btn.text-btn--lg {
    font-size: 20px;
    line-height: 48px;

    font-weight: 900;
}
.text-btn.text-btn--lg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #c6eeff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.text-btn.text-btn--lg:hover:before {
    width: 100%;
}

.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: #C8C9CE;
    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;
    }
}
/*-------------------------*/
/* $imgbox 
---------------------------*/
/* imgbox */
.imgbox {
    width: 100%;
    display: block;
    overflow: hidden;
}
.imgbox__inner {
    width: 100%;
    height: 0;
    position: relative;
}
.imgbox__inner-4-3 {
    padding-top: calc(100% * 3 / 4);
}
.imgbox__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
/*-------------------------*/
/* $Globel
---------------------------*/
.services .icon {
    background: #fff;
    margin: inherit;
}

.ftco-services .media i {
    font-size: 2.8rem;
}

.ftco-services-icon {
    padding-bottom: 40px;
}

.media-body {
    margin-left: 45px;
}

.divider.divider_left {
    width: 25px;
    height: 3px;
    position: absolute;
    left: -45px;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.divider {
    width: 25px;
    background: #C8C9CE;
}

.ftco-about {
    padding: 80px 0px;
    background-color: #fff;
    padding-top: 160px;
}
@media (max-width: 991px) {
    .ftco-about {
        padding: 80px 0px;
        padding-top: 160px;
    }
}

@media (max-width: 768px) {
    .ftco-about {
        padding: 40px 0px;
        padding-top: 80px;
    }
}
.info {
    /* padding-bottom: 40px; */
}
/*-------------------------*/
/* $Social Contact
---------------------------*/
.social_contact {
    z-index: 1000;
}
.social_contact a {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    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;
    margin-bottom: 8px;
}
.social_contact a:hover {
    color: #c6eeff;
}
.social_contact a i,
.social_contact a svg {
    font-size: 24px;
}

.socialBAr_line {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 196, 0);
}

.socialBAr_fb {
    color: rgb(255, 255, 255);
    background-color: rgb(62, 90, 153);
}
.socialBAr_ig {
    color: rgb(255, 255, 255);
    background: -o-linear-gradient(bottom, rgba(64, 93, 230, 1), transparent 75%), -o-linear-gradient(330deg, rgba(225, 48, 108, 1), transparent), -o-linear-gradient(210deg, rgb(252, 175, 69, 1), transparent);
    background: linear-gradient(0deg, rgba(64, 93, 230, 1), transparent 75%), linear-gradient(120deg, rgba(225, 48, 108, 1), transparent), linear-gradient(240deg, rgb(252, 175, 69, 1), transparent);
}
.ftco-menu .info .info__subtitle {
    color: #696969;
}
.ftco-menu .info .info__title {
    color: #1c1c1c;
}

.ftco-section.service .info .info__subtitle {
    white-space: nowrap;
    color: #1c1c1c;
}
.ftco-section.service .info .info__title {
    color: #1c1c1c;
}
.ftco-about .info .info__title {
    color: #1c1c1c;
}
.ftco-about .info .info__subtitle {
    
    color: #1c1c1c;
}
.ftco-footer.ftco-section {
    background-color: #c9c9c9;
}
.ftco-footer.ftco-section p {
    color: #696969;
}

.d-flex-center-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.service-process li::after {
    background-color: #C8C9CE;
}
.image-pet {
    width: 130%;
}

.thumbnailbox {
    margin-bottom: 32px;
}

.thumbnails {
    -webkit-box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 15px 24px 15px 24px;
    height: 100%;
    margin-bottom: 32px;
}

.thumbnail p {
    font-weight: 500;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: justify;
}
.thumbnail p:first-child {
    margin-bottom: 1.333em;
}

.thumbnail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.thumbnail ul li {
    float: left;
    color: #000;
    font-size: 100%;
    position: relative;
    text-align: justify;
    padding: 0px 32px 8px 15%;
}

.thumbnail ul li::before {
    content: "✔";
    position: absolute;
    left: calc(6% + 5px);
    top: -4px;
    font-size: 10px;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .thumbnail-f .heading {
        text-align: left;
    }
}

.thumbnail-f {
    padding-bottom: 40px;
}
/*-------------------------*/
/* $Service Process
---------------------------*/

.serviceProcess {
    background: #c49b63;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
@media (max-width: 991px) {
    .serviceProcess {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .serviceProcess .intro-img-section {
        margin-left: -15px;
    }
}
.serviceProcess-b {
    background: #64b8a8;
}
.info__title {
    white-space: normal;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 32px;
    margin-bottom: 36px;
}
#services .info__title {
    color: #1c1c1c;
}
#section_contact .info__title {
    color: #1c1c1c;
}
.post .info__title {
    color: #000;
    text-shadow: 0.1em 0.1em 0.2em #fff;
}

.info__subtitle {
    white-space: normal;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 32px;
    margin-bottom: 16px;
}
#services .info__subtitle {
    color: #1c1c1c;
}
#section_contact .info__subtitle {
    color: #1c1c1c;
}
.post .info__subtitle {
    color: #000;
    text-shadow: 0.1em 0.1em 0.2em #fff;
}

#contact .info__text {
    color: #000;
    text-align: justify;
}

/* QR CODE */
.qr_code_box {
    padding-top: 24px;
    width: 100%;
    max-width: 500px;
}
.qr_code_box .qr_code_fb {
    margin-right: 16px;
}
.qr_code_box .qr_code_fb p,
.qr_code_box .qr_code_line p {
    font-family: cwTeXYen, sans-serif !important;
    color: #fff;
    opacity: 0.7;
    font-weight: 500;
}

.qr_code_box .qr_code_fb,
.qr_code_box .qr_code_line {
    text-align: left;
    float: left;
    /* width: 50%; */
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;

    width: 130px;
}

/* imgbox */
.imgbox.imgbox-serviceProcess {
    width: 100%;
    max-width: 160px;
}
.imgbox.imgbox-serviceProcess .imgbox__inner-1-1 {
    padding-top: 100%;
    border: 1px solid rgba(204, 149, 135, 0.6);
    border-radius: 4px;
}
.intro-img-section .image {
    width: 100%;
}

.menu-wrap a {
    display: block;
}

.menu-wrap a img {
    margin-bottom: 1.5rem;
}
/*-------------------------*/
/* $serviceProcess
---------------------------*/

.serviceProcess .info_box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;

    display: block;
}

.ftco-services-info p {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

/* QR CODE */
.qr_code_box {
    padding-top: 24px;
    width: 100%;
    max-width: 500px;
}
.qr_code_box .qr_code_fb {
    margin-right: 16px;
}
.qr_code_box .qr_code_fb p,
.qr_code_box .qr_code_line p {
    font-family: cwTeXYen, sans-serif !important;
    color: #484848;
    opacity: 0.7;
    font-weight: 500px;
}

.qr_code_box .qr_code_fb,
.qr_code_box .qr_code_line {
    float: left;
    /* width: 50%; */
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cc9587;

    width: 130px;
}

/* imgbox */
.imgbox.imgbox-serviceProcess {
    width: 100%;
    max-width: 160px;
}
.imgbox.imgbox-serviceProcess .imgbox__inner-1-1 {
    padding-top: 100%;
    border: 1px solid rgba(204, 149, 135, 0.6);
    border-radius: 4px;
}
.intro-img-section .image {
    width: 100%;
}

.img-responsive {
    width: 100%;
}

.ftco-appointment {
    border-top: 0.5px solid #eee;
    padding: 80px 0px;
    color: #eee;
    background-color: #C8C9CE;
}
@media (max-width: 768px) {
    .ftco-appointment {
        padding: 40px 0px;
    }
}

section#contact #cat {
    width: 30%;
    max-width: 300px;
    position: absolute;
    right: 0px;
    bottom: -2px;
}

@media (max-width: 768px) {
    section#contact #cat {
        width: 40%;
    }
}

@media (max-width: 576px) {
    section#contact #cat {
        width: 50%;
    }
}

/*-------------------------*/
/* $portfolio */
/*-------------------------*/

#section-3 {
    color: #555;
}

#section-3 .subtitle {
    color: #999;
}

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 50px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    margin-left: 20px;
}

.portfolio .categories-grid .categories ul li a.active {
    margin-left: 0;
    background-color: #333;
    padding: 0 10px;
    color: white;
}

.portfolio_filter {
    padding-left: 0;
}

@media (max-width: 991px) {
    .portfolio .categories-grid span {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }

    .portfolio .categories-grid .categories ul li {
        text-align: center;
    }

    .portfolio .categories-grid .categories ul li a {
        margin-left: 0;
    }
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
}

.item_info {
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #60606e;
    font-size: 18px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    background-color: #333;
    padding: 0 10px;
    color: white;
    margin-top: 10px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    opacity: 0;
    font-size: 10px;
    letter-spacing: 2px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*-------------------------*/
/* $Authority */
/*-------------------------*/
.parallax {
    background-size: cover;
    background-image: url(../images/b-1.jpeg);
    background-position: bottom center;
    background-repeat: no-repeat;
    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;
}

.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);
}

/*-------------------------*/
/* $parallax graphic
---------------------------*/
[class^="graphic_"] {
    position: absolute;
}
@media (max-width: 768px) {
    [class^="graphic_"] {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.graphic_001 {
    top: 20%;
    left: 5%;
}
.graphic_002 {
    bottom: 0%;
    left: 2%;
}
.graphic_003 {
    top: -120%;
    right: 5%;
}
.graphic_004 {
    top: -30%;
    right: 10%;
}
.graphic_005 {
    bottom: 25%;
    left: 5%;
}
.graphic_006 {
    bottom: 60%;
    left: -5%;
}
.graphic_007 {
    top: -30%;
    right: -5%;
}
.graphic_008 {
    top: 10%;
    right: -10%;
}
.graphic_009 {
    bottom: 50%;
    left: 5%;
}
.graphic_010 {
    bottom: -10%;
    right: 20%;
}
.graphic_011 {
    top: 5%;
    left: -5%;
}
.graphic_012 {
    top: 12%;
    left: 5%;
}
.graphic_013 {
    top: 35%;
    right: 10%;
}
.graphic_014 {
    top: 50%;
    left: 10%;
}
.graphic_015 {
    top: 57%;
    left: 5%;
}
.graphic_016 {
    top: 71%;
    right: 10%;
}
.graphic_017 {
    top: 70%;
    right: 5%;
}
.graphic_018 {
    top: 84%;
    left: 5%;
}
.graphic_019 {
    top: 90%;
    left: 20%;
}
.graphic_020 {
    top: 0%;
    right: 20%;
}
.graphic_021 {
    top: 30%;
    left: 10%;
}
.graphic_022 {
    top: 35%;
    left: 10%;
}
.graphic_023 {
    top: 87%;
    right: 15%;
}
.graphic_024 {
    top: 70%;
    right: 10%;
}

/*-------------------------*/
/* $fotter
---------------------------*/
.ftco-footer {
    padding: 1.5em 0px;
}
.ftco-footer p {
    margin: 0px;
    color: #eee;
    opacity: 0.5;
}

/*-------------------------*/
/* $fotter
---------------------------*/

@media (min-width: 992px) {
    .ftco-menu .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

/*-------------------------*/
/* $about
---------------------------*/
.social-bar {
    padding-bottom: 40px;
}
.logo-w {
    width: 100px;
}

section.about {
    position: relative;
}

section.about .container-fluid,
section.about .container-sm,
section.about .container-md,
section.about .container-lg,
section.about .container-xl {
    padding: 0;
    position: relative;
}

section.about .image-wrap {
    width: 100%;
    height: 90vh;
    padding: 150px;
    background: url("../img/about-1.jpg") no-repeat center right;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    section.about .image-wrap {
        height: inherit !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

section.about .image-wrap .logo-w {
    -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;
    margin-bottom: 20px;

    width: 200px;
}

section.about .image-wrap .txt {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    max-width: 400px;
}

section.about .content-wrap {
    background: url(../img/皺紋背景.png) no-repeat center/cover;
    background-color: #fdf6f9;
    background-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 150px 100px;
    text-align: center;
}

section.about .content-wrap .title {
    border-bottom: 1px solid rgba(58, 0, 40, 0.5);
}

section.about .content-wrap .txt p {
    color: #444;
    line-height: 2;
}

@media (max-width: 1199.98px) {
    section.about .image-wrap {
        padding: 50px;
    }
    section.about .image-wrap .logo {
        top: 10%;
        left: 10%;
        width: 100px;
    }
    section.about .content-wrap {
        padding: 100px 100px;
    }
}

@media (max-width: 991.98px) {
    section.about .image-wrap {
        height: 400px;
    }
    section.about .content-wrap {
        position: relative;
        top: initial;
        right: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 100px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    section.about .image-wrap {
        padding-bottom: 25px;
    }
    section.about .image-wrap .logo {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../image/trio-logo-white.png);
    }
    section.about .content-wrap {
        padding: 50px;
    }
}

section#about .img-wrap {
    width: 100%;
    height: 400px;
    background: url("../image/banner/banner-1.jpg") no-repeat right center;
    background-size: cover;
    position: relative;
}

section#about .img-wrap .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    background: url("../image/trio-logo-white.png") no-repeat center;
    background-size: contain;
}

section#about .txt-wrap {
    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;
    width: 100%;
    height: 400px;
    padding: 30px;
}

section#about .txt-wrap p {
    font-size: 1.2rem;
    color: #ebe7de;
    line-height: 2;
}

/*-------------------------*/
/* $Page
---------------------------*/

/*-------------------------*/
/* $side
---------------------------*/
/* side */
.page_thumbnail_sidebar {
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 30px 40px 0;
    margin-left: 10px;
}
@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: #C8C9CE;
}
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;
}
.categories-item a.categories-itemActive {
    background-color: rgba(200, 111, 102, 0.7);
    color: #fff;
    padding-left: 16px;
}

.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: #C8C9CE;
    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;
}

/*-------------------------*/
/* $page
---------------------------*/
.post .info__title {
    line-height: inherit;
    margin-bottom: 16px;
}
.post .page_title .bread-crumbs a {
    color: #000;
}
.post .page_title .bread-crumbs span {
    color: #000;
}
.post .page_title .bread-crumbs span {
    color: #000;
}
.post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post .imgbox__inner-1-1 {
    padding-top: 100%;
}
.post .imgbox__inner .image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
/*-------------------------*/
/* $Post
---------------------------*/
.post img {
    width: 100%;
}
.post-detail {
    font-size: 11px;
    margin: 17px 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #C8C9CE;
}
.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 p {
    color: #464646;
    line-height: 1.875em;
    padding-bottom: 16px;
    font-weight: 300;
}
.post .post_content h2 {
    margin: 0px 0 25px 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    color: #464646;
}
/* list */
.post .post_content ul {
    line-height: 1.875em;
    padding-top: 30px;
}
.post .post_content ul li {
    padding: 0 0 0 16px;
    margin: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}
.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:before {
    content: "“";
    position: absolute;
    top: -15px;
    left: -85px;
    font-size: 130px;
    color: #555;
    line-height: 1em;
    font-weight: bold;
    opacity: 0.8;
    font-style: normal;
}
.signature {
    padding-top: 25px;
}

.post_gallery {
    padding: 32px 0px 0px 0px;
}

.thumbnailbox_content {
    -webkit-backdrop-filter: blur(5px);
    padding: 16px 8px;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.thumbnailbox_content h3 {
    text-shadow: 0.1em 0.1em 0.2em #000;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.fancybox-content {
    padding: 30px 0px;
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

@media (max-width: 768px) {
    .testimonial-item {
        padding-left: 40px;
    }

    .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;
    }
}