.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 .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 800126';
  	width: 150px;
  	display: inherit;
  	background: url(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 16px;
                transition: 0.3s;
                font-size: 18px;
                font-weight: bold;
                color: #1f7ed0;
}
.UIProductDetail .tab span:hover {
                    background-color: #ddd;
}
.UIProductDetail .tab span.active {
                    background-color: #ccc;
}
.UIProductDetail .tabcontent {
            display: none;
            padding: 6px 12px;
            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;
}