.productList{
    padding: 40px 0;
}
.productList .item{
    display: flex;
    align-content: center;
    align-items: center; 
    position: relative;
    margin-top: -40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.productList .item:hover{
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.productList .item .thumb{
    width: 60%;
}
.productList .item .thumb img{
    width: 100%;
}
.productList .item .decs{
    width: 40%;
}
/* .productList .item .decs::before{
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 60%;
    right: 50%;
    border-top: solid 1px #00a9e8;
    border-bottom: solid 1px #00a9e8;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.productList .item .decs::after{
    content: "";
    position: absolute;
    left: 60%;
    right: 0;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px #00a9e8;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.productList .item:hover .decs::before{
    left: 60%;
    right: 0;
}
.productList .item:hover .decs::after{
    top: 20px;
    bottom: 20px;
} */
.productList .item:nth-child(even) .thumb{
    order: 2;
}
.productList .item:nth-child(odd) .decs{
    padding-left: 80px;
}
.productList .item:nth-child(even) .decs{
    padding-right: 80px;
    text-align: right;
}
.productList .item .decs h3{
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.productList .item .decs h3::before{
    content: '';
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translate(0, -50%);
    width: 150px;
    height: 2px;
    background-color: #00a9e8;   
}
.productList .item:nth-child(even) .decs h3::before{
    left: initial;
    right: -170px;
}
.productList .item .decs p{
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
}
.viewAllLink a{
    display: inline-block;
    background-color: #00a9e8;
    color: #fff;
    border: 1px solid #00a9e8;
    padding: 10px 20px;
}
.viewAllLink a:hover{
    background-color: #fff;
    color: #00a9e8;
}
.boxFilter.active .content{
    display: block;
}
.boxFilter .title_c{
    padding: 10px;
    display: block;
    text-align: left;
    background-color: #cccccc;
    font-family: 'Roboto';
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    position: relative;
}
.boxFilter .title_c a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    display: none;
}
.boxFilter .title_c a span{
    position: relative;
    display: block;
    padding-right: 30px;
    width: 100%;
    height: 100%;
}
.boxFilter .title_c a span::before{
    content: "\f0b0";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.boxFilter.active .title_c a span::before{
    content: '\f00d';
}
.boxFilter .content .groupFilter {
   background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 10px;
}
.groupFilter>.tit{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #00a9e8;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
}
.groupFilter>.tit:before{
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.groupFilter.active>.cont{
    display: block;
}
.groupFilter.active>.cont ul li{
    margin-bottom: 5px;
}
.boxFilter .check_box{
    position: relative;
    padding-left: 25px;
}
.boxFilter .check_box::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
}
.boxFilter .check_box::after{
    content: '';
    width: 9px;
    height: 9px;
    background-color: #00a9e8;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translate(0, -50%);
    display: none;
}
.boxFilter li.active .check_box::after{
    display: block;
}
.productSort .mid-title{
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.productSort .mid-title .titleL{
    padding: 0;
    margin-bottom: 20px;  
}
.productSort .fillSort{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.productSort .fillSort .fillSortL{
    display: flex;
    align-items: center;
    align-content: center;
}
.productSort .sort{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.productSort .sort:last-child{
    margin-right: 0;
}
.productSort .sort .icon{
    color: #666666;
    background-color: #fff;
    width: 140px;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
}
.productSort .sort.sortHt .icon{
    width: 70px;
}
.productSort .sort .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%)
}
.productSort .sort .popup{
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    width: 160px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border: solid 1px #cccccc;
    display: none;
    z-index: 5;
    background: #ffffff;
    max-height: 160px;
    overflow: auto;
}
.productSort .sort.sortHt .popup{
    width: 80px;
}
.productSort .sort.active .popup{
    display: block;
}
.productSort .sort .popup ul li a{
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    padding: 5px 10px;
}
.productSort .sort .popup ul li a:hover{
    background-color: #00a9e8;
    color: #fff;
}
.listProfillter{
    margin-bottom: 20px;
}
.listProfillter .item{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.listProfillter .item:hover::before{
    left: 0;
    right: 0;
}
.listProfillter .item:hover::after{
    top: 0;
    bottom: 0;
}
.listProfillter .item::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #00a9e8;
    border-bottom: solid 1px #00a9e8;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.listProfillter .item::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #00a9e8;
    border-right: solid 1px #00a9e8;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.listProfillter .item .thumb{
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
}
.listProfillter .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.listProfillter .item .decs{
    position: relative;
    padding-top: 20px;
}
.listProfillter .item .ribbon{
    position: absolute;
    top: -20px;
    right: 10px;
    left: 10px;
}
.listProfillter .item .ribbon .riwrap{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.listProfillter .item .ribbon .riwrap > div:nth-child(2){
    margin-top: -75px;
}
.listProfillter .item .ribbon .riwrap > div:nth-child(3){
    margin-top: -75px;
}
.listProfillter .item .ribbon .riwrap > div:nth-child(4){
    margin-top: -75px;
}
.listProfillter .item .ribbon .riwrap:last-child{
    margin-bottom: 0;
}
.listProfillter .item .ribbon .rib_share{
    background-color: #de0000;
    padding: 5px;
    margin-bottom: 5px;
}
.listProfillter .item .ribbon .rib_new{
    background-color: #205ccb;
    padding: 5px;
    margin-bottom: 5px;
}
.listProfillter .item .ribbon .rib_hot{
    background-color: #ffad2d;
    padding: 5px;
    margin-bottom: 5px;
}
.listProfillter .item .nameTh{
    font-family: 'Roboto';
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.listProfillter .item h3{
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
} 
.listProfillter .item .price{
    text-align: center;
    margin-bottom: 10px;
}
.listProfillter .item .price .red{
    color: #cc0000;
}

#vnt-slide .item{
    position: relative;
}
.prd-detail-infor{
    margin-bottom: 20px;
}
.prd-detail-infor .tb-info{
    margin-bottom: 20px;
}
.prd-detail-infor .tb-info li{
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}
.prd-detail-infor .tb-info li > div{
    padding: 15px;
    background-color: #f4f4f4;
}
.prd-detail-infor .tb-info li .td-l{
    border-right: 1px solid #fff;
    width: 30%;
    border-bottom: 1px solid #fff;
}
.prd-detail-infor .tb-info li .td-r{
    width: 70%;
}
.color-df{
    color: #00a9e8;
}
.color-red{
    color: #e00000;
    font-family: 'Roboto';
    font-weight: bold;
}
.prd-detail-infor .tb-info li .td-r-bg-w{
    background-color: #fff;
}
.prd-contact .contact-nb a{
    display: block;
    border: 1px solid #00a9e8;
    padding: 13px 5px;
    text-align: center;
    margin-bottom: 15px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 48px;
}
.prd-contact .contact-nb a:hover{
    background-color: #00a9e8;
    color: #fff;
}
.prd-contact .contact-nb a span{
    color: #e30303;
    font-size: 16px;
    font-weight: bold;
    -webkit-animation: flash 3s infinite ease-in-out;
    -moz-animation: flash 3s infinite ease-in-out;
    -ms-animation: flash 3s infinite ease-in-out;
    -o-animation: flash 3s infinite ease-in-out;
    animation: flash 3s infinite ease-in-out;
}
@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.2
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.2
    }
}
.prd-contact .contact-frm a{
    display: block;
    padding: 12px 5px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00a9e8;
    border: 1px solid #00a9e8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 48px;
}
.prd-contact .contact-frm a:hover{
    background-color: #fff;
    color: #00a9e8;
}
.sliderPro{
    position: relative;
    margin-bottom: 30px;
}
.sliderPro .viewZoom{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 5px;
    padding-left: 10px;
    z-index: 0;
}
.sliderPro .viewZoom i{
    color: #00a9e8;
}
.sliderPro .sliderDetail .slick-dots{
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: right;
    width: 50%;
    left: 0;
    padding-right: 20px;
}
.sliderPro .sliderDetail .slick-dots li{
    display: inline-block;
    margin: 0 4px;
}
.sliderPro .sliderDetail .slick-dots li button{
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    border: none;
    border: 1px solid #ddd;
}
.sliderPro .sliderDetail .slick-dots li.slick-active button{
    background-color: #00a9e8;
}
.sliderPro .sliderDetail .thumb a{
    position: relative;
    padding-bottom: 120%;
    display: block;
}
.sliderPro .sliderDetail .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.infoDetailPro .list-tab-inf .tab-list{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #00a9e8;
    margin-bottom: 30px;
}
.infoDetailPro .list-tab-inf li a{
    padding: 10px 20px;
    background-color: #f6f6f6;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: bold;
}
.infoDetailPro .list-tab-inf li:hover a, .infoDetailPro .list-tab-inf li.active a{
    background-color: #00a9e8;
    color: #fff;
}
.infoDetailPro{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.infoDetailPro .tab-content p{
    margin-bottom: 10px;
}
.productOther .title{
    text-align: center;
    font-family: 'Roboto';
    font-size: 25px;
    text-transform: uppercase;
    color: #555555;
    line-height: 30px;
    margin-bottom: 20px;
}

.list-tab-inf .select-j .title{
    display: none;
}
.wrap_popup{
    padding: 30px;
}
.wrap_popup .popup_title{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 38px;
    font-family: 'Roboto';
    color: #00a9e8;
    margin-bottom: 10px;
    font-weight: bold;
}
.wrap_popup .popup_content{

}
.wrap_popup  .maxw600 .info-prod{
    margin-bottom: 30px;
    font-family: 'Roboto';
}
.wrap_popup .row-form{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}
.wrap_popup .row-form label{
    width: 200px;
}
.wrap_popup .row-form  input, .wrap_popup textarea, .wrap_popup .sum-right{
    width: 370px;
}
.wrap_popup .row-form .form-group{
    position: relative;
}
.wrap_popup .row-form .form-group i{
    position: absolute;
    top: 12px;
    right: 10px;
}
.wrap_popup input,.wrap_popup textarea,.wrap_popup select{
    border: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 40px;
    border-radius: 0;
}
.wrap_popup select{
    padding: 0;
}
.wrap_popup textarea{
    height: 80px;
}
 .wrap_popup .row-form .btn{
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #00a9e8;
    color: #fff;
    display: block;
    padding: 10px;
}
.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;
}
.designPopupMember .fancybox-slide--iframe .fancybox-content{
    max-width: 630px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 630px;
}
@media only screen and (max-width: 991px) {
    .productList{
        padding-top: 0;
    }
    .productList .item{
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .productList .item .thumb{
        margin-bottom: 20px;
    }
    .productList .item .thumb, .productList .item .decs{
        width: 100%;
    }
    .productList .item .decs h3::before{
        display: none;
    }
    .productList .item:nth-child(odd) .decs, .productList .item:nth-child(even) .decs{
        padding: 0;
        text-align: left;
    }
    .productList .item:hover{
        margin-bottom: 0;
    }
    .boxFilter .content{
        display: none;
    }
    .boxFilter .title_c{
        margin-bottom: 20px;
    }
    .boxFilter .title_c a{
        display: block;
    }
    .listProfillter .row{
        margin: 0 -10px;
    }
    .listProfillter .row > div{
        padding: 0 10px;
    }
    .listProfillter .item{
        margin-bottom: 20px;
    }
    .productSort .fillSort .fillSortL{
        justify-content: space-between;
        width: 100%;
    }
    .productSort .sort:first-child {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
    }
    .productSort .sort:last-child {
        width: 50%;
        padding-left: 10px;
    }
    .productSort .sort:first-child .icon{
        margin-left: 0;
        width: 100%;
    }
    .productSort .sort.sortHt  span{
        width: 60px;
        display: inline-block;
    }
    .productSort .sort.sortHt .icon{
        width: calc(100% - 60px);
        margin-left: -4px;
    }
    .productSort .listProfillter .fillSort{
        justify-content: center;
    }
    .prd-detail-infor .tb-info li .td-l{
        width: 150px;
    }
    .prd-contact .contact-nb a, .prd-contact .contact-nb a span{
        font-size: 13px;
    }
    .list-tab-inf .select-j{
        position: relative;
    }
    .list-tab-inf .select-j .title{
        color: #333333;
        padding: 11px 15px;
        font-size: 14px;
        line-height: 22px;
        position: relative;
        border: solid 2px #00a9e8;
        background: #ffffff;
        display: block;
        margin-bottom: 20px;
        font-family: 'Roboto';
        text-transform: uppercase;
        font-weight: bold;
    }
    .list-tab-inf .select-j .title: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%);
        font-size: 15px;
        line-height: 30px;
    }
    .list-tab-inf .select-j .content{
        position: absolute;
        left: 0;
        top: 104%;
        background: #fff;
        box-shadow: 0px 0px 12px #fff;
        border: solid 1px #d0d0d0;
        width: 100%;
        max-height: 200px;
        overflow: auto;
        z-index: 1;
        display: none;
    }
    .list-tab-inf .select-j.active .content{
        display: block;
    }
    .infoDetailPro .list-tab-inf .tab-list{
        display: block;
        border-bottom: none;
        margin-bottom: 0;
    }
    .infoDetailPro .list-tab-inf li a{
        display: block;
    }
    .productOther .title{
        font-size: 20px;
    }

    .productOther .listProfillter .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .listProfillter .item .ribbon .riwrap{
        font-size: 12px;
    }
    .listProfillter .item .ribbon .rib_share, .listProfillter .item .ribbon .rib_hot, .listProfillter .item .ribbon .rib_new{
        padding: 0;
    }
}
@media only screen and (max-width: 600px) {
    .wrap_popup .row-form label, .wrap_popup .row-form input, .wrap_popup textarea, .wrap_popup .sum-right{
        width: 100%;
    }
    .wrap_popup .row-form{
        display: block;
    }
    .designPopupMember .fancybox-slide--iframe .fancybox-content{
        height: 100%!important;
    }
}