.UIProductDetail {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 5px;
}
/** màu thẻ a*/
.UIProductDetail .contentRight a {
    font-size: 14px;
    color: #4f81bd;
}
.UIProductDetail .fb-like {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 100000;
}
.UIProductDetail .title h1 {
            margin: 0 0 15px 0;
            font-weight: 700;
            color: #0f478c;
            font-size: 18px;
            text-transform: uppercase;
}
.UIProductDetail .banner {
            display: inline-flex;
            margin-bottom: 20px;
            width: 100%;
}
.UIProductDetail .contentRight {
    width: 48%;
}
.UIProductDetail .img {
            width: 50%;
}
.UIProductDetail .img img {
            width: 90%;
            vertical-align: top;
}
.UIProductDetail .summary {
            vertical-align: top;
            font-size: 16px;
            position: relative;
            line-height:1.4;
}
.UIProductDetail .price .new-price {
    margin: 15px 0;
    font-size: 16px;
    font-family: Roboto;
}
.UIProductDetail .price b.value-price {
    color: #f94704;
    font-size: 18px;
    font-weight: 700;
}
.UIProductDetail .tab {
            overflow: hidden;
            border-bottom: 2px solid #f0f0f0;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 18px;
}
.UIProductDetail .tab span.tablinks {
                outline: none;
                cursor: pointer;
                padding: 15px 20px;
                transition: 0.3s;
                color: #acacac;
}
.UIProductDetail .tab span.tablinks.borderbox {
                outline: none;
                cursor: pointer;
                padding: 15px 20px;
                transition: 0.3s;
                color: #0d458a;
                display: inline-block;
}
.UIProductDetail .tab span:hover {
                color: #f7941d;
}
.UIProductDetail .tab span.active {
                    background-color: #ccc;
}
.UIProductDetail .tabcontent {
            padding: 6px 12px;
            border-top: none;
            animation: fadeEffect 1s;
            font-size: 15px;
            /* height: 200px; */
            /* overflow-y: scroll; */
            line-height: 1.5;
}
.UIProductDetail .tabcontent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.UIProductDetail .tabcontent::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius:5px;
}
@keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
.UIProductDetail .imgLib {
        height: 100px;
        margin-top: 5px;
        list-style: none;
        padding: 0px;
        display: none;
}
.UIProductDetail .itemImg {
        width: 100px;
        display: inline-block;
}
.UIProductDetail .bigImg {
        width: 620px;
        margin: 0 30px 0 0;
}
.UIProductDetail .prev,
.UIProductDetail .next {
        text-decoration: none !important;
        cursor: pointer;
        position: absolute;
        color: #901b1b;
        font-weight: bold;
        font-size: 24px;
        top: 88%;
        border-radius: 0 3px 3px 0;
        padding: 8px 12px;
}
.UIProductDetail .prev {
        left: 0;
    }
.UIProductDetail .next {
        right: 0;
        border-radius: 3px 0 0 3px;
}
.UIProductDetail .prev:hover, .UIProductDetail .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
}
.UIProductDetail .active {
}
.UIProductDetail .btnField a {
    cursor: pointer;
    color: transparent;
    font-size: 0px;
    color:#fff;
    font-size:16px;
    padding: 5px 30px;
    background: #f7941d;
    text-transform: uppercase;
    font-weight: bold;
    border-radius:3px
}
.UIProductDetail .btnField a:hover {
    background: #d60c0c;
}
.UIProductDetail .btnField {
    margin: 25px 0;
}
div#img-thumbs {
    width: 330px;
    display: flex;
    margin-top: 10px;
}