.vntProduct{
    padding: 0 30px 40px 30px;
}
.boxFilterBig{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 20px 0;
}
.boxFilter{


}
.itemFilter{
    display: flex;
    align-content: center;
    align-items: center;
}
.itemFilter span{
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    text-transform: uppercase;
    margin-right: 3px;
    display: inline-block;
}
.boxFilter{
    position: relative;
}
.boxFilter .titleFilter{
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    text-transform: uppercase;
}
.boxFilter .titleFilter::before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
}
.boxFilter.active .titleFilter::before{
    content: "\f106";
}
.boxFilter.active .titleFilter, .boxFilter:hover .titleFilter{
    color: #e54f4f;
}
.boxFilter .popup{
    position: absolute;
    top: calc(100% + 15px);
    left: 0px;
    margin-top: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    display: none;
    z-index: 5;
    background: #ffffff;
    width: 200px;
}
.filterRight .boxFilter .popup{
    right: 0;
    left: initial;
}
.filterRight .lstFiiter  .boxFilter .popup{
    right: -60px;
}

.boxFilter .popup li{
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.boxFilter .popup li a{
    display: block;
    font-size: 13px;
    line-height: 21px;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
}
.boxFilter .popup li a:hover, .boxFilter .popup li.active a{
    background-color: #f6f6f6;
    color: #e54f4f;
}
.boxFilter.active .popup{
    display: block;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
}
.boxFilter.active .popup::-webkit-scrollbar{
    width: 3px;
    background-color: #F5F5F5;
}
.boxFilter.active .popup::-webkit-scrollbar-thumb{
    background-color: #e54f4f;
}
.filterRight{
    display: flex;
    align-content: center;
    align-items: center;
}
.filterRight .lstFiiter{
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    align-content: center;
}
.filterRight .lstFiiter::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 90%;
    width: 1px;
    background-color: rgba(0,0,0,0.1);
    transform: translateY(-50%);
}
.filterRight .lstFiiter .itemCol{
    margin-right: 20px;
}
.boxFilter .popup{
    
}
.boxFilter .popup .itemCol{
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.boxFilter1 .titleFilter1{
    position: relative;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding-right: 20px;
}
.boxFilter1 .titleFilter1::before{
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
    font-size: 10px;
}
.boxFilter1.active .titleFilter1::before{
    content: "\f068";
}

.boxFilter1 .contentFilter{
    padding-top: 10px;
    display: none;
}

.boxFilter .popup .btnFilter{
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 10px;
}
.boxFilter .popup .btnFilter .btnItem{
    width: 50%;
    padding: 0 5px;
}
.boxFilter .btnFilter .btnItem button{
    border: 1px solid #333333;
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.boxFilter .btnFilter .btnItem .btnapply{
    background-color: #333333;
    color: #fff;
}
/* style product */
.productLst{
    
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
.productLst .itemPro{
    width: 25%;
    padding: 0 1px;
    margin-bottom: 2px;
}

.productItem{
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
    position: relative;
}
.productItem:hover{
    z-index: 11;
}

.productItem .thumb a{
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 126.567%;
}
.productItem .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: darken;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}

.SiderBoxOther .productItem .thumb a img{
    top: 38%;
}
.productItem:hover .ribbon,.productItem:hover .addToLike{
    z-index: 4;
}
.productItem .ribbon{
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    z-index: 2;
    pointer-events: auto;
}
.productItem .ribbon .rib{
    border: 1px solid #000000;
    padding: 4px 4px 2px;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.productItem .ribbon .rib.ribS{
    /* background-color: #e54f4f;
    color: #fff;
    border: 1px solid #e54f4f; */
}
.productItem .addToLike{
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    z-index: 2;
    pointer-events: auto;
}
.vntProduct .showmore{
    text-align: center;
    padding: 15px;
    background-color: #f6f6f6;
    display: block;
}
.vntProduct .showmore a{
    text-transform: uppercase;
}
.productItem:hover .sliderItemPro{
    opacity: 1;
    visibility: initial;
    /* -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
}
.productItem:hover .sliderItemPro{
    z-index: 3;
    /* -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
    opacity: 1;
    
}
.productItem .decsProducts{
    position: absolute;
    width: 100%;
    bottom: -40px;
    right: 0;
    left: 0;
    z-index: 2;
}
.productItem .decsProducts h3{
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.productItem .decsProducts .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.productItem .decsProducts .price .reduce{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.productItem .decsProducts .price .normal{
    font-size: 14px;
    line-height: 22px;
    color: #e54f4f;
}
.sliderItemPro{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: -60px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
    z-index: 1;
}
.sliderItemProOrt{
    bottom: -38px;
}
.sliderItemPro .lstItemSli{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.sliderItemPro .lstItemSli .slick-arrow{
    background-color: transparent;
    width: 30px;
    height: 30px;
} 
.sliderItemPro .lstItemSli .slick-next{
    right: 0;
}
.sliderItemPro .lstItemSli .slick-prev{
    left: 0;
}
.sliderItemPro .lstItemSli .slick-arrow:hover{
    background-color: transparent;
}
.sliderItemPro .lstItemSli .thumbImg a:focus{
    border-color: transparent;
    border: none;
    opacity: 0;
}
.sliderItemPro .lstItemSli .thumbImg a img{
    max-width: 80%;
    margin: 0 auto;
}
.decsSlider{
    position: absolute;
    width: 100%;
    height: 80px;
    padding: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: #f6f6f6;
}
.decsSlider h3{
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.decsSlider .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.decsSlider .price .reduce{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
    margin-right: 5px;
}

.decsSlider .price .normal{
    font-size: 14px;
    line-height: 22px;
    color: #e54f4f;
}
/*  */
.vntProduct1{    
    position: relative;
}
.boxTopProduct{
    background-color: #f6f6f6;
    padding: 20px 20px 30px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /*height: 500px;*/
    z-index: 1;
}
.boxTopProduct .slick-track{
    margin: 0;
}
.boxTopProduct .boxShare{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.boxTopProduct .boxShare a{
    margin-left: 10px;
    color: #999999;
}
.boxTopProduct .boxShare a:hover{
    color: #e54f4f;
}

/*  */
.boxTopProduct .sliderPro .slick-arrow{
    background-color: transparent;
    width: 60px;
    height: 60px;
}
.boxTopProduct .sliderPro .slick-arrow::before{
    width: 35px;
    height: 30px;
}
.boxTopProduct .sliderPro .slick-next{
    right: 0;
}
.boxTopProduct .sliderPro .slick-prev{
    left: 0;
}
.boxTopProduct .sliderPro .slick-list {
    margin: 0 -350px;
}
.boxTopProduct .sliderPro .slick-slide {
    padding: 0 350px;
}
/* .boxTopProduct .sliderPro .slick-slide a{
    display: block;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.boxTopProduct .sliderPro .slick-slide.slick-current a {
    justify-content: flex-start;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
} */
.boxTopProduct .sliderPro .thumb{
    opacity: 0;
    visibility: hidden;
}
.boxTopProduct .sliderPro.slick-slider .thumb{
    opacity: 1;
    visibility: initial;
}
.boxTopProduct .sliderPro .slick-counter{
    position: absolute;
    top: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.boxTopProduct .sliderPro .slick-counter .current1{
    position: relative;
}
.boxTopProduct .sliderPro .slick-counter .current1::after{
    content: '/';
    margin: 0 3px;
}
/*  */

.boxTopProduct .boxChoosepro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    width: 400px;
    text-align: center;
}
.boxTopProduct .boxChoosepro .titlepro{
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
}
.boxTopProduct .boxChoosepro .titlepro h1{
    font-weight: 400;
    font-family: 'iCie';
}
.boxTopProduct .boxChoosepro .chooseClor{
    margin-bottom: 10px;
}
.boxTopProduct .boxChoosepro .colorChoose{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.boxTopProduct .boxChoosepro .colorChoose::before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
}
.vntProduct1.showChoose .boxTopProduct .boxChoosepro .colorChoose::before{
    content: "\f106";
}
.boxTopProduct .boxChoosepro .colorChoose span{
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-color: #dfd1c1;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
}
.boxTopProduct .boxChoosepro .colorChoose span::before{
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #ddd;
    border-radius: 100%;
}

.boxTopProduct .boxChoosepro .price{
    margin-bottom: 10px;
}
.boxTopProduct .boxChoosepro .reduce{
    color: #666666;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.boxTopProduct .boxChoosepro .normal{ 
    font-size: 20px;
    line-height: 30px;
    color: #000000;  
    font-weight: bold;
}
.boxTopProduct .boxChoosepro .btncart{
    margin-bottom: 10px;
}
.boxTopProduct .btncart a {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 30px 5px;
    min-width: 190px;
}
.boxTopProduct .boxChoosepro .btncart a:hover{
    background-color: #e54f4f;
}

.boxconproduct{
    padding: 20px;
    position: relative;
    background-color: rgba(255,255,255,0.6);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;

}
.wrap10Col{
    max-width: 870px;
    margin: 0 auto;
}
.vntProduct1.showChoose .boxconproduct{
    margin-top: -140px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.boxconproduct .leftinfopro{
    order: 2;   
    width: 370px;
    padding: 0 40px;
    padding-top: 44px;
}
.boxconproduct .leftinfopro .imgPro{
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.boxconproduct .leftinfopro .lstInfoLeft{

}
.boxconproduct .leftinfopro .itemInfo{
    margin-bottom: 20px;
}
.boxconproduct .leftinfopro .itemInfo .nameInfo{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.boxconproduct .leftinfopro .itemInfo .namecode{
    margin-bottom: 5px;
    color: #999999;
    font-size: 13px;
    line-height: 21px;
}
.boxconproduct .leftinfopro .itemInfo .txtInfo{
    font-size: 13px;
    line-height: 21px;
}
.boxconproduct .leftinfopro .itemInfo .txtInfo li{

}


/*  */
.boxconproduct .rightinfopro{
    padding: 0 ;
}
.rightinfopro .lstinfoColor{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lstinfoColor .tiltenumCo{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}
.lstinfoColor .sliderColorPro .item{
    max-width: 190px;
    max-height: 190px;
}
.lstinfoColor .sliderColorPro .item:hover img{

}
.lstinfoColor .sliderColorPro .item img{
    width: 100%;
    height: 100%;
}
.lstinfomationPro{

}
.lstinfomationPro .itemProBox{
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    padding-right: 20px;
}
.lstinfomationPro .itemProBox .titleshow{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}
.lstinfomationPro .itemProBox .titleshow::before{
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #666666;
    display: none;
}
.lstinfomationPro .itemProBox.active .titleshow::before{
    content: "\f068"
}
.lstinfomationPro .contentShow{
    padding-top: 10px;
    display: none;
    font-size: 15px;
    line-height: 23px;
}
.lstinfomationPro .contentShow > div{
    margin-bottom: 20px;
}
.lstinfomationPro .contentShow h3{
    text-transform: uppercase;
    color: #e54f4f;
    font-weight: 400;
    margin-bottom: 5px;
}
.lstinfomationPro .contentShow p{
    padding: 2px 0;
}
.lstDetailInfo{
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lstDetailInfo .viewAll{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.lstDetailInfo .viewAll a{
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid rgba(0,0,0,1);
    text-transform: uppercase;
    background-color: #fff;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
}
.lstDetailInfo .viewAll a:hover{
    background-color: #000000;
    color: #fff;
}
.lst-default{
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.lst-default li{
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lst-default li:last-child{
    border-bottom: none;
}
.lst-default li span{
    display: block;
    padding: 10px;
    width: calc(100% - 170px);
}
.lst-default li span:first-child{
    width: 170px;
    background-color: #f6f6f6;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.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);
}
.otherBoxS{
    padding-top: 30px;
}
.boxOrther .titleOrther{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald';
}
.otherBoxS .itemBoxOther {
    display: table;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    margin-bottom: 30px;
}
.otherBoxS .itemBoxOther:last-child{
    margin-bottom: 0;
}
.otherBoxS .itemBoxOther .lstProductAll{
    margin: 0;
}
.SiderBoxOther .slick-list{
    margin: 0 -10px;
}
.SiderBoxOther .slick-slide{
    padding: 0 10px;
}
.SiderBoxOther .slick-track{
    padding-bottom: 40px;
}
.SiderBoxOther .productItem .sliderItemPro{
    opacity: 1;
    visibility: initial;
    background-color: transparent;
    box-shadow: none;
    display: block;
}
.SiderBoxOther .productItem .sliderItemPro .lstItemSli {
    opacity: 0;
    visibility: hidden;
    position: static;
    transform: initial;
}
.SiderBoxOther .productItem .sliderItemPro .decsSlider{
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
#popupShare{
    display: none;
}
/*  */
#popupShare{
    max-width: 300px;
    width: 100%;

}
#popupShare .nameShare{
    text-align: center;
    margin-bottom: 10px;
}
#popupShare .namePro{
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
}
#popupShare .share{

}
#popupShare .share ul{
    display: flex;
    flex-wrap: wrap; 
}
#popupShare .share li{
    margin: 0 10px;
}
#popupShare .share li a{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    border: 3px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
#popupShare .share li a i{
    line-height: 47px;
}
#popupShare .share li a:hover{
    color: #fff;
}
#popupShare .share li a.faFace:hover{
    background-color: #406aaa;
    border-color: #406aaa;
}
#popupShare .share li a.faTwi:hover{
    background-color: #3ba9e0;
    border-color: #3ba9e0;
}
#popupShare .share li a.faIns:hover{
    background-color: #cb2694;
    border-color: #cb2694;
}

/* custom fancybox */
.fancybox-bg{
    background-color: #e7e7e7;
    opacity: 1!important;
}
.designShare .fancybox-bg{
    background: rgb(30, 30, 30);
    opacity: 0.9!important;
}
.fancybox-navigation .fancybox-button{
    background-color: transparent;
    width: 60px;
    height: 60px;
    
}
.fancybox-navigation .fancybox-button svg{
    display: none;
}
.fancybox-navigation .fancybox-button::before{
    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%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
}
.fancybox-navigation .fancybox-button--arrow_left::before{
    background-image: url(../images/iprev.svg);
}
.fancybox-navigation .fancybox-button--arrow_right::before{
    background-image: url(../images/inext.svg);
}

/* lstsubProduct */
.lstsubProduct{

}
.lstsubProduct ul{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    flex-direction: column;
    height: 45px;
}
.lstsubProduct ul li{
    padding-bottom: 0;
    padding-top: 15px;
    margin-right: 10px;
}
.lstsubProduct ul li a{
    padding: 0;
}




@media all and (min-width: 1600px){
    .vntProduct1{
        /*padding-top: 700px;*/
    }
    .boxTopProduct{
        /*height: 700px;*/
    }

}
@media all and (min-width: 992px){
    .productItem:hover .thumb a img{
        transform: translate(-50%, -50%) scale(1.2);
    }
}
@media all and (max-width: 1700px){
    .boxTopProduct .sliderPro .slick-list{
        margin: 0 -250px;
    }
    .boxTopProduct .sliderPro .slick-slide{
        padding: 0 250px;
    }
}
@media all and (max-width: 1500px){
    .boxTopProduct .sliderPro .slick-list{
        margin: 0 -200px;
    }
    .boxTopProduct .sliderPro .slick-slide{
        padding: 0 200px;
    }
}
@media all and (max-width: 1300px){
    .boxTopProduct .sliderPro .slick-list{
        margin: 0 -150px;
    }
    .boxTopProduct .sliderPro .slick-slide{
        padding: 0 150px;
    }
}
@media all and (max-width: 991px){
    .decsSlider h3{
        font-size: 14px;
        line-height: 22px;
    }
    .decsSlider .price .normal, .decsSlider .price .reduce{
        font-size: 12px;
        line-height: 20px;
    }
    .boxFilter1 .titleFilter1{
        font-size: 14px;
        line-height: 22px;
    }
    .SiderBoxOther .productItem .sliderItemPro .decsSlider{
        position: static;
    }
    .otherBoxS{
        padding-top: 0;
    }
    .decsSlider{
        position: static;
        width: 100%;
        bottom: 20px;
        right: 0;
        left: 0;
        z-index: 2;
        margin-bottom: 20px;
    }

    /*  */
    .vntProduct{
        padding: 0 20px 30px 20px;
    }
    .productLst .itemPro{
        width: 33.3333%;
    }
    .itemFilter span{
        display: none;
    }
    .boxFilter{
        position: static;
    }
    .boxFilterBig{
        position: relative;
        margin: 0 -20px;
        padding: 20px;
    }
    .sliderItemPro{
        display: none;
        top: inherit;
    }
    .boxFilter .popup{
        top: calc(100% - 5px);
        width: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    }
    .boxFilter:hover .titleFilter{
        color: #333333;
    }
    .boxFilter.active .titleFilter{
        color: #e54f4f;
    }

    /*  */
    .boxconproduct{
        display: block;
        margin: 0;
    }
    .boxconproduct .leftinfopro{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        padding-bottom: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .boxconproduct .rightinfopro{
        width: 100%;
        padding: 0;
    }
    .lstinfomationPro .itemProBox{
        padding-right: 0;
    }
    .boxTopProduct .boxChoosepro{
        position: static;
        width: 100%;
        transform: inherit;
    }
    .boxTopProduct .sliderPro .slick-list {
        margin: 0px;
    }
    .boxTopProduct .sliderPro .slick-slide {
        padding: 0px;
    }
    .boxTopProduct .sliderPro .itemSl{
        margin-bottom: 30px;
    }
    .boxTopProduct .sliderPro .itemSl .thumb{
        max-width: 70%;
        margin: 0 auto;
    }
    .boxTopProduct .sliderPro .slick-counter{
        display: none;
    }
    .boxTopProduct .sliderPro .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .boxTopProduct .sliderPro .slick-arrow::before{
        width: 20px;
        height: 20px;
    }
    .boxTopProduct .boxShare{
        bottom: initial;
        top: 10px;
        right: 10px;
    }
    /*  */
    .sizeChoose{
        margin-bottom: 5px;
    }
    .vntProduct1{
        padding-top: 0;
    }
    .boxTopProduct{
        position: static;
        height: auto;
    }
    .boxTopProduct .boxChoosepro .chooseClor{
        position: relative;
    }
    .boxTopProduct .boxChoosepro .chooseClor .lstinfoColor {
        position: absolute;
        top: 40px;
        right: -20px;
        left: -20px;
        z-index: 2;
        background-color: #ffff;
        padding: 20px;
        padding-bottom: 50px;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .vntProduct1.showChoose .boxTopProduct .boxChoosepro .chooseClor .lstinfoColor{
        top: 30px;
        opacity: 1;
        visibility: initial;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .boxTopProduct .boxChoosepro .chooseClor .lstinfoColor .slick-list{
        margin: 0 -20px;
    }
    .boxTopProduct .boxChoosepro .chooseClor .lstinfoColor .slick-slide {
        padding: 0 20px;
    }
    .vntProduct1.showChoose .boxconproduct{
        margin-top: 0;
    }
    .boxOrther .titleOrther{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px){
    .productLst .itemPro{
        width: 50%;
    }
    .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;
    }
    .SiderBoxOther .slick-list{
        margin: 0 -5px;
    }
    .SiderBoxOther .slick-slide{
        padding: 0 5px;
    }
}