/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
    width: 100%;
    color: #333;
    position: relative;
    display: inline-block;
}

    .pgwSlider ps-current a {
        display: block;
        text-decoration: none;
        color: #333;
       
    }
    .pgwSlider .ps-current ul:before {
        padding-top: 75%;
        content: "";
        display: block;
    }

    .pgwSlider .ps-current li a {
        position: relative;
        display: block;
    }
        .pgwSlider .ps-current li a:before {
            padding-top: 75%;
            content: "";
            display: block;
        }

    .pgwSlider .ps-current {
        float: left;
        width: 73%;
        /*overflow: hidden;*/
        height: auto !important;
        height:inherit;
        position: relative;
        font-size: 1rem;
    }

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

    .pgwSlider .ps-current li {
        width: 100%;
        z-index: 1;
        opacity: 0;
        display: none;
        list-style: none;
        position: absolute;
        top:0px;
    }

    .pgwSlider .ps-current img {
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        transition: margin-top 250ms linear;
        top: 0px;
        bottom: 0px;
        width: 100%;
    }

    .pgwSlider .ps-caption {
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 3px;
        /* display: none; */
        z-index: 3;
        font-size: 14px;
        min-height: 100px;
        display: inline-block !important;
        opacity: 1 !important;
    }
.pgwSlider .ps-caption b
{
    font-size:15px;
    color:white;
}
ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 27%;
    padding: 0;
    list-style: none;
    margin: 0;
}
.pgwSlidertinmoi.ps-list {
    position: absolute;
    overflow: auto;
    right: 0px;
    height: 100%;
    padding-left: 3px;
}


/* width */
.pgwSlidertinmoi.ps-list::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.pgwSlidertinmoi.ps-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pgwSlidertinmoi.ps-list::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .pgwSlidertinmoi.ps-list::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    ul.pgwSlider.listOnTheLeft,
    .pgwSlider.listOnTheLeft > ul {
        float: left;
    }

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    margin-bottom: 6 px;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-left: 3px #c1c1c1 solid;
    font-size: 0.8rem;
    transition: opacity 200ms linear;
    padding: 0px;
    height: auto !important;
}

    .pgwSlider > .ps-list > li.giangcurli2 {
        border-left: 3px solid !important;
        border-color: #db261b !important;
        background-color: #eee;
    }

        .pgwSlider > .ps-list > li.giangcurli2 span {
            background-color: #eee !important;
        }

.pgwSlidertinmoi li > a {
    display: inline-block;
}
ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

    ul.pgwSlider > li span,
    .pgwSlider > .ps-list > li span {
        display: block;
        width: 76%;
        bottom: 0;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
        /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);*/
        overflow: hidden;
        /*text-overflow: ellipsis;
    white-space: nowrap;*/
        color: #000;
        font-size: 13px;
        float: right;
        
    }

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

    ul.pgwSlider > li img,
    .pgwSlider > ul > li img {
        min-height: 85%;
        width: 22%;
        position: absolute;
        transition: margin-top 250ms linear;
        max-height: 150px;
        object-fit: cover;
    }

.pgwSlider .ps-prevIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.pgwSlider .ps-nextIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.pgwSlider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 0.7rem;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}
@media(max-width:992px) {
    .pgwSlidertinmoi.ps-list {
        position: relative;
    }

    .pgwSlidertinmoi li > a {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
}