.hhcomments{
    padding-top: 45px;
    border-top: 1px solid #b7b7b7;
}
.hhcomments .cmtitle{
    margin-bottom: 20px;
    color: #000000;
}
.hhcomments .cmtitle, .hhcomments .cmtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
.itreviewreport .clshowform{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.clshowform a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 17px;
    line-height: 25px;
    background-color: #f0b949;
    color: #fff;
    padding: 11px 30px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.clshowform a:hover{
    background-color: #c22828;
}
.clshowform a i, .clshowform a span{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.clshowform a i{
    margin-right: 10px;
}
.itreviewreport .prshowconts{
    display: none;
}
.vnt-review{

}
.vnt-review *{
    outline: none;
}
.vnt-review .ratting .fa-star{
    color: #f8ae41;
}
.vnt-review .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}
.vnt-review .reviewDashbroad{
    border-bottom: none;
    margin-bottom: 20px;
}
.vnt-review .reviewDashbroad .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vnt-review .reviewDashbroad .grid .ccol{
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-review .reviewDashbroad .grid .ccol:nth-child(1){
    width: 170px;
}
.vnt-review .reviewDashbroad .grid .ccol:nth-child(2){
    width: calc(100% - 170px);
}
.vnt-review .grpoinrat{

}
.vnt-review .reviewDashbroad .dashbroadTitle{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.vnt-review .reviewDashbroad .dashbroadPoint{
    font-size: 25px;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}
.vnt-review .reviewDashbroad .dashbroadRatting{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    color:#cccccc;
    text-align: center;
    margin-bottom: 5px;
}
.vnt-review .reviewDashbroad .dashbroadRatting i{
    margin: 0 3px;
}
.vnt-review .reviewDashbroad .dashbroadRatting i.rat{
    color:#f8ae41;
}
.vnt-review .reviewDashbroad .dashbroadCount{
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    text-align: center;
}
.vnt-review .reviewDashbroad .dashbroadPolling{
    width: 100%;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll:last-child{
    margin-bottom: 0;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll .name{
    width: 55px;
    flex-shrink: 0;
    padding-right: 10px;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll .num{
    width: 30px;
    flex-shrink: 0;
    padding-left: 10px;
    color: #999999;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll .percent{
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.vnt-review .reviewDashbroad .dashbroadPolling .poll .percent span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f8ae41;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vnt-review .reviewDashbroad .dashbroadTxt{
    color:#666666;
    margin-bottom: 15px;
    width: 100%;
}
.vnt-review .reviewDashbroad .dashbroadToggle{
    width: 100%;
    max-width: 160px;
    margin-left: auto;
}
.vnt-review .reviewDashbroad .dashbroadToggle .showPopRev {
    display: block;
    background: #f8ae41;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: none;
    padding: 9px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.vnt-review .reviewDashbroad .dashbroadToggle a.showPopRev:hover{
    background-color: #0cb365;
}
.vnt-review .reviewToggle{
    background: #ffffff;
    border:solid 1px rgba(0,0,0,0.1);
    border-bottom: none;
    display: none;
}
.vnt-review .reviewToggle .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}
.vnt-review .reviewToggle .grid .col1{
    width:-webkit-calc(100% - 470px);
    width:-moz-calc(100% - 470px);
    width:-o-calc(100% - 470px);
    width:calc(100% - 470px);
    padding: 0 10px;
}
.vnt-review .reviewToggle .grid .col2{
    width: 470px;
    padding: 0 10px;
}
.vnt-review .reviewFormComment{
    border: 1px solid #dddddd;
    padding-right: 0;
}
.vnt-review .reviewFormComment .formTitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.vnt-review .reviewFormComment .formGroup .gripFle{
    display: flex;
    align-items: center;
}
.vnt-review .reviewFormComment .formGroup .chooseImg {
    margin-bottom: 20px
}
.vnt-review .reviewFormComment .formGroup .chooseImg a{
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cccccc;
    position: relative;
}
.vnt-review .reviewFormComment .formGroup .chooseImg a::before{
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 50%;
    background-color: #cccccc;
    transform: translate(-50%, 0);
}
.vnt-review .reviewFormComment .formGroup .chooseImg a::after{
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 50%;
    background-color: #cccccc;
    transform: translate(-50%, 0);
}
.vnt-review .reviewFormComment label{
    font-weight: normal;
}
.vnt-review .reviewFormComment .formGroup.df label{
    margin-right: 20px;
    margin-bottom: 0;
}
.vnt-review .reviewFormComment input:not([type="checkbox"]):not([type="radio"]),
.vnt-review .reviewFormComment textarea,
.vnt-review .reviewFormComment select{
    width: 100%;
    height: 35px;
    border:solid 1px transparent;
    padding: 0 20px;
    background-color: #ffffff;
    border-radius: 25px;
    background-color: #ffffff;
}
.vnt-review .reviewFormComment textarea{
    height: 90px;
    padding: 10px;
    resize: none;
}
.vnt-review .reviewFormComment .note{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
}
.vnt-review .reviewFormComment .formGroup .chooseImg {
    margin-bottom: 20px
}
.vnt-review .reviewFormComment .formGroup .chooseImg a{
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cccccc;
    position: relative;
}
.vnt-review .reviewFormComment .formGroup .chooseImg a::before{
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 50%;
    background-color: #cccccc;
    transform: translate(-50%, 0);
}
.vnt-review .reviewFormComment .formGroup .chooseImg a::after{
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 50%;
    background-color: #cccccc;
    transform: translate(-50%, 0);
}

.vnt-review .reviewFormComment .grreview{
    border-top: 1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f6f6f6;
}
.vnt-review .reviewFormComment .grreview .mcol{
    text-align: center;
}
.vnt-review .reviewFormComment .photoview{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 7px 18px;
    min-height: 50px;
}
.vnt-review .reviewFormComment .photoview a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
}
.vnt-review .reviewFormComment .photoview a i{
    margin-right: 8px;
    font-size: 20px;
}
.vnt-review .reviewFormComment .grreview .bcol{
    width: 470px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}
.vnt-review .reviewFormComment .grinforr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 7px 10px;
}
.vnt-review .reviewFormComment .grinforr .cola{
    width: 470px;
}
.vnt-review .reviewFormComment .grinforr .colb{
    width: calc((100% - 80px) / 2);
    padding: 0 3px;
}
.vnt-review .reviewFormComment .grinforr .colc{
    width: 80px;
    padding-left: 8px;
}
.vnt-review .reviewFormComment .formGroup input{
    border: 1px solid #d6d6d6!important;
}

.vnt-review .reviewFormComment label{
    font-weight: normal;
}
.vnt-review .reviewFormComment button.btnUploadImage{
    width: 100px;
    height: 35px;
    color:#f8ae41;
    border-radius: 5px;
    border:solid 1px #f8ae41;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vnt-review .reviewFormComment button.btnUploadImage:hover{
    border-color: #333333;
    color: #333333;
}
.vnt-review .reviewFormComment button.btnSubmitForm {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 6px 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    border-radius: 25px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    background-color: #f0b949;
    color: #fff;
}
.vnt-review .reviewFormComment button.btnSubmitForm:hover{
    background-color: #c22828;
}
.vnt-review .reviewFormComment button.btnSubmitForm span{
    position: relative;
    z-index: 1;
}
.vnt-review .reviewFormComment .rev-field ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-review .reviewFormComment .rev-field ul li{
    margin-right: 5px;
}
.vnt-review .reviewFormComment .rev-field ul li:last-child{
    margin-right: 0;
}
.vnt-review .reviewFormComment .rev-field ul li a{
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #cccccc;
    position: relative;
    display: block;
}
.vnt-review .reviewFormComment .rev-field ul li a:before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #babcbf;
}
.vnt-review .reviewFormComment .rev-field ul li a.active:before{
    color: #f12626;
}
.vnt-review .reviewFormComment .rev-field ul li input{
    display: none;
}
.vnt-review .reviewProduct{
    padding: 15px 20px;
    padding-left: 0;
}
.vnt-review .reviewProduct .img{
    width: 170px;
    height: 170px;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
.vnt-review .reviewProduct .wrap:after{
    content: "";
    display: block;
    clear: both;
}
.vnt-review .reviewProduct .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 150px;
    max-height: 150px;
}
.vnt-review .reviewProduct .caption{
    overflow: hidden;
}
.vnt-review .reviewProduct .tend{
    margin-bottom: 5px;
}
.vnt-review .reviewProduct .tend h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
.vnt-review .reviewProduct .df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-review .reviewProduct .brand{
    margin-bottom: 5px;
    font-weight: bold;
}
.vnt-review .reviewProduct .brand span{
    color:#e0493e;
    font-weight: normal;
}
.vnt-review .reviewProduct .ratting{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 13px;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px rgba(0,0,0,0.1);
}
.vnt-review .reviewProduct .ratting i{
    margin: 0 2px;
}
.vnt-review .reviewProduct .ratting i.rat{
    color:#f8ae41;
}
.vnt-review .reviewProduct .num{
    color: #999999;
    font-size: 13px;
    line-height: 14px;
}
.vnt-review .reviewProduct .note{
    padding: 20px;
    font-size: 13px;
    line-height: 21px;
    background: #f6f6f6;
}
.vnt-review .reviewProduct .note p{
    padding: 0;
}
.vnt-review .reviewComment{
    background: #ffffff;
    padding: 20px 0 0;

}
.vnt-review .reviewComment .toolsComment{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.vnt-review .reviewComment .toolsComment .txt{
    color: #666666;
    width: 180px;
    padding-right: 10px;
    font-weight: bold;
}
.vnt-review .reviewComment .toolsComment .tools{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-review .reviewComment .toolsComment .tools select{
    margin-right: 10px;
    border:solid 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 5px 10px;
    padding-right: 30px;
    background-color: #ffffff;
}
.vnt-review .reviewComment .nodeComment{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.vnt-review .reviewComment .nodeComment .grid{

}
.vnt-review .reviewComment .nodeComment .grid .col1{
    display: flex;
    margin-bottom: 10px;
}
.vnt-review .reviewComment .nodeComment .name{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-right: 10px;
    color: #000000;
}
.vnt-review .reviewComment .nodeComment .name .admin{
    display: inline-block;
    border-radius: 3px;
    background-color: #ec3237;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-left:10px;
    padding: 3px 10px;
    font-weight: 400;
}
.vnt-review .reviewComment .nodeComment .date{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color:#999999;
}
.vnt-review .reviewComment .nodeComment .comtHead{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.vnt-review .reviewComment .nodeComment .comtRatting{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 13px;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px rgba(0,0,0,0.1);
}
.vnt-review .reviewComment .nodeComment .comtRatting i{
    margin: 0 2px;
}
.vnt-review .reviewComment .nodeComment .comtRatting i.rat{
    color:#f8ae41;
}
.vnt-review .reviewComment .nodeComment .comtTitle{
    font-weight: bold;
}
.vnt-review .reviewComment .nodeComment .comtBuy{
    font-size: 13px;
    line-height: 21px;
    color:#6ab6d9;
    margin-bottom: 2px;
}
.vnt-review .reviewComment .nodeComment .comtBuy span{
    padding-left: 20px;
    position: relative;
    display: block;
}
.vnt-review .reviewComment .nodeComment .comtBuy span:before{
    content: "\f05d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left:0;
    top: -3px;
}
.vnt-review .reviewComment .nodeComment .comtContent{
    color:#333333;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}
.vnt-review .reviewComment .nodeComment .comtImg{
    margin-bottom: 10px;
}
.vnt-review .reviewComment .nodeComment .comtImg img{
    max-width: 85px;
    max-height: 85px;
    margin-right: 10px;
}
.vnt-review .reviewComment .nodeComment .comtContent p{
    padding: 0;
    margin-bottom: 10px;
}
.vnt-review .reviewComment .nodeComment .comtContent .listImg{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vnt-review .reviewComment .nodeComment .comtContent .listImg img{
    width:auto;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.vnt-review .reviewComment .nodeComment .comtTools{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

}
.vnt-review .reviewComment .nodeComment .comtTools .tool{
    margin-right: 20px;
}
.vnt-review .reviewComment .nodeComment .comtTools .tool a{
    display: block;
    font-weight: bold;
}
.vnt-review .reviewComment .nodeComment .comtTools .tool a.like span{
    padding-left: 20px;
    position: relative;
}
.vnt-review .reviewComment .nodeComment .comtTools .tool a.like span:before{
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
}
.vnt-review .reviewComment .nodeComment .comtTools .tool a.like.active{
    color:#2078f4;
}
.vnt-review .reviewComment .nodeComment .comtTools .tool a.like.active span:before{
    -webkit-animation: like 1s linear;
    -o-animation: like 1s linear;
    animation: like 1s linear;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    backface-visibility: hidden;
}
@keyframes like{
    0%{color:#666666;}
    10%{transform:translateY(-50%) scale(0.8) rotate(15deg);}
    20%{transform:translateY(-50%) scale(1.5) rotate(-15deg);}
    40%{transform:translateY(-50%) scale(1.8) rotate(15deg);color:#2078f4;}
    40%{transform:translateY(-50%) scale(1) rotate(0deg);}
}
.vnt-review .reviewComment .nodeCommentChild{
    margin-top: 20px;
    padding: 10px;
    background-color: #f5f5f5;

}
.vnt-review .reviewComment .nodeCommentChild:last-child{
    margin-top: 1px;
}

.vnt-review .reviewComment .nodeCommentChild .avatar{
    width: 50px;
    height: 50px;
}
.vnt-review .reviewPagination{
    margin-top: 30px;
}
/*===============================*/
.vnt-review.darkmode .reviewDashbroad,
.vnt-review.darkmode .reviewToggle,
.vnt-review.darkmode .reviewComment,
.vnt-review.darkmode .reviewComment .toolsComment .tools select,
.vnt-review.darkmode .reviewPagination .pagination ul li span.pagecur,
.vnt-review.darkmode .reviewPagination .pagination ul li a,
.vnt-review.darkmode .reviewFormComment input:not([type="checkbox"]):not([type="radio"]),
.vnt-review.darkmode .reviewFormComment textarea,
.vnt-review.darkmode .reviewFormComment select,
.vnt-review.darkmode .reviewProduct .note{
    background: rgba(255, 255, 255, 0.1);
}
.vnt-review.darkmode .reviewDashbroad,
.vnt-review.darkmode .reviewToggle,
.vnt-review.darkmode .reviewComment,
.vnt-review.darkmode .reviewComment .toolsComment .tools select,
.vnt-review.darkmode .reviewDashbroad .grid .col ~ .col,
.vnt-review.darkmode .reviewPagination .pagination ul li span.pagecur,
.vnt-review.darkmode .reviewPagination .pagination ul li a,
.vnt-review.darkmode .reviewFormComment input:not([type="checkbox"]):not([type="radio"]),
.vnt-review.darkmode .reviewFormComment textarea,
.vnt-review.darkmode .reviewFormComment select,
.vnt-review.darkmode .reviewProduct .note,
.vnt-review.darkmode .reviewComment .nodeComment,
.vnt-review.darkmode .reviewFormComment button.btnUploadImage:hover{
    border-color: rgba(255, 255, 255, 0.1);
}
.vnt-review.darkmode .title,
.vnt-review.darkmode .reviewDashbroad,
.vnt-review.darkmode .reviewToggle,
.vnt-review.darkmode .reviewComment,
.vnt-review.darkmode .reviewDashbroad .dashbroadTxt,
.vnt-review.darkmode .reviewComment .toolsComment .txt,
.vnt-review.darkmode .reviewPagination .pagination ul li span.pagecur,
.vnt-review.darkmode .reviewPagination .pagination ul li a,
.vnt-review.darkmode .reviewFormComment input:not([type="checkbox"]):not([type="radio"]),
.vnt-review.darkmode .reviewFormComment textarea,
.vnt-review.darkmode .reviewFormComment select,
.vnt-review.darkmode .reviewProduct .note,
.vnt-review.darkmode .reviewComment .nodeComment .comtContent,
.vnt-review.darkmode .reviewDashbroad .dashbroadPolling .poll .num{
    color: #cccccc;
}
.vnt-review.darkmode .reviewPagination .pagination ul li a:hover,
.vnt-review.darkmode .reviewPagination .pagination ul li span.pagecur{
    background: #ffffff;
}
.vnt-review.darkmode .reviewPagination .pagination ul li a:hover,
.vnt-review.darkmode .reviewPagination .pagination ul li span.pagecur,
.vnt-review.darkmode .reviewFormComment button.btnUploadImage:hover,
.vnt-review .reviewComment .nodeComment .comtTools .tool .time{
    color: #999999;
}

.row{
    margin: 0 -10px;
}
.row .col-xs-6, .row .col-sm-6, .row .col-md-4, .row .col-xs-12, .row .col-sm-4, .row .col-xs-6, .row .col-sm-8, .col-sm-12 {
    padding: 0 10px;
}
.vnt-review .reviewtab{
    width: 100%;
}
.vnt-review .reviewtab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.vnt-review .reviewtab ul li{
    width: calc((100% - 160px) / 6);
}
.vnt-review .reviewtab ul li:last-child{
    width: 160px;
}
.vnt-review .reviewtab li a{
    display: block;
    padding: 10px 12px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 25px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 33px;
    border: 1px solid #bababa;
}
.vnt-review .reviewtab li:last-child a{
    margin-right: 0;
}
.vnt-review .reviewtab li.active a, .vnt-review .reviewtab li:hover a{
    background-color: #f0b949;
    border-color: #f0b949;
    color: #fff;
}
.popReview{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -111;
    opacity: 0;
    visibility: hidden;
}
.popReview.active{
    z-index: 1112;
    opacity: 1;
    visibility: initial;
}
.popReview .bgAllFix{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.popReview.active .bgAllFix{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.5;
}
.popReview .infoReviewPop{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 530px;
    width: 100%;
    z-index: 112;
}
.popReview .infoReviewPopIn{
    position: relative;
    z-index: 11;
    pointer-events: auto;
    margin: 0 auto;
    transform: scale(0.3);
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    background-color: #ffff;
    width: 100%;
}
.popReview.active .infoReviewPopIn{
    transform: scale(1);
    opacity: 1;
    visibility: initial;
    height: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 45px 25px 30px;
}
.popReview.active .infoReviewPopIn .vnt-review{
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
}
.popReview .closePop{
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #333333;
    cursor: pointer;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    border-radius: 100%;
    right: 20px;
    top: 20px;
    opacity: 1;
}
.popReview .closePop span{
    position: absolute;
    top: 12px;
    left: 5px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    display: block;
}
.popReview .closePop span::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg);
}

.vnt-review .reviewreports{
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.reviewreports .tm{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 15px;
}
.reviewreports .th{
    font-size: 25px;
    margin-right: 25px;
}
.reviewreports .tb{
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 4px 15px;
    background-color: #ec3237;
    color: #fff;
    border-radius: 4px;
}
.reviewreports .tb::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ec3237;
}
.vreportall{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.vreportall > div{
    padding: 0 5px;
}
.vreportall .rp .fa{
    color: #cccccc;
}
.vreportall .rp .fa.active{
    color: #f0b949;
}
.vreportall .dg{
    color: #999999;
    font-size: 15px;
}
@media all and (max-width: 991px){
    .vnt-review .reviewDashbroad .grid .ccol:nth-child(3){
        border-left: none
    }
    .vnt-review .reviewDashbroad .dashbroadTitle{
        font-size: 13px;
        line-height: 21px;
    }
    .vnt-review .reviewDashbroad .dashbroadPoint{
        font-size: 25px;
        line-height: 33px;
    }
    .vnt-review .reviewDashbroad .dashbroadRatting{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-review .reviewToggle .grid{
        display: block;
    }
    .vnt-review .reviewToggle .grid .col1,
    .vnt-review .reviewToggle .grid .col2{
        width: 100%;
    }
    .vnt-review .reviewProduct{
        padding: 10px 20px;
    }
    .vnt-review .reviewProduct .tend h3{
        font-size: 16px;
        line-height: 24px;
    }
    .vhprocare .contprocare{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .vhprocare .bdcol{
        width: 33.3333%;
        padding: 0 10px;
        border-top: none;
    }
    .vhprocare .titlecare, .vhprocare .titlecare h3, .vhprocare .titlecare h2,.tp_orther .titleOr, .tp_orther .titleOr h2, .tp_orther .titleOr h3, .ben_detailinfo .dttitle, .ben_detailinfo .dttitle h3, .ben_detailinfo .dttitle h4{
        font-size: 20px;
        line-height: 30px;
    }
    .tp_detail{
        margin-bottom: 0;
    }
    .vnt-review .reviewDashbroad .grid .ccol:nth-child(1), .vnt-review .reviewDashbroad .grid .ccol:nth-child(2), .vnt-review .reviewDashbroad .grid .ccol:nth-child(3){
        width: 100%;
        margin-bottom: 10px;
    }
    .vnt-review .reviewDashbroad .dashbroadPoint{
        width: unset;
    }

    .vnt-review .reviewFormComment .formGroup.df label{
        display: none;
    }
    .vnt-review .reviewFormComment .grinforr .cola{
        width: 200px;
    }
    .vnt-review .reviewFormComment .grreview .bcol{
        width: 170px;
    }
    .vnt-review .reviewFormComment .grreview .hcol{
        width: calc(100% - 300px);
    }
    .hhcomments{
        padding-top: 20px;
    }
    .hhcomments .cmtitle{
        margin-bottom: 15px;
    }
    .hhcomments .cmtitle, .hhcomments .cmtitle h2{
        font-size: 24px;
        line-height: 37px;
    }
    .vnt-review .reviewComment .nodeComment .comtContent{
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }
    .vnt-review .reviewtab li a{
        font-size: 14px;
        line-height: 22px;
        padding: 7px 10px;
    }
    .clshowform a{
        font-size: 14px;
        padding: 9px 30px;
    }
}
@media all and (max-width: 767px){
    .vnt-review .reviewDashbroad .grid .ccol{
        width: 100%;
    }
    .vnt-review .reviewDashbroad .grid .ccol ~ .ccol{
        border-left: none
    }

    .vnt-review .reviewDashbroad .grid .ccol{
        justify-content: flex-start;
        flex-direction: initial;
    }
    .vnt-review .reviewDashbroad .dashbroadToggle{
        max-width: 100%;
    }
    .vnt-review .reviewtab ul li:last-child a, .vnt-review .reviewtab ul li:nth-child(3) a, .vnt-review .reviewtab ul li:nth-child(6) a{
        margin-right: 0;
    }
    .vnt-review .reviewtab ul li:last-child {
        text-align: center;
        width: 100%;
    }
    .vnt-review .reviewDashbroad{
        margin-bottom: 0;
    }
    .vhprocare .contprocare{
        margin: 0;
    }
    .vhprocare .bdcol{
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .popReview .infoReviewPop{
        padding: 0 10px;
    }
    .vnt-review .reviewFormComment .formGroup .gripFle{
        flex-wrap: wrap;
    }
    .vnt-review .reviewFormComment .formTitle{
        font-size: 20px;
        line-height: 30px;
    }
    .popReview .infoReviewPopIn{
        padding: 25px 15px 15px;
    }
    .popReview.active .infoReviewPopIn{
        padding: 25px 15px 15px;
    }
    .vhsharelike .vhshare > span{
        display: none;
    }
    .hpinfonote ul li{
        width: 100%;
        margin-bottom: 5px;
    }
    .hpinfoweight .wselect{
        width: calc(100% - 100px);
    }
    .vnt-review .reviewtab ul li{
        width: 33.3333%;
        margin-bottom: 10px;
    }
    .vnt-review .reviewtab ul li:last-child{
        width: 100%;
    }
    .vnt-review .reviewFormComment .grreview .hcol{
        width: 100%;
    }
    .vnt-review .reviewFormComment .grinforr .colb{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .reviewreports .tm{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .vnt-review .reviewFormComment .photoview{
        min-height: 30px;
        margin-top: 5px;
    }
    .vnt-review .reviewFormComment .grinforr{
        padding: 10px 18px 15px;
        margin: 0 -5px;
    }
    .vnt-review .reviewFormComment .grinforr .colb{
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .vnt-review .reviewFormComment .grinforr .colc{
        width: 100%;
    }
    .vnt-review .reviewFormComment button.btnSubmitForm{
        width: 100%;
    }
    .vnt-review .reviewComment .nodeComment .comtContent .listImg img{
        height: 60px;
    }
    .vnt-review .reviewComment .nodeComment .comtContent .listImg img:last-child{
        margin-right: 0;
    }
    .vnt-review .reviewFormComment .grreview .mcol{
        width: 100%;
        text-align: center;
    }
}



/*ThaiSon*/


.vnt-review  .vnt-vote-star{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-review  .vnt-vote-star li{
    margin-right: 5px;
}
.vnt-review  .vnt-vote-star li:last-child{
    margin-right: 0;
}
.vnt-review  .vnt-vote-star li a{
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 30px;
    color: #cccccc;
    position: relative;
    display: block;
}
.vnt-review  .vnt-vote-star li a:before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #babcbf;
}
.vnt-review  .vnt-vote-star li a.active:before{
    color: #f8ae41;
}
.vnt-review  .vnt-vote-star li input{
    display: none;
}


.files-holder {
    padding: 0 10px;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
}

.files-holder .file {
    display: flex;
    margin: 5px;
    padding: 0 ;
    border-radius: 4px;

    width:95px;height:95px;
    background-size:cover;background-position:center;background-color:#eee;
    position:relative;vertical-align:top
}


.files-holder .close {
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -3px;
    opacity: 1;
    color: #a4a3a4;
    cursor: pointer;
}


.vnt-review .reviewComment .nodeComment .review-ctn {
    margin-bottom: 5px;
}

.vnt-review .reviewComment .nodeComment .i-admin {
    color: #f3831f;
}

.vnt-review .reviewComment .nodeComment .i-admin .badge {
    color: #fff;
    background: #cb1c22;
    font-size: 11px;
    padding: 3px 6px;
    font-weight: normal;
    border-radius: 5px;
}

.review_reply  {
    margin-top: 10px;
}
.review_reply  .form_reply {
    margin: 10px 0;
}
.review_reply  .reply-com {
    margin-bottom: 5px;
}
.review_reply  .reply-info {
    overflow: hidden;
}
.review_reply  .reply-info .reply-name  {
    width: calc(100% - 110px)
}
.review_reply  .reply-info .reply-button {
    width:100px;
    text-align: right;
}

.review_reply  .reply-info .reply-button .btn {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
    background: #f0b949;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.review_reply  .reply-info .reply-button .btn:hover{
    background: var(--web-color);
    color:#ffffff;
}
.review_reply  .reply-info .reply-button .btn:active{
    outline: none;
}
.review_reply  .reply-info .reply-button .btn span{
    color: #ffffff;
}
.reviewPagination .pagination {
    padding-top: 5px;
    margin: 0;
    border-top: none;
    width: 100%;
    text-align: center;
}