pre {
    text-align: center;
}
.text-center {
    text-align: center;
}
/* home-about */

.container.home-about {
    text-align: center;
}
.container.home-about {
    padding-top: 40px;
    padding-bottom: 40px;
}
.container.home-about .background-image.active {
    background-color: #f5f5f5;
}
.container.home-about .background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container.home-about .cover-content {}
.container.home-about .cover-content .display-table {
    display: table;
    width: 100%;
}
.container.home-about .cover-content .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
}
.container.home-about .cover-content .display-table .display-table-cell p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 1.7;
}
@media (min-width: 1200px) {
    .container.home-about .background-image, .container.home-about .cover-content {
        height: 450px;
    }
}
@media (max-width: 1199px) {
    .container.home-about .background-image, .container.home-about .cover-content {
        height: 500px;
    }
}
@media (max-width: 992px) {
    .container.home-about .background-image {
        height: 450px;
    }
    .container.home-about .cover-content {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .container.home-about .background-image {
        height: auto;
        padding-top: 100%;
    }
    .container.home-about .cover-content {
        height: auto;
        padding: 20px 0;
    }
}
/* home-about */

/* home-slide */

.container.home-slide {
    padding-top: 40px;
}
.container.home-slide .background-image {
    padding-top: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* home-slide */

/* home-featured-product */

.home-featured-product {
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-featured-product .cover-background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-featured-product .cover-background-image .title {
    text-align: center;
    font-size: 32px;
    font-weight: 400px;
    color: white;
    padding: 50px 0;
}
.home-featured-product .container.cover-product {
    padding-top: 30px;
}
.home-featured-product .container.cover-product .background-image {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-featured-product .container.cover-product .background-image .cover-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    opacity: 0;
    transition: all 0.4s;
}
.home-featured-product .container.cover-product .background-image .cover-logo:hover {
    opacity: 1;
    background-color: #ffffff80;
}
.home-featured-product .container.cover-product .background-image .cover-logo .display-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.home-featured-product .container.cover-product .background-image .cover-logo .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.home-featured-product .container.cover-product .background-image.active {
    background-color: #f5f5f5;
}
.home-featured-product .container.cover-product .cover-title {
    padding: 15px 0;
}
.home-featured-product .container.cover-product a .cover-title .title {
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    text-align: center;
}
/* home-featured-product */

/* home-gallery */

.home-gallery {
    padding-top: 40px;
}
.home-gallery .cover-background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-gallery .cover-background-image .title {
    text-align: center;
    font-size: 32px;
    font-weight: 400px;
    color: white;
    padding: 50px 0;
}
.home-gallery component-gallery-album .cover-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.4);
}
.home-gallery component-gallery-album .cover-logo:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-gallery component-gallery-album .cover-logo .display-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.home-gallery component-gallery-album .cover-logo .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.home-gallery component-gallery-album .cover-logo .display-table .display-table-cell .cover-title {
    padding: 15px 0;
}
.home-gallery component-gallery-album .cover-logo .display-table .display-table-cell .cover-title .title {
    font-size: 22px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
    text-align: center;
}
.home-gallery component-gallery-album .background-image.active {
    background-color: #f5f5f5;
}
/* home-gallery */