.bodyStyle::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
} 

.info_product{
    margin-bottom: 30px;
}
#slider-detail .item .img, #slider-detail .item .img a{
    display: table;
    width: 100%;
    height: 100%;
}
#slider-detail .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-detail{
    border: 1px solid #e3e3e3;
}
#slider-detail .item{
    position: relative;
    height: 470px;
}
#slider-detail .item .img, #slider-detail .item .img a{
    display: table;
    width: 100%;
    height: 100%;
}
#slider-detail .item img{
    max-width: 100%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-thumbnail{
   padding: 8px 0;
   background-color: #f5f5f5;
}
#slider-thumbnail .slick-track{
    margin-left: 0;
}
#slider-thumbnail .slick-slide{
    border: none;
    padding:  0 8px;
}
#slider-thumbnail .item{
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    background-color: #fff;
}
#slider-thumbnail .item img{
    width: 100%;
}
#slider-thumbnail .slick-current .item{
    border-color: #076fb0;
}
.productExcerpt{
    background-color: #f5f5f5;
    padding: 20px;
}
.productExcerpt h1{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #076fb0;
    margin-bottom: 20px;
}
.productExcerpt .productDf{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.productExcerpt .productDf .product_info{
    display: block;
    margin-bottom: 10px;
}
.productExcerpt .productDf .product_info span{
    width: 110px;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.productExcerpt .productDf .product_info span::before{
    content: ':';
    position: absolute;
    right: 0;
}
.productExcerpt .info_order{
    margin-bottom: 30px;
}
.productExcerpt .order_link{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.productExcerpt .order_link a{
    background-color: #076fb0;
    border: 1px solid #076fb0;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.productExcerpt .order_link a:hover{
    background-color: #fff;
    color: #076fb0;
}
.productExcerpt .order_link a span{
    position: relative;
    padding-left: 20px;
}
.productExcerpt .order_link a span::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    content: "\f095";
}
.like_share p a{
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.like_share p a::before{
    content: ',';
    right: -5px;
    position: absolute;
}
.like_share p a:last-child::before{
    display: none;
}
.infoDetailPro .tab-title{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.infoDetailPro .tab-content{
    padding: 50px 0;
}
.infoDetailPro .tab-content .tab-pane > div{
    margin-bottom: 30px;
}
.comment-facebook{
    margin-bottom: 50px;
}
.orther_prod .op_title{
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.boxSliderbanner{
    padding: 50px 0 40px;
}
.sliderBannerPage .item{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sliderBannerPage .item a{
    display: block;
    position: relative;
    padding-bottom: 140%;
    height: 0;
    overflow: hidden;
}
.sliderBannerPage .item a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}


.the-content{
    font-size: 16px;
    line-height: 24px;
}
.the-content div{
    margin-bottom: 20px;
}
.the-content img{
    width: 100%;
}
.the-content h2, .the-content h3, .the-content h4, .the-content h4, .the-content p strong{
    margin-bottom: 20px;;
}
/* }
 */
.sliderProDetai .item a{
    padding-top: 90%;
    display: block;
    height: 0;
    position: relative;
    background-color: #fff;
}
.sliderProDetai .item a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.sliderProDetai.styleBtnBox .slick-arrow{
    z-index: 1;
    width: 45px;
    height: 45px;
    background-color: #0051c5;
    top: 50%;
}
.sliderProDetai.styleBtnBox .slick-arrow::before{
    font-family: FontAwesome;
    color: #fff;
    background-image: none;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    right: initial;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
}
.sliderProDetai.styleBtnBox .slick-prev{
    left: -20px;
    opacity: 1;
}
.sliderProDetai.styleBtnBox .slick-prev::before{
    content: '\f104';
}
.sliderProDetai.styleBtnBox .slick-next{
    right: -20px;
}
.sliderProDetai.styleBtnBox .slick-next::before{
    content: '\f105';
}
.infoProduct{
    position: relative;
    z-index: 1;
}
.infoProduct .infoCt{
    margin-bottom: 20px;
}
.infoProduct .infoCt .i-title{
    margin-bottom: 10px;
}
.infoProduct .infoCt h2{
    font-size: 30px;
    line-height: 45px;
    color: #0051c5;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.infoProduct .infoCt .i-info{
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
.infoProduct .infoCt ul{
    margin-bottom: 10px;
}
.infoProduct .infoCt li{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    position: relative;
    padding-left: 35px;
}
.infoProduct .infoCt li::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.infoProduct .infoCt li span:nth-child(1):after{
    content: ':';
    right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.infoProduct .infoCt li span{
    display: block;
    width: 50%;
    position: relative;
}
.infoProduct .infoCt .i-tend{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.infoProduct .loginSell{
    margin-bottom: 20px;
}
.infoProduct .loginSell a{
    display: inline-block;
    padding: 8px 30px;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.infoProduct .loginSell a:hover{
    background-color: #fff;
    color: #ed1c24;
}
.infoProduct .loginSell a span{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.infoProduct .loginSell a span::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.infoProduct .hotlinepr{
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
.infoProduct .hotlinepr::before{
    content: '\f48b';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}
.infoProduct .hotlinepr a{
    color: #ed1c24;
    font-size: 20px;
    font-weight: 600;
}
.infoProduct .feedback{
    margin-top: 0;
}
.infoProduct .feedback a{
    display: flex;
    align-items: center;
    align-content: center;
}
.infoProduct .feedback span{
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    position: relative;
}
.infoProduct .feedback span::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxSliderbanner{
    position: relative;
}
.boxSliderbanner .bgRight{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 560px;
    display: none;
}
.infoProduct .box-prive{
    margin-bottom: 35px;
}
.infoProduct .i-price, .infoProduct .i-price-c{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.infoProduct .i-price .txt, .infoProduct .i-price-c .txt{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.infoProduct .i-price .numer{
    color: #f10000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}
.infoProduct .i-price-c .numer{
    color: #888888;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-decoration: line-through;
}
/*  */
/*  */
.titleSmPro{
    margin-bottom: 10px;
}
.titleSmPro h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.titleBPro{
    margin-bottom: 10px;
}
.titleBPro h2{
    color: #b4ce53;
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.myCheckbox{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}
.myCheckbox:hover{
    color: #b4ce53;
}
.myCheckbox input{
    display: none;
}
.myCheckbox:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.1);
}
.myCheckbox::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    left: 5px;
    top: 12px;
}
.myCheckbox.active:before{
    border: 1px solid #b4ce53;
}
.myCheckbox.active:after{
    background-color: #b4ce53;
}
.myCheckbox span{
    color:#999999;
}

/*  */
.submePro .titlemc{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.submePro .titlemc::before, .submePro .titlemc::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.submePro .titlemc::before{
    content: "\f107";
    right: 0;
}
.submePro.active .titlemc::before{
    content: "\f106";
}
.submePro .titlemc::after{
    content: '\f0c9';
    left: 0;
    color: #fbbe03;
    font-size: 24px;
}
.submePro .titleSub{
    display: block;
    padding: 9px 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    background-color: #0051c5;
}
.submePro .titleSub::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-size: 16px;
}
.menuSubTop{
    position: relative;
}
.submePro{
    position: relative;
    min-width: 275px;
}
.contentSub{
    background-color: #fafafa;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.submePro.active .contentSub{
    opacity: 1;
    visibility: initial;
}

.contentSub > ul > li{
    border-bottom: 1px solid #fff;

    position: relative;
}
.contentSub li:last-child{
    border-bottom: none;
}
.contentSub > ul > li > a, .contentSub > ul > li > .m-sub > a{
    padding: 10px 15px;
    padding-right: 30px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contentSub > ul > li > .m-sub {
    position: relative;
}
.contentSub > ul > li > .m-sub .button-submenu{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
}
.contentSub > ul > li > .m-sub .button-submenu::before{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contentSub > ul > li.active > .m-sub .button-submenu::before{
    content: "\f106";
}
.contentSub > ul > li.active > .m-sub .button-submenu{
    color: #fff;
}
.contentSub > ul > li.active > a, .contentSub > ul > li:hover > a, .contentSub > ul > li.active > .m-sub > a, .contentSub > ul > li.active > .m-sub > a{
    background-color: #0051c5;
    color: #fff;
}
.contentSub > ul > li ul{
    padding: 10px;
    background-color: #f2f2f2;
    display: none;
}
.contentSub > ul > li ul a{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #666666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0;
    padding-left: 25px;
    text-transform: uppercase;
}
.contentSub > ul > li ul a::before{
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    font-style: normal;
    transform: translateY(-50%);
    color: #0051c5;
    font-size: 6px;
}
/*  */
.slproductfor{
    position: relative;
}
.slproductfor::before{
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    bottom: 22px;
    left: calc(50% - 54px);
    transform: translateX(-50%);
    z-index: 1;
    font-weight: bold;
    pointer-events: none;
}
.slproductfor::after{
    content: 'Xem hình to';
    position: absolute;
    bottom: 20px;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    pointer-events: none;
}
.slproductfor .item a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}
.slproductfor .item a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slproductnav{
    margin-bottom: 15px;
}
.slproductnav .slick-list{
    margin: 0 -4px;
}
.slproductnav .slick-slide {
    padding: 0 6px;
}
.slproductnav .slick-track{
    margin: 0;
}
.slproductnav .item{
    padding: 5px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.slproductnav .img{
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
}

.slproductnav .slick-current .item{
    border:2px solid #0051c5;
}
.slproductnav .slick-current .img{
    opacity: 1;
}
.slproductnav .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*  */
.boxFixedWrap .tab-list{
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f5f5f5;
}
.boxFixedWrap .tab-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.boxFixedWrap .tab-list ul li{
    margin: 0 1px;
}
.boxFixedWrap .tab-list li a{
    display: block;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.boxFixedWrap .tab-list li.active a{
    background-color: #0051c5;
    color: #fff;
}
.boxContent{
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    display: none;
}
.boxContent.active{
    display: block;
}
.boxContent .titleBx{
    margin-bottom: 10px;
}
.boxContent .titleBx h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #333333;
}
.boxContent .infolst{
    font-size: 16px;
    line-height: 24px;
}
.boxContent .infolst li{
    display: block;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.boxContent .infolst li span{
    width: calc(100% - 130px);
    position: relative;
}
.boxContent .infolst li span:first-child{
    width: 130px;
}
.boxContent .infolst li span:first-child::before{
    content: ':';
    position: absolute;
    right: 10px;
    top:0px;
}
/* vntcontpro */
.vntcontpro .gripprolist .coll{
    width: 300px;
}
.vntcontpro .gripprolist .colr{
    width: calc(100% - 370px);
}

.sortall{
    position: relative;
}
.sortall .icon{
    background-color: #ffffff;
    padding: 6px 20px 6px 10px;
    position: relative;
    cursor: pointer;
}
.sortall .icon:before{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sortall.active .icon:before{
    content: "\f106";
}
.sortall .popup{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    display: none;
    z-index: 5;
    background: #ffffff;
    max-height: 260px;
    overflow: auto;
    padding: 10px;
}
.sortall .popup::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
} 
.sortall .popup::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.sortall.active .popup{
    display: block;
}
.sortall .popup ul li{
    margin-bottom: 10px;
}
.sortall .popup ul li a{
    display: block;
    position: relative;
}
/* producttools */
.producttools{
    padding: 10px 20px;
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.producttools .fillterpro{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.fillterpro > span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-right: 10px;
}
.fillterpro .sortall .icon{
    width: 150px;
    background-color: #0051c5;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.sortpro .sortall .icon{
    width: 190px;
}
/* zoomprodt  */
.zoomprodt a{
    color: #666666;
    font-size: 18px;
    line-height: 27px;
}
.zoomprodt a:hover{
    color: #0051c5;
}
.zoomprodt a i{
    margin-right: 10px;
}
/*  */
.bodyStyle{
    overflow: hidden;
    max-height: 100vh;
}
.wrap_popup .popup_content{
    max-height: calc(100vh - 70px);
    overflow: hidden;
    overflow-y: auto;
}
.wrap_popup .popup_content::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
} 
.wrap_popup{
    padding: 0 30px;
    border-radius: 25px;
}
.wrap_popup .popup_title{
    font-size: 30px;
    line-height: 45px;
    color: #0051c5;
    padding: 10px 0;
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.designPopupMember .fancybox-slide--iframe{
    padding: 20px 10px;
}
.designPopupMember .fancybox-slide--iframe .fancybox-content{
    margin-bottom: 0;

}
.designPopupMember .fancybox-bg{
    opacity: 0.4;
}
.designPopupMember .fancybox-close-small{
    right: 10px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #eb292e;
    padding: 0;
}
.designPopupMember .fancybox-close-small svg{
    width: 100%;
    stroke-width: 2px;
    fill: #eb292e!important;
    color: #eb292e!important;
}
.wrap_popup .popup_content{
    padding: 30px 0 20px;
}
.wrap_popup .popup_content .titlePro{
    display: flex;
    margin-bottom: 40px;
}
.wrap_popup .popup_content .mtitle-pop{
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.wrap_popup .popup_content .mcontent-pop{
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #666666;
    font-style: italic;
}
.wrap_popup .popup_content .titlePro .thumb{
    width: 110px;
    height: 110px;
    position: relative;
}
.wrap_popup .popup_content .titlePro .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap_popup .popup_content .titlePro .decs{
    padding-left: 30px;
    width: calc(100% - 110px);
}
.wrap_popup .popup_content .titlePro .decs h3{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.designPopupMember .fancybox-slide--iframe .fancybox-content{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.wrap_popup .popup_content .titlePro .decs .txt{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
    color: #666666;
    font-size: 18px;
    line-height: 27px;
}
.wrap_popup .popup_content .titlePro .decs .txt .name{
    width: 110px;
    display: block;
    position: relative;
}
.wrap_popup .popup_content .titlePro .decs .txt .name::after{
    content: ':';
    position: absolute;
    right: 3px;
}
.wrap_popup .popup_content .titlePro .decs .contt{
    color: #dd4231;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.wrap_popup  .maxw600 .info-prod{
    margin-bottom: 30px;
    font-family: 'Roboto';
}
.wrap_popup .row-form{
    margin-bottom: 15px;
    align-items: center;
    align-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wrap_popup .row-form label{
   display: block;
   width: 180px;
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   color: #555555;
}
.wrap_popup .row-form .grwi{
    width: calc(100% - 180px);
}
.wrap_popup .row-form .form-group{
    position: relative;
}
.wrap_popup .row-form .form-group i{
    position: absolute;
    top: 12px;
    right: 10px;
}
.wrap_popup select{
    padding: 0;
}
.wrap_popup textarea{
    height: 80px;
    width: 100%;
}
.wrap_popup .row-form input, .wrap_popup .row-form textarea, .wrap_popup .row-form select{
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.wrap_popup .row-form input::-webkit-input-placeholder { /* Edge */
    color: #a9a9a9;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.wrap_popup .row-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.wrap_popup .row-form input::placeholder {
    color: #a9a9a9;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
 .wrap_popup .row-form .btnSub{
    font-size: 18px;
    line-height: 27px;
    padding: 10px 40px;
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #0051c5;
    border: 3px solid #0051c5;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrap_popup .row-form .btnSub:hover{
    background-color: #0051c5;
    color: #ffffff;
}
.wrap_popup .row-form .row{
    margin: 0 -10px;
}
.wrap_popup .row-form .col-xs-6, .wrap_popup .row-form .col-sm-6,.wrap_popup .row-form .col-xs-3, .wrap_popup .row-form .col-sm-3{
    padding: 0 10px;
}
.griplstpro .vhcolp {
    width: 25%;
} 
/*  */
.itemproductlv {
 
}
.itemproductlv .thumb{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
}
.itemproductlv .decs{
    padding: 15px 15px;
    text-align: center;
}
.itemproductlv .decs h3{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}
/*  */
.boxOrther{
    padding: 60px 0 40px;
    background-color: #f7f7f7;
}
.sliderOrther.vhbtnslick .slick-arrow{
    top: 40%;
}

/*  */
.itemsmpro {
    padding-top: 82%;
    position: relative;
}
.itemsmpro a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 30px 0 0;
}
.itemsmpro a .img{
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itemsmpro a .img img{
    margin: 0 auto;
}
.itemsmpro a .txt{
    padding: 0 45px;
    max-height: 44px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.itemsmpro a span{
    display: block;
    text-align: center;
    width: 100%;
    mix-blend-mode: darken;
}
.slproductmb{
    margin: 0 -10px;
}
.slproductmb .slick-slide{
    padding: 0 5px;
}
.wrapsspro{
    max-width: 800px;
    margin: 0 auto;
}
.slproductmb .itemsmpro {
    margin-bottom: 20px;
}
.slproductmb {
    margin-bottom: 50px;
}
.slproductmb .slick-arrow{
    top: initial;
    transform: initial;
    bottom: -50px;
}
.slproductmb .slick-prev{
    left: calc(50% - 40px);
}
.slproductmb .slick-next{
    right: initial;
    left: calc(50% + 10px);
}

/*  custom */
.sloverlime{
    overflow: hidden;
}
.slider{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.slider .circular-slider, .circular-slider .wrapsl{
    overflow: initial;
}
.circular-slider{
    background-color: transparent;
    border: none;
}
.sloverlime{
    transform: rotate(180deg);
}
.circular-slider .wrapsl .slides-holder{
    margin: 0 auto;
    top: 140px;
    position: relative;
    border: none;
}
.circular-slider{
    min-width: 800px;
    min-height: 500px;
    position: relative;
}
.circular-slider .wrapsl{
    min-width: 700px;
    min-height: 760px;
}
.circular-slider .wrapsl .slides-holder__item{
    border: none;
    background-color: transparent;
    filter: initial;
    width: 240px!important;
    height: 120px!important;
}
.circular-slider .itemsmpro{
    padding-top: 85%;
}
.circular-slider .itemsmpro::before{
    transform: rotate( 90deg);
}
.circular-slider .wrapsl .controls__autoplay_running .pause{
    display: none;
}
.infoprohome{
    position: relative;
    margin-top: 50px;
}
.infoprohome .ciclename{
    width: 420px;
    height: 420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../images/cicle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.infoprohome .ciclename .t1{
    width: 100%;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.infoprohome .ciclename .t2{
    width: 100%;
    color: #0051c5;
    font-size: 40px;
    line-height: 55px;
    font-weight: 900;
}
.circular-slider .wrapsl .controls__left, .circular-slider .wrapsl .controls__right{
    bottom: 0;
    top: initial;
    transform: initial;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.circular-slider .wrapsl .controls__left .icon-wrapper, .circular-slider .wrapsl .controls__right .icon-wrapper{
    display: none;
}
.circular-slider .wrapsl .controls__left::before, .circular-slider .wrapsl .controls__right::before{
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 30px;
    line-height: 40px;
    content: '\e909';
}
.circular-slider .wrapsl .controls__left:hover::before, .circular-slider .wrapsl .controls__right:hover::before{
    color: #0051c5;
}
.circular-slider .wrapsl .controls__right{
    right: 80px;
}
.circular-slider .wrapsl .controls__left{
    left: 80px;
}
.circular-slider .wrapsl .controls__left:hover{
    left: 80px;
}
.slides-holder__item.slides-holder__item_active .itemsmpro a{
    transform: rotate(180deg);
    padding-right: 0;
    padding-top: 30px;
}
.slides-holder__item .itemsmpro a{
    mix-blend-mode: darken;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.circular-slider .wrapsl .slides-holder__item img{
    max-height: 100%;
    height: auto;
    width: auto;
    border-radius: 0;
}
/*  */
.slides-holder__item:last-child .itemsmpro a{
    transform: rotate(224deg );
    padding-right: 0;
    padding-left: 30px;
    padding-top: 20px;
}
.slides-holder__item:nth-last-child(2) .itemsmpro a{
    transform: rotate(-90deg);
    padding-right: 0;
    padding-left: 40px;
    padding-top: 20px;
}
.slides-holder__item:first-child .itemsmpro a{
    transform: rotate( 135deg);
    padding-top: 20px;
    padding-left: 0;
    padding-right: 30px;
}
.slides-holder__item.notfor:first-child .itemsmpro a{
    transform: rotate( 90deg);
}
.slides-holder__item.notfor:last-child .itemsmpro a{
    transform: rotate(267deg);
}
.slides-holder__item:nth-child(2) .itemsmpro a{
    transform: rotate(  90deg);
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 0;
}
.slides-holder__item.notthre .itemsmpro a {
    transform: rotate( 135deg);
    padding-top: 20px;
    padding-left: 0;
    padding-right: 30px;
}
.slides-holder__item.notthrethre .itemsmpro a{
    transform: rotate( 90deg);
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 0;
}
.slides-holder__item.slides-holder__item_active .itemsmpro a{
    transform: rotate(180deg)!important;
    padding-top: 40px!important;
    padding-right: 0px!important;
    padding-left: 0!important;
}
.slides-holder__item.notwo .itemsmpro a {
    transform: rotate(-135deg);
    padding-right: 0;
    padding-left: 30px;
    padding-top: 20px;
}
.slides-holder__item.notwotwo .itemsmpro a{
    transform: rotate(-90deg);
    padding-right: 0;
    padding-left: 40px;
    padding-top: 20px;
}
@media only screen and (min-width: 1500px) {
    .vhcol-lg-4{
        width: 20%;
    }
}
@media only screen and (max-width: 1440px) {
    .griplstpro .vhcolp {
        width: 33.3333%;
    } 
}
@media only screen and (max-width: 991px) {
    .boxOrther{
        padding: 30px 0 40px;
    }
    .sliderOrther.vhbtnslick .slick-arrow{
        top: 35%;
    }
    .boxSliderbanner .bgRight{
        display: none;
    }
    .styleBtn .slick-next{
        right: 15px;
    }
    .styleBtn .slick-prev{
        left: 15px;
    }
    .productExcerpt h1{
        font-size: 20px;
        line-height: 30px;
    }
    .infoDetailPro .tab-title{
        border: none;
    }
    .infoDetailPro .tab-content{
        padding-bottom: 0;
    }
    .infoDetailPro .tab-content .tab-pane .row .col-sm-6{
        margin-bottom: 20px;
    }
    .feedback{
        display: none;
    }
    .orther_prod .op_title{
        font-size: 25px;
       
    }
    .orther_prod .op_title h3{
        line-height: 38px;
    }
    .ortherSlider .slick-list{
        margin: 0 -10px;
    }
    .ortherSlider .slick-slide{
        padding: 0 10px;
    }
    .product .tend a{
        font-size: 14px;
        line-height: 21px;
    }
    .ortherSlider{
        margin-bottom: 60px;
    }
    .ortherSlider.styleBtn .slick-arrow{
        top: initial;
        transform: translate(0, 0);
        bottom: -30px;
    }
    .ortherSlider.styleBtn .slick-prev{
        left: calc(50% - 60px);
    }
    .ortherSlider.styleBtn .slick-next{
        right: initial;
        left: calc(50% + 10px);
    }
    .boxSliderbanner{
        padding: 30px 0  20px;
    }
    .boxFixedWrap .tab-list{
        padding: 20px 10px 10px;
    }
    .sliderProDetai.styleBtnBox .slick-prev{
        left: 0px;
    }
    .sliderProDetai.styleBtnBox .slick-next{
        right: 0;
        left: initial;
    }
    .sliderProDetai.styleBtnBox{
        margin-bottom: 20px;
    }
    .infoProduct .infoCt h2{
        font-size: 24px;
        line-height: 36px;
    }
    /*  */
    .lstProduct .row{
        margin: 0 -5px;
    }
    .lstProduct .row > div{
        padding: 0 5px;
    }
    /*  */
    /*  */
    .productThumbnail{
        margin-bottom: 20px;
    }
    .slproductnav{
        margin-top: 10px;
    }
    .boxContent .titleBx h3{
        font-size: 20px;
        line-height: 30px;
    }
    .boxContent{
        font-size: 16px;
        line-height: 24px;
    }
    /*  */
    .vntcontpro .gripprolist .coll{
        width: 100%;
    }
    .vntcontpro .gripprolist .colr{
        width: 100%;
    }
    .producttools{
        padding: 10px ;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .producttools > div{
        margin-bottom: 20px;
    }
    /*  */
    .itemsmpro a .img{
        max-width: 45px;
    }
    .itemsmpro a .txt{
        font-size: 14px;
        padding: 0 35px;
    }
}
@media only screen and (max-width: 767px) {
    .griplstpro .vhcolp {
        width: 50%;
    } 
    .wrap_popup .row-form{
        display: block;
    }
    .wrap_popup .row-form label{
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .wrap_popup .row-form .grwi{
        width: 100%;
    }
    .wrap_popup{
        padding: 0 15px;
    }
    .wrap_popup .popup_title{
        padding: 10px 0;
        font-size: 24px;
        line-height: 36px;
    }
    .designPopupMember .fancybox-close-small{
        width: 45px;
    }
    .wrap_popup .popup_content .titlePro .decs{
        padding-left: 15px;
    }
    .wrap_popup .popup_content .titlePro .decs h3{
        font-size: 18px;
        line-height: 27px;
    }
    .wrap_popup .popup_content .titlePro .decs .txt, .wrap_popup .popup_content .titlePro .decs .contt, .wrap_popup .popup_content .mcontent-pop{
        font-size: 16px;
        line-height: 24px;
    }
    .wrap_popup .popup_content .titlePro{
        margin-bottom: 20px;
    }
    .wrap_popup .popup_content .mtitle-pop{
        font-size: 18px;
        line-height: 27px;
    }
    .wrap_popup .row-form input, .wrap_popup .row-form textarea, .wrap_popup .row-form select{
        font-size: 16px;
        line-height: 24px;
    }
    
    .wrap_popup .row-form input::-webkit-input-placeholder { /* Edge */
        font-size: 16px;
        line-height: 24px;
    }
    .wrap_popup .row-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 16px;
        line-height: 24px;
    }
    .wrap_popup .row-form input::placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    .producttools > div{
        width: 100%;
    }
    .contentSub{
        top: calc(100% + 7px);
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
    }
    /*  */
    .itemproductlv .thumb{
        padding: 10px;
    }

    .itemsmpro a .img{
        max-width: 40px;
        max-height: 40px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600px) {

    .productExcerpt .order_link a{
        display: block;
    }
    .boxFixedWrap .tab-list ul li{
        width: 100%;
        margin-bottom: 10px;
    }
}