@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
a {
    color: #dcb677;
}
body {
    background: #1c1c1c;
}
.col-flex-box-oder-0 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.col-flex-box-oder-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.about-item {
    padding-bottom: 80px;
}

.info-Kanban-car {
    width: 100%;
}
.left-wheel {
    position: absolute;
    left: 5px;
    bottom: -50px;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation: roll 3s infinite ease;
    animation: roll 3s infinite ease;
}

.right-wheel {
    position: absolute;
    right: 5px;
    bottom: -50px;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation: roll 3s infinite ease;
    animation: roll 3s infinite ease;
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.info-Kanban {
    right: 15px;
}
@media (max-width: 1200px) {
    .info-Kanban {
        right: 120px;
    }
}

@media (max-width: 991px) {
    .info-Kanban {
        right: 0px;
    }
    .info-Kanban-title {
        position: absolute;
        bottom: 0px;
        height: 80px;
    }
    .info-Kanban-title-start {
        position: absolute;
        bottom: 0px;
        height: 80px;
        line-height: 80px;
    }
}

.info-Kanban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.info-Kanban-img {
    width: 20%;
}
.info-Kanban-img img {
    width: 100%;
}
.info-Kanban-title {
    font-size: 32px;
    background: #dcb677;
    padding: 8px 16px;
    position: absolute;
    right: -5px;
    top: -85px;
}
.info-Kanban-title-start {
    font-size: 32px;
    background: #dcb677;
    padding: 8px 16px;
    position: absolute;
    left: -5px;
    top: -85px;
}
@media (max-width: 768px) {
    .info-Kanban-title-start {
        font-size: 24px;
    }
}

.subtitle {
    margin-bottom: 80px;
    position: relative;
    background: #1c1c1c;
    z-index: 1;
    letter-spacing: 2px;
    font-size: 36px;
}
.subtitle-b {
    text-align: center;
    font-size: 32px;
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
}
.subtitle span {
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    background: #1c1c1c;
}

.subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 1px;
    background-color: white;
}
@media (max-width: 768px) {
    .subtitle::before {
        width: 80%;
    }
}

/*-------------------------*/
/* $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 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
    min-width: 585px;
    border: 1px solid #dcb677;
}
.about-item_top.about-item .si-img {
    left: 15px;
}
.about-item_bottom.about-item .si-img {
    right: 15px;
}

.si-img_inner {
    width: 100%;
    height: 100;
    padding-top: 100%;
}

.si-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.si-wrap {
    border: 5px solid #cfcfcf;
    background: #1c1c1c;
    /* padding: 40px 60px 40px; */
    width: 100%;
    min-width: 585px;
    max-width: 585px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

@media (min-width: 992px) {
    .about-item.about-item_bottom .si-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .about-item.about-item_bottom .si-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.about-item.about-item_top .si-wrap {
    right: 15px;
}
.about-item.about-item_bottom .si-wrap {
    left: 15px;
}

@media (max-width: 1200px) {
    .about-item.about-item_top .si-img {
        left: 100px;
    }

    .about-item.about-item_top .si-wrap {
        right: 100px;
    }

    .about-item.about-item_bottom .si-img {
        right: 100px;
    }

    .about-item.about-item_bottom .si-wrap {
        left: 100px;
    }
}

@media (max-width: 991px) {
    .side-image-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-item.about-item_top .si-img {
        min-width: 100%;
        left: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .about-item.about-item_top .si-wrap {
        min-width: 100%;
        right: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        /* padding: 20px; */
    }

    .about-item.about-item_bottom .si-img {
        min-width: 100%;
        right: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .about-item.about-item_bottom .si-wrap {
        min-width: 100%;
        left: 0px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        /* padding: 20px; */
    }
    .pageTitleSection2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .si-wrap .info__text {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
}

.si-wrap .info__title {
    font-size: 42px;
    margin-bottom: 16px;
    font-family: Helvetica, roboto, arial, "思源黑體 TWHK Regular", 微軟正黑體, sans-serif;
    font-weight: 300;
    color: #ffb03b;
    line-height: 1.15;
}
.si-wrap .info__text {
    padding: 30px;
}
@media (max-width: 768px) {
    .si-wrap .info__text {
        padding: 20px;
    }
}

.si-wrap .info__text p {
    margin-bottom: 0px;
    font-size: 20px;
}

.about-item {
    padding-bottom: 160px;
}
.about-item:last-child {
    padding-bottom: 80px;
}

.ftco-about .si-wrap .info__title img {
    width: 72px;
    margin: 25px auto;
    display: block;
}

@media screen and (min-width: 426px) {
    .ftco-about .si-wrap .info__title img {
        margin: 15px 0;
        margin-top: 4px;
        margin-left: 7px;
    }
}
@media (min-width: 992px) {
    .row-flex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* border:  5px solid red; */
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .col-flex-box-oder-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .col-flex-box-oder-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.newModelContent-fish {
    color: #2f343b;
}
.newModelContent ul.newModelContent-fish li {
    width: 100%;
}
.newModelContent ul.newModelContent-fish li h4 {
    color: #2f343b;
}
.newModelContent ul li::before {
    top: 8px !important;
}
.newModelContent h6 {
    line-height: 2;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    margin: 0 0 20px;
    color: #f28705;
}

#backtotop {
    background: #dcb677;
}
.headerAreaTwo .menuBtn {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #dcb677;
    border-radius: 50%;
}
.headerAreaTwo .menuBtn svg {
    width: 29px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headerAreaTwo .menuBtn svg:nth-child(2) {
    width: 29px;
    position: absolute;
    top: 21px;
}

.headerAreaTwo .menuBtn svg:nth-child(3) {
    width: 29px;
    position: absolute;
    top: 29px;
}

.mainSlider .tp-caption.thirdH2Slide {
    /* background-color: #034AA6; */
}
/*-------------------------*/
/* $Authority */
/*-------------------------*/
.parallax {
    padding-bottom: 110px;
    padding-top: 130px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.parallax::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;

    left: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.parallax .container {
    z-index: 2;
    position: relative;
    color: #fff;
}

@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: 24px;
}

@media (max-width: 768px) {
    .parallax h3 {
        font-size: 20px;
    }
}

.parallax h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1.5;
}

@media (max-width: 768px) {
    .parallax h2 {
        font-size: 32px;
    }
}

.parallax h2 > span {
    display: block;
}

.parallax h2 .total {
    font-size: 46px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .parallax h2 .total {
        font-size: 40px;
    }
}
/*-------------------------*/
/* $About 
---------------------------*/
.about_section {
    position: relative;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;

    /* background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(http://www.xychicken.com/wp-content/uploads/2017/07/br-1.png),linear-gradient(
25deg,#000 0%,#1c1c1c 100%)!important; */
    background-color: initial !important;
}
.about_section_title-b {
    background-color: rgba(168, 65, 65, 1);
    padding: 40px 80px;
    z-index: 10;
}
@media (max-width: 768px) {
    .about_section_title-b {
        margin: 0 15px;
        padding: 20px 20px;
    }
}
h6.title_j {
    line-height: 2;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    margin: 0 0 20px;
    color: #dcb677;
}
.row-fix {
    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;
}

@media (min-width: 768px) {
    .col-sm-fix-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-fix-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-pr-40 {
        padding-right: 80px;
    }
}
.about_section-b {
    position: relative;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;

    /* background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    background-blend-mode: darken; */
    /* background-image: url(http://www.xychicken.com/wp-content/uploads/2017/07/br-2.png),linear-gradient(
230deg,#1c1c1c 83%,#fcd62f 0%)!important; */
    background-color: initial !important;
}

/*-------------------------*/
/* $Color 
---------------------------*/
/* background color */
.bg-color-primary {
    background-color: #f28705;
}
.bg-color-secondary {
    background-color: #04b2d9;
}
.bg-color-black {
    background-color: #2f343b;
}
.bg-color-grey {
    background-color: #cbcbcb;
}
.bg-color-white {
    background-color: #f2f2f2;
}

/* text color */
.color-primary {
    color: #f28705;
}
.color-secondary {
    color: #04b2d9 !important;
}
.color-black {
    color: #2f343b !important;
}
.color-grey {
    color: #cbcbcb;
}
.color-white {
    color: #f2f2f2;
}

/*-------------------------*/
/* $video 
---------------------------*/
.videobox__inner {
    width: 100%;
    height: 0px;
    position: relative;
    padding-top: calc(100% * 959 / 948);
    background-color: green;
}
.video-file {
    top: 0%;
    width: 100%;
    background-size: 100%;
    background-position: center;
}

.section__fluid {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}

.position-relative {
    position: relative !important;
}

.lineHeight-0 {
    line-height: 0;
}

.main__video {
    width: 100%;
}

.zIndex-1 {
    z-index: 1;
}

.main__video__content {
    position: absolute;
    line-height: 1.5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
}

@media (min-width: 768px) {
    .title-size {
        font-size: 39px;
    }
}

.title-size {
    font-size: 28px;
}

@media (min-width: 768px) {
    .subtitle-size {
        font-size: 28px;
    }
}

.subtitle-size {
    font-size: 24px;
}

/*-------------------------*/
/* $Slider
---------------------------*/
.banner-box {
    background-color: red;
    position: relative;

    border: 10px solid red;
    left: 100px;
    z-index: 10000;
}
.tp-banner1 {
    height: 100vh !important;
}
@media (max-width: 1199px) {
    .mainSlider .tp-caption.thirdH2Slide {
        display: none;
    }
}
.tp-banner1 {
    height: 100% !important;
}
.sliderArea {
    padding-left: 0px;
}

/* .tp-caption.thirdH2Slide {
    z-index: -1;
} */

/* .mainSlider .tp-caption.thirdH2Slide{
    width: 40vw !important;
    min-height: 530px !important;
} */

.btnWave {
    margin-right: 16px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    font-family: "微軟正黑體";
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    padding: 8px 8px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 4px;
    margin-bottom: 8px;
}

.btnWave::before {
    content: "";
    position: absolute;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 140px;

    top: 53px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: wave 4s infinite linear;
    animation: wave 4s infinite linear;
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
.btn {
    margin-top: 16px;
    /* structure */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    /* height: 36px; */
    /* line-height: 36px; */
    padding: 8px 24px;
    min-width: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* style */
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: "Helvetica", "Noto Sans TC", "Roboto", "Arial", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #dcb677;
    border: 0;
    border-radius: 2px;

    outline: none;
    /* interact */
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: khaki;
}
.btnWave:hover {
    color: #333;
}
.btnWave:hover::before {
    top: -40px;
    z-index: -1;
}

.blanked {
    background-color: rgba(168, 65, 65, 1);
    width: 100%;
    padding-top: 66.5vh;

    display: table;
    /* height: 660px;
    width: 510px; */
}

@media (max-width: 1199px) {
    .sliderArea .mainSlider .tp-caption.fifthH2Slide {
        z-index: 10;
    }
}

/*-------------------------*/
/* $ImgBox
---------------------------*/

@media (max-width: 1199px) {
    /* 固定比例的內框 */
    .imgBox-inner {
        width: 100%;
        padding-top: 95vh;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* 定位到上層 */
    .imgBox-fit {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .imgBox-fit .image {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
        height: 100% !important;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        height: inherit;
    }
}

/*-------------------------*/
/* $輪播按鈕
---------------------------*/
.btnWithBg .defaultLink span:after,
.btnWithBg .defaultLink span:before {
    display: none;
}

/*-------------------------*/
/* $服務項目
---------------------------*/
.newModelArea {
    position: relative;
}
.newModelArea .serviceItems_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newModelArea .serviceItems_ul li {
    width: 50%;
    padding: 8px 15px;
}

/*-------------------------*/
/* $服務流程
---------------------------*/

.newModelContent ul {
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newModelContent ul li {
    width: 50%;
    padding-top: 8px;

    padding-bottom: 8px;
    position: relative;
}

.newModelContent ul.newModelContent-fish li {
    border-bottom-color: rgba(4, 178, 217, 0.3);
    border-bottom-style: dashed;
    border-bottom-width: 3px;
}

.newModelContent ul li::before {
    content: "🐟";
    position: absolute;
    top: 18px;
    left: -24px;
}
.newModelContent ul.serviceItems_ul-a li::before {
    top: 10px;
}

/*-------------------------*/
/* $contact
---------------------------*/
.contactInfoArea {
    padding-top: 0px;
}

/*-------------------------*/
/* $clearfix
---------------------------*/
.u-clearfix:before,
.u-clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.u-clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

/*-------------------------*/
/* $輪播
---------------------------*/

.holder {
    padding: 0px;
}

.slick-prev {
    left: -5px;
}
.slick-next {
    right: -5px;
}

/*-------------------------*/
/* $聯絡我們
---------------------------*/
.socialIcon {
    margin-left: 0px;
}

.fa-2x {
    font-size: 2.5rem;
}

/*-------------------------*/
/* $parallax graphic
---------------------------*/
[class^="graphic_"] {
    position: absolute;
    width: initial;
}
@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: 20%;
}
.graphic_005 {
    bottom: 20%;
    left: 5%;
}
.graphic_006 {
    bottom: 50%;
    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%;
}

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

/*-------------------------*/
/* $Flower Life
---------------------------*/
.flowerLife {
    position: relative;
    background-repeat: no-repeat;
    background-repeat: inherit !important;
    background-size: cover !important;
    background-position: center !important;
}
@media (min-width: 1200px) {
    .flowerLife {
        background-attachment: fixed !important;
    }
}
.flowerLife::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;

    background: rgba(0, 0, 0, 0.4);
}
.flowerLife .container {
    max-width: 1010px;
}
.flowerLife_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.flowerLife_card {
}
.flowerLife .flowerLife_wrapper .title {
    color: #ffffff;
    text-shadow: #000000 1px 1px 6px;
    text-align: center;
    line-height: 1.6em;
    z-index: 10;
    opacity: 0.8;
    padding-top: 16px;
}
.flowerLife .flowerLife_wrapper h4 {
    color: #ffffff;
    text-shadow: #000000 1px 1px 6px;
    text-align: center;
    line-height: 1.6em;
    z-index: 10;
    opacity: 0.8;
    padding-top: 16px;

    padding-bottom: 4px;
    letter-spacing: 1.5px;
    font-size: 20px;
}

.flowerLife .flowerLife_wrapper h2,
.flowerLife .flowerLife_wrapper p {
    color: #fff;
    text-shadow: #000000 1px 1px 6px;
}

.flowerLife_icon {
    margin-top: 48px;
    margin-bottom: 60px;
}
.flowerLife_icon .row .col-sm-4 {
    /* border-right: 1px solid #fff; */
}
.flowerLife_icon .row .col-sm-4:last-child {
    border-right: none;
}

.flowerLife .flowerLife_wrapper a.btnIcoon {
    display: inline-block;
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 98px;
    margin: 16px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.6);
}

.flowerLife .flowerLife_wrapper a.btnIcoon:hover {
    color: rgba(0, 0, 0, 0.8);
}
.flowerLife_ig {
    font-size: 50px;
    background-color: #fff;
}
.flowerLife_fb {
    font-size: 50px;
    background-color: #fff;
}
.flowerLife_line {
    font-size: 50px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .flowerLife .flowerLife_wrapper a.btnIcoon {
        width: 150px;
        height: 150px;
        line-height: 78px;
    }
    .flowerLife_ig {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife_fb {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife_line {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife .flowerLife_wrapper a.btnIcoon {
        margin: 16px 3px;
    }
}

@media (max-width: 576px) {
    .flowerLife .flowerLife_wrapper a.btnIcoon {
        width: 130px;
        height: 130px;
        line-height: 58px;
    }
    .flowerLife_ig {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife_fb {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife_line {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife .flowerLife_wrapper a.btnIcoon {
        margin: 16px 3px;
    }
}

/*-------------------------*/
/* $meals-item
---------------------------*/
.meals {
    margin-bottom: 40px;
}
/* imgbox */
.meals_imgBox {
    width: 100%;
    display: block;
}
.meals_imgBox img {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
@media (min-width: 769px) {
    .thumbnail__info {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .thumbnail__info {
        padding-left: 40px;
    }
}

.thumbnail__info .meals_order {
    position: absolute;
    top: 0px;
    left: -50px;
    width: 44px;
    height: 44px;

    text-align: center;
    z-index: 1;
}
.meals_imgBox .meals_price {
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
    position: absolute;
    bottom: -45px;
    right: -10px;
    font-size: 40px;
    color: #dcb677;
    font-weight: 700;
    /* font-style: italic; */
    letter-spacing: 2px;
}
@media (max-width: 576px) {
    .meals_imgBox {
        text-align: right;
    }
    .meals_imgBox .meals_price {
        position: relative;
        bottom: 0px;
    }
    .thumbnail__info {
        padding-left: 20px;
    }
    .thumbnail__info .meals_order {
        position: absolute;
        top: -70px;
        left: 0px;
        width: 44px;
        height: 44px;
        text-align: center;
        z-index: 1;
    }
}
.meals_imgBox__inner {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.meals_imgBox__inner-4-3 {
    padding-top: calc(100% * 3 / 4);
}
.meals_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;
}

.thumbnail__title {
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
    font-size: 32px;
}
.thumbnail__preview {
    font-size: 16px;
    color: #fff;
}

.menu＿chickenContent {
    border: 1px solid #fff0a5;
    padding: 40px 40px;
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .menu＿chickenContent {
        padding: 20px;
    }
}

.mentContent {
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
    color: #dcb677;
    padding-top: 40px;
    font-size: 24px;
}
.mentContent ul {
    margin-left: 0px;
}
.mentContent li {
    list-style: none;
    position: relative;
}
.mentContent li p {
    position: relative;
    margin-left: 24px;
}
.mentContent li p::before {
    content: "✔";
    position: absolute;
    left: -24px;
    top: 0px;
    color: #fff;
    font-weight: 100;
}
.mentContent li span {
    font-size: 20px;
    padding: 0px !important;
}
.mentContent li p {
    font-size: 16px;
    padding: 0px !important;
}

/*-------------------------*/
/* $meals-item
---------------------------*/

.menu＿chicken span {
    display: inline-block;
    padding-bottom: 8px;
    background-color: #1c1c1c;
}
.menu＿chicken span:first-child {
    padding-right: 10px;
}
.menu＿chicken span:last-child {
    padding-left: 10px;
}
.menu＿chickenContent h3 {
    font-family: "Noto Serif TC", Helvetica, arial, "微軟正黑體", sans-serif;
    color: #dcb677;
}
.menu-itme-chichen {
    position: relative;
}
.menu-itme-chichen::before {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
    width: 100%;
    border-top: 1.5px dotted white;
    /* height: 1px; */
}

.menu-itme-chichen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageTitleSection_item .container.menu＿chickenContent {
    max-width: 991px;
}

.emphasize_b {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #dcb677;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

.emphasize_b:hover {
    background: #dcb677;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #dcb677, 0 0 25px #dcb677, 0 0 50px #dcb677, 0 0 100px #dcb677;
    box-shadow: 0 0 5px #dcb677, 0 0 25px #dcb677, 0 0 50px #dcb677, 0 0 100px #dcb677;
}

.menu＿chicken .emphasize_b span {
    position: absolute;
    display: block;
    padding-bottom: 0px;
}
.emphasize_b p {
    color: inherit;
}

.emphasize_b span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: -o-linear-gradient(left, transparent, #dcb677);
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#dcb677));
    background: linear-gradient(90deg, transparent, #dcb677);
    -webkit-animation: btn-anim1 1s linear infinite;
    animation: btn-anim1 1s linear infinite;
}

@-webkit-keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.emphasize_b span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: -o-linear-gradient(top, transparent, #dcb677);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dcb677));
    background: linear-gradient(180deg, transparent, #dcb677);
    -webkit-animation: btn-anim2 1s linear infinite;
    animation: btn-anim2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.emphasize_b span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: -o-linear-gradient(right, transparent, #dcb677);
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#dcb677));
    background: linear-gradient(270deg, transparent, #dcb677);
    -webkit-animation: btn-anim3 1s linear infinite;
    animation: btn-anim3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.emphasize_b span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: -o-linear-gradient(bottom, transparent, #dcb677);
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#dcb677));
    background: linear-gradient(360deg, transparent, #dcb677);
    -webkit-animation: btn-anim4 1s linear infinite;
    animation: btn-anim4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}
