

.dd-01 {
    height: 400px;
    position: relative;
    background: url('../images/home/Pergola-Lifestyle.jpg') no-repeat center top;
    background-size: cover;   /* contain; */
}
.dd-01 .dd-content {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 1;

    color: #fff;
    font-weight: bold;
}
.dd-01 .dd-content .btn-default {
    background-color: #fff;
}
.dd-01 .dd-content .btn-default:hover {
    background-color: #393f3e
}



.home-factory-list .item .photo {
    overflow: hidden;
    width: 100%;
}

.factory-power-list .item {
    margin: 15px 0;
    min-height: 230px;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
}
.factory-power-list .item .icon {
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
}
.factory-power-list .item h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.factory-power-list .item p {
    font-size: 0.9rem;
}


.footer-video {
    overflow: hidden;
    position: relative;
    max-height: 600px;
}
.footer-video .video-float {
    position: absolute;
    right: 20px;
    top: 10%;
    bottom: 10%;
    z-index: 1;
    background-color: #fff;
    padding: 40px 15px;
    border-radius: 8px;

    text-align: center;
}
.footer-video .video-float h4 {
    color: #666;
    font-size: 1rem;
}
.footer-video .video-float h3 {
    font-size: 2rem;
    margin: 20px 0;
}
.footer-video .video-float .cc {
    padding: 20px 15px
}
