/* Generated by less 2.5.1 */
/*
Theme Name: YIYUAN
Theme URI:
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 8.0.0
Author: Mypolygon
Author URI: 
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*======= Helpers Class =======*/
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import "less/animation.css";

/*
@font-face {
    font-family: 'cwTeXYen';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'),
        url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff) format('woff'),
        url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.ttf) format('truetype');
}*/


.row.display-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
}

.mb0 {
    margin-bottom: 0;
}

.mt0 {
    margin-top: 0;
}

.overthrow {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

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

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

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

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

img {
    max-width: 100%;
}

.white {
    color: #fff;
}

.black {
    color: #000 !important;
}

.grecaptcha-badge {
    display: none !important;
}

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

.container {}


/*======= Button Effect =======*/
.btn,
button {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    border: 0;
    padding: 15px 35px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.44 !important;
}

button:hover,
.btn:hover {
    background: #000;
    color: #fff;
    cursor: pointer !important;
}

.btn-primary {
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    background: #37a6b9;
    border: 1px solid #37a6b9;
    font-weight: 400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #049647;

}

.btn-arrow-right {
    position: relative;
    padding-left: 40px;
    padding-right: 60px;
    overflow: hidden;
}

.btn-arrow-right:hover:before {
    right: 10%;
}

.btn-arrow-right:hover:after {
    width: 30%;
}

.btn-arrow-right:before {
    content: "\f054";
    font: 20px/54px FontAwesome;
    left: auto;
    right: -30%;
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.btn-arrow-right:after {
    content: "";
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform-origin: 0 0 center;
    -moz-transform-origin: 0 0 center;
    -ms-transform-origin: 0 0 center;
    -o-transform-origin: 0 0 center;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}

.btn-media {
    border: 1px solid #000;
    color: #000;
    margin-top: 25px;
    display: inline-block !important;
}

.btn-media:hover {
    color: #fff !important;
}

/*=====
Overlay
=======*/
.contactinfo {
    padding: 0;
    margin: 0;
}

.yyWrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.yyWrap a {
    display: block;
}

.yyWrap .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.yyWrap .overlay .centralize {
    width: 85%;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yyWrap .overlay h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.yyWrap .overlay h2 span {
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
}

.yyWrap:hover .overlay {
    opacity: 1;
    background: rgba(59, 91, 89, 0.8);
}

.yyWrap img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
}

.yyWrap:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*======= Img Effect =======*/
a.img-zoomIn {
    display: block;
    cursor: pointer;
}

a.img-zoomIn img {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    opacity: 1;
}

a.img-zoomIn:hover figcaption:before,
a.img-zoomIn:hover figcaption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover figcaption h2 {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
}

a.img-zoomIn figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

a.img-zoomIn figcaption h2 {
    color: #9fab00;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
}

a.img-zoomIn figcaption:before,
a.img-zoomIn figcaption:after {}

a.img-zoomIn figcaption:before {}

a.img-zoomIn figcaption:after {}

html {
    font-size: 62.5%;
    /* Sets up the Base 10 stuff */
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #000;
    padding-top: 70px;
    overflow-x: hidden;
    background: #fff;
}

p {
    margin-bottom: 15px;
}

hr {
    border-top: 1px solid #000;
}

a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    cursor: pointer !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

::selection {
    color: #000;
    background: #c4cdcd;
}

.readmore {
    width: 45px;
    max-width: 100%;
    margin: auto;
}

.moreBtn {
    width: 45px;
    max-width: 100%;
    margin: auto;
}

/*==== Font ====*/
/* =================================================================
Header ========================================== */
.header-waypoint {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0px;
}

/*======= header =======*/
#header {
    background: #fff;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 10px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    z-index: 99999;
    -webkit-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.49);
    box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.49);
}

.header-active#header {
    padding: 5px 0;
    background: #fff;
}

/*======= Logo =======*/
.navbar-header .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    z-index: 30;
}

a#logo img {
    width: 95px;
}

/*======= Navigation =======*/
ul#menu-primary-menu {}

.navbar-toggle {
    border-color: transparent;
    /*background: #f2f2f2;display: none;*/
}

.navbar-toggle .icon-bar {
    background: #000;
}

nav#navigation {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#navigation li {
    margin: 0;
    text-align: center;
}

#navigation li.menu-external a {
    font-size: 18px;
    padding: 15px 10px;
}

#navigation li a {
    /*font-size: 14px;
    font-weight: 400;*/
    text-transform: uppercase;
    color: #000;
    background: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#navigation li.current-menu-item a {
    color: #3b5b59;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
    background: transparent;
    color: #aaa;
}

#navigation li.glyphicon a {
    text-indent: -999999px;
}

#navigation li.glyphicon:before {
    color: #414041;
    position: absolute;
    top: 20px;
    left: 0px;
}

#navigation li.current_page_parent > a {
    color: #414041;
    background: transparent;
}

#navigation li.current_page_parent > a:before {
    background: #414041 !Important;
}

#navigation li.dropdown ul.dropdown-menu {
    padding: 0;
    border: 0;
    background: #fff;
}

#navigation li.dropdown ul.dropdown-menu li a {
    padding: 8px 20px;
    color: #414041;
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
}

#navigation li.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

#navigation li.dropdown.open a {
    background: transparent;
}

.page-head.clearfix {
    display: none;
}

article#post-not-found h1 {
    font-size: 20px;
}

/*==== Landing ====*/

.spu-content {
    text-align: center;
}

.spu-box {
    background: rgba(0, 0, 0, 0) !important;
}

.spu-box img.landingpage-logo {
    width: 100px;
    max-width: 50%;
    margin: auto;
}

span.spu-timer {
    display: none !important;
}

/* =================================================================
Index Page ========================================== */
body.home {
    overflow-x: hidden;
}

.homeslider {
    color: #fff;
    text-align: center;
}

.homeslider h1 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-top: 0;
}

.ms-bullet {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 7px !important;
    height: 7px !important;
    background-image: none !important;
    background-color: transparent !important;
}


.ms-bullet.ms-bullet-selected {
    background-image: none !important;
    background-color: #fff !important;
}

.arrow-bounce {
    position: absolute;
    width: 20px;
    bottom: 5%;
    left: 50%;
    margin-left: -15px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.home h5 {
    color: #3b5b59;
}

.understandSection {
    background: #eee;
}

.understandQuicklinkSection {
    margin-top: 5rem;
}

.understandQuicklinkSection h3 {
    font-size: 14px !important;
}

.understandQuicklinkSection > div {
    margin-bottom: 4rem;
}

.understandQuicklinkSection a {
    color: #000 !important;
}

.understandQuicklinkSection img {
    max-width: 70%;
    width: 200px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #3b5b59;
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.understandQuicklinkSection a:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.sliding-gallery {
    margin-bottom: 5rem;
}

/*==== not found ====*/
article#post-not-found {
    margin-bottom: 11rem;
}


/*======= Blog ======*/


.single .category-52 .serviceSummary,
.single .category-27 .serviceSummary {
    display: none;
}

.category-52 #pageTitle,
.category-27 #pageTitle {
    margin-bottom: 1rem;
}

.category-52 p.meta,
.category-27 p.meta {
    margin-bottom: 4rem;
}

.blogBanner.pageBanner {
    color: #000;
}

.blogBanner.pageBanner h2 {
    color: #000;
}

.home .yyblogSection {
    background: #eee;
}

.home-yyblogDesc {
    padding: 80px 80px;

    margin-bottom: 0;
    margin-top: 0;
}

.yyblogSection h4 {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.yyblogSection h4 img {
    margin-bottom: 10px;
}

.home-yyblogSummary {
    margin-top: 10px;
    margin-bottom: 0px;
}

.home-yyblogSummary a.more-link {
    display: none !important
}

.btn-yyblog {
    color: #000;
    border: 1px solid #3b5b59;
    background: none;
}

.btn-yyblog:hover {
    background: #3b5b59;
    color: #fff;
}

.yyblogContent h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.yyblogContent h5 {
    color: #000;
    background: #ffc000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 20px;
    position: absolute;
    display: inline-block;
    left: 20px;
}

.yyblogContent h5:after {
    content: '.';
}

.yyblogContent img {
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.yyblogContent img:nth-child(1) {
    margin-top: 0;
    margin-bottom: 0;
}

.yyblogContent .gallery {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.yyblogContent .gallery img {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.archive h1#pageTitle {
    margin-bottom: 0;
}

.yyblogSummary {
    padding: 40px 80px;
    margin-bottom: 0;
}

.yyblogSummary h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.yyblogExcerpt {
    margin: 40px 0;
}

.btn-readmore {
    color: #000;
    border: 1px solid #000;
    background: none;
}

.btn-readmore:hover {
    background: #000;
    color: #fff;
}


.titleyyblog {
    background: #eee;
}

/*====== About =====*/
.aboutSection {
    padding-bottom: 4.5rem !important;
}

.aboutSection h2 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.teamSection {
    padding: 0 0 9rem 0;
}

.membergrid {
    padding: 15px 30px
}

h4.memberName {
    font-weight: 500;
    font-size: 20px;
}

h5.memberRole {
    font-weight: 400;
    font-size: 12px;
}

.img-team {
    border-radius: 50%;
    padding: 5px 0;
    width: 100%;
}

/*====== Flow =====*/

.home .flowsummarySection {
    background: url(images/home-how.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 12rem 25px !important;
}

.btn-flow {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 4rem;
}

.btn-flow:hover {
    color: #000;
    background: #fff;
}

.flowsummarySection.pageSection {
    padding-bottom: 2.5rem;

}

.flowSection.pageSection {
    padding-top: 0;
    text-align: center;
}

.yyflow {
    color: #000;
}

.yyflow:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 10px;
    color: #555;
    background: #fff;
    position: absolute;
    float: right;
    right: 10px;
    display: block;
    margin-top: -5px;
    padding: 10px;
    z-index: -3;
}

.flowSection .panel-collapse.collapse.in:before {
    content: '\f077';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 10px;
    color: #555;
    background: #fff;
    position: absolute;
    float: right;
    right: 10px;
    margin-top: -114px;
    padding: 10px;
    z-index: -2;
}


.yyflow img {
    border-radius: 50%;
    border: 2px solid #000;
    width: 50px;
    margin: 1rem auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.yyflow:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.yyflow h3 {
    margin: 1.5rem 0 2rem 0;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400;
}

.flowSection .panel {
    padding: 0;
    color: #555;
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.flowSection .panel h4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    max-width: 85%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.flowSection .panel h4:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 5px solid #c4cdcd;
    margin: 1rem auto 1.5rem auto;
}

.flowSection .panel p {
    font-size: 14px;
    max-width: 85%;
    width: 700px;
    margin: 0 auto 25px auto;
}

.flowSection .panel li {
    font-size: 14px;
    max-width: 85%;
    width: 700px;
    margin: 0 auto 25px auto;
    list-style-position: inside;
}

.flowSection .panel p:last-child {
    padding-bottom: 1.5rem;
}

h5.help-yiyuan {
    line-height: 1.5;
    font-size: 20px;
    color: #000;
    margin: 2rem auto 5rem auto;
}

.btn-download {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.btn-download:hover {
    background: #000;
    color: #fff;
}

/*======= Contact  =====*/

#hotlineSection h3 {
    font-weight: 700;
    line-height: 1.4;
}

.contactSection strong {
    font-size: 18px;
    font-weight: 700;
}

.contactSection a {
    margin-bottom: 3px;
    color: #000;
    display: inline-block;
}

.contactSection a:hover {
    color: #888;
}

.page-template-page-contactus .footercontactSection {
    background-color: #eee;
    color: #000;
}

.page-template-page-contactus .footercontactSection .wpcf7-submit {
    background: #eee;
    color: #000;
    border: 1px solid #3b5b59;
}

.page-template-page-contactus .footercontactSection .wpcf7-submit:hover {
    background: #3b5b59;
    color: #fff;
}

i.fas.fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    font-size: 12px;
    margin-right: 1px;
}

a.btn-contact-yiyuan {
    background: #eee;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 100%;
}

/*======= page ========*/
.pageBanner {
    text-align: center;
    padding: 9rem 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

#hotlineSection {
    background: url(images/yiyuan-hotline.jpg) center no-repeat;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;

}

.pageBanner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.pageBanner h3 {
    font-size: 18px;
    font-weight: 400 !important;
}

#pageTitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
}

.sub-title {
    margin-bottom: 5rem;
    color: #fff;
}

/*==== enquiry ====*/

div.wpcf7-response-output {
    border: 0;
}

.form-group {
    margin-bottom: 11px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    background: #eee;
}

.wpcf7-submit {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 12px;
    font-weight: 400;
    margin: auto;
    background: none;
    width: auto !important;
    height: auto;
    padding: 15px 55px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
}

.wpcf7-submit:hover {
    background: #fff;
    color: #000000;
    border: 1px solid #3b5b59;
}

span.wpcf7-not-valid-tip {
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background: #f7e700;
}

.enquiryLabel {
    text-align: right;
}

.wpcf7 label {
    font-weight: normal;
    width: 200px;
    max-width: 100%;
}

/*==== single page ====*/

body.single .post_content {}

.single #pageTitle {
    color: #000;
}

.single .category-32 #pageTitle,
.single .category-our-services #pageTitle {
    color: #000;
    margin-bottom: auto;
}

.single .category-32 .meta,
.single .category-our-services .meta {
    display: none !important;
}

.meta,
.meta a {
    color: #555;
    font-size: 12px;
    line-height: 1.4;
}


.single img.single-img {

    margin-bottom: 3rem;
}

.single .category-32 h3,
.single .category-our-services h3 {
    margin-top: 4rem;
}

.single .category-32 h3:after,
.single .category-our-services h3:after {
    content: '';
    border-bottom: 5px solid #c4cdcd;
    width: 50px;
    display: block;
    margin: 10px 0;
}

.single .post_content table {
    border: 1px solid #ccc;
}

.single .post_content td {
    border: 1px solid #eee;
    padding: 5px;
}

/* =================================================================
innerPage ========================================== */

.post_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*======= Static Banner =======*/

/*======= Page Banner =======*/
.pageSection {
    padding: 9rem 0;
}

.pageSection h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.pageSection h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.pageSection h4 {
    font-weight: 500;
    text-transform: uppercase;
}

/* === GALLERY === */

.vp-fancybox {
    z-index: 999999;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #3b5b59;
}

dl {
    padding: 0;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

dt,
dd {
    line-height: 0;
    padding: 1px;
    margin: 0;
}

.thumbnail {
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.gallery-item {
    margin: 0 !important;
    padding: 0;
}

.gallery-item img {
    border: 0 !important;
    width: 100%;
}

.gallery-caption {
    display: none;
}

/*======= Breadcrumb =======*/
.breadcrumb {
    float: left;
    background: transparent;
    font-size: 12px;
    padding: 0;
}

/*======= List style =======*/
ul {
    padding-left: 20px;
    /*margin-bottom: 20px;*/
}

ul.lower-alpha {
    list-style-type: lower-alpha;
}

ul.disc {
    list-style-type: disc;
    margin-bottom: 10px;
}


/*======= contact page =======*/

.formSection {
    color: #000;
    background: #eee;
    text-align: center;
    padding: 80px 0;
}

.form-control {
    border-radius: 0;
    border: 0;

    box-shadow: 0;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
}

.btn-aboutinfo {
    border: 1px solid #3b5b59;
    color: #000;
    margin-top: 4rem;
}

.btn-aboutinfo :hover {
    color: #000;
    background: #fff;
}


/*====== Services =======*/
section#serviceBanner {
    background-image: url(images/banner-service.jpg);
}

.serviceSection {
    text-align: center;
    line-height: 1.5;
    background: #fff;
}

.serviceRow {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;*/
}

.serviceRow [class*='col-'] {
    /* margin-bottom: 30px;*/
}

/*
.serviceRow [class*='col-']:nth-child(4) .btn-services,
.serviceRow [class*='col-']:nth-child(5) .btn-services {
    display: none;
}*/


.serviceItem {
    background: #c4cdcd;
    padding: 4rem 4rem 2rem 4rem;
    margin-top: 3rem;
    height: 100%;
}

.serviceviewmore {
    background: #c4cdcd;
    padding: 0 2rem 4rem;
}

.serviceviewmore a {
    width: 80%;
}

.serviceSection .serviceItem h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px auto;
}

.serviceItem h2 em {
    clear: both;
    display: block;
    font-size: 65%;
    font-style: normal;
    font-weight: normal;
}

h5.serviceSummary {
    line-height: 1.5;
    font-weight: 400;
    color: #3b5b59;
}

h6.servicePrice {
    font-weight: 700;
    font-size: 16px;
}


a.btn-services {
    color: #000;
    border: 1px solid #000;
    background: transparent;
}

.btn-services:hover {
    background: #000;
    color: #fff;
}

.serviceSection .img-services {
    max-width: 50%;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    border: 0px solid #3b5b59;
    padding: 15px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.serviceSection a:hover .img-services {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.single .serviceSection {
    background: #eee;
}

.packageSection {}

.package2Section {
    margin-top: 5rem;
    background: #c4cdcd !important;
}

.package2Section h3:after {
    border-color: rgba(59, 91, 89, 0.3) !important;
}

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

.packageSection del {
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.7;
}

/*======= understand page =======*/
.meaningSection {
    color: #000;
    background: #fff;
    text-align: center;
}

.meaningItem {
    text-align: center;
}

.meaningItem h4 {
    background: #eee;
    color: #000;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    padding: 65px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
}

.meaningPoints [class*='col-']:nth-child(2) .meaningItem h4 {
    padding: 43px 30px;
}

.roleSection {
    color: #000;
    background: #c4cdcd;
    text-align: center;
}

.roleSection h3 {}

.roleSection h5 {
    border: 2px solid #000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 4rem auto 1rem auto;
    display: inline-block;
    padding: 20px;
    text-align: center;
}

.roleSection h5 img {
    width: 100%;
}

.whySection {
    color: #000;
    background: #fff url(images/whybackground.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.faqSection {
    text-align: center;
    background: #fff url(images/whybg.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.yyfaq {
    color: #000;
}

.yyfaq:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 10px;
    color: #555;
    background: #fff;
    position: absolute;
    float: right;
    right: 10px;
    display: block;
    margin-top: -5px;
    padding: 10px;
    z-index: -3;
}

.faqSection .panel-collapse.collapse.in:before {
    content: '\f077';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 10px;
    color: #555;
    background: #fff;
    position: absolute;
    float: right;
    right: 10px;
    margin-top: -44px;
    padding: 10px;
    z-index: -2;
}

.yyfaq h3 {
    margin: 1.5rem 0 2rem 0;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.yyfaq:hover h3 {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.faqSection .panel {
    padding: 0;
    color: #555;
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.faqSection .panel p {
    font-size: 14px;
    max-width: 85%;
    width: 700px;
    margin: 0 auto 25px auto;
}

.faqSection .panel p:last-child {
    padding-bottom: 1.5rem;
}


/* =================================================================
Footer ========================================== */

.footerSummary form.wpcf7-form {
    margin-top: 0.5rem !important;
}

p.footerHeading {
    margin-bottom: 0 !important;
}

#newsletterform > div {
    margin-top: 0;
}

.newsletter-field {
    padding-right: 0;
}

.newsletter-submit {
    padding-left: 0;
}

.btn.btn-subscribe {
    width: auto;
    height: 34px;
    padding: 6px 12px;
    background: #3b5b59;
    color: #fff;
    border: 0;
}

.btn.btn-subscribe:hover {
    background: #555;
}

.footercontactSection {
    background: #3b5b59;
    color: #fff;
}

.footercontactSection h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.footercontactSection .form-horizontal .col-sm-6 {
    padding: 0 6px;
}

.footercontactSection .form-control {
    color: #000;
    background: #fff;
}

.footercontactSection textarea.form-control {
    padding-bottom: 16px;
}

.footercontactSection .wpcf7-submit {
    background: none;
}

.footercontactSection .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

.btn-shopnow {
    border: 1px solid #000;
    background: none;
    color: #000;
}

.btn-shopnow:hover {
    background: #000;
    color: #fff;
}

.footerSummary {
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.7;
}

.footerSummary .followus i,
.footerSummary .followus svg {
    font-size: 18px !important;
    margin-right: 4px;
    margin-top: 0.5rem;
    color: #fff;
}

.footerSummary a:hover i {
    color: #ccc;
}

.footerSummary .footercontactdetails svg {
    font-size: 11px !important;
    margin-top: 8px !important;
}

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

.footerSummary a,
.footerSummary ul.menu a {
    color: #fff;
}

.footerSummary a:hover,
.footerSummary ul.menu a:hover {
    color: #aaa;
}

#footer {
    color: #fff;
    background: #222;
    padding: 2rem 0;
    font-size: 10px;
    letter-spacing: 0.6px;
}

#footer .row > div {
    margin-bottom: 0 !important;
}

/*======= Back to Top =======*/
#back-to-top {
    display: block;
    position: fixed;
    bottom: 95px;
    right: 40px;
    opacity: 1;
    cursor: pointer;
    padding: 13px 16px;
    color: #aaa;
    border-radius: 50%;
}

#back-to-top:before {
    content: 'top';
    display: block;
    text-align: center;
    font-size: 9px;
    margin-left: -2px;
    margin-bottom: -8px;
    border-top: 2px solid #aaa;
}

#back-to-top:hover {}

/*-- whatsapp --*/
.btn-wa {
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: auto;
}

.btn-wa img {
    width: 100%;
    border-radius: 50%;
}

/*=== vp ===*/

.vp-filter__item.vp-filter__item-active {
    background: #3b5b59;
}

.vp-filter__item a {
    padding: 1rem !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

/* ====== Chinese site ======*/

:lang(zh-CN) #navigation li a {
    font-size: 13px;
}

:lang(zh-CN).entxt {
    display: none !important;
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item .vp-filter__item-count {
    visibility: visible;
    font-size: 8px;
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a {
    font-size: 0;
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a:before {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a[data-vp-filter="*"]:before {
    content: '顯示全部';

}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a[data-vp-filter="yi_yuan_space"]:before {
    content: '一圓空間';
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a[data-vp-filter="yi_yuan_product"]:before {
    content: '一圓產品';
}

:lang(zh-CN) .vp-filter__style-default .vp-filter__item a[data-vp-filter="yi_yuan_farewell"]:before {
    content: '一圓告別';
}

/* ====== English site ======*/

:lang(en-US) .cntxt {
    display: none !important;
}

:lang(en-US) body {
    font-size: 14px;
    line-height: 1.7 !important;
    letter-spacing: 0.1px;
}

:lang(en-US) #navigation li a {
    font-size: 10px;
    font-weight: 500;
    padding: 15px 11px;
}

:lang(en-US) .pageBanner h2,
:lang(en-US) #pageTitle,
:lang(en-US) .footercontactSection h4 {
    font-weight: 700;
    letter-spacing: 0.1px;
}

:lang(en-US) .pageSection h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

:lang(en-US) .serviceItem {}

/*
:lang(en-US) .serviceRow [class*='col-']:nth-child(4) h5.serviceSummary,
:lang(en-US) .serviceRow [class*='col-']:nth-child(5) h5.serviceSummary,
:lang(en-US) .serviceRow [class*='col-']:nth-child(6) h5.serviceSummary {
    min-height: 240px;
}*/

:lang(en-US) .serviceItem h2 em {
    font-size: 75%;
    margin-top: 2px;
}

:lang(en-US) h5.serviceSummary {
    font-size: 13px;
}

:lang(en-US) .pageSection h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1px;

}

:lang(en-US) .roleSection h3 {
    font-size: 16px !important;
}

:lang(en-US) .footercontactSection form {
    margin-top: 4rem !important;
    font-size: 13px;
}


:lang(en-US) .flowSection .panel h4 {
    font-size: 14px;
    font-weight: 700;
}

:lang(en-US) .pageBanner h3 {
    font-weight: 500 !important;
}


:lang(en-US) .serviceSection .serviceItem h2 {
    font-size: 14px;
}

:lang(en-US) .meaningItem h4 {
    text-transform: unset;
    padding: 105px 35px;
    width: 300px;
    height: 300px;
}

:lang(en-US) .yyfaq h3 {
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1.4;
    text-transform: unset;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

:lang(en-US) .yyflow h3 {
    font-size: 15px !important;
    line-height: 1.4;
}

:lang(en-US) .meaningPoints [class*='col-']:nth-child(2) .meaningItem h4 {
    padding: 80px 35px;
}

/*
:lang(en-US) body {
    font-family: 'cwTeXYen', 'Varela Round', sans-serif;
    font-size: 17px;
    letter-spacing: -0.7px;
}

:lang(en-US) .faqSection .panel p,
:lang(en-US) h5 {
    font-size: 17px;
}

:lang(en-US) small {
    font-size: 72%;
}

:lang(en-US) .pageSection h3 {
    font-size: 26px;
}

:lang(en-US) .footercontactSection h4,
:lang(en-US) .serviceSection .serviceItem h2 {
    font-size: 24px;
    font-weight: 400;
}

:lang(en-US) .yyfaq h3 {
    font-size: 21px !important;
}

:lang(en-US) .faqSection .panel-collapse.collapse.in:before {
    margin-top: -47px;
}

:lang(en-US) h4.memberName,
:lang(en-US) .flowSection .panel p,
:lang(en-US) .flowSection .panel li {
    font-size: 17px;
}

:lang(en-US) h5.memberRole,
:lang(en-US) .btn,
:lang(en-US) button {
    font-size: 14px;
}



:lang(en-US) .flowSection .panel h4 {
    font-size: 20px;
}

:lang(en-US) .meaningItem h4 {
    font-size: 16px;
    letter-spacing: -0.5px;
}

:lang(en-US) .footerSummary {
    font-size: 13px;
    letter-spacing: 0;
}

:lang(en-US) .footerSummary .addressCol {
    font-size: 11px;
    letter-spacing: 0.6px;
}

*/

/* =================================================================
Plugins ========================================== */
/***** Media Queries *****/

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .logo {
        background-image: url("/images/logo@2x.png");
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }


    /*.single .category-32 .img-single-img {
        width: 200px;
        max-width: 80%;
    }*/

    .single img.single-img {
        width: 200px;
        position: fixed;
        z-index: -1;
    }

    .package2Section {
        position: relative;
        z-index: -2;
    }

    .package2Section h3,
    .package2Section p,
    .package2Section li {
        position: relative;
        z-index: 1;
    }

    body.single .post_content hr {
        width: 20px;
        right: 48%;
        position: relative;
        float: right;
        clear: right;
        display: block;
    }

    .navbar-right {}

    /*.serviceRow [class*='col-']:nth-child(4),
    .serviceRow [class*='col-']:nth-child(5) {
        width: 50%;
    }*/




    .yyblogSection .col-sm-12:nth-child(2n) .yyblogImg {
        float: right;
    }

    .home-yyblogImg,
    .yyblogImg {
        padding: 0;
    }

    .yyblogSection .yyblogImg,
    .yyblogSection .yyblogTxt {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {


    h1 {
        font-size: 50px;
    }

    .pageBanner .banner-border figcaption h1 figcaption h3 {
        font-size: 26px !important;
        display: inline-table !important;
        line-height: 1.5 !important;
        color: #fff;
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 55%;
    }

    :lang(en-US) .btn-download {
        font-size: 9px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 60px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 80vh !important;
    }

    a#logo img {
        width: 75px;
    }


    section {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    form.wpcf7-form {
        margin-top: 3rem;
    }

    .yyblogSummary {
        padding: 25px;
    }


    .footerSummary .row > div {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    #infopageBanner {
        display: none !important;
    }

    #sidebarmenucol ul {
        margin-top: 0 !important;
        font-size: 10px !important;
    }


    .single .packageSection img.single-img {
        width: 100px;
        max-width: 70%;
    }

    .single-post .pageBanner .banner-border figcaption h3 figcaption p {
        font-size: 40px !important;
        color: #fff;
    }

    nav#navigation {
        background: #fff;
    }

    .navbar-header .navbar-brand {
        padding: 0 10px;
        margin-left: 15px !important;
    }

    button.navbar-toggle {
        border: 0;
        margin-top: 0;
        background: rgba(0, 0, 0, 0) !important;
    }

    button.navbar-toggle:hover {
        color: #aaa;
        border: 0;
        background: rgba(0, 0, 0, 0) !important;
    }

    .navbar-toggle .icon-bar {
        background: #000;
    }


    .pageBanner .banner-border {
        padding: 10% 0;
    }

    section.yyblogSection {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-yyblogImg {
        margin-bottom: 40px;
    }

    .home-yyblogDesc {
        padding: 40px;
    }

    #footer .col-sm-6 {
        text-align: center !important;
    }

}

@media only screen and (max-width: 1198px) and (min-width: 992px) {

    /*   :lang(en-US) .serviceRow [class*='col-']:nth-child(4) .serviceItem h2,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(5) .serviceItem h2,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(6) .serviceItem h2 {
        min-height: 40px;
    }

    :lang(en-US) .serviceRow [class*='col-']:nth-child(4) h5.serviceSummary,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(5) h5.serviceSummary,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(6) h5.serviceSummary {
        min-height: 280px;
    }*/
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    :lang(en-US) #navigation li a {
        font-size: 7.5px;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .serviceItem {
        padding: 30px 25px;
    }

    .serviceSection .serviceItem h2 {
        font-size: 17px;
    }



    :lang(en-US) .serviceSection .serviceItem h2 {
        font-size: 13px !important;
    }

    /*   :lang(en-US) .serviceRow [class*='col-']:nth-child(4) .serviceItem h2,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(5) .serviceItem h2,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(6) .serviceItem h2 {
        min-height: 40px;
    }
*/
    h5.serviceSummary {
        font-size: 11px !important;
    }

    /*  
    .serviceRow [class*='col-']:nth-child(4) h5.serviceSummary,
    .serviceRow [class*='col-']:nth-child(5) h5.serviceSummary,
    .serviceRow [class*='col-']:nth-child(6) h5.serviceSummary {
        min-height: 115px;
    }

    :lang(en-US) .serviceRow [class*='col-']:nth-child(4) h5.serviceSummary,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(5) h5.serviceSummary,
    :lang(en-US) .serviceRow [class*='col-']:nth-child(6) h5.serviceSummary {
        min-height: 245px;
    }
*/
    h6.servicePrice {
        font-size: 14px;
    }

}

@media only screen and (min-width: 992px) {

    /*======= Scrollable header =======*/

    .dropdown:hover .dropdown-menu {
        display: block;
    }


}
