/* SGCE: Slide hình ảnh trong nội dung post */
.sgce-post-image-slider {
    margin-bottom: 20px;
}
.sgce-post-image-slider img{
    width: 100%;
}
.sgce-post-image-slider ul.slick-dots li button{
    width: 15px;
    height: 2px;
    border-radius: 0
}
.content-woocommerce-tabs .content-tab video{
    width: 100%;
}

.sgce-post-image-slider .slick-dots li button:before {
	display: none;
}

.sgce-post-image-slider .sgce-post-image-slider-item .title {
    display: block;
    font-weight: bolder;
}
.sgce-post-image-slider .sgce-post-image-slider-item .subtitle {
    display: block;
    font-weight: 400;
}
.sgce-post-image-slider .sgce-post-image-slider-item .desc {
    display: block;
    font-weight: lighter;
}
.sgce-post-image-slider .sgce-post-image-slider-item .desc p {
    margin-bottom: 0;
}