
/*products*/

.carousel-caption {left: 0; right: 0;}
.carousel-caption .container {max-width: 85%;}
.main-section .htitle h1 {
    font-family: 'Lato'!important;
    font-size: 46px!important;
    color: #262626!important;
}
.main-section .htitle p {
    font-size: 18px!important;
    font-weight: 300!important;
    color: #666666!important;
    margin : 0 auto;
}
.container .htitle {text-align: center;}
.sc04_visual button.slick-prev.slick-arrow {
    background: url(prev-btn.png) center center no-repeat;
    left: -6%;
}
.sc04_visual button.slick-next.slick-arrow {
    background: url(next-btn.png) center center no-repeat;
    right: -6%;
}
.sc04_visual .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 26%;
    font-size: 0;
    text-indent: -9999px;
    width: 43px;
    height: 73px;
    border: none;
    box-shadow: none;
    opacity: 0.5;
    transition: all 0.5s;
}

.sc04_visual .slick-arrow:hover {opacity: 1;}
.carousel-inner {
    background: url(mainSlide-bg.jpg) center center no-repeat;
    color: #fff;
    height: 80vh;
    background-size: cover;

}
.slick-track {
    display: flex!important;
    justify-content: space-between;
}
/*.slick-slide {max-width:  389px!important;    float: initial!important}*/
/*
.product-flex img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.5s;
    margin: auto;
}
*/
.product-flex li {overflow: hidden;position: relative;}
.product-flex li:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) url(../img/more-icon.png) center center no-repeat;
    border-radius: 100%;
    opacity: 0;
}
.slide-area a:hover .product-flex li:nth-child(1)::before {opacity: 1;}
.slide-area a:hover .product-cont h2 {
    color: #0f4c9a;
}
.slide_txtarea {margin-bottom: 30px;}
.product-cont h2 {
    font-size: 24px!important;
    font-weight: 600!important;
    color: #fff!important;
    text-align: center;
    line-height: 4!important;
}
.slick-slide img {margin: auto;}