.bg_logo {
    /* The image used */
    background-image: url("../images/product/seafood/01/bg_logo.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg {
    /* The image used */
    background-image: url("../images/product/skin/01/bg_1_4.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden !important;
}


.bg_2 {
    /* The image used */
    background-image: url("../images/product/skin/01/bg_2.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;

}


.bg_3 {
    /* The image used */
    background-image: url("../images/product/skin/01/bg_4.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden !important;
}


.bg_4 {
    /* The image used */
    background-image: url("../images/product/skin/01/bg_4.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden !important;
}







/* ac自訂 */


.colorBrand{
    color: #55cec5;
}








