.caption_slider {
   
    padding: 20px 100px 20px 100px;
    position: relative;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.51), rgb(255, 255, 255));
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(20deg);
}

 .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../img/browser-icons.png);
        }
		.jssora05r {
                position: absolute;
                /* size of arrow element */
                width: 60px;
                height: 60px;
                cursor: pointer;
                background: url(images/right1.png) no-repeat;
                overflow: hidden;
                display: none;
            }

            .jssora05l {
                position: absolute;
                /* size of arrow element */
                width: 60px;
                height: 60px;
                cursor: pointer;
                background: url(images/left1.png) no-repeat;
                overflow: hidden;
                display: none;
            }
            #slider_container:hover .jssora05l{
                display: block;
            }
            #slider_container:hover .jssora05r{
                display: block;
            }





/* Silder sản phẩm trang chi tiết */

.list_carousel {
    width: 100%;
    position:relative;
    float:left;
}
.list_carousel ul {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;

    display: block;
}
.list_carousel li {
    display: block;
    float: left;
    padding: 5px 5px 5px 5px;
}
.list_carousel li img{
    float: left;
}
.list_carousel li a{ text-decoration:none;}
.list_carousel li a h3{ color:#835410; text-align:center; font-weight:500; margin-top:10px; font-size:16px; margin-bottom:10px; text-transform:uppercase;}
.list_carousel li:hover{
}
.list_carousel li.active{
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.pager {
    float: left;
    width: 320px;
    text-align: center;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}
.prev13{ width: 41px; height: 36px; position: absolute; z-index: 10; background: url(images/trai_sp.png) no-repeat; top: 25px; left: 0px;}
.next13{ width: 41px; height: 36px; position: absolute; z-index: 10; background: url(images/phai_sp.png) no-repeat; top: 25px; right: -10px;}