/* banner */
.banner-container {
    float: left;
    width: 100%;
}

.home-container {
    width: 90%;
    margin: 0 auto;
    background-color: yellow;
}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* .slider:hover .prevBanner {
    left: 150px;
} */
.wp-controls-btn {
    width: 90%;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-70%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    
}
.prevBanner, .nextBanner {
    button {
        width: 40px;
        height: 40px;
        font-size: 30px;
        /* font-weight: bold; */
        border: none;
        border-radius: 50%;
        background-color: lightgray;
        cursor: pointer;
    }

    button:hover {
        background-color: #06934799;
        color: white
    } 

}

.wp-nav-slider-btn {
    width: 100%;
    /* position: relative; */
    /* top: 20%; */
    /* z-index: 4; */
    /* display: flex; */
    /* overflow: hidden;
    background-color: yellow; */
}
.prev-slider {
    position: absolute;
    z-index: 4;
    top: 40%;
    left: 0px;
    opacity: 0;
    transition: transform 500ms cubic-bezier(.2,.9,.3,1);
    
}
.prevSliderBtn, .prevHealthBtn, .prevProdBtn, .prevBlogBtn, .prevProdInfoBtn {
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    background-color: lightgray;
    color: black;
    cursor: pointer;
}
.prevSliderBtn:hover, .prevHealthBtn:hover, .prevProdBtn:hover, .prevBlogBtn:hover, .prevProdInfoBtn:hover {
    background-color: #06934799;
    color: white
} 

.prev-slider.open {
    opacity: 1;
    transform: translateX(100px);
}
.next-slider {
    position: absolute;
    z-index: 4;
    top: 40%;
    right: 0px;
    opacity: 0;
    transition: transform 320ms cubic-bezier(.2,.9,.3,1);
}
.nextSliderBtn, .nextHealthBtn, .nextProdBtn, .nextBlogBtn, .nextProdInfoBtn {
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    background-color: lightgray;
    color: black;
    cursor: pointer;
}

.nextSliderBtn:hover, .nextHealthBtn:hover, .nextProdBtn:hover, .nextBlogBtn:hover, .nextProdInfoBtn:hover {
    background-color: #06934799;
    color: white
} 
.next-slider.open {
    opacity: 1;
    transform: translateX(-100px);
}



/* introduce */
.introduce-container {
    float: left;
    width: 100%;
    margin-top: 40px;

    display: flex;
    
}

.introduce-left {
    /* float: left; */
    width: 40%;
    text-align: center;
}

.introduce-left img {
    width: 100%;
    border-radius: 20px;
    /* object-fit: cover; */
}

.introduce-right {
    /* float: left; */
    width: 60%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce-right img {
    width: 100%;
}

.introduce-box {
    width: 95%;
    margin: 0 auto;
}
.introduce-title {
    width: 100%;

}
.introduce-info {
    width: 100%;
    margin-top: 10px;
    
}

/* Why use Kombucha */
.why-use-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #f1f1f1;
}
.why-use-left{
    float: left;
    width: 50%;
    
    display: flex;
    align-items: center;
    /* background-color: yellow; */
    
    img {
        width: 100%;
    }
}
.wp-row-why {
    width: 100%;
    display: flex;
}
.img-checked-icon {
    width: 20%;
    width: 25px;
    margin: 5px;
    
    /* background-color: aqua; */
}
.img-checked-icon img {
    width: 100%;
}
.text-why {
    width: 80%;
    display: flex;
    align-items: center;
    /* background-color: yellow; */
}
.why-use-right {
    float: left;
    width: 50%;
    
}
.why-use-right img {
    width: 100%;
    border-radius: 20px;
}
.marginTop {
    margin-top: 60px;
}
/* Product */
.wp-product-container {
    float: left;
    width: 100%;
    margin-top: 40px;
    /* background-color: aqua; */
}
.wp-product-container-mobi {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: none;
}
.product-container {
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    /* padding-top: 50px; */
    /* background-color: yellow; */
}
.product-title {
    width: 100%;
    text-align: center;
    /* font-size: 40px;
    font-weight: 500;
    color: #2c3145;
    font-family: 'Helve', sans-serif */
    
}
.product-title-desc {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #2c3145;
}
.product-list {
    width: 100%;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: yellow; */
}
.product-list-mobi {
    width: 100%;
    margin-top: 30px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* background-color: yellow; */
}
.product-list-mobi-btn {
    width: 40%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}
.wp-prod-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* position: relative; */
}

.wp-item-img {
    width: 82px;
    transition: transform 0.3s ease;
    transform-origin: bottom center; /* Giữ cố định đáy, phóng to lên trên */
    cursor: pointer;
}
.wp-item-img img {
    width: 100%;
}
.wp-item-img:hover {
    transform: scale(1.5);
}
.wp-item-name {
    /* position: absolute;
    bottom: -100px;
    left: 0; */
    padding: 10px 0px;
    /* display: none; */
    opacity: 0;
    /* transition: transform 500ms cubic-bezier(.2,.9,.3,1); */
}
.wp-item-name.open {
    opacity: 1;
    /* transform: translateY(-40px); */
}

.prevBox, .nextBox {
    float: left;
    width: 5%;
    text-align: center;
    
    button {
        width: 40px;
        height: 40px;
        font-size: 30px;
        font-weight: bold;
        border: none;
        border-radius: 50%;
        background-color: lightgray;
        cursor: pointer;
    }

    button:hover {
        background-color: #069347;
        color: white
    } 
}


.product-slider {
    float: left;
    width: 90%;
    /* background-color: red; */
    /* text-align: center; */
}

.product-info-box {
    float: left;
    width: 95%;
    min-height: 460px;
    margin: 25px 10px;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    
}

.product-info-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.prod-img {
    width: 100%;

    /* img {
        width: 100%;
        border-radius: 15px;
    } */
}
.prod-img img {
    width: 100%;
    border-radius: 15px;
}
.prod-desc {
    width: 95%;
    margin: 0 auto;
    /* padding: 10px; */
    margin-top: 10px;
}
.prod-name-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.prod-name {
    /* width: 100%; */
    font-weight: bold;
    font-size: 18px;
    /* color: #002f87; */
    color: #069347;
}
.prod-short-desc {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    color: #868e96;
    
}
.prod-price {
    /* position: absolute;
    bottom: 10px;
    right: 40px; */

    font-weight: bold;
    font-size: 16px;
    color: #069347;
    
}

/* Product navigation control for app: prev, next */
.wp-btnSlider-control {
    width: 100%;
    display: flex;
    justify-content: center;
    display: none;
}
.prevBoxApp, .nextBoxApp {
    width: 40px;
    
}
.customPrevBtnApp, .customNextBtnApp {
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    background-color: lightgray;
    cursor: pointer;
}
.customPrevBtnApp:hover {
    background-color: #069347;
    color: white
}
.customNextBtnApp:hover {
    background-color: #069347;
    color: white
}

.marginBtn {
    margin: 0 15px;
}

/* certification */
.wp-certification {
    float: left;
    width: 100%;
    margin: 60px 0;
    /* background-color: yellow; */
}
.certification-section {
    width: 80%;
    display: flex;
    margin: 0 auto;
    /* background-color: aqua; */
}
.certification-area {
    width: 45%;
    display: flex;
    /* background-color: yellow; */
}
.cert-img {
    width: 80px;
}
.cert-img img {
    width: 100%;
}
.cert-text {
    width: 60%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* align-items: center; */
    /* background-color: yellow; */
}

.certification-area2 {
    width: 50%;
    display: flex;
    /* background-color: aqua; */
}
.cert-img2 {
    width: 100px;
}
.cert-img2 img {
    width: 100%;
}
.cert-text2 {
    width: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: aqua; */
}

.wp-img-container {
    width: 100%;
}
.wp-img-container img {
    width: 100%;
}

/* Blog */
.wp-blog-container {
    float: left;
    width: 100%;
    margin: 50px 0;
    
}
.blog-container {
    width: 90%;
    margin: 0 auto;
    
}
.blog-title {
    width: 100%;
    text-align: center;
    /* font-size: 40px;
    font-weight: 500;
    color: #2c3145;
    font-family: 'Helve', sans-serif; */
    
}
.blog-list {
    width: 100%;
}
.blog-list-app {
    width: 100%;
    display: none;
}
.blog-list-mobi {
    width: 100%;
    /* background-color: yellow; */
}
.wp-blog-list-mobi-btn {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    /* background-color: yellow; */
}


@media (max-width: 768px) {
    .introduce-container {
        flex-direction: column;
    }
    
    .introduce-left {
        width: 100%;
    }
    .introduce-right {
        width: 100%;
        margin-top: 10px;
    }

    .why-use-left {
        width: 100%;
        
    }

    .why-use-right {
        width: 100%;
        margin-top: 10px;
    }

    .product-info-box {
        margin: 25px 20px;
    }

    /* Product navigation control for app: prev, next */
    .wp-btnSlider-control {
        display: flex;
        justify-content: center;
        /* display: block; */
    }
    .prevBoxApp, .nextBoxApp {
        display: block;
    }
    .prevBox, .nextBox {
        display: none;
    }



    .prev-slider.open {
        transform: translateX(30px);
    }
    .next-slider.open {
        transform: translateX(-30px);
    }

    /* product list */
    .wp-product-container {
        display: none;
    }
    .wp-product-container-mobi {
        display: block;
    }
    .product-list {
        flex-direction: column;
        margin-top: 30px;
    }
    .product-title {
        /* font-size: 32px; */
        margin-top: 20px;
    }
    /* .wp-prod-item {
        width: 40%;
        margin: 0 auto;
        background-color: yellow;
    } */
    .wp-prod-item-img {
        width: 25%;
        margin: 0 auto;
        
    }
    /* .wp-item-img {
        width: 30%;
        margin: 0 auto;
        background-color: lightblue;
    } */
    .wp-item-img:hover {
        transform: scale(1.0);
    }
    
    .wp-item-name {
        opacity: 1;
    }

    .certification-section {
        flex-direction: column;
    }
    .certification-area, .certification-area2 {
        width: 100%;
        margin: 5px 0;
    }
    /* .cert-text, .cert-text2 {
        font-size: 16px;
    } */
    .cert-img2 {
        width: 110px;
    }

    /* blog list  */
    .blog-list {
        display: none;
    }
    .blog-list-app {
        display: block;
        
    }
    
}