body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Microsoft JhengHei;
}

* {
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    /* 英文段行 */
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: 0;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
.form-control:focus {
    border: none;
    box-shadow: none;
}

html {
    font-size: 16px;
    height: inherit;
}

img {
    width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

body {
    min-width: 320px;
    min-height: 568px;
    overflow: hidden;
}

/* body.homepage {
    overflow-x: hidden;
    overflow-y: hidden;
}
 */
.mb-5pct {
    margin-bottom: 5%;
}

/* goTop start*/
a.goTop {
    display: none;
    position: fixed;
    bottom: 1.8rem;
    right: .6rem;
    /* background-color: #333333; */
    background-color: #fff;
    border: 1px solid #da2353;
    /* padding: 10px 13px; */
    width: 2rem;
    height: 2rem;
    text-decoration: none;
    color: #da2353;
    z-index: 800;
    line-height: 2rem;
    text-align: center;
}

a.goTop i {
    font-size: 1.2rem;

}



/* loader start--------------------------------------------------------- */
.preloader-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(17, 17, 17, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(17, 17, 17, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

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

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

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

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

/* loader end---------------------------------------------------------*/


/* angular index-carousel start---------------------------------------------------------*/
body.indexBody {
    border: 3.5rem solid #fff;
    box-sizing: border-box;
}

body.indexBody {
    position: fixed;
}

body.indexBody {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y:auto;
}

body.innerPage {
    background-color: #f2f2f2;
    box-sizing: border-box;
    border: 3.5rem solid #fff; 
    border-width: 3.5rem 3.5rem 0rem 3.5rem;
    overflow-y: scroll;
}


.intro-inner .carousel-inner {
    height: 100%;
    position: absolute;
}

.bannerImg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#index-intro-carousel {
    height: auto;
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}

#index-intro-carousel.locked {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



#index-intro-carousel .intro-inner .slide {
    height: 100%;
    width: 100%;
    opacity: 1;
    background: no-repeat 50% 50%;
    background-size: cover;
    
}

#index-intro-carousel .intro-inner .slide.active {
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 999;
}

#index-intro-carousel .intro-inner .slide.active .imdex-myContainer {
    
    opacity: 1;
}




.imdex-myContainer {
    display: block;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
   
    
    
}


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

.carousel-indicators li {
    height: .8rem;
    width: .8rem;
    border-radius: 50%;
    margin-right: .3rem;
    margin-left: .3rem;
    background-color: rgba(255, 255, 255, 0.7);
}

.carousel-indicators {
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: end;
    padding-left: 0;
    left: inherit;
    margin: 0px;
    margin-right: inherit;
    margin-left: inherit;
    list-style: inherit;
    list-style-type: none;
}

/* historyBox-start */



#classicFoodCarousel .item {
    background-color: #fff;
    display: block;
    width: 100%;
    padding-bottom: 180%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.historyBox .item {
    position: relative;
    width: 100%;
}

.historyBox .item>div.yearBox {
    position: absolute;
    padding: 1.55rem 1.55rem 0px;
    width: 100%;
}

.historyBox .historyBox {
    position: relative;
}

.historyBox .imdex-myContainer {
    padding: 0px;
    height: 100%;
}

.historyBox .historyImg {
    width: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.yearBox .content {
    padding: .5rem;
    text-align: left;
}

.yearBox .content h4 {
    font-size: 1.25rem;
    color:  #603813;
    margin-bottom:  .5rem;
}

.yearBox .content p {
    font-size: 1rem;
    line-height: 1.35rem;
    color:  #777777;
    text-align:justify;
}

.yearBox .whichYear {
    position: relative;
    margin-bottom: .75rem;
}


.yearBox .whichYear span.num {
    color: #c9a063;
    font-size: 1.75rem;
    font-weight: 700;
    background-color: #fff;
    padding-right: .5rem;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.phoneYear{
    display: none;
}
.yearBox .titleHr {
    /* color: #cccccc; */
    border-bottom: 1px solid #c9a063;
    display: inline-block;
    width: 95%;
    position: absolute;
    bottom: 1.25rem;
    right: 0px;
}
.historyBox #slideshow{
    height: 100%;
}
.historyBox #slideshow .owl-stage-outer{
    background-color: #fff;
}
.historyBox #slideshow .owl-stage-outer,.historyBox #slideshow .owl-stage{
    height: 100%;
}

@media (min-width: 1140px) {
    .historyBox .branch {
        display: block;
    }
}



/* #index-intro-carousel .intro-inner .slide .imdex-myContainer h3 {
    bottom: -30px;
    font-size: 1.5rem;
    color: #333;
}

 */

/* //////////////////////////// */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 0px 3.5rem;
}



/* //// */
.container-fluid {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

/* indexlogo */
.logo {
    position: absolute;
    left: 0px;
    top: 1.5rem;
    margin-left: 3rem;

}

.logo img {
    width: 7vw;
    height: auto;
    min-width: 80px;
    max-width: 100px;

}

/* inner page logo */
.innerLogo {
    position: absolute;
    left: 0px;
    top: 1.5rem;
    margin-left: 3rem;
}

.innerLogo img {
    width: 8vw;
    height: auto;
    min-width: 80px;
    max-width: 100px;
}

@media (max-width: 576px) {

    .logo,
    .innerLogo {
        left: -.8rem;
        top: .8rem;
        margin: 0px;
    }

    .logo img,
    .innerLogo img {
        min-width: 50px;
    }

    body.indexBody {
        border-width: 3.5rem 1.5rem 3.5rem 1.5rem;
    }

    body.innerPage {
        border-width: 3.5rem 1.5rem 0rem 1.5rem;
    }
}





/* ///////////////////// */
.nav div.main_list {
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}



.nav div.main_list ul li a {
    text-decoration: none;
    color: #777;
    /* line-height: 65px; */
    font-size: 1.2rem;
    position: relative;

}
.nav div.main_list ul li a:active {
    background-color: #fff;
}
.nav div.main_list ul li a:hover {
    color: #da2353;
}

.navlinks .list {
    font-size: 1.65rem;
    position: absolute;
    line-height: 0.825rem;
    left: -1rem;
    top: 0px;
}

ul.navlinks li.active {
    color: #da2353;
}

.nav div.main_list ul li a.active,
.navLinkBox a.active {
    color: #da2353;

}

.dropdown-menu a.dropdown-item.active {
    color: #da2353;
    background-color: #fff;
}

/* .nav div.main_list ul li a:hover>.nav div.main_list>ul>li:not(:last-child):before {
    color: #da2353;
} */
.menu-dropdown .dropdown-menu {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    min-width: inherit;
    left: -1.5rem;
}



/* Home section */

.home {
    width: 100%;
    height: 100vh;
    background-image: url(https://images.unsplash.com/photo-1498550744921-75f79806b8a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b0f6908fa5e81286213c7211276e6b3d&auto=format&fit=crop&w=1500&q=80);
    background-position: center top;
    background-size: cover;
}

.navTrigger {
    display: none;
}

/* /////////// */
.nav {
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}






/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        /* margin: 0; */
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width:991px) {
    .navlinks .list {
        display: none;
    }

    .mainListDiv {
        margin-top: 50px;
    }

    .navTrigger {
        display: block;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }



    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-position: center top;
    }

    .nav div.main_list ul li {
        width: 100%;
        text-align: center;
    }

    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .nav div.media_button {
        display: block;
    }


    .nav div.show_list {
        height: auto;
        display: none;
        display: inline-block;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 140px;
        background: #fff;
        padding-top: 4rem;
    }

    .menu-dropdown .dropdown-menu {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        left: 0px;
        display: block !important;
        background-color: inherit;
    }

    .navTrigger {
        position: relative;
        z-index: 999;
    }

    .nav div.main_list ul li .dropdown-menu a {
/*         font-size: 1.35rem;
        line-height: 1.5rem; */
        text-align: center;
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.5rem; /*改的 原本1.5*/
    }
	
	/*改的*/
	.dropdown-menu {
		padding: 0 0;
	}
}

/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
.navTrigger {
    cursor: pointer;
    width: 30px;
    /* height: 25px; */
    padding-top: .8rem;
    padding-bottom: .8rem;
    float: right;
    z-index: 999;

}

.navTrigger i {
    background-color: #777;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

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

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

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

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

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

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}


/* 語言nav */
/* Important stuff */
.languageBtm {
    position: relative;
    cursor: pointer;
}

.nav div.main_list ul li span.dropdown-toggle {
    color: #fff;
    display: inline-block;
}

.dropdown-toggle {
    padding: 0.2em .8em;
    background: #da2353;
}

.nav div.main_list .languageBtm ul.dropdown li a {
    color: #f2f2f2;
}

.nav div.main_list ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    /* margin-top: .5em; */
    background: #777;
}

ul.dropdown li {
    list-style-type: none;
}

.nav div.main_list ul li a:hover {
    color: #da2353;
}

ul.dropdown li a {
    text-decoration: none;
    padding: 0.2em 0px;
    display: block;
    text-align: center;
}

/* index-title */
.historyBox h3 {
    font-size: 1.5rem;
    color: #333333;
}

/* about start----------------------------------------------------*/
.pd-spacing {
    padding-right: .6rem;
    padding-left: .6rem;
}

.row-spacing {
    padding: .6rem;
}

.container {
    margin: 0 auto;
}
.index_pt{
    padding-top: 6rem;
}
.mt_1rem {
    margin-top: 1rem;
}

.mb_1rem {
    margin-bottom: 1rem;
}

.mt_2rem {
    margin-top: 2rem;
}

.mb_2rem {
    margin-bottom: 2rem;
}

.mt_3rem {
    margin-top: 3rem;

}

.mb_3rem {
    margin-bottom: 3rem;
}

.mt_4rem {
    margin-top: 4rem;
}

.mb_4rem {
    margin-bottom: 4rem;
}

.innerBannerImg {
    width: 100%;
    height: 25vw;
    min-height: 160px;
    max-height: 400px;
    /* padding-bottom: 28.65%; */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* titlePacket-start */
.titlePacket {
    text-align: center;
}

.titlePacket .titleBox {
    margin-bottom: 2rem;
}

.titlePacket h3.chText {
    color: #333333;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
}



.titlePacket h3.chText:before,
.titlePacket h3.chText:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #808080;
    width: 40px;
    height: 1px;
}

.titlePacket h3.chText:before {
    left: -50px;
}

.titlePacket h3.chText:after {
    right: -50px;
}

.titlePacket h2 {
    font-size: 1.875rem;
    color: #603813;
    font-weight: 700;
    display: inline-block;
    line-height: 3rem;
    border-top: 1px solid #603813;
    border-bottom: 1px solid #603813;
    margin-bottom: 1.5rem;
}

.titlePacket p {
    color: #777777;
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

/* titlePacket-end */
.innerTextBox p {
    font-size: 1.125rem;
    color: #777777;
    text-indent: 2.25rem;
    text-align: justify;
}

.coverImg {
    overflow: hidden;
}

.bgImgBox-A {
    min-height: 500px;
    position: relative;
}

.bgImgBox-B {
    /* min-height: 250px; */
    position: relative;
}

.shadingImgA:before {
    content: url("../img/bgc_01.png");
    width: auto;
    height: auto;
    position: absolute;
    right: -350px;
    top: 30px;
    z-index: -1;
}

.shadingImgB:before {
    content: url("../img/bgc_03.png");
    width: auto;
    height: auto;
    position: absolute;
    left: -350px;
    bottom: 30px;
    z-index: -1;
}


.shadingImgC:before {
    content: url("../img/bgc_01.png");
    width: auto;
    height: auto;
    position: absolute;
    right: -350px;
    /* top: 30px; */
    bottom: -175px;

    z-index: 1;
}

.shadingImgD:before {
    content: url("../img/bgc_02.png");
    width: auto;
    height: auto;
    position: absolute;
    left: -350px;
    bottom: -150px;
    z-index: 1;
}


.bannerMBottom {
    margin-bottom: 2rem;
}

/* footer start ----------------------*/
footer.footerInfor {
    background-color: #fff;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

footer.footerInfor img {
    max-width: 50px;
}

.footerLogo,
.storeInfor {
    float: left;
}

.storeInfor {
    margin-left: .5rem;
}

.storeInfor p {
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 1.8rem;
}

.storeInfor a {
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 1.8rem;
    text-decoration: none;
}

.navLinkBox ul {
    max-width: 430px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    margin-left: 1.5rem;
    list-style-type: none;
}

.navLinkBox ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 1.8rem;
    position: relative;
}

@media (max-width: 576px) {
    .navLinkBox ul li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.navLinkBox a {
    text-decoration: none;
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 1.8rem;
}

.footerInfor .navLinkBox,
.footerInfor .storeInforBox {
    display: flex;
    justify-content: center;
}

.navLinkBox .list {
    font-size: 1.65rem;
    position: absolute;
    left: -.8rem;
    line-height: .8rem;
}



.footerInfor .copyright {
    text-align: center;
    font-size: 1rem;
    color: #4d4d4d;
}

/*     .bottomBorder{
        border-bottom: 1px solid #cccccc;
    } */

footer.footerInfor hr {
    color: #777;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* newsBox start------------------------------------------*/

.newsBox,
.yinyihFood {
    padding-top: 6rem;
}

.newsBox.activity .titlePacket h2 {
    color: #ff822e;
    border-color: #ff822e;
}
.newsBox.report .titlePacket h2 {
    color: #eb6375;
    border-color: #eb6375;
}
.newsBox.tweets .titlePacket h2 {
    color: #946cb7;
    border-color: #946cb7;
}


.newsArticleImg {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-color: #dbe0e4;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.articleRow {
    height: 100%;
    background-color: #fff;
    cursor: pointer;
}

.articleBox {
    position: relative;
    padding: 2.25rem .7rem .7rem .7rem;
}

span.category {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    top: -1.5625rem;
    left: .7rem;
    line-height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700; 
}

span.category.orange {
    background-color: #ff822e;
}
span.category.pink {
    background-color: #eb6375;
}

span.category.purple {
    background-color: #946cb7;
}


.articleBox h3.title {
    color: #603813;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}


.articleBox p.content {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.articleBox hr {
    margin-top: .3rem;
    margin-bottom: .3rem;
    border-color: #b3b3b3;
}

.releaseDate {
    color: #777777;
    font-size: 0.875rem;
}

a.moreBtn {
    text-decoration: none;
    color: #777777;
    font-size: 0.875rem;
    display: block;
    position: relative;
    cursor: pointer;
}

a.moreBtn.orange:hover {
    color: #ff822e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.moreBtn.purple:hover{
    color: #946cb7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.moreBtn.pink:hover{
    color: #eb6375;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.moreBtn .icon-right {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
}

/* shake  animation start */

.animation-shake:hover {
    -webkit-animation: shake 800ms 0s ease;
    -moz-animation: shake 800ms 0s ease;
    -ms-animation: shake 800ms 0s ease;
    animation: shake 800ms 0s ease;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        -webkit-transform: translateX(-10px);
    }

    40% {
        -webkit-transform: translateX(10px);
    }

    60% {
        -webkit-transform: translateX(-10px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translateX(0);
    }

    20% {
        -moz-transform: translateX(-10px);
    }

    40% {
        -moz-transform: translateX(10px);
    }

    60% {
        -moz-transform: translateX(-10px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translateX(0);
    }

    20% {
        -ms-transform: translateX(-10px);
    }

    40% {
        -ms-transform: translateX(10px);
    }

    60% {
        -ms-transform: translateX(-10px);
    }

    80% {
        -ms-transform: translateX(10px);
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@-o-keyframes shake {
    0% {
        -o-transform: translateX(0);
    }

    20% {
        -o-transform: translateX(-10px);
    }

    40% {
        -o-transform: translateX(10px);
    }

    60% {
        -o-transform: translateX(-10px);
    }

    80% {
        -o-transform: translateX(10px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* shake  animation end */




/* RWD-style-strat///////////////////////////////////////////////////////////////////////////////// */
/* p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
} */


.EcArticleEditorBox .dp_none {
    display: none !important;
}

.EcArticleEditorBox .no_mb_spacing {
    margin-bottom: 0px !important;
}

/* .EcArticleEditorBox .no_content{
    display: none !important;
}
 */
.EcArticleEditorBox img {
    width: 100%;
    height: auto;
}

.editor_mtSpacing {
    margin-top: 5rem;
}

.editor_mbSpacing {
    margin-bottom: 5rem;
}


/* article box content */

.EcArticleEditorBox .articleBox  h4 {
    font-size: 1.5rem;
    color: #603813;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 2.25rem;
}


.EcArticleEditorBox .articleBox  h4.titleMbSpacing {
    margin-bottom: 1.5rem;
}


.EcArticleEditorBox .articleBox  p {
    font-size: 1.125rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}

.EcArticleEditorBox .articleBox  {
    margin-bottom: 5rem;
}


/* img box content */
.EcArticleEditorBox .articleBox  .textBox {
    padding: .6rem;
}

.EcArticleEditorBox .articleBox  .imgBox h4 {
    font-size: 1.25rem;
    color: #603813;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.75rem;
}

.EcArticleEditorBox .articleBox  .imgBox h4.titleMbSpacing {
    margin-bottom: .3rem;
}

.EcArticleEditorBox .articleBox  .imgBox p {
    font-size: 1rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}

@media (max-width: 767px) {
    .editor_mtSpacing {
        margin-top: 2rem;
    }

    .editor_mbSpacing {
        margin-bottom: 2rem;
    }

    .EcArticleEditorBox .articleBox  {
        margin-bottom: 2.5rem;
    }

    .EcArticleEditorBox .articleBox  h4.titleMbSpacing {
        margin-bottom: 0rem;
    }
}

a.returnBtn{
    text-decoration: none;
    cursor: pointer;
    display: block;
    background: #c9a063;
    color: #FFF;
    font-size: 1.15rem;
    width: 8rem;
    height: 2.75rem;
    text-align: center;
    line-height: 2.75rem;
    margin: 0px auto;
}

/* RWD-style-end///////////////////////////////////////////////////////////////////////////////// */

/* news_article start */

.titlePacket p.date {
    color: #777777;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}



/* news_article end */


/* food_classic_cuisine start*/

#classicFoodCarousel .noHover {
    position: absolute;
    background-color: rgba(20, 10, 0, 0.55);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/food_classic_cuisine_bgc_01.png');
    /* opacity: 0.7; */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.noHover h4 {
    font-size: 1.5rem;
    color: #c9a063;
    background-color: #210e02;
    writing-mode: vertical-lr;
    padding: 1.5rem .8rem;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: .35rem;
}

.noHover div.moreBtn {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
}

.noHover div.moreBtn span {
    font-size: 1rem;
    padding: .65rem 1.25rem;
    color: #c9a063;
    background-color: #210e02;
    display: inline-block;
    font-weight: 300;
}

/* lightbox */
#mdOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    /* z-index: -10; */
    opacity: 0;
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#lightBox {
    position: fixed;
    top: 0 ;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; 
    display: none;
    z-index: 9999;
}

#lightBox::-webkit-scrollbar {
    width: 5px;
}

#lightBox::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#lightBox::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(219, 219, 219);
}

#mdWindow {
    max-width: 830px;
    z-index: 9999;
    display: none;
        margin: 0 auto;
    padding: 2.25rem;
}

#mdWindow .container {
    position: relative;
    background: #fff;

}

#mdWindow .mdClose {
    position: absolute;
    top: 1rem;
    right: -1.5rem;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #da2353;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalInclude {
    display: none;
    z-index: 9999;

}

#lightBox .setIn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#lightBox .setIn.objectCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightBox .contentBox {
    padding: 2rem 1rem;
}

#lightBox p {
    color: #777777;
    font-size: 1.125rem;
}

#lightBox h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #603813;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
}

#lightBox .carousel {
    margin-bottom: 1rem;
}

#lightBox h3:before,
#lightBox h3:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #603813;
    width: 25px;
    height: 1px;
}

#lightBox h3:before {
    left: -35px;
}

#lightBox h3:after {
    right: -35px;
}

.bodyFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
}

/* lightbox-menu */

#lightBox .menuClass ul {
    max-width: 600px;
    margin: 0px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lightBox .menuClass ul li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    font-size: 1.125rem;
    color: #777777;
}

#lightBox .menuClass ul li:before {
    content: "◆";
    padding-right: .3rem;
}


/* lightbox */




/* food_classic_cuisine end*/


/* food_leaderboard start-------------------------------------------------------*/

.leaderboardImg {
    width: 100%;
    /* margin: 10px 2%; */
    height: 0;
    /* padding-bottom: 50%; */
    padding-bottom: 60%;

    /* background-color: #dbe0e4; */
    margin-bottom: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* 排行美食 */
#leaderboardFood .item {
    background-color: #000;
    /* height: 100%; */
    display: block;
    cursor: pointer;
}

#leaderboardFood .owl-item img.active {
    opacity: 1;
}

#leaderboardFood .owl-item img {
    opacity: .65;
}

#leaderboardFood .owl-nav {
    text-align: end;
    margin-top: 10px;
    margin-bottom: 10px;
}

#leaderboardFood .owl-nav button.owl-next:last-child {
    margin-right: 0px;
}

.hotSaleBox {
    display: flex;
}

.hotSaleBox .content i {
    font-size: 1.5rem;
    color: #c9a063;
    margin-right: .5rem;
}

.hotSaleBox .content h3 {
    font-size: 1.5rem;
    color: #603813;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.hotSaleBox .content p {
    font-size: 1.125rem;
    color: #777777;
    text-align: justify;
}


.hotSaleBox .imgLightBox>div.boxWrap {
    /* cursor: pointer; */
    padding-right: 15px;
    padding-left: 15px;
    min-width: 270px;
    max-width: 414px;
    /* min-height: 270px; */
    /* display:flex; */
    /* flex: 1 0 auto; */
    /* align-items: center; */
    /* justify-content: center; */

}

.imgLightBox .boxWrap>div {
    padding: .85rem;
}

.imgLightBox .boxWrap a.imgPadding {
    padding: .2rem;
}

.hotSaleBox .content {

    /*  display: flex;
        flex: 1 1 auto; */
    flex-flow: column nowrap;
    padding-right: 15px;
    padding-left: 15px;
}


@media screen and (max-width : 991px) {
    .hotSaleBox {
        flex-flow: column nowrap;

    }

    .hotSaleBox .content {
        order: 2;

    }

    .hotSaleBox .content h3 {
        margin-bottom: 1rem;
    }
}


/* lightbox */

.modal-content {
    border-radius: 0px;
}

.smallImgPreview {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

}

.modal-body .ekko-lightbox-nav-overlay a span {
    padding: 0px .8rem;
    font-size: 1.5rem;
}

/* 輪播樣式 */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #c9a063;
    color: #FFF;
    font-size: 1.15rem;
    width: 8rem;
    height: 2.75rem;
    border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #603813;
    color: #FFF;
    text-decoration: none;
}



/* food_leaderboard end-------------------------------------------------------*/
.foodMenuBox {
    margin-bottom: 1.75rem;
    cursor: pointer;
}

.foodMenuBox a {
    text-decoration: none;
}

.foodMenuBox .menuImg {
    width: 100%;
    padding-bottom: 100%;
    background-color: #dbe0e4;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: .8rem;
}

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

.foodMenuBox .menuTitle p {
    display: inline-block;
    padding: 0px 1rem;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    color: #777;
    font-size: 1.125rem;
}



/* map strat -----------*/
.no-gutters>[class*=col-].mapInforBox {
    background-color: #fff;
    padding: 1.875rem;
}

.mapInforBox h4 {
    color: #603813;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .35rem;

}
.mapInforBox h5,.mapInforBox h5 a{
    font-size: 1.25rem;
    margin-bottom: .35rem;   
    color: #333;
}

.mapInforBox p{
    color: #777777;
    font-size: 1.125rem;
    text-decoration: none;
    display:block;
    text-align: justify;
    margin-bottom: .5rem;
}
.mapInforBox a {
    color: #777777;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

.icon-iconfinder_map,.icon-iconfinder_Aiga_bus,.icon-iconfinder_parking{
    padding-left: .5rem;
    color: #da2353;
    font-size: 1.25rem;
}
.mapInforBox p.mb-spacing{
    margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
    .mapInforBox p.mb-spacing{
        margin-bottom: 3rem;
    }
}
/* map end -----------*/

/* on_line_booking start */

/* 表格文字切齊 */

.formBox .formJustify {
    text-align: justify;
    width: 100%;
    height: 18px;
    background-color: #c9a063;
    border: none;
    border-radius: 0rem;
    padding: 20px 12px;
    font-size: 1.125rem;
    color: #fff;
    line-height: 0px;
}

.formBox .formJustify::after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* 表格文字切齊 */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.formBox h3.fotmTitle {
    font-size: 1.625rem;
    color: #603813;
    font-weight: 300;
    margin-bottom: 1rem;
}

.formBox .form-group {
    margin: 0px;
}


.formBox .blockBorder {
    border-bottom: 1px solid #ffc5b3;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}



.formBox .bookingTimeBox .button:hover,
.button:focus {
    background-color: #603813;

}

.formBox .bookingTimeBox .button-group input {
    display: none;
}

.formBox .bookingTimeBox .button-group input:checked+label,
.formBox .bookingTimeBox .button-group input:checked+label:active {
    background-color: #603813;
}


.formBox label {
    font-size: 1.125rem;
    color: #333333;
    font-weight: 300;
}

.formBox .remarks {
    font-size: 0.875rem;
    color: #f15a24;
    font-weight: 300;
    line-height: 1.2rem;
    text-align: justify;
    display: inline-block;
    margin-left: 5px;
}

.formBox input[type=text],
.formBox input[type=email],
.formBox input[type=search],
.formBox input[type=password],
textarea[rows] {
    background-color: #fff;
    border: none;
    border-radius: 0rem;
    padding: 20px 12px;
    font-size: 1.125rem;
    color: #4d4d4d;
    position: relative;
}

.formBox .form-row>[class*=col-].no-padding {
    padding: 0px;
}

.formBox textarea[rows] {
    resize: none;
    width: 100%;
    height: 7.5rem;
    padding: 8px 12px;
}

.formBox .submitBtn {
    color: #fff;
    background-color: #c9a063;
    border-radius: 0px;
    font-size: 1.125rem;
    padding: 0.65rem 1.2rem;
}

.formBox .bookingTimeBox .button-group input {
    display: none;
}


 .formBox .bookingTimeBox label{
    color: #fff;
    background-color: #c9a063;
    font-size: 1.125rem;
    margin: .3rem ;
    padding: 0.65rem 0;
    border-radius: 0px;
    border: none;
    min-width: 65px;

 }
.formBox .bookingTimeBox .selectionTime{
    margin-bottom: 1rem;
}
 .formBox .bookingTimeBox .btn:not(:disabled):not(.disabled).active, 
 .formBox .bookingTimeBox .btn:not(:disabled):not(.disabled):active{
    background-color: #603813;
 }

.formBox .bookingTimeBox label:focus {
    outline: 0;
}

.formBox .bookingTimeBox input:focus {
  outline: 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


/* on_line_booking end */
/* 小茹預約訂餐 */

.orderMenu{display: flex;flex-wrap: wrap;width: 100%;}
.orderMenu .item{flex:0 48%;margin:1% 1% 1rem;}
.orderMenu .item .img {
    padding-top: 50%;
    background-size: cover;

}
.orderMenu .item .form-check-label {
    display: block;
    margin-left: .5rem;
    
}
.orderMenu .item .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
    
}
.orderMenu .text-title{color: #333;font-size: 1.125rem;margin-top: 0.8rem;text-align: center;font-weight: bold;}
@media (min-width: 769px) {
   .orderMenu .item {
       flex: 0 0 23%;}
}
 .form-row .btn input{width: 18px;height: 18px;}
/* andy 微調圖文編輯器 */
.EcArticleEditorBox .articleBox {
    padding: 0rem .7rem 0rem .7rem;
}