.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;
}

.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;
}

.the-content p{
    padding: 2px 0;
}

.dtphonect{
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    color: #000000;

}
.dtphonect .fa{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
}
.dtphonect a{
    color: #ed1c24;
    font-weight: 600;
}

.vhdetailspa{
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 25px;
}
.vhdetailspa .bgRight{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 560px;
    display: none;
}

/*  */
/*  */
.titleSmPro{
    margin-bottom: 10px;
}
.titleSmPro h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.menuSubTop{
    margin-bottom: 30px;
}

.titleBPro{
    margin-bottom: 10px;
}
.titleBPro h2{
    color: #b4ce53;
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}


/*  */
.submePro .titlemc{
    font-size: 24px;
    line-height: 36px;
    padding: 10px 5px;
    text-align: center;
    background-color: #bf1e2d;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #f6f6f6;
}
.submePro .titleSub{
    display: block;
    padding: 9px 40px 9px 20px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    background-color: #bf1e2d;
    color: #fff;
    text-transform: uppercase;
}
.submePro .titleSub::before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.submePro.active .titleSub::before{
    content: "\f106";
}
.contentSub{
    background-color: #f5f5f5;
    padding: 0 10px;
}
.contentSub ul li{
    position: relative;
    border-bottom: 1px dotted #cccccc;
}
.contentSub li:last-child{
    border-bottom: none;
}
.contentSub > ul > li > a, .contentSub > ul > li > .m-sub > a{
    padding: 15px 30px 15px 0;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-family: 'iCielBCCubano';
}
.contentSub > ul > li > .m-sub > a{
    padding-right: 30px;
}
.contentSub > ul > li > .m-sub > a .icon{
    display: block;
    width: 15px;
}
.contentSub > ul > li > .m-sub > a .txt{
    width: calc(100% - 15px);
    padding-left: 12px;
}
.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: "FontAwesome";
    position: absolute;
    right: 0px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.contentSub > ul > li.active > .m-sub .button-submenu::before{
    content: "\f106";
}
.contentSub > ul > li li.active .m-sub .button-submenu::before{
    content: "\f106";
}
.contentSub > ul > li.active > .m-sub > .button-submenu, .contentSub > ul > li:hover > .m-sub > .button-submenu{
    color: #bf1e2d;
}
.contentSub > ul > li.active > a, .contentSub > ul > li:hover > a, .contentSub > ul > li.active > .m-sub > a, .contentSub > ul > li:hover > .m-sub > a{
    color: #bf1e2d;
}
.contentSub > ul > li ul{
    padding: 0px 0 10px 29px;
    display: none;
}
.contentSub > ul > li ul ul{
    padding-top: 15px;
}
.contentSub > ul > li li{
    border-bottom: 0;
    margin-bottom: 10px;
}
.contentSub > ul > li li:last-child{
    margin-bottom: 0;
}
.contentSub > ul > li ul a{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    display: block;
}
.contentSub > ul > li ul a:hover{
    color: #bf1e2d;
}
.contentSub > ul > li ul a::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    font-style: normal;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-image: url('../images/ilink.png');
    background-position: left center;
    background-repeat: no-repeat;
}
/*  */
.slproductfor{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
.slproductfor .item a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}
.slproductfor .item a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.slproductnav{
    overflow: hidden;
    padding: 0 20px;
}
.slproductnav .slick-arrow{
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: transparent;
    border: transparent;
    font-size: 0;
}
.slproductnav .slick-arrow::before{
    font-family: "FontAwesome";
    font-size: 34px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.slproductnav .slick-arrow:hover{
    color: #bf1e2d;
}
.slproductnav .slick-prev{
    left: 0;
}
.slproductnav .slick-prev::before{
    content: '\f104';
    left: 0;
}
.slproductnav .slick-next{
    right: 0;
}
.slproductnav .slick-next::before{
    content: '\f105';
    right: 0;
}

.slproductnav .slick-list{
    margin: 0 -4px;
}
.slproductnav .slick-slide {
    padding: 0 4px;
}
.slproductnav .slick-track{
    margin: 0;
}
.slproductnav .slick-list{
    padding: 5px 0;
}
.slproductnav .img{
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.03);
}
.slproductnav .slick-current .img{
    opacity: 1;
}
.slproductnav .slick-current .img::before{
    opacity: 1;
}
.slproductnav .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
/*  */
.hpfixedwrap{
    border: 1px solid #ececec;
}
.hpfixedwrap .tab-list{
    background-color: #fbf8f8;
}
.hpfixedwrap .tab-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hpfixedwrap .tab-list ul li{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.hpfixedwrap .tab-list ul li:last-child{
    border-right: none;
}
.hpfixedwrap .tab-list li a{
    display: block;
    padding: 11px 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    color: #000000;
}
.hpfixedwrap .tab-list li.active a{
    border-top-color: #ed1c24;
    color: #bf1e2d;
}
.tpdetconte{
    padding: 25px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.boxContent{
    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);
}

/* producttools */
.producttools{
    padding: 10px 20px;
    background-color: #ebedee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* zoomprodt  */
.zoomprodt{
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 15px;
}
.zoomprodt a{
    color: #000000;
    font-size: 18px;
    line-height: 27px;
}
.zoomprodt a:hover{
    color: #bf1e2d;
}
.zoomprodt a i{
    margin-right: 10px;
}
/*  */
.vhstypop .fancybox-slide--iframe{
    padding: 20px 10px;
}
.vhstypop .fancybox-slide--iframe .fancybox-content{
    margin-bottom: 0;
    overflow: hidden;
    background-color: transparent;
}
.vhstypop .fancybox-bg{
    opacity: 0.4;
}
.vhstypop .fancybox-close-small{
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    color: #eb292e;
    padding: 0;
    opacity: 0.6;
}
.vhstypop .fancybox-close-small svg{
    width: 100%;
    stroke-width: 2px;
    fill: #333!important;
    color: #333!important;
}

.hpproductif{
    margin-bottom: 30px;
}
.hpproductif .iftitle{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0075b8;
}
.hpproductif .iftitle, .hpproductif .iftitle h1, .hpproductif .iftitle h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bf1e2d;
}
.hpproductif .ifcont{
    font-size: 18px;
    line-height: 27px;

}
.slproductdta{
    position: relative;
}
.slorther .slick-list{
    padding: 0 0 5px;
}
.sttselect{
    max-width: 300px;
    margin-left: auto;
    position: relative;
    margin-top: -45px;
    margin-bottom: 20px;
}
.sttselect select{
    height: 40px;
    width: 100%;
    padding: 0 25px 0 15px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.thedetailss .grss{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.thedetailss .grss > div{
    padding: 0 10px;
}
.thedetailss .grss .colm{
    width: 290px;
}
.thedetailss .grss .colh{
    width: calc(((100% - 290px) / 2 ) - 30px );
    padding-left: 20px;
}
.thedetailss .grss .colb{
    width: calc(((100% - 290px) / 2 ) + 30px );
}

.tpdetailspa .dttitle{
    margin-bottom: 5px;
}
.tpdetailspa .dttitle, .tpdetailspa .dttitle h1, .tpdetailspa .dttitle h2{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.tpdetailspa .dsprice{
    margin-bottom: 10px;
    position: relative;
    padding: 20px 10px 20px 0;
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpdetailspa .dsprice::before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 20px;
    height: 100%;
    background-color: #f2f2f2;
}
.tpdetailspa .dsprice .prname{
    font-size: 18px;
    line-height: 27px;

    text-transform: uppercase;
    width: 135px;
}
.tpdetailspa .dsprice .prgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpdetailspa .dsprice .prolds{
    color: #000000;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 20px;
}
.tpdetailspa .dsprice .prnews{
    color: #ed3237;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.tpdetailspa .dsinfos li{
    margin-bottom: 10px;
    display: flex;
    font-size: 16px;
    line-height: 24px;

}
.tpdetailspa .dsinfos li .tm{
    width: 175px;
    padding-right: 20px;
    position: relative;
}
.tpdetailspa .dsinfos li .tm::after{
    content: ':';
    position: absolute;
    top: 2px;
    right: 10px;
}
.tpdetailspa .dsinfos li .th{
    width: calc(100% - 175px);
}
.tpdetailspa .dsabout{
    margin-bottom: 20px;
}
.tpdetailspa .dsabout .abtitle{
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 5px;
}
.tpdetailspa .dsabout .abcontt{
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;

    border: 1px solid #ebebeb;
    text-align: justify;
}
.tpdetailspa .dsquant{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;

}
.tpdetailspa .dsquant .qtname{
    width: 175px;
    padding-right: 20px;
    position: relative;
}
.tpdetailspa .dsquant .qtname::before{
    content: ':';
    position: absolute;
    top: 2px;
    right: 10px;
}
.tpdetailspa .dsquant .qtsele{
    width: calc(100% - 175px);
}
.tpdetailspa .quantity button{
    font-weight: bold;
    border: none;
    background-color: transparent;
} 
.tpdetailspa .quantity input{
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    text-align: center;
}
.tpdetailspa .dslinks{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
    margin-bottom: 20px;
}
.tpdetailspa .dslinks> div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.tpdetailspa .lkaddcart a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #faae34;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c31e2f;
    color: #fff;
    padding: 11px 30px;
} 
.tpdetailspa .lkaddcart a:hover{
    background-color: #fff;
    color: #c31e2f;
}
.tpdetailspa .lkaddcart a i{
    margin-right: 20px;
}
.tpdetailspa .lkbuycart a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #c31e2f;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c31e2f;
    padding: 11px 40px;
}
.tpdetailspa .lkbuycart a:hover{
    background-color: #c31e2f;
    color: #fff;
} 

.vntpopsanp{
    padding: 75px 30px 60px;
    border-radius: 20px;
    background-image: url('../images/bgpopm.png');
    background-size: 100% 100%;
}
.vntpopsanp .spinfo{
    margin-bottom: 25px;
}
.vntpopsanp .spinfo .grin{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vntpopsanp .spinfo .grin > div{
    padding: 0 10px;
}
.vntpopsanp .spinfo .grin .lcol{
    width: 225px;
}
.vntpopsanp .spinfo .grin .rcol{
    width: calc(100% - 225px);
}
.vntpopsanp .ifthumb{
    padding-top: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
} 
.vntpopsanp .ifthumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.vntpopsanp .dstitle{
    margin-bottom: 10px;
}
.vntpopsanp .dstitle, .vntpopsanp .dstitle h2, .vntpopsanp .dstitle h3{
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}
.vntpopsanp .dsprice{
    margin-bottom: 15px;
}
.vntpopsanp .dsprice .prtext{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;

    margin-bottom: 10px;
}
.vntpopsanp .dsprice .prnews{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #ed3237;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.vntpopsanp .dsprice .prolds{
    color: #000000;
    text-transform: uppercase;
    text-decoration: line-through;
}
.vntpopsanp .dsbook a{
    display: inline-block;
    border: 1px solid #faae34;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c31e2f;
    color: #fff;
    padding: 11px 30px;
}
.vntpopsanp .dsbook a:hover{
    background-color: #fff;
    color: #c31e2f;
}
.vntpopsanp .bktitle{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.vntpopsanp .bkcontt ul{
    display: flex;
    align-items: center;
    align-content: center;
}
.vntpopsanp .bkcontt li{
    margin-right: 8px;
    margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
    .contentSub{
        display: block!important;
        height: 100%!important;
    }
}
@media only screen and (max-width: 1200px) {
    .thedetailss .grss .colm{
        width: 100%;
    }
    .thedetailss .grss .colh{
        width: calc(50% - 30px);
        padding-left: 10px;
    }
    .thedetailss .grss .colb{
        width: calc(50% + 30px);
    }
}
@media only screen and (max-width: 991px) {
    .sttselect{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .vhdetailspa .bgRight{
        display: none;
    }
    .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;
    }
    .vhdetailspa{
        padding: 10px 0 10px;
    }
    .dtphonect{
        font-size: 16px;
        line-height: 24px;    
    }
    /*  */
    .lstProduct .row{
        margin: 0 -5px;
    }
    .lstProduct .row > div{
        padding: 0 5px;
    }
    /*  */
    .contentSub{
        display: none;
    }
    /*  */
    .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: 10px;
    }
    /*  */
    .submePro{
        padding: 0;
    }

    .hpproductif .iftitle, .hpproductif .iftitle h1, .hpproductif .iftitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    .hpproductif .ifcont{
        font-size: 16px;
        line-height: 24px;
    }
    .slproductnav{
        position: relative;
        width: 100%;
    }
    .slproductfor{
        margin-bottom: 15px;
    }
    .slproductnav .slick-list{
        margin: 0 -5px;
    }
    .slproductnav .slick-slide {
        padding: 0 5px;
    }
    .slproductnav{
        overflow: unset;
    }
    .menuSubTop{
        margin-bottom: 20px;
    }
    .tpdetailspa .dttitle{
        margin-bottom: 15px;
    }
    .tpdetailspa .dttitle, .tpdetailspa .dttitle h1, .tpdetailspa .dttitle h2{    
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetconte{
        padding: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .vhstypop .fancybox-close-small{
        width: 45px;
    }
    .hpfixedwrap .tab-list li a{
        line-height: 24px;
        font-size: 16px;
        padding: 10px 8px;
        text-align: left;
    }
    .thedetailss .grss .colh{
        width: 100%;
        margin-bottom: 20px;
    }
    .thedetailss .grss .colb{
        width: 100%;
    }
    .tpdetailspa .dsprice::before{
        display: none;
    }
    .tpdetailspa .dsprice{
        padding: 20px;
    }
    .tpdetailspa .dsinfos, .tpdetailspa .dsquant{
        padding: 0 20px;
    }
    .tpdetailspa .dsabout .abtitle{
        padding: 0 20px;
    }
    .tpdetailspa .dsabout .abcontt{
        margin: 0 10px;
    }
    .tpdetailspa .dslinks > div{
        width: 100%;
    }

    .vntpopsanp{
        background-image: url('../images/bgpoph.png');
        padding: 35px 30px 30px;
    }
    .vntpopsanp .spinfo .grin .rcol{
        width: 100%;
    }
    .vntpopsanp .spinfo .grin .lcol{
        width: 165px;
        margin-bottom: 10px;
    }
    .vntpopsanp .dstitle, .vntpopsanp .dstitle h2, .vntpopsanp .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .vntpopsanp .dsprice .prtext{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .vntpopsanp .dsprice .prnews{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .vntpopsanp .bktitle{
        font-size: 16px;
        line-height: 24px;
    }

    .tpdetailspa .dsinfos li .tm {
        width: 150px;
    }
    .tpdetailspa .dsprice .prname{
        width: 140px;
    }
    .tpdetailspa .dsinfos li .th{
        width: calc(100% - 150px);
    }
    .tpdetailspa .dsprice .prgrip{
        width: calc(100% - 140px);
        flex-direction: column-reverse;
    }
    .tpdetailspa .dsprice .prolds{
        margin-right: 0;
    }
}
@media only screen and (max-width: 370px) {
    .hpfixedwrap .tab-list ul li{
        margin-bottom: 2px;
        width: 100%;
    }
}
