img, iframe {
    max-width: 100%;
}
.no-padding {
    padding: 0;
}


.header_top {
    height: auto;
}
.header_top img {
    width: 100%;
    height: 100%;
}
/* - - - chung - - -*/
.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    border: 1px solid #fff;
    margin-right: 5px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 3px;
}

.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    /*border: 1px solid #000;*/
    padding: 7px 13px;
    /*font-weight: bold;*/
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 3px;
    color: #000;
    border: 1px solid #545454;
    text-decoration: none;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    /*background: #000;*/
    font-weight: 700;
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}
/* - - - chung - - -*/

.product-content .show-more, .product-content .show-less,
.btnAddToCart, .ajaxcart .con-ajax-cart, .row-totalMoney

{
    border-radius: 8px;
}
.product-wrapper .box-title{
    height: 60px;
    overflow: hidden;
}
.product-slide .item.grid-image.index-grid-image.product-wrapper .box-title{
    height: 85px;
}
.list-product .product-wrapper .box-title{
    height: 145px;
    overflow: hidden;
}
.header-top-logo{
    position: relative;
}
.header-top.text-left.hidden-lg{
    top: -5px;
    position: absolute;
}
.fa.fa-heart{
    display: none;
}
@media screen and (min-width: 1024px) {
    #img-child .owl-dots{
        display: none;
    }
    .pview-info-right>h1{
        width: 65%;
    }
}
.index-content .col-md-12 .p-slide .owl-nav .owl-prev span{
    border: 1px solid #ffffff82;
    background: #ffffff82;
    color: #000;
    font-size: 55px;
    position: absolute;
    top: 40%;
    left: 5px;
    padding: 5px 5px 10px;
}
.index-content .col-md-12 .p-slide .owl-nav .owl-next span{
    border: 1px solid #ffffff82;
    background: #ffffff82;
    color: #000;
    font-size: 55px;
    position: absolute;
    top: 40%;
    right: 5px;
    padding: 5px 5px 10px;
}
a.loadChat {
    opacity: 0.6;
}
.mess-now{
    right: 15px;
    position: fixed;
    bottom: 25px;
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .banner-left-1 img{
        object-fit: cover;
        width: 100%;
        height: 100px;
    }
    .banner-left-1, .banner-left-2{
        margin: 10px 0;
    }
    banner-left-1{
        padding-bottom: 20px;
    }
    .list-product .product-wrapper .box-title{
        height: 116px;
    }
    #img-child .item img{
        padding: 0px;
    }
    #prevSlideZ, #nextSlideZ{
        display: none;
    }
    .index-content .col-md-12 .p-slide .owl-nav .owl-prev span{
        padding: 0px 0px 5px;
        top: 20%;
        font-size: 50px;
    }
    .index-content .col-md-12 .p-slide .owl-nav .owl-next span{
        padding: 0px 0px 5px;
        top: 20%;
        font-size: 50px;
    }
    /*.not-sticky{*/
    /*    display: none;*/
    /*}*/
}
#pagination .paginator a:hover, #pagination .paginator span.currentPage{
    background: #545454;
    color: white !important;
}
.index-content .col-md-12 .p-slide .owl-dots{
    display: none;
}
.index-content .col-md-12 .p-slide .owl-nav{
    display: block;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    position: relative;
}
