body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
    font-size: 18px;
}

.shadow-container {
    line-height: 0;
}
.shadow-container:hover {
    background-color: #000;
}
.shadow-container:hover img {
    opacity: 0.3;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%; height: 100%;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.overlay > div {
    max-width: 90%;
}
.overlay .close-button {
    width: 3.5%;
    top: 2%;
    right: 1%;
    z-index: 3;
    cursor: pointer;
}

.nav-bar {
    /* padding: 0.625% 0; */
    padding: 12px 0;
    background-color: #EEEDF2;
}
.nav-bar img {
    max-width: 160px;
}
.nav-bar .language-select {
    right: 20px;
    color: #868686;
}
.nav-bar .language-select a {
    color: #868686;
    text-decoration: none;
}
.nav-bar .language-select a:hover {
    color: #E1172B;
}

#video .play-video {
    width: 16%;
    top: 48%;
    left: 42%;
    border-radius: 0.48vw;
    cursor: pointer;
}
#video .play-video img {
    border-radius: 0.58vw;
}
#video-overlay > div {
    width: 90%;
}

.info-icon {
    width: 12.4479167%;
    top: 70%;
    right: 17%;
    cursor: pointer;
}

.carousel-control-prev-icon {
    background-image: url('../img/carousel/prev.png');
    width: 45px; height: 65px;
}
.carousel-control-next-icon {
    background-image: url('../img/carousel/next.png');
    width: 45px; height: 65px;
}

#recipe-carousel-1 {
    padding: 3% 0 8% 0;
    background-image: url('../img/recipe-bg-01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#recipe-carousel-1 .carousel:first-child {
    margin-bottom: 3%;
}
#recipe-carousel-1 .carousel-inner {
    width: 80%;
}
#recipe-carousel-1 .carousel-control-prev, #recipe-carousel-1 .carousel-control-next {
    width: 10%;
}

#recipe-bg-02 {
    margin-top: -6.8%;    
}

#recipe-carousel-2 {
    background-image: url('../img/recipe-bg-03.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#recipe-carousel-2 .carousel {
    top: -3vw;
}
#recipe-carousel-2 .carousel-inner {
    width: 65%;
}
#recipe-carousel-2 .carousel-item > div {
    max-width: 45%;
    display: inline-block;
}
#recipe-carousel-2 .carousel-item > div:first-child {
    margin-right: 4%;
}
#recipe-carousel-2 .carousel-item > div:last-child {
    margin-left: 4%;
}
#recipe-carousel-2 .carousel-item > div > img {
    border-radius: 0 0 10px 10px;
}
#recipe-carousel-2 .carousel-item div div:last-child {
    width: 50%;
    top: 83%;
    left: 25%;
    cursor: pointer;
}
#recipe-carousel-2 .shadow-container {
    border-radius: 0.58vw;
}

.popover {
    font-size: 1rem;
}
