.UIRelatedProduct .IsHot, .UIRelatedProduct .IsNew {
    display:none;
}
.UIRelatedProduct {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
    padding: 30px 20px;
}
.UIRelatedProduct .MainTitle {
    margin: 0 0 20px 5px;
    font-weight: bold;
    color: #0e468b;
    font-size: 18px;
    display:
    inline-block;
    text-transform:
    uppercase;
}
.UIRelatedProduct .MainList .ListProduct {
    display: grid;
    grid-template-columns: calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5));
    grid-column-gap: 20px;
}
.UIRelatedProduct .ChildDiv {
    vertical-align: top;
    overflow: auto;
    width: 100%;
}
.UIRelatedProduct .ProductName {
    position: absolute;
    top: 250px;
    width: 100%;
}
.UIRelatedProduct .ProductName span {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    width: 215px;
}
.UIRelatedProduct a.BigUrl {
    text-align: center;
    position: relative;
}
.UIRelatedProduct a.BigUrl .SaleOff {
    position: absolute;
    top: 302px;
    right: 22px;
    color: #fff;
    font-size: 17px;
    background: #ec160e;
    height: 25px;
    width: 50px;
    line-height: 25px;
    border-radius: 5px;
}
.UIRelatedProduct a.BigUrl .SaleOff:before {
    content:'-';
}
.UIRelatedProduct span.Summary {
    padding: 0 10px;
    display: inline-block;
}
.UIRelatedProduct span.Summary p:before {
    content: "\f111";
    margin-right: 5px;
    font: normal normal normal 6px FontAwesome;
    color: #e60000;
    position: absolute;
    top: 5px;
    left: -2px;
}

.UIRelatedProduct span.Summary p {
    margin: 10px 0!important;
    padding: 0 0 0 10px;
    font-size: 14px;
    position: relative;
}
.UIRelatedProduct .ChildDiv .btnField .btn:hover {
    background: #da6f40;
}
.UIRelatedProduct .ChildDiv .btnField .btn:before {
    content: "Äáº·t mua";
    color:#fff;
    font-size:15px;
    padding: 5px 20px;
    background: #d60c0c;
    border-radius:3px
}
.UIRelatedProduct .ChildDiv .btnField .btn {
    cursor: pointer;
    color: transparent;
    font-size: 0px;
    position:relative;
}
.UIRelatedProduct .ChildDiv .btnField .btn:after {
    content: "\f105";
    display: inline-block;
    font: 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -13px;
}
.UIRelatedProduct .Pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}
.UIRelatedProduct .Pager span.pNum {
    cursor: pointer;
    border-radius: 100%;
    background: #f7941d;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #f0f0f0;
    font-size: 15px;
}
.UIRelatedProduct .Pager a.pNum, .next, .prev {
    cursor: pointer;
    border-radius: 100%;
    background-color: #ffb050;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    border: none;
    font-size: 15px;
}
.UIRelatedProduct .Pager a.pNum:hover, .next:hover, .last:hover, .prev:hover {
    background: #f7941d;
    color: #fff;
}
.UIRelatedProduct .ChildDiv .img {
    border: 1px solid #c3c3c3;
    display: inline-block;
    padding: 5px;
    margin-bottom: 35px;
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin: 0 auto;
}
.UIRelatedProduct .ChildDiv .priceField {
    text-align: center;
    margin: 36px 0 10px 0px;
    border-bottom: 1px solid #eee4d9;
}
.UIRelatedProduct .ChildDiv .priceField .salePrice {
    color: #f7941d;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.UIRelatedProduct .ChildDiv .priceField .oldPrice {
    display: block;
    text-decoration: line-through;
    color: #929292;
    font-size: 15px;
    padding: 10px 0 0;
}

.UIProductList .ChildDiv .priceField .speed {
    display: block;
    font-size: 17px;
}

.UIRelatedProduct .ChildDiv .textPath {
    border-top: solid 1px #dcdcdc;
    margin: 15px 10px 0 10px;
}
.UIRelatedProduct .ChildDiv .btnField {
    text-align: center;
    margin: 20px 0;
}
.UIRelatedProduct .compdetail {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #686868;
    font-size: 16px;
}
.UIRelatedProduct a.BigUrl .IsNew {
    right: auto;
    left: -22px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}