table {
    border-collapse: collapse;
}
.UIProductDetail {
        width: 1170px;
        margin: 20px auto;
        position: relative;
}
.UIProductDetail .fb-like {
    position: absolute;
    right: 20px;
    top: -10px;
}
.UIProductDetail .title {
            margin: 0 0 15px 0;
            font-weight: bold;
            color: #555;
            font-size: 1.6em;
}
.UIProductDetail .title h1{
           margin: 0px;
  			padding: 0px;
            font-size: 22px;
}

.UIProductDetail .banner {
            display: inline-flex;
            margin-bottom: 20px;
            width: 100%;
}
.UIProductDetail .img img {
                width: 100%;
}
.UIProductDetail .summary:after {
  	content: 'Tổng đài tư vấn: 0225.3839839';
  	width: 150px;
  	display: inherit;
  	background: url(/Themes/Default/UIProductDetail/Images/hotline.png) no-repeat left center;
  	font-size: 16px;
  	padding-left: 40px;
  	line-height: 1.3;
  	font-weight: bold;
  	color: #383838;
}
.UIProductDetail .summary {
            vertical-align: top;
            font-size: 15px;
            position: relative;
}
.UIProductDetail .tab {
            overflow: hidden;
            font-size: 14px;
            background-color: #e7e7e7;
}
.UIProductDetail .tab span {
                /* background-color: #f3f3f3; */
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 14px 50px;
                transition: 0.3s;
                font-size: 18px;
                font-weight: bold;
                color: #1f7ed0;
                text-transform: uppercase;
}
.UIProductDetail .tab span:hover {
                    background-color: #ddd;
}
.UIProductDetail .tab span.active {
                    background-color: #ccc;
}
.UIProductDetail .tabcontent {
            display: none;
            padding: 15px;
            background: #f3f3f3;
            border-top: none;
            animation: fadeEffect 1s;
            font-size: 15px;
            /* height: 300px; */
            /* 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 {
        border: 3px solid #5475f6;
}
.UIProductDetail .borderbox {
        background-color: #f3f3f3 !important;
}
.UIProductDetail .btnField a {
    background: #ff160c;
    background: linear-gradient(to right top, #ff1005, #ff5310, #ff0000);
    padding: 6px 48px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.UIProductDetail .btnField a:hover {
    background: #ff4b0c;
    background: linear-gradient(to right top, #ffb905, #f7430d, #ffaa00);
}
.UIProductDetail .btnField {
    margin: 25px 0;
}
/****************************************/
 .StarRating label {
            position: relative;
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(/Themes/Default/UIProductDetail/Images/SaoTrang.png);
            margin: 0 3px;
            background-size: contain !important;
}
.StarRating label:hover {
                cursor: pointer;
}
.pointRating label:hover {
            cursor: pointer;
}
.StarGold {
            background: url(/Themes/Default/UIProductDetail/Images/SaoVang.png) !important;
}
.halfStarGold {
            background: url(/Themes/Default/UIProductDetail/Images/NuaSao.png) !important;
}
.ContentRating {
            position: relative;
}

.lbtnRating {
            display: flex;
}
.pointRating {
    margin-top: 3px;
    margin-left: 10px;
}
/******************************/
.divReview {
            width: 1184px;
            padding-right: 15px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 10px;
        }

        .contentReview {
            background-color: rgb(243 243 243);
            padding: 32px 40px 24px;
            border-radius: 4px;
        }

        .avatar-comment {
            display: flex;
        }

        .div-avatar {
            margin: 0px 8px 0px 0px;
            width: 48px;
            height: 48px;
            background-size: cover;
            border-radius: 50%;
            position: relative;
            z-index: 1;
            background: url(/Themes/Default/UIProductDetail/Images/user.png);
        }

        .lb-avatar {
            position: absolute;
            inset: 0px;
            color: rgb(153, 153, 153);
            background-color: rgb(211, 210, 211);
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            line-height: 48px;
            border-radius: 50%;
            user-select: none;
        }

        .div-infor {
            font-size: 14px;
            line-height: 20px;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center;
        }

        .cus-NgayKS .lbNgayKS {
            color: rgb(153, 153, 153);
            flex-shrink: 0;
        }

        .cus-name .lbAvatar-bought {
            color: rgb(0, 153, 0);
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

        .cus-name {
            display: flex;
        }

            .cus-name .lbCusName {
                margin-right: 10px;
            }

            .cus-name .lbAvatar-bought-icon {
                width: 16px;
                height: 16px;
                background-color: rgb(0, 153, 0);
                border-radius: 50%;
                position: relative;
                z-index: 1;
                margin: 0px 5px 0px 0px;
            }

                .cus-name .lbAvatar-bought-icon::before {
                    content: "";
                    width: 10px;
                    height: 5px;
                    border-left: 1px solid rgb(255, 255, 255);
                    border-bottom: 1px solid rgb(255, 255, 255);
                    position: absolute;
                    display: block;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -70%) rotate(-45deg);
                }

        .cus-rate-star {
            margin: 10px 0px;
            position: relative;
            z-index: 1;
            display: flex;
        }

        .lbSaoVang {
            display: block;
            width: 17px;
            height: 17px;
            background: url(/Themes/Default/UIProductDetail/Images/SaoVang.png);
            margin: 0 3px;
            background-size: contain !important;
        }

        .lbSaoTrang {
            display: block;
            width: 17px;
            height: 17px;
            background: url(/Themes/Default/UIProductDetail/Images/SaoTrang.png);
            margin: 0 3px;
            background-size: contain !important;
        }
        
        .lbComment {
            font-size: 14px;
            line-height: 20px;
            margin: 0px 0px 8px;
        }

        .comment-title {
            margin: 8px 0px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

        .titleReview {
            font-size: 18px;
            line-height: 24px;
            margin: 0px 0px 10px;
        }