/*===========BEGIN: REVIEW=============*/
.baohiemchinhhang-review{
    margin-bottom: 20px;
}
.baohiemchinhhang-review *{
    outline: none;
}
.baohiemchinhhang-review .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}
.baohiemchinhhang-review .reviewDashbroad{
    background: #ffffff;
    border:solid 1px rgba(0,0,0,0.1); 
}
.baohiemchinhhang-review .reviewDashbroad .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}
.baohiemchinhhang-review .reviewDashbroad .grid .col{
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.baohiemchinhhang-review .reviewDashbroad .grid .col ~ .col{
    border-left: solid 1px rgba(0,0,0,0.1);
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadTitle{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPoint{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}
.baohiemchinhhang-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;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadRatting i{
    margin: 0 3px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadRatting i.rat{
    color:#fccf1f;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadCount{
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    text-align: center;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling{
    width: 100%;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll:last-child{
    margin-bottom: 0;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .name{
    width: 55px;
    flex-shrink: 0;
    padding-right: 10px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .num{
    width: 30px;
    flex-shrink: 0;
    padding-left: 10px;
    color: #999999;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .percent{
    width: calc(100% - 85px);
    height: 15px;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;

}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .percent span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadTxt{
    color:#666666;
    margin-bottom: 15px;
    width: 100%;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadToggle{
    width: 100%;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadToggle a.btn {
    display: block;
    background: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    padding: 9px 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadToggle a.btn:hover{
    background: #e54f4f;
}
.baohiemchinhhang-review .reviewToggle{
    background: #ffffff;
    border:solid 1px rgba(0,0,0,0.1);
    border-bottom: none;
    display: none;
}
.baohiemchinhhang-review .reviewToggle .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}
.baohiemchinhhang-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;
}
.baohiemchinhhang-review .reviewToggle .grid .col2{
    width: 470px;
    padding: 0 10px;
}
.baohiemchinhhang-review .reviewFormComment{
    padding-right: 0;
}
.baohiemchinhhang-review .reviewFormComment .formTitle{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}
.baohiemchinhhang-review .reviewFormComment .formGroup{
    margin-bottom: 10px;
}

.baohiemchinhhang-review .reviewFormComment .formGroup.df{
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;*/
}
.baohiemchinhhang-review .reviewFormComment label{
    font-weight: normal;
}
.baohiemchinhhang-review .reviewFormComment .formGroup.df label{
    margin-right: 20px;
    font-weight: 400;
}

.baohiemchinhhang-review .reviewFormComment input:not([type="checkbox"]):not([type="radio"]),
.baohiemchinhhang-review .reviewFormComment textarea,
.baohiemchinhhang-review .reviewFormComment select{
    width: 100%;
    height: 40px;
    border:solid 1px rgba(0,0,0,0.1);
    padding: 0 10px;
    background-color: #ffffff;
}
.baohiemchinhhang-review .reviewFormComment textarea{
    height: 90px;
    padding: 10px;
    resize: none;
}
.baohiemchinhhang-review .reviewFormComment .note{
    color: #e54f4f;
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
}
.baohiemchinhhang-review .reviewFormComment button.btnUploadImage{
    width: 100px;
    height: 35px;
    color:#e54f4f;
    border-radius: 5px;
    border:solid 1px #e54f4f;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.baohiemchinhhang-review .reviewFormComment button.btnUploadImage:hover{
    border-color: #333333;
    color: #333333;
}
.baohiemchinhhang-review .reviewFormComment button.btnSubmitForm {
    display: block;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    padding: 9px 10px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.baohiemchinhhang-review .reviewFormComment button.btnSubmitForm:hover{
    background: #333333;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li{
    margin-right: 5px;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li:last-child{
    margin-right: 0;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li a{
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 33px;
    color: #cccccc;
    position: relative;
    display: block;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li a:before{
    content: "\f006";
    font-family: 'FontAwesome';
    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: #000000;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li a.active:before{
    color:#e54f4f;
}
.baohiemchinhhang-review .reviewFormComment .rev-field ul li input{
    display: none;
}
.baohiemchinhhang-review .reviewProduct{
    padding: 15px 20px;
    padding-left: 0;
}

.baohiemchinhhang-review .reviewProduct .img{
    width: 170px;
    height: 170px;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
.baohiemchinhhang-review .reviewProduct .wrap:after{
    content: "";
    display: block;
    clear: both;
}
.baohiemchinhhang-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;
}
.baohiemchinhhang-review .reviewProduct .caption{
    overflow: hidden;
}
.baohiemchinhhang-review .reviewProduct .tend{
    margin-bottom: 5px;
}
.baohiemchinhhang-review .reviewProduct .tend h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.baohiemchinhhang-review .reviewProduct .df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.baohiemchinhhang-review .reviewProduct .brand{
    margin-bottom: 5px;
    font-weight: bold;
}
.baohiemchinhhang-review .reviewProduct .brand span{
    color:#e0493e;
    font-weight: normal;
}
.baohiemchinhhang-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);
}
.baohiemchinhhang-review .reviewProduct .ratting i{
    margin: 0 2px;
}
.baohiemchinhhang-review .reviewProduct .ratting i.rat{
    color:#fccf1f;
}
.baohiemchinhhang-review .reviewProduct .num{
    color: #999999;
    font-size: 13px;
    line-height: 14px;
}
.baohiemchinhhang-review .reviewProduct .note{
    padding: 20px;
    font-size: 13px;
    line-height: 21px;
    background: #f6f6f6;
}
.baohiemchinhhang-review .reviewProduct .note p{
    padding: 0;
}
.baohiemchinhhang-review .reviewComment{
    background: #ffffff;
    padding: 20px 0;
}
.baohiemchinhhang-review .reviewComment .toolsComment{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.baohiemchinhhang-review .reviewComment .toolsComment .txt{
    color: #666666;
    width: 180px;
    padding-right: 10px;
    font-weight: bold;
}
.baohiemchinhhang-review .reviewComment .toolsComment .tools{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.baohiemchinhhang-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: 25px;
    background-color: #ffffff;
}
.baohiemchinhhang-review .reviewComment .nodeComment{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.baohiemchinhhang-review .reviewComment .nodeComment .grid{
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;*/
}
.baohiemchinhhang-review .reviewComment .nodeComment .grid .col1{
    /*width: 180px;
    flex-shrink: 0;*/
    display: flex;
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .avatar{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .avatar 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%);
    height: 100%;
}
.baohiemchinhhang-review .reviewComment .nodeComment .name{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-right: 10px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .date{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color:#999999;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtHead{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.baohiemchinhhang-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);
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtRatting i{
    margin: 0 2px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtRatting i.rat{
    color:#fccf1f;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTitle{
    font-weight: bold;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtBuy{
    font-size: 13px;
    line-height: 21px;
    color:#e54f4f;
    margin-bottom: 2px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtBuy span{
    padding-left: 20px;
    position: relative;
    display: block;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtBuy span:before{
    content: "\f772";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left:0;
    top: 0;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtContent{
    color:#666666;
    margin-bottom: 5px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtContent p{
    padding: 0;
    margin-bottom: 5px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtContent .listImg{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtContent .listImg img{
    width:auto;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTools{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTools .tool{
    margin-right: 20px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTools .tool a{
    display: block;
    color: #333333;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTools .tool a.like span{
    padding-left: 20px;
    position: relative;
}
.baohiemchinhhang-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;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtTools .tool a.like.active{
    color:#e54f4f;
}
.baohiemchinhhang-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:#e54f4f;}
    40%{transform:translateY(-50%) scale(1) rotate(0deg);}
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild{
    margin-top: 15px;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .grid{
    margin: 0 -5px;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .grid .col1{
    width: 60px;
    flex-shrink: 0;
    padding: 0 5px;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .grid .col2{
    width:-webkit-calc(100% - 60px);
    width:-moz-calc(100% - 60px);
    width:-o-calc(100% - 60px);
    width:calc(100% - 60px);
    padding: 0 5px;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .avatar{
    width: 50px;
    height: 50px;
}
.baohiemchinhhang-review .reviewPagination{
     
}
.baohiemchinhhang-review .reviewPagination .pagination ul li span.pagecur,
.baohiemchinhhang-review .reviewPagination .pagination ul li a{
    border:none;
    background: #f3f3f3;
    border:solid 1px rgba(0,0,0,0.15);
}
.baohiemchinhhang-review .reviewPagination .pagination ul li a:hover,
.baohiemchinhhang-review .reviewPagination .pagination ul li span.pagecur{
    background: #333333;
    border-color:#333333;
    color:#ffffff;
}
 
/*===============================*/
@media all and (max-width: 991px){
.baohiemchinhhang-review .reviewDashbroad .grid{
    flex-wrap: wrap;
}
.baohiemchinhhang-review .reviewDashbroad .grid .col{
    padding: 10px 15px;
}
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(1){
    width: 150px;
    flex-shrink: 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(2){
    width:-webkit-calc(100% - 150px);
    width:-moz-calc(100% - 150px);
    width:-o-calc(100% - 150px);
    width:calc(100% - 150px);
    flex-shrink: 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(3){
    border-left: none
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadTitle{
    font-size: 13px;
    line-height: 21px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPoint{
    font-size: 25px;
    line-height: 33px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadRatting{
    font-size: 14px;
    line-height: 22px;
}
.baohiemchinhhang-review .reviewComment{
    padding: 10px 15px;
}
.baohiemchinhhang-review .reviewToggle .grid{
    display: block;
}
.baohiemchinhhang-review .reviewToggle .grid .col1,
.baohiemchinhhang-review .reviewToggle .grid .col2{
    width: 100%;
}
.baohiemchinhhang-review .reviewFormComment,
.baohiemchinhhang-review .reviewProduct{
    padding: 10px 20px;
}
.baohiemchinhhang-review .reviewProduct .tend h3{
    font-size: 16px;
    line-height: 24px;
}
}
@media all and (max-width: 767px){
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(1){
    width: 120px;
}
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(2){
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:-o-calc(100% - 120px);
    width:calc(100% - 120px);
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .name{
    width: 45px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
}
.baohiemchinhhang-review .reviewDashbroad .dashbroadPolling .poll .num{
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
}
.baohiemchinhhang-review .reviewComment .toolsComment{
    display: block;
}
.baohiemchinhhang-review .reviewComment .toolsComment .txt{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewComment .toolsComment .tools select{
    font-size: 12px;
    line-height: 20px;
    background-color: #ffffff;
}
.baohiemchinhhang-review .reviewComment .nodeComment .grid{
    display: block;
}
.baohiemchinhhang-review .reviewComment .nodeComment .grid .col1,
.baohiemchinhhang-review .reviewComment .nodeComment .grid .col2{
    width: 100%;
}
.baohiemchinhhang-review .reviewComment .nodeComment .grid .col1{
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .avatar{
    width: 50px;
    height: 50px;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.baohiemchinhhang-review .reviewComment .nodeComment .name,
.baohiemchinhhang-review .reviewComment .nodeComment .date{
    text-align: left;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild{
    padding-left: 40px;
    position: relative;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .grid .col1{
    position: initial;
}
.baohiemchinhhang-review .reviewComment .nodeCommentChild .avatar{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
}
@media all and (max-width: 520px){
.baohiemchinhhang-review .reviewComment .toolsComment .tools{
    display: block;
}
.baohiemchinhhang-review .reviewComment .toolsComment .tools select{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtHead{
    display: block;
}
.baohiemchinhhang-review .reviewComment .nodeComment .comtRatting{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 5px;
}
.baohiemchinhhang-review .reviewProduct .wrap{
    margin-bottom: 10px;
}
.baohiemchinhhang-review .reviewProduct .img{
    width: 100px;
    height: 100px;
}
.baohiemchinhhang-review .reviewProduct .img img{
    max-width: 70px;
    max-height: 70px;
}
.baohiemchinhhang-review .reviewProduct .tend h3{
    font-size: 14px;
    line-height: 22px;
}
.baohiemchinhhang-review .reviewProduct .df{
    display: block;
}
.baohiemchinhhang-review .reviewProduct .ratting{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 5px;
}
} 
@media all and (max-width: 360px){
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(1),
.baohiemchinhhang-review .reviewDashbroad .grid .col:nth-child(2){
    width: 100%;
}
.baohiemchinhhang-review .reviewProduct .img{
    max-width: 60px;
    max-height: 60px;
}
.baohiemchinhhang-review .reviewProduct .img img{
    max-width: 40px;
    max-height: 40px;
}
}
/*===========END: REVIEW=============*/


/*Thai SOn*/
.baohiemchinhhang-review .reviewFormComment {
  position: relative;
}
.files-holder {
    padding: 10px 0;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
}

.files-holder .file {
    display: flex;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    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: #e54f4f;
}

.comtTools .like .like_txt {
    font-style: normal;
}
.comtTools .like.active .like_txt{
    display: none;
}




.review_reply  {
    margin-top: 10px;
}
.review_reply  .form_reply {
    margin-bottom: 10px;
}
.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: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
    background: #67635c;
    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: #b5e61d;
    color:#333333;
    box-shadow: 0px 0px 5px #b5e61d;
}
.review_reply  .reply-info .reply-button .btn:active{
    outline: none;
}
.review_reply  .reply-info .reply-button .btn span{
    color: #ffffff;
}

