body {
    font-family: "Trebuchet MS", "Microsoft JhengHei";
}

.bg-color-1 {
    background-color: #f6f9f3;
}
.bg-color-2 {
    background-color: #ebeec2;
}
.bg-color-3 {
    background-color: #f2f2f2;
}
.text-color-1 {
    color: #585656;
}
.text-color-2 {
    color: #17734f;
}
.text-color-3 {
    color: #47b74c;
}
.text-color-4 {
    color: #7f7f7f;
}

.carousel .carousel-indicators {
    bottom: 3vw;
    margin-bottom: 0;
}
.carousel .carousel-indicators li {
    width: 1.08vw; height: 1.08vw;
    margin: 0 1.8vw;
    border-radius: 100%;
}
.carousel-control-prev, .carousel-control-next {
    width: 8%;
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3.59375vw; height: 5.3645833vw;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("../img/carousel/prev.png");
}
.carousel-control-next-icon {
    background-image: url("../img/carousel/next.png");
}

.description-frame {
    line-height: 1;
}
.description-frame > img {
    width: 6.042vw;
}

.video-frame {
    width: 83.854166vw;
    border: 0.78125vw solid #d1e06c;
    border-radius: 1.5625vw;
}

.green-box {
    position: relative;
    padding: 1.067708vw 0;
    background-color: #17734f;
    border-radius: 1.041666vw;
    font-size: 1.875vw;
    color: #fff;
}

.shadow-container {
    line-height: 0;
}
.shadow-container:hover {
    background-color: #000;
}
.shadow-container:hover img {
    opacity: 0.3;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw; height: 100vh;
    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: 3vw;
    top: -3vw; right: -3vw;
    z-index: 3;
    cursor: pointer;
}

#overlay-video > div {
    width: 80%;
}

.nav-bar {
    padding: 0.9375vw 0;
    background-color: #EEEDF2;
    background-image: url(../img/logo.png);
    background-size: 12.5vw auto;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-bar img {
    max-width: 12.5vw;
}
.nav-bar .language-select {
    padding: 0 1.5625vw;
    margin: 0.1041666vw auto;
    font-size: 1.66666666vw;
    color: #868686;
}
.nav-bar .language-select a {
    color: #868686;
    text-decoration: none;
}
.nav-bar .language-select a:hover {
    color: #E1172B;
}

#intro {
    height: 46.771vw;
    background-image: url("../img/intro.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 0.5208vw solid #17734f;
}
#intro > div {
    width: 57vw;
    top: 0;
    margin: 3vw 3vw 0;
}
#intro .content {
    margin: 0.5vw 2.5vw;
    font-size: 1.5625vw; line-height: 1.979166vw;
}
#intro .content p:nth-of-type(2) {
    text-align: justify;
    text-align-last: center;
}
#intro .content p:nth-of-type(3) {
    width: 80%;
}
#intro .position-absolute > img {
    width: 40.46875vw;
    margin-top: 2vw;
}

#video .play-video {
    width: 7.8125vw;
    top: 24.0104vw; left: 46.09375vw;
    border-radius: 100%;
    cursor: pointer;
}

#feature-list {
    max-width: 100%;
    background-image: url("../img/feature_list_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 0.5208vw solid #17734f;
}
#feature-list .col {
    max-height: 24.322916vw;
    margin: 4.1145833vw 0;
    border-left: 0.26vw solid #17734f;
    border-right: 0.26vw solid #17734f;
    cursor: pointer;
}
#feature-list .col:hover {
    text-decoration: none;
}
#feature-list .col img {
    top: 3vw;
}
#feature-list p {
    width: 67%;
    top: 13.5vw; left: 5.5vw;
    font-size: 1.875vw; line-height: 2.083333vw;
}
#feature-list .col:nth-of-type(1) img {
    width: 9.114583vw;
}
#feature-list .col:nth-of-type(2) img {
    width: 13.0729166vw;
}
#feature-list .col:nth-of-type(3) img {
    width: 20.052083vw;
    top: 0;
}

#features {
    overflow: hidden;
}
#feature-1 {
    padding: 4.16666vw 0;
}
#feature-1 .green-box {
    width: 27.8125vw;
}
#feature-1 p {
    margin: 2.60416vw auto 4.16666vw;
    font-size: 1.875vw; line-height: 2.3958333vw;
}
#feature-1 .container {
    max-width: 80vw;
}
#feature-1 .col:nth-of-type(1) img:first-child {
    width: 20.052083vw;
}
#feature-1 .col:nth-of-type(2) img:first-child {
    width: 21.71875vw;
    left: 1vw;
}
#feature-1 .col:nth-of-type(3) img:first-child {
    width: 20vw;
}
#feature-1 .col:nth-of-type(4) img {
    width: 41.041666vw;
}
#feature-1 .col img:nth-of-type(2) {
    width: 2.7083333vw;
    top: -1.5vw; right: -2vw;
}
#feature-1 .col:nth-of-type(2) img:nth-of-type(2) {
    right: -2vw;
}
#feature-1 .col:nth-of-type(3) img:nth-of-type(2) {
    top: 3.25vw; left: -10.75vw;
    transform: rotate(90deg);
}
#feature-2 {
    padding: 4.16666vw 0;
}
#feature-2 .green-box {
    width: 41.40625vw;
    margin-bottom: 4.16666vw;
}
#feature-2 .container {
    max-width: 85%;
    margin-bottom: 3.125vw;
}
#feature-2 .container > .row {
    left: 5.98958vw;
}
#feature-2 .col:nth-of-type(2) {
    top: -2.5vw;
}
#feature-2 .col:first-child img {
    width: 46.979vw;
}
#feature-2 .col:last-child img {
    width: 25.78125vw;
}
#feature-2 p {
    font-size: 1.666666vw; line-height: 2.083333vw;
}
#feature-2 .col:first-child p:first-of-type {
    left: -1.5vw;
}
#feature-2 > img:nth-of-type(1) {
    width: 16.354166vw;
    margin-bottom: 2.083333vw;
}
#feature-2 .feature-arrow {
    width: 4.53125vw;
    margin-bottom: 2.083333vw;
}
#feature-2 .feature-arrow + p {
    width: 70%;
    margin-bottom: 0.5vw;
    font-size: 0.9375vw;
}
#feature-2 > img:nth-of-type(3) {
    width: 65.208333vw;
    margin-bottom: 3.125vw;
}
#feature-3 {
    padding: 4.166666vw 0;
}
#feature-3 .green-box {
    width: 41.40625vw;
}
#feature-3 p {
    max-width: 74vw;
    margin: 2.604166vw auto 0;
    font-size: 1.875vw; line-height: 2.395833vw;
}
#feature-3 p > span:last-of-type {
    font-size: 1.041666vw;
}
#feature-3 > span {
    top: 29.75vw;
    font-size: 1.5625vw; line-height: 1.979166vw;
}
#feature-3 > span:first-of-type {
    width: 17vw;
    left: 18.25vw;
}
#feature-3 > span:last-of-type {
    width: 19vw;
    right: 15.25vw;
}
#rds {
    width: 43.802083vw;
    margin: 4.166666vw auto 0;
}
#leaf {
    width: 19.583333vw;
    top: -0.8vw; left: -6.7vw;
}
#onion {
    width: 16.614583vw;
    top: 41.8vw; right: -2.1vw;
}
#tomato {
    width: 15.520833vw;
    top: 63vw; left: -2.8vw;
}
#herb {
    width: 19.5833vw;
    top: 57.5vw; right: -6.4vw;
}
#cucumber {
    width: 19.010416vw;
    top: 190.7vw; left: -4.2vw;
}
#garlic {
    width: 20.208333vw;
    top: 11.5vw; right: -6.8vw;
}

#videos {
    padding: 3.125vw 0 4.166666vw;
}
#videos .video-frame:first-child {
    margin-bottom: 3.125vw;
}

#starch {
    padding: 4.166666vw 0;
    overflow: hidden;
}
#starch > img:nth-of-type(1) {
    width: 42.65625vw;
    margin-bottom: 3.125vw;
}
#starch > img:nth-of-type(2) {
    width: 65.208333vw;
    margin-bottom: 4.166666vw;
}
#starch .green-box {
    width: 30.729166vw;
    margin-bottom: 3.125vw;
}
#starch > img:nth-of-type(3) {
    width: 65.208333vw;
    margin-bottom: 1.5625vw
}
#starch .description {
    width: 62.5vw;
    margin-bottom: 3.125vw;
}
#starch ul {
    padding: 0 7vw 0 10vw;
    font-size: 1.875vw; line-height: 2.8125vw;
}
#starch > img:nth-of-type(4) {
    width: 65.208333vw;
}
#lunch-box {
    width: 26.71875vw;
    top: 7.5vw; right: -3.5vw;
}
#broccoli {
    width: 18.28125vw;
    top: 49.5vw; left: -3.3vw;
}
#chilli {
    width: 12.708333vw;
    top: 104.5vw; right: -3.1vw;
}

#recipe {
    background-image: url("../img/recipe_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#recipe .carousel-item .position-relative {
    width: 32.864583vw; height: 48.90625vw;
    display: inline-block;
    margin: 5.1302083vw 2.0833333vw;
}
#recipe .carousel-item .position-relative .position-absolute {
    width: 100%;
    top: 32vw;
    padding: 0 5%;
}
#recipe p {
    margin: 3vw auto;
    font-size: 2.083333vw; line-height: 2.395833vw;
}
#recipe .shadow-container {
    width: 13.2291666vw;
    bottom: 0vw;
    border-radius: 0.5vw;
}
#recipe .shadow-container img {
    cursor: pointer;
}
#carousel-recipe .carousel-inner {
    width: 52.083333vw;
}
#carousel-recipe .carousel-control-prev, #carousel-recipe .carousel-control-next {
    width: 12%;
}
#carousel-recipe .carousel-control-prev-icon, #carousel-recipe .carousel-control-next-icon {
    width: 1.796875vw; height: 2.6822916vw;
}

/* i18n */
@media only screen and (min-width: 576px) {
    html[lang="zh"] .green-box {
        padding: 0.9895833vw 0;
        font-size: 1.9791666vw;
    }

    html[lang="zh"] #intro .content {
        font-size: 1.770833vw; line-height: 2.1875vw;
    }
    html[lang="zh"] #intro .content p:nth-of-type(1) {
        width: 95%;
    }
    html[lang="zh"] #intro .content p:nth-of-type(2) {
        width: 90%;
    }
    html[lang="zh"] #intro .content p:nth-of-type(3) {
        width: 100%;
    }
    html[lang="zh"] #intro .position-absolute > img {
        width: 50vw;
    }

    html[lang="zh"] #feature-list p {
        font-size: 2.083333vw; line-height: 2.5vw;
    }

    html[lang="zh"] #feature-2 .green-box {
        width: 27.8125vw;
    }
    html[lang="zh"] #feature-2 .container > .row {
        left: 6.5104vw;
    }
    html[lang="zh"] #feature-2 .col:nth-of-type(2) {
        top: 0.46875vw;
    }
    html[lang="zh"] #feature-2 p {
        font-size: 1.770833vw; line-height: 2.1875vw;
    }
    html[lang="zh"] #feature-2 .col:first-child p:last-of-type {
        left: -1vw;
    }
    html[lang="zh"] #feature-2 .feature-arrow + p {
        font-size: 1.041666vw;
    }
    html[lang="zh"] #feature-3 .green-box {
        width: 27.8125vw;
    }
    html[lang="zh"] #feature-3 p {
        max-width: 74vw;
        font-size: 1.875vw; line-height: 2.5vw;
    }

    html[lang="zh"] #feature-3 > span {
        top: 30.75vw;
    }

    html[lang="zh"] #starch ul {
        font-size: 1.979166vw; line-height: 2.9166666vw;
    }

    html[lang="zh"] #recipe p {
        font-size: 2.604166vw;
    }
}

/* Mobile */
@media only screen and (max-width: 575px) {
    .carousel .carousel-indicators li {
        width: 1.8vw; height: 1.8vw;
        margin: 0 2.8vw;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 13%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 6.3888888vw; height: 9.537vw;
    }

    .description-frame > img {
        width: 9.35vw;
    }

    .video-frame {
        width: 91.666666vw;
        border: 1.388vw solid #d1e06c;
        border-radius: 2.222222vw;
    }

    .green-box {
        padding: 1.53vw 0;
        border-radius: 2.222222vw;
        font-size: 3.61111vw;
    }

    .overlay .close-button {
        width: 5vw;
        top: -5vw; right: -5vw;
        z-index: 3;
        cursor: pointer;
    }

    .nav-bar {
        padding: 4.4444444vw 0;
        background-size: 44.444444vw;
    }
    .nav-bar .language-select {
        padding: 0 5.55555vw;
        font-size: 4.4444444vw;
    }

    #intro {
        height: 110.3703703703704vw;
        background-image: url("../img/m/intro.jpg");
        border-top: 0.5208vw solid #17734f;
    }
    #intro > div {
        width: auto;
        margin: 4vw 4vw 0;
    }
    #intro .content {
        font-size: 3.6111vw; line-height: 4.16666vw;
    }
    #intro .content p:nth-of-type(2) {
        width: 95%;
        text-align: center;
    }
    #intro .content p:nth-of-type(3) {
        width: 100%;
    }
    #intro .position-absolute > img {
        width: 71.944444vw;
        margin-top: 3vw;
    }

    #video .play-video {
        width: 13.8888888vw;
        top: 32.7777vw; left: 43.0555555vw;
    }

    #feature-list {
        padding: 3.61111vw 0;
    }
    #feature-list .col {
        max-height: none;
        margin: 0;
    }
    #feature-list p {
        width: 78%; max-width: 39vw;
        top: 20.5vw; left: 6.5vw;
        font-size: 3.33333vw; line-height: 3.88888vw;
    }
    #feature-list .col:nth-of-type(1) p {
        top: 22.5vw; left: 30.5vw;
    }
    #feature-list .col:nth-of-type(1) img {
        width: 17.22vw;
    }
    #feature-list .col:nth-of-type(2) {
        border: 0;
    }
    #feature-list .col:nth-of-type(2) img {
        width: 22.129vw;
    }
    #feature-list .col:nth-of-type(3) img {
        width: 34.166666vw;
        top: -2.5vw;
    }

    #feature-1 {
        padding: 6.1111vw 0;
    }
    #feature-1 .green-box {
        width: 49.444444vw;
    }
    #feature-1 p {
        max-width: 70vw;
        margin: 4.16666vw auto 6.1111vw;
        font-size: 3.33333vw; line-height: 4.44444vw;
    }
    #feature-1 .col {
        margin-bottom: 7vw;
    }
    #feature-1 .col:nth-of-type(3) {
        margin-bottom: 0;
    }
    #feature-1 .col:nth-of-type(1) img:first-child {
        width: 37.407vw;
    }
    #feature-1 .col:nth-of-type(2) img:first-child {
        width: 40.648vw;
    }
    #feature-1 .col:nth-of-type(3) img:first-child {
        width: 37.222222vw;
    }
    #feature-1 .col:nth-of-type(4) img {
        width: 76.759vw;
    }
    #feature-1 .col img:nth-of-type(2) {
        width: 4.722222vw;
        top: 3vw; right: 0;
        transform: rotate(90deg);
    }
    #feature-1 .col:nth-of-type(2) img:last-child  {
        right: 0;
    }
    #feature-1 .col:nth-of-type(3) img:last-child  {
        top: 6vw; left: 0;
    }
    #feature-2 {
        padding: 6.1111vw 0;
    }
    #feature-2 .green-box {
        width: 79.444444vw;
    }
    #feature-2 .container {
        max-width: 90vw;
        margin-bottom: 5vw;
    }
    #feature-2 .container > .row {
        left: 0;
    }
    #feature-2 .col:first-of-type {
        left: 1.111111vw;
        text-align: center;
    }
    #feature-2 .col:last-of-type {
        margin-top: 8vw;
        text-align: center;
    }
    #feature-2 .col:first-of-type img {
        width: 83.518518vw;
    }
    #feature-2 .col:last-of-type img {
        width: 45.833333vw;
        left: -5.55555vw;
    }
    #feature-2 img + .row {
        width: 85vw;
        left: 0;
        margin: 0 auto;
    }
    #feature-2 p {
        width: 90%;
        
        font-size: 3.33333vw; line-height: 4.44444vw;
    }
    #feature-2 .col:first-child p:last-of-type {
        left: 2vw;
    }
    #feature-2 > img:nth-of-type(1) {
        width: 29.074074vw;
        margin-bottom: 5vw;
    }
    #feature-2 .feature-arrow {
        width: 8.0555555vw;
        margin-bottom: 5vw;
    }
    #feature-2 .feature-arrow + p {
        width: 80%;
        margin-bottom: 1vw;
        font-size: 1.944444vw; line-height: 1.944444vw;
    }
    #feature-2 > img:nth-of-type(3) {
        width: 88.425vw;
        margin: 0 auto 5vw;
    }
    #feature-3 {
        padding: 6.1111vw 0;
    }
    #feature-3 .green-box {
        width: 79.444444vw;
    }
    #feature-3 p {
        max-width: 70vw;
        margin: 3.604166vw auto 0;
        font-size: 3.33333vw; line-height: 4.44444vw;
    }
    #feature-3 p > span:last-of-type {
        font-size: 2.222222vw;
    }
    #feature-3 > span {
        top: 49vw;
        font-size: 3.055555vw; line-height: 3.611111vw;
    }
    #feature-3 > span:first-of-type {
        width: 28vw;
        left: 2vw;
    }
    #feature-3 > span:last-of-type {
        width: 26.944444vw;
        right: 0;
    }
    #rds {
        width: 66.944444vw;
    }
    #leaf {
        width: 27.8518vw;
        top: 30.2vw; left: -7.8vw;
    }
    #onion {
        width: 23.629vw;
        top: 103.8vw; right: -4.5vw;
    }
    #tomato {
        width: 22.074vw;
        top: 205vw; left: -9.5vw;
    }
    #herb {
        width: 23.333333vw;
        top: 73vw; right: -9.2vw;
    }
    #cucumber {
        width: 27.037vw;
        top: 313.3vw; left: -11.3vw;
    }
    #garlic {
        width: 28.740vw;
        top: 60vw;
        right: -15.5vw;
    }

    #videos {
        padding: 5vw 0 6.1111vw;
    }
    #videos .video-frame:first-child {
        margin-bottom: 5vw;
    }

    #starch {
        padding: 6.1111vw 0;
    }
    #starch > img:nth-of-type(1) {
        width: 78.055555vw;
        margin-bottom: 5vw;
    }
    #starch > img:nth-of-type(2) {
        width: 88.425vw;
        margin-bottom: 6.1111vw;
    }
    #starch .green-box {
        width: 54.444444vw;
        margin-bottom: 5vw;
    }
    #starch > img:nth-of-type(3) {
        width: 88.61111vw;
        margin-bottom: 5vw;
    }
    #starch .description {
        width: 88.33333vw;
        margin-bottom: 5vw;
    }
    #starch .description-frame {
        margin: 0 auto;
    }
    #starch ul {
        padding: 0 0 0 8vw;
        font-size: 3.33333vw; line-height: 4.44444vw;
    }
    #starch > img:nth-of-type(4) {
        width: 88.33333vw;
    }

    #recipe {
        background-image: url("../img/m/recipe_bg.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #recipe .carousel-item .position-relative {
        width: 58.425vw;
        height: 86.944444vw;
    }
    #recipe p {
        margin: 5.5vw auto;
        font-size: 4.16666vw; line-height: 4.16666vw;
    }
    #recipe .shadow-container {
        width: 28.222vw;
    }

    #carousel-recipes .carousel-control-prev, #carousel-recipes .carousel-control-next {
        width: 25%;
    }
    #carousel-recipe > div {
        max-width: none;
    }
    #carousel-recipe .carousel-inner {
        width: 92.592vw;
    }
    #recipe .carousel-item .position-relative .position-absolute {
        top: 57vw;
    }
    #carousel-recipe .carousel-control-prev-icon, #carousel-recipe .carousel-control-next-icon {
        width: 6.3888888vw; height: 9.537vw;
    }
}

/* Mobile i18n */
@media only screen and (max-width: 575px) {
    html[lang="zh"] .green-box,
    html[lang="zh"] #feature-1 .green-box,
    html[lang="zh"] #feature-2 .green-box,
    html[lang="zh"] #feature-3 .green-box,
    html[lang="zh"] #starch .green-box {
        width: 49.444444vw;
    }

    html[lang="zh"] #intro > div {
        margin: 4vw 6vw 0;
    }

    html[lang="zh"] #intro .content {
        margin: 0.5vw 7.5vw;
    }

    html[lang="zh"] #intro .content p:nth-of-type(2) {
        width: 100%;
    }
    html[lang="zh"] #intro .position-absolute > img {
        width: 88.888888vw;
    }

    html[lang="zh"] #feature-2 .col:first-of-type {
        left: 2.777777vw;
    }
    html[lang="zh"] #feature-2 .col:last-of-type img {
        left: -6.38888vw;
    }
    html[lang="zh"] #feature-2 p {
        width: 95%;
        left: 2vw;
    }
    html[lang="zh"] #feature-2 .col:first-of-type p:first-of-type {
        left: -3vw
    }
    html[lang="zh"] #feature-3 > span {
        line-height: 4.722222vw;
    }
    html[lang="zh"] #feature-3 > span:first-of-type {
        left: 0;
    }
    html[lang="zh"] #feature-3 > span:last-of-type {
        width: 25.944444vw;
    }

    html[lang="zh"] #starch ul {
        line-height: 5.5555555vw;
    }
}