.index_products_indexpro {
    width: 100%;
    margin: auto;
    min-width: 1190px;
    max-width: 1920px;
    padding-top: 50px;padding-bottom: 70px;
}

.index_product_title {
    width: 100%;
    font-size: 36px;
    color: #454545;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
}

.index_product_title_sm {
    width: 100%;
    font-size: 16px;
    color: #454545;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
}

.window_product {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.product_box {
    width: 100%;
    height: 474px;
    position: relative;
}

.product_cut {
    width: 1000%;
    height: 400px;
}

.product-bin {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    perspective: 500;
    -webkit-perspective: 500; /* Safari and Chrome */

}

.index_products_proimg {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.index_products_proimg img {
    width: 100%;
    height: 100%;
}

.index_products_proname {
    width: 270px;
    height: 148px;
    padding: 120px 24px 50px;
    position: absolute;
    top: 6%;
    left: 6%;
    background: url(../ZERO/img/index_pro_bg.png) no-repeat left;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari บอ Chrome */
    -o-transition: all 1s; /* Opera */
    opacity: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg); /* Safari บอ Chrome */
    -moz-transform: rotateX(90deg); /* Firefox */

}

.index_products_proname a {
    font-family: Arial;
    font-size: 12px;
    color: #454545;
    line-height: 24px;
}

.index_products_name {
    width: 100%;
    line-height: 24px;
    height: 50px;
    background: url(../ZERO/img/index_proname_bg.png) repeat-x 0 30px;
    text-align: center;
}

.index_products_name a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 60px;
    background-color: #fff;
}

.product-bin:hover .index_products_proname {

    transition: all 2s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari บอ Chrome */
    -o-transition: all 1s; /* Opera */
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg); /* Safari บอ Chrome */
    -moz-transform: rotateX(0deg); /* Firefox */
}

.product_scrollbar {
    width: 36%!important;
    height: 8px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 370px !important;
    background-color: #f3f3f3 !important;

}

.product_scrollbar .swiper-scrollbar-drag {
    width: 100%;
    height: 8px !important;
    background: url(../ZERO/img/bar.png) no-repeat center #c3c3c3 !important;
}

.banner-pager {
    position: absolute;
    height: 8px;
    line-height: 0;
    top: 93%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center;
}
