
/*===========BEGIN: REVIEW=============*/
.vnt-review{

}
.vnt-review *{
    outline: none;
    box-sizing: border-box;
}
.vnt-review .ratting .fa-star{
    color: #babcbf;
    margin: 0 2px;
    font-weight: bold;
    line-height: 22px;
}
.vnt-review .ratting .rat {
    color: #f3831f;
}
.vnt-review .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}
.vnt-review .reviewDashbroad{
    background: #f3f3f3;
    border-bottom: none;
    padding: 20px;
    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 .col{
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

}
.vnt-review .reviewDashbroad .grid .col:nth-child(1){
    width: 190px;
}
.vnt-review .reviewDashbroad .grid .col:nth-child(2){
    width: calc(100% - 190px);
}
.vnt-review .grpoinrat{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.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: 20px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.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:#f3831f;
}
.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: #f3831f;
    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: #f3831f;
    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 rgba(0, 0, 0, 0.1);
    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: 40px;
    border:solid 1px transparent  ;
    box-shadow : none !important;
    padding: 0 10px;
    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;
    margin-left: 10px;
    display: none;
}
.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 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}
.vnt-review .reviewFormComment .grreview .mcol{
    width: 130px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.vnt-review .reviewFormComment .photoview{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    padding: 7px 5px;
    min-height: 50px;
}
.vnt-review .reviewFormComment .photoview a{
    display: flex;
    align-items: center;
    align-content: center;
}
.vnt-review .reviewFormComment .photoview a i{
    margin-right: 5px;
}
.vnt-review .reviewFormComment .grreview .bcol{
    width: 400px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}
.vnt-review .reviewFormComment .grreview .hcol{
    width: calc(100% - 530px);
}
.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 rgba(0, 0, 0, 0.1)!important;
}

.vnt-review .reviewFormComment label{
    font-weight: normal;
}
.vnt-review .reviewFormComment button.btnUploadImage{
    width: 100px;
    height: 35px;
    color:#f3831f;
    border-radius: 5px;
    border:solid 1px #f3831f;
    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;
    background: #f3831f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 10px 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: 16px;
    border-radius: 3px;
}
.vnt-review .reviewFormComment button.btnSubmitForm:hover{
    background: #333333;
}
.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: "FontAwesome";
    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: #f3831f;
}
.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:#f3831f;
}
.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;

}
.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;
}

.vnt-review .reviewComment .nodeComment .name .admin{
    display: inline-block;
    border-radius: 3px;
    background-color: #f3831f;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-left:5px;
    padding: 3px 10px;
    font-weight: 400;
}
.vnt-review .reviewComment .nodeComment .phone {

    line-height: 22px;
    margin-right: 10px;
}
.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:#f3831f;
}
.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:#666666;
    margin-bottom: 5px;
}
.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 !important;
    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;
    color: #f3831f;
    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{

}
/*===============================*/
.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;
}
.vnt-review .reviewtab ul li{
    width: calc((100% - 200px) / 6);
}
.vnt-review .reviewtab ul li:last-child{
    width: 200px;
}
.vnt-review .reviewtab li a{
    display: block;
    text-decoration: none;
    padding: 6px 6px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}
.vnt-review .reviewtab li.active a, .vnt-review .reviewtab li:hover a{
    border-color: #f3831f;
    color: #f3831f;
}
.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);
}





@media all and (max-width: 991px){

    /* ============================== */
    .vnt-review .reviewDashbroad .grid .col: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;
    }


    .vnt-review .reviewDashbroad .grid .col:nth-child(1), .vnt-review .reviewDashbroad .grid .col:nth-child(2), .vnt-review .reviewDashbroad .grid .col:nth-child(3){
        width: 100%;
        margin-bottom: 10px;
    }
    .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);
    }
}
@media all and (max-width: 767px){

    .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: 25%;
        margin-bottom: 10px;
    }
    .vnt-review .reviewtab ul li:last-child{
        width: 50%;
    }
    .vnt-review .reviewFormComment .grreview .hcol{
        width: 100%;
    }

    .vnt-review .reviewFormComment .grinforr{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .vnt-review .reviewFormComment .grinforr .colb{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .vnt-review .reviewFormComment .grinforr .colc{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-left: 0;
    }
}





/*Thai SOn*/
.vnt-review .reviewFormComment {
    position: relative;
}
.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;
}

.comtTools .like .like_txt {
    font-style: normal;
}
.comtTools .like.active .like_txt{
    display: none;
}



.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: #f3831f;
    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: #f3831f;
    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;
}
.vnt-loading {
    position: relative;
}

.vnt-loading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.2);*/
    z-index: 999;
}

.vnt-loading:after {
    content: "";
    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%);
    z-index: 1000;
    width: 100px;
    height: 100px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: cover;
    opacity: 0.6;
}