.sty-home-cat{
    font-size: 10px;
    overflow: hidden;
}
.sty-home-cat .inn-home-cat{
    position: relative;
}
.sty-home-cat .inner-cat{
    display: inline-block;
    text-align: center;
    color: #000;
    text-decoration: none;
    width: 100%;
}
.sty-home-cat .cat-name {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 17px;
}
.sty-home-cat .link-show{
    font-size: 1.2em;
    line-height: 1.17em;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 8px;
}
.sty-home-cat .link-show:hover{
    text-decoration: underline;
}
.sty-home-cat .icon-arr-b{
    width: 14px;
    height: 10px;
    margin-left: 10px;
}
.sty-home-cat .owl-carousel .owl-stage-outer{
    overflow: unset;
}

.sty-home-cat .lists-cat:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50vw;
    position: absolute;
    right: 100%;
    z-index: 1;
}

.wrap-banner-bulk .bg-banner{
    position: relative;
    /*color: #fff;*/
    color: #202C4C;
    text-align: center;
    width: 100%;
    height: 100%;
}
.wrap-banner-bulk .box-item{
   margin: 0 auto;
   background-color: transparent; 
}
.wrap-banner-bulk .tt{
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
}
.wrap-banner-bulk .desc{
    font-size: 16px;
    line-height: 19px;
    max-width: 230px;
    margin: 15px auto 35px;
}
.wrap-banner-bulk .btn-sty:hover{
    text-decoration: none;
}
.wrap-banner-bulk .btn-sty{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
    font-size: 17px;
}
.wrap-banner-bulk .btn-sty.btn-w{
    background-color: #fff;
    color: #000;
    margin-right: 15px;
    box-shadow: 0px 0px 2px 0px #d9d7d7;
}
.wrap-banner-bulk .btn-sty.btn-blue{
    background-color: #0272BC;
    color: #fff;
}
.wrap-banner-bulk .btn-sty .ic{
    margin-left: 18px;
}
.store_en .wrap-banner-bulk .th{
    display: none;
}
.store_th .wrap-banner-bulk .en{
    display: none;
}
.sty-home-cat .owl-theme .owl-nav button.disabled{
    visibility: hidden;
}
.wrap-banner-bulk .bg-banner .img-bg-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.wrap-banner-bulk .inner-bulk{
    z-index: 2;
    position: relative;
}
.wrap-sec7 .inner-cat{
    position: relative;
}   

@media(min-width: 1441px){
    .sty-owl-a.owl-theme .owl-nav button{
        top: 136px;
    }
    .wrap-sec5 .sty-owl-a.owl-theme .owl-nav button{
        top: 216px;
    }
}

@media(min-width: 768px) and (max-width: 1440px){
    .sty-owl-a.owl-nav button{
        top: 10vw;
    }
    .wrap-sec5 .sty-owl-a.owl-theme .owl-nav button{
        top: 17vw;
    }
}

@media(min-width: 768px){
    .sty-home-cat .inn-home-cat{
        padding-left: 55px;
        padding-right: 55px;
    }
    .sty-home-cat{
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wrap-sec3{
        padding-bottom: 45px;
    }

    .wrap-banner-bulk{
        width: 100%;
        height: 230px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 22px;
        margin-bottom: 10px;
    }
    .wrap-banner-bulk .inner-bulk{
        height: 100%;
        display: flex;
        align-items: center;
        float: right;
        padding-right: 5.5%;
    }
    .wrap-banner-bulk .box-btn{
        display: inline-flex;
        align-items: center;
        
    }
    .wrap-banner-bulk .btn-sty{
        height: 50px;
        display: inline-block;
        line-height: 50px;
        cursor: pointer;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px;
    }
    .wrap-sec7 .custom-btn{
        bottom: 12%;
    }
}

@media(max-width: 767px){
    
    .sty-home-cat{
        padding: 25px 0 20px;  
    }
    .sty-home-cat:not(.fix-one){
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }
    .sty-home-cat:not(.fix-one) .lists-cat{
        max-width: calc(100vw - 60px);
    }
    .sty-owl-a .list-cat{
        padding-bottom: 15px;
    }
    .wrap-sec3 .sty-owl-a.owl-theme .owl-nav button{
        top: 45.5vw;
    }
    .wrap-sec5 .sty-owl-a.owl-theme .owl-nav button{
        top: 57.3vw;
    }
    .wrap-sec7 .sty-owl-a.owl-theme .owl-nav button{
        top: 59vw;
    } 
    .wrap-banner-bulk{
        height: 485px;
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .wrap-banner-bulk .btn-sty{
        margin: 0;
        width: 100%;
        max-width: 236px;
    }
    .wrap-banner-bulk .btn-sty.btn-w{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .wrap-banner-bulk .inner-bulk{
        /*align-items: flex-end;*/
        display: flex;
        height: 100%;
        /*padding-bottom: 40px;*/
        padding-top: 40px;
        align-items: flex-start;
    }
    .wrap-banner-bulk .desc{
        margin: 15px auto 25px;
    }
    .sty-home-cat:not(.fix-one) .lists-cat:before{
        content: '';
        background-color: #fff;
        height: 100%;
        width: 50vw;
        position: absolute;
        right: 100%;
        z-index: 1;
    }
    .sty-home-cat:not(.fix-one) .owl-dots{
        margin-right: -20px;
    }
    .wrap-sec7 .custom-btn{
        bottom: 13.5%;
    }
}