﻿.body {
    font: Barlow;
    font-family: Barlow;
    color: #222222;
    font-size: 14px;
    line-height:18px;
    margin:0 auto;
}

.TopMenu {
    height: 120px;
    width: 100%;
    margin: auto;
    position:relative;
}

.documentForm{
    margin:0 auto;
    width:80%;
    padding-bottom:30px;
    
}
p {
    justify-content: stretch;
    padding-left:20px;
}

li{
    padding-left:30px;
}

h2
{
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
}
h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    color: #FFB202;
}
.highlightText {
    font-weight: 600;
    color: #0084A8;
}
h4 {
    padding-left:20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #FFB202;
    margin-top:10px;
    margin-bottom:10px;
}

h5 {
    font-weight: 800;
    padding-left: 20px;
    font-size: 14px;
}

.navbarNav {
    width:480px;
    height: 36px;
    float: right;
    position:relative;
    margin-top:36px;
}

.MenuOption {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    display:block;
}

.LanguageOptionSelected {
    float: left;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    background-color: #FFB202;
    padding-top: 8px;
    border-radius: 8px;
}

    .LanguageOptionSelected:hover {
        cursor: pointer
    }

    .LanguageOption {
        float: left;
        width: 36px;
        height: 36px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #545D69;
        padding-top: 8px;
        border-radius:8px;
    }

        .LanguageOption:hover {
            cursor: pointer;
            background-color: #FFB202;
            color: #FFFFFF;
            transition: 0.6s;
        }

.MenuOption:hover .MenuText {
    color: #FFB202;
    transition:0.2s;
}

.MenuOption:hover > .MenuImg1 {
    background-image: url('../../img/Explore_Active.png');
    transition: 0.2s;
}

.MenuText {
    float: left;
    line-height: 36px;
}

.MenuImg1 {
    background-image: url('../../img/Explore.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: auto;
    margin-top: 6px;
    width: 22px;
    height: 22px;
}

.MenuImg2 {
    background-image: url('../../img/HowJuice.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: auto;
    margin-top: 6px;
    width: 22px;
    height: 22px;
}

.MenuOption:hover > .MenuImg2 {
    background-image: url('../../img/HowJuice_Active.png');
    transition: 0.2s;
}

.MenuImg3 {
    background-image: url('../../img/Stories.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: auto;
    margin-top: 6px;
    width: 22px;
    height: 22px;
}

.MenuOption:hover > .MenuImg3 {
    background-image: url('../../img/Stories_Active.png');
    transition: 0.2s;
}

p {
    color: #222222;
    font-size: 14px;
    line-height: 20px;
}

.currency:after{
    content:'₫';
}
a {
    text-decoration-line: none;
    color: #222222;
}

.Logo{
    margin-top:30px;
    margin-left:10%;
    width:120px;
    float:left;
}

.Logo_Img {
    width: 120px;
    height:51px;
}


.footer {
    position:relative;
    text-align: center;
    width: 100%;
    height:80px;
    font-weight: 400;
    font-size: 14px;
    line-height:30px;
    padding-top:25px;
    display:block;
    margin:auto;
}

.footer_child{
    width:50%;
    float:left;
}



.priceColor {
    color: #D3242C;
}


.YellowColor {
    color: #FFB202;
}

@media screen and (max-width: 768px) {
    .TopMenu{
        height:156px;
        width:100%;
        display:block;
        margin:auto;
    }

    .Logo {
        margin-top: 84px;
        width: 100px;
        margin-left: 1%;
    }

    .footer {
        height: 60px;
        font-size: 10px;
        line-height: 20px;
        padding-top:0;
        padding-bottom:10px;
    }

    .navbarNav {
        margin-top:inherit;
        width: 100%;
        height: 72px;
        float:unset;
        position:fixed;
        top:0;
        left:0;
        z-index:100;
        margin-left: unset;
        font-weight:600;
        background-color:#F7F7F7;
    }
    .MenuOption {      
        margin-left: 1px;
        margin-right: 1px;
        line-height: 36px;
        width:90px;
        height:72px;     
    }

    .MenuText{
        float:none;
        font-size:12px;
        text-align:center;
        line-height:18px;
    }
    .MenuImg1{

        float:none;
        margin:auto;
        margin-top:18px;
    }

    .MenuImg2 {
        float: none;
        margin: auto;
        margin-top: 18px;
    }

    .MenuImg3 {

        float: none;
        margin: auto;
        margin-top: 18px;
    }

    .MenuOption img {
        float: none;
        margin: auto;
        width:22px;
        height:22px;
    }

    .LanguageOption {
        margin-top: 18px;
    }

    .LanguageOptionSelected {
        margin-top:18px;
    }
    .footer_child {
        width:100%;
    }
 }

@media screen and (min-width:769px) and (max-width: 1024px) {
    .navbarNav {
        width: 450px;
        height: 36px;
        float: left;
        position: relative;
        margin-left:25%;
    }
}
