/*============================================================*/
.baohiemchinhhang-filter{
    margin-bottom: 30px;
    position: relative;
}
/* .baohiemchinhhang-filter .baohiemchinhhang-title-filter{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 30px;
	background: url(../images/product/i-filter.svg) no-repeat top 3px left;
	background-size: 20px;
	color: #1475bc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
} */
.wrapBoxFilter{
    margin-bottom: 15px;
}
.categoryL{
    padding-right: 30px;
}
.boxFilter{
    margin-bottom: 20px;
}
.boxFilter .title{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
}
.boxFilter .title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 1px;
    background-color: #e9bb57;
}
.boxFilter .title:before{
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    display: none;
    font-size: 15px;
}
.boxFilter .content{
    display: block;
    margin-top: 15px;
}
.boxFilter .listCheckbox{
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 10px;
}
.boxFilter.showAll .listCheckbox{
    max-height: 100%;
}
.boxFilter .listCheckboxLink{
    max-height: 432px;
    overflow: hidden;
    margin-bottom: 10px;
}
.boxFilter.showAll .listCheckboxLink{
    max-height: 100%;
}
.boxFilter .content li{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.boxFilter .content li.active a{
    color: #e9bb57;
}
.boxFilter.active .content{
    display: none;
}
.boxFilter.active .title:before{
    content: "\f067";
}

/*================*/
/* .listCheckbox.multi .myCheckbox:before,
.listCheckbox.multi .myCheckbox:after{
	border-radius: 3px;
} */
/*===========================*/
.boxFilter .designRange.ui-slider{
    background: #e9bb57;
    height: 5px;
    border-radius: 5px;
    border: none;
    margin-bottom: 7px;
}
.boxFilter .designRange.ui-slider .ui-widget-header{
    background: #e9bb57;
}
.boxFilter .designRange.ui-slider .ui-slider-handle {
    border-radius: 100%;
    background: #e9bb57;
    border: solid 1px #e9bb57;
    top: -6px;
}
.boxFilter #valuePriceFilter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1d1d1d;
}
.boxFilter #valuePriceFilter .txt{
    margin-right: 3px;
}
.boxFilter #valuePriceFilter .price1{
    position: relative;
}
.boxFilter #valuePriceFilter .price1::after{
    content: '-';
    margin-right: 3px;
}
.boxFilter  .btnFt{
    margin-top: 20px;
    text-align: center;

}
.boxFilter .btnFt button{
    min-width: 140px;
    text-align: center;
    padding: 12px 15px;
    background-color: #e9bb57;
    color: #fff;
    border: 1px solid #e9bb57;
    font-size: 16px;
    line-height: 24px;
}
/*=========================================================*/
.baohiemchinhhang-product .productTools{
    border-top: none;
}
.productTools{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productTools .txt{
    font-size: 14px;
    line-height: 22px;
    color:#666666;
    white-space: nowrap;
    margin-right: 10px;
}
.productTools .sortAll{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.productTools .sortAll span{
    margin-right: 10px;
}
.productTools .sortAll .icon{
    border:solid 1px #cccccc;
    color:#666666;
    padding: 5px 10px;
    min-width: 175px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
.productTools .sortAll .icon:before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productTools .sortAll .popup{
    position: absolute;
    top: 100%;
    right: 0;
    left: 57px;
    margin-top: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border:solid 1px #cccccc;
    display: none;
    z-index: 5;
    background: #ffffff;
}
.productTools .sortAll.active .popup{
    display: block;
}
.productTools .sortAll .popup ul li a {
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    padding: 3px 5px;
    padding-left: 25px;
    position: relative;
}
.productTools .sortAll .popup ul li a::before{
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #000000;
    opacity: 0;
    visibility: hidden;
}
.productTools .sortAll .popup ul li:hover a::before, .productTools .sortAll .popup ul li.active a::before{
    opacity: 1;
    visibility: initial;
}

.productTools .pageginAll{
    display: flex;
    align-content: center;
    align-items: center;
}
.productTools .pageginAll .showNum{
    margin-right: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}
.productTools .pageginAll .showNum .num{
    padding: 10px 14px;
    border-radius: 5px;
    background-color: #e9bb57;
    font-size: 18px;
    display: block;
}
.productTools .pagination ul{
    padding-bottom: 0;
    margin-bottom: -3px;
}
/*=====================================================*/

/*===========================*/
.toolsFilter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.toolsFilter .clearAll{
    margin-right: 10px;
    color:#0655ca;
    cursor: pointer;
}
.toolsFilter .clearAll span{
    padding-left: 20px;
    position: relative;
}
.toolsFilter .clearAll span:before{
    content: "\f01e";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#666666;
}
.toolsFilter button{
    width: 70px;
    height: 30px;
    border:none;
    background: #e5af50;
    color:#ffffff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    border-radius: 5px;
}
.toolsFilter button:hover{
    background: #1475bc;
}
/*===========================================================*/
.productWrap{
    margin-bottom: 50px;
}
.productThumbnail{
    margin-bottom: 25px;
}
div#thumbnail-for{
    margin-bottom: 20px;
}

div#thumbnail-for .img {
    padding-top: 80.597%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
div#thumbnail-for .img .ribbon{
    position: absolute;
    top: 0;
    left: 0;
}
div#thumbnail-for .img .ribbon .rib{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
}
div#thumbnail-for 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: 100%;
    max-height: 100%;
}
div#thumbnail-nav{
    padding-bottom: 80px;
}
div#thumbnail-nav .slick-list{
}
div#thumbnail-nav .item{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
div#thumbnail-nav .item {
    cursor: pointer;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    border: solid 1px transparent;
}
div#thumbnail-nav .item  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%);
    width: 100%;
    height: 100%;
}
div#thumbnail-nav .slick-current .item {
    border: 1px solid #e9bb57;
}
div#thumbnail-nav .slick-slide.slick-current .img{
    position: relative;
    border: none;
}
div#thumbnail-nav .slick-slide.slick-current .img:before{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border: solid 3px #1475bc;
    z-index: 2;
}
div#thumbnail-nav .slick-arrow{
    width: 40px;
    height:40px;
    background: transparent;
    border:none;
    font-size: 0;
    position: absolute;
    bottom: -10px;
    top: initial;
    z-index: 1;
    color: #666666;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#thumbnail-nav .slick-prev{
    left:15px;
    opacity: 0;
    visibility: hidden;
}
div#thumbnail-nav .slick-next{
    right: 50%;
    transform: translateX(50%);
    background-image: url('../images/brand/next.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
div#thumbnail-nav .slick-next::before{
    display: none;
}
/* div#thumbnail-nav .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#thumbnail-nav .slick-prev:before{
    content: "\f104";
}
div#thumbnail-nav .slick-next:before{
    content: "\f105";
}
div#thumbnail-nav .slick-arrow:hover{
    color:#3db8e4;
} */
/*===========================================================*/
.productTitle{
    margin-bottom: 5px;
}
.productTitle h1{
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
    text-transform: uppercase;
    color:#0175b0;
}
.productDf{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.productCode {
    font-size: 15px;
    line-height: 23px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px rgba(0,0,0,0.1);
}
.productStt{
    font-size: 15px;
    line-height: 23px;

}
.productStt span{
    padding-left: 25px;
    position: relative;
}
.productStt span:before{
    content: "\f00c";
    font-family: fontAwesome;
    color:#0175b0;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productRatting{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.productRatting .txt{
    font-size: 15px;
    line-height: 23px;
    margin-right: 10px;
}
.productRatting .star{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color:#e5af50;
}
.productDes{
    margin-bottom: 15px;
    color:#666666;
}
.productDes p{
    padding: 0;
}
.productAttr{
    color:#666666;
}
.productAttr ul li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.productAttr ul li:before{
    content: "\f111";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
}
.productAttr ul li .at{
    float: left;
    width: 105px;
    margin-right: 30px;
}
.productAttr ul li .at:before{
    content: ":";
    float: right;
}
.productAttr ul li .as{
    overflow: hidden;
    color:#333333;
}
.productAttr ul li .as.color{
    color:#e5af50;
}
.productPL{
    padding: 10px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 15px;
}
.productPL:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 30px;
    background: #f5f5f5;
}
.productQuantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.productQuantity .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 10px;
}
.productQuantity .quantity {
    position: relative;
    width: 95px;
}
.productQuantity .quantity input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: solid 1px #eaeaea;
}
.productQuantity .quantity .group-button {
    width: 35px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: solid 1px #eaeaea;
    border-left: none;
}
.productQuantity .quantity .group-button button {
    background: #ffffff;
    border: none;
    width: 100%;
    height: 19px;
    font-size: 8px;
    line-height: 16px;
    color: #333333;
}
.productQuantity .quantity .group-button button.btn-up {
    border-bottom: solid 1px #eaeaea;
}
.productPrice{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.productPrice .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 10px;
}
.productPrice .red{
    font-size: 20px;
    line-height: 28px;
    color:#d10000;
    font-weight: 600;
    margin-right: 10px;
}
.productPrice .nor{
    font-size: 16px;
    line-height: 24px;
    color:#999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.productPrice .vat{
    color: #666666;
}
.productCart{
    margin-bottom: 20px;
}
.productCart .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.productCart .grid .col{
    width: 50%;
    padding: 0 10px;
}
.productCart .btnCart {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    background: #1475bc;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    padding: 8px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productCart .btnCart.v2{
    background: #e5af50;
}
.productCart .btnCart.v2 span{
    padding-left: 30px;
    position: relative;
}
.productCart .btnCart.v2 span:before{
    content: "\f291";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productCart .btnCart:hover{
    background: #000000;
}
.productAttr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.productAttr .txt{
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
.productAttr .txt:before{
    content: "\f095";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productAttr .hotline{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color:#0175b0;
}
.productShare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.productShare .txt {
    margin-right: 10px;
    text-transform: uppercase;
}
.ds_date:before {
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
}
.productShare ul:after {
    display: block;
    content: '';
    clear: both;
}
.productShare ul li {
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.productShare ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    color: #666666;
}
.productShare ul li a i {
    font-size: 14px;
    line-height: 30px;
    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%);
}
/*==============================================================*/
.productContent {
    margin-bottom: 20px;
}
.productContent .tab-list-wrap{
    margin-bottom: 30px;
}
.productContent .tab-list{
    position: relative;
    background: #f5f5f5;
    padding: 20px;
}
.productContent .tab-list ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.productContent .tab-list ul li{
    border-right: solid 1px rgba(0,0,0,0.05);
}
.productContent .tab-list ul li:last-child{
    border-right:none;
}
.productContent .tab-list ul li a{
    display: block;
    padding: 13px 25px;
    font-size: 16px;
    background: #ffffff;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.productContent .tab-list ul li.active a{
    color: #ffffff;
    background: #1475bc;
}
.productContent .tab-list .mc-menu{
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    background: #1475bc;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.productContent .tab-list .mc-menu:before{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==========================================================*/
.boxProduct{
    padding: 30px 0;
    border-top: solid 1px rgba(0,0,0,0.1);
}
.boxProduct .comment{
    margin-bottom: 0;
}
.boxProduct .title{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.the-content .listDesign p{
    padding-left: 20px;
    position: relative;
}
.the-content .listDesign p:before{
    content: "\f111";
    position: absolute;
    font-family: FontAwesome;
    top: 5px;
    left: 0;
    color:#c4161c;
    font-size: 6px;
}
/*==========================================================*/
.productOther{
    margin-bottom: 30px;
}
.productOther .title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.productOther .title h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color:#1475bc;
}
.productOther .title h2:before{
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    border-bottom: solid 2px #e5af50;
}
.slickOther{
    border-left:solid 1px #ebebeb;
    border-top:solid 1px #ebebeb;
}
.slickOther .item{
    border-right:solid 1px #ebebeb;
    border-bottom:solid 1px #ebebeb;
}
.slickOther .slick-arrow{
    width:40px;
    height:40px;
    background: #FFFFFF;
    border:solid 1px #ebebeb;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slickOther .slick-prev{
    left:-50px;
}
.slickOther .slick-next{
    right:-50px;
}
.slickOther .slick-arrow:before{
    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%);
    font-size: 20px;
    line-height: 28px;
}
.slickOther .slick-prev:before{
    content: "\f104";
}
.slickOther .slick-next:before{
    content: "\f105";
}
.slickOther .slick-arrow:hover{
    color:#0eaaec;
}

/* begin style lstProductAll new */
.lstProductAll{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.lstProductAll .item{
    padding: 0 10px;
    margin-bottom: 20px;
    width: 33.3333%;
}

.lstProductAll .ProItem{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
}
.lstProductAll .ProItem::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #e9bb57;
    border-bottom: solid 1px #e9bb57;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.lstProductAll .ProItem:hover::before{
    left: 0;
    right: 0;
}
.lstProductAll .ProItem::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #e9bb57;
    border-right: solid 1px #e9bb57;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.lstProductAll .ProItem:hover::after{
    top: 0;
    bottom: 0;
}
.lstProductAll .ProItem .decs{
    background-color: #f6f6f6;
    padding: 20px;
}
.lstProductAll .ProItem .decs .tend{
    margin-bottom: 0px;
    height: 25px;
}
.lstProductAll .ProItem .decs .ratting{
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstProductAll .ProItem  .price{
    display: block;
    text-align: center;
}
.lstProductAll .ProItem .price{

}
.lstProductAll .ProItem .price > div{
    display: inline-block;
    margin: 0 5px;
}
.lstProductAll .ProItem .price .reduce{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}
.lstProductAll .ProItem .price .reduce::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #333333;
    left: 0;
    right: 0;
}
.ProItem .thumb a img{
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: darken;
}

.boxTitlePage .title{
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 30px;
}
.boxTitlePage .content{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
}
/* end style lstProductAll new */

.detailProTop{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.detailProTop .detailProTopL{
    width: calc(100% - 410px);
    padding-left: 110px;
    position: relative;
}
.detailProTop .detailProTopL .showPopVideo{
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    left: 30px;
    z-index: 11;
}
.detailProTop .detailProTopL .showPopVideo a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/brand/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.detailProTop .detailProTopL #thumbnail-nav{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 11;
}
.detailProTop .detailProTopR{
    width: 410px;
    padding-left: 20px;
}
.detailProTopR .name{
    font-size: 16px;
    line-height: 22px;
}
.detailProTopR h1{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.detailProTopR .ratting{
    margin-bottom: 15px;
}
.detailProTopR .price{
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detailProTopR .price .reduce{
    color: #a9a9a9;
    font-size: 18px;
    line-height: 27px;
    text-decoration: line-through;
    margin-right: 10px;
}
.detailProTopR .price .normal{
    font-size: 26px;
    line-height: 35px;
}
.detailProTopR .chooseAdd{
    margin-bottom: 15px;
}
.detailProTopR .chooseAdd .lstChoose .col{
    width: 70px;
}
.detailProTopR .chooseAdd .lstChoose .myCheckbox1{
    background-color: transparent;
    height: 60px;
}
.detailProTopR .sizeChoose{
    margin-bottom: 10px;
}
.detailProTopR .txtnote{
    font-size: 14px;
    margin-bottom: 15px;
}
.detailProTopR .dbNote{
    border: 1px solid #e9bb57;
    padding: 15px;
    margin-bottom: 15px;
}
.detailProTopR .dbNote .titleDb{
    margin-bottom: 10px;
    font-weight: bold;
    color: #e9bb57;
    font-size: 15px;
}
.detailProTopR .boxCart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.detailProTopR .boxCart .botAll{
    width: calc(100% - 50px);
    padding-right: 10px;
}
.detailProTopR .boxCart .wlist{
    width: 50px;
    height: 50px;
    border: 1px solid #e9bb57;
    border-radius: 100%;
    position: relative;
}
.detailProTopR .boxCart .wlist a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*==========================================================================*/
.boxAddUs{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}
.boxAddUs .titleTopUs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.boxAddUs .titleTopUs .tit{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;

}
.boxAddUs .titleTopUs .addAll{
    font-size: 18px;
    line-height: 27px;
    color: #dbaf4e;
    text-transform: uppercase;
}
.boxAddUs .titleTopUs .addAll a{
    color: #dbaf4e;
}
.itemUsAdd{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemUsAdd:hover{
    transform: translateY(-3px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemUsAdd .thumb {
    margin-bottom: 20px;
}
.itemUsAdd .thumb a{
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 65.56%;
}
.itemUsAdd .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.itemUsAdd .decs .lnks{
    margin-bottom: 10px;
}
.itemUsAdd .decs .lnks a{
    display: block;
    position: relative;
}
.itemUsAdd .decs .lnks a::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/brand/check.png');
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
}
.itemUsAdd .price {
    margin-bottom: 15px;
}
.itemUsAdd .price .normal{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itemUsAdd .chooseUs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.itemUsAdd .chooseUs .sl{
    width: 90px;
}
.itemUsAdd .chooseUs .addTo{
    width: calc(100% - 90px);
    text-align: center;
}
.itemUsAdd .chooseUs .sl select{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.lstAddUs .slick-list{
    margin: 0 -10px;
}
.lstAddUs .slick-slide{
    padding: 0 10px;
}

/*  */
.otherBoxS{
    padding-top: 30px;
}
.boxOrther .titleOrther{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.otherBoxS .itemBoxOther {
    display: table;
    margin-bottom: 40px;
}
.otherBoxS .itemBoxOther:last-child{
    margin-bottom: 0;
}
.otherBoxS .itemBoxOther .lstProductAll{
    margin: 0;
}
.SiderBoxOther .slick-list{
    margin: 0 -10px;
}
.SiderBoxOther .slick-slide{
    padding: 0 10px;
}
.boxoparnert{
    padding: 0;
    border-top: none;
}
.sliderPartner .thumb a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 160px;
    overflow: hidden;
}
.sliderPartner .thumb a::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #e9bb57;
    border-bottom: solid 1px #e9bb57;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.sliderPartner .thumb a::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #e9bb57;
    border-right: solid 1px #e9bb57;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.sliderPartner .thumb a:hover::before{
    left: 0px;
    right: 0px;
}
.sliderPartner .thumb a:hover::after{
    top: 0px;
    bottom: 0px;
}
.sliderPartner .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

/*  */

.infoContentDetail{
    margin-bottom: 40px;
}
.infoContentDetail .tabList{
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    padding-bottom: 20px;
}
.infoContentDetail .tabList ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.infoContentDetail .tabList li{
    margin-right: 10px;
}
.infoContentDetail .tabList li:last-child{
    margin-right: 0;
}
.infoContentDetail .tabList li a{
    font-size: 22px;
    line-height: 34px;
    color: #bebebe;
    padding: 5px;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.infoContentDetail .tabList li.active a{
    color: #e9bb57;
    border-bottom: 3px solid #e9bb57;
}
.infoContentDetail .contentTab{

}
.infoContentDetail .contentTab .tab-panel{
    display: none;
}
.infoContentDetail .contentTab .tab-panel.active{
    display: block;
}
.the-content{
    max-height: 1458px;
    overflow: hidden;
}
.the-content.showAll{
    max-height: 100%;
}
/*============================RESPONSIVE====================================*/

.popReview{
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -111;
    opacity: 0;
    visibility: hidden;
}
.popReview.active{
    z-index: 111;
    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%);
    padding: 20px;
    z-index: 112;
}
.popReview .infoReviewPopIn{
    position: relative;
    z-index: 11;
    pointer-events: auto;
    max-width: 530px;
    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;
}
.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 .closePop{
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000000;
    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: 1200px){
    .lstProductAll .ProItem .decs .tend{
        height: 50px;
    }
    .categoryL{
        padding-right: 10px;
    }
}
@media all and (max-width: 1025px){
    .slickOther .slick-prev{
        left:-10px;
    }
    .slickOther .slick-next{
        right:-10px;
    }
    div#thumbnail-nav .item{
        padding-top: 80%;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 991px){
    /* =================================== */
    .boxOrther .titleOrther{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    /* ====================================  */
    .boxAddUs{
        display: table;
        margin-bottom: 40px;
    }
    .sliderPartner .thumb a{
        padding-top: 120px;
    }
    .boxAddUs .titleTopUs{
        justify-content: center;
    }
    .boxAddUs .titleTopUs .tit{
        margin-right: 20px;
    }
    .product{
        padding: 15px 20px;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-title-filter {
        text-transform: uppercase;
        background: url('../images/fillter.png') no-repeat center right 15px #e9bb57;
        background-size: 20px;
        padding: 15px 10px;
        padding-right: 40px;
        margin-bottom: 0;
        font-weight: 600;
    }
    .boxTitlePage .title{
        font-size: 25px;
        line-height: 24px;
    }
    .boxTitlePage .content{
        font-size: 14px;
        line-height: 22px;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-content-filter{
        padding: 20px 30px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 111;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .baohiemchinhhang-filter.active .baohiemchinhhang-content-filter{
        transform: translateX(0%);
        opacity: 1;
        visibility: initial;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-content-filter .title-filter {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-content-filter .closeFillter{
        position: absolute;
        width: 25px;
        height: 25px;
        color: #fff;
        background: #e9bb57;
        cursor: pointer;
        opacity: 0;
        pointer-events: auto;
        text-align: center;
        border-radius: 100%;
        right: 20px;
        top: 20px;
        opacity: 1;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-content-filter .closeFillter span{
        position: absolute;
        top: 12px;
        left: 6px;
        width: 15px;
        height: 2px;
        background-color: #fff;
        transform: rotate(45deg);
        display: block;
    }
    .baohiemchinhhang-filter .baohiemchinhhang-content-filter .closeFillter span::before{
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 15px;
        height: 2px;
        background-color: #fff;
        transform: rotate(90deg);
    }

    .boxFilter .content{
        display: none;
        margin-top: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;

    }
    /* .boxFilter.active .content{
        display: block;


    } */
    .boxFilter .title:before{
        content: "\f107";
    }
    .boxFilter.active .title:before{
        content: "\f106";
    }
    .wrapBoxFilter{
        border-bottom: none;
        height: calc(100vh - 100px);
        overflow: hidden;
        overflow-y: auto;
    }
    .boxFilter{
        margin-bottom: 15px
    }
    .boxFilter .title{
        background-color: #f6f6f6;
        padding: 8px 20px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .boxFilter .title::after{
        display: none;
    }
    .boxFilter .title:before{
        display: block;
    }
    .baohiemchinhhang-product .grid .col{
        width: 33.333333%;
    }
    .productTitle h1{
        font-size: 20px;
    }
    .productContent .tab-list .mc-menu{
        display: block;
    }
    .productContent .tab-list ul{
        display: none;
        background: #ffffff;
        border-top: none;
    }
    .productContent .tab-list ul li{
        margin: 0;
    }
    .productContent .tab-list ul li a{
        border:none;
        font-size: 14px;
        padding: 8px 14px;
        font-weight: normal;
        text-transform: initial;
    }
    .productContent .tab-list.active ul{
        display: block;
    }
    .productContent .tab-list ul li.active a{
        background:#ffffff;
        color: #1475bc;
    }
    .productContent .tab-list{
        padding: 10px;
    }
    .productContent .tab-list-wrap{
        margin-bottom: 15px;
    }
    .boxProduct{
        padding: 20px 0;
    }
    /*  */
    .categoryL{
        padding-right: 0;
    }
    .detailProTop{
        display: block;
    }
    .detailProTop .detailProTopL, .detailProTop .detailProTopR{
        width: 100%;
    }
    .detailProTop .detailProTopL{
        padding-left: 60px;
        margin-bottom: 40px;
    }
    .detailProTop .detailProTopL #thumbnail-nav{
        width: 50px;
        max-height: calc(100% - 60px);
        padding-bottom: 0;
    }
    .detailProTop .detailProTopL .showPopVideo{
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .detailProTop .detailProTopR{
        padding-left: 0;
    }
    div#thumbnail-nav .item{
        margin-bottom: 5px;
    }
    div#thumbnail-nav .slick-arrow{
        width: 22px;
        height: 22px;
        bottom: 0;
    }
    div#thumbnail-nav .slick-next{

    }
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
    .SiderBoxOther .slick-list{
        margin: 0 -5px;
    }
    .SiderBoxOther .slick-slide{
        padding: 0 5px;
    }
    .sliderPartner .thumb a{
        padding-top: 100px;
    }
    .product{
        padding: 10px 15px;
    }
    .baohiemchinhhang-product .grid .col{
        width: 50%;
    }
    .productAttr ul li .at {
        width: 80px;
        margin-right: 10px;
    }
    .productCart .btnCart{
        font-size: 12px;
    }
    .lstProductAll .ProItem .decs .tend{
        height: 42px;
    }
    .lstProductAll .ProItem .price .reduce{
        font-size: 14px;
        line-height: 20px;
    }
    .lstProductAll .ProItem .decs .price .normal{
        font-size: 18px;
        line-height: 25px;
    }
    .productTools{
        display: block;
        position: relative;
    }
    .productTools .SorShow{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .productTools .SorShow .pageginAll .showNum{
        margin-right: 0;
    }
    .productTools .pageginAll{
        flex-wrap: wrap;
    }
    .lstProductAll{
        margin: 0 -5px;
    }
    .lstProductAll .item{
        width: 50%;
        padding: 0 5px;
    }
    .the-content .infoThe .item .name{
        width: 130px;
    }
    .the-content .infoThe .item .txt{
        width: calc(100% - 130px);
    }
    /* ================================= */


    /* ================================== */
}
@media all and (max-width: 767px){
    .popup_lodpage.active .content_popup_img .info_ct_popup .thumb a{
        padding-bottom: 65.56%;
    }
    .popup_lodpage .content_popup_img{
        padding-top: 50px;
        height: calc(100% - 200px);
    }
    .popReview .infoReviewPop{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: initial;
        padding: 0;
    }
    .popReview .baohiemchinhhang-review{
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .popReview.active .infoReviewPopIn{
        height: 100%;
        padding-top: 40px;
    }
    .baohiemchinhhang-review .reviewFormComment .formGroup .gripFle{
        display: block;
    }
}
@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
    .product .price{
        display: block;
        min-height: 46px;
    }

    .productTools .txt{

    }
    .productCart .grid{
        display: block;
    }
    .productCart .grid .col{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 360px){
    .baohiemchinhhang-product .grid .col{
        width: 100%;
    }

}