/* <=== tpproductmm ===> */
.tpproductmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductmm .mcol{
    width: 33.3333%;
    padding: 0 15px;
    margin-top: -70px;
}
.tpproductmm .mcol:nth-child(1), .tpproductmm .mcol:nth-child(2), .tpproductmm .mcol:nth-child(3){
    margin-top: 0;
}
/* <=== tpproductmm ===> */

/* <=== itproductmm ===> */
.itproductmm{
    height: 100%;
    padding: 30px 30px 10px;
    position: relative;
    z-index: 1;
}
.itproductmm::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/lgbacg.png');
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.itproductmm::before{
    content: '';
    position: absolute;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
    background-image: url('../images/lgbacgk.png');
    background-position: center;
    background-size: 100% 100%;
    z-index: -2;
    pointer-events: none;
}
.itproductmm .thumb{
    margin-bottom: 20px;
}
.itproductmm .thumb a{
    -webkit-mask-image: url('../images/lgimg.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.itproductmm .decss{
    text-align: center;
}
.itproductmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itproductmm .dstitle, .itproductmm .dstitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.itproductmm .dstitle, .itproductmm .dstitle a{
    color: #222222;
}
.itproductmm .dstitle a{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itproductmm .dsconts{
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 65px;
}
.itproductmm .dsviews a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 56px;
    background-image: url('../images/lgviews.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
}
.itproductmm:hover .thumb a img{
    transform: scale(1.1);
}
.itproductmm:hover .dstitle a{
    color: #009bb3;
}
/* <=== itproductmm ===> */


/* <=== tpproductmb ===> */
.tpproductmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductmb .mbgrip > div{
    padding: 0 15px;
}
.tpproductmb .mbgrip .lcol{
    width: 300px;
}
.tpproductmb .mbgrip .rcol{
    width: calc(100% - 300px);
}
/* <=== tpproductmb ===> */

/* <=== tpsubmnprod ===> */
.tpsubmnprod .mntitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 10px 40px 10px 20px;
    background-color: #009bb3;
    color: #fff;
    border-radius: 5px;
}
.tpsubmnprod .mntitle::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpsubmnprod.active .mntitle::before{
    content: "\f106";
}
.tpsubmnprod .mnconts li{
    border-bottom: 1px solid #e0e0e0;
}
.tpsubmnprod .mnconts > ul > li:nth-child(1){
    border-top: 1px solid #e0e0e0;
}
.tpsubmnprod .mnconts li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    padding: 14px 0;
    position: relative;
    padding-right: 50px;
    text-transform: uppercase;
}
.tpsubmnprod .mnconts li a .licon{
    width: 30px;
    margin-right: 12px;
}
.tpsubmnprod .mnconts li a .ltext{
    width: calc(100% - 42px);
    position: relative;
}
.tpsubmnprod .mnconts li ul{
    display: none;
    padding: 0 0 17px 20px;
}
.tpsubmnprod .mnconts li ul li{
    border-bottom: none;
    margin-bottom: 12px;
}
.tpsubmnprod .mnconts li ul li:last-child{
    margin-bottom: 0;
}
.tpsubmnprod .mnconts li ul li a{
    font-weight: 400;
    text-transform: unset;
    padding: 0;
}
.tpsubmnprod .mnconts li .m-sub{
    position: relative;
}
.tpsubmnprod .mnconts li .m-sub .button-submenu{
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}
.tpsubmnprod .mnconts li .m-sub .button-submenu::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpsubmnprod .mnconts li.active > .m-sub .button-submenu::before{
    content: "\f106";
    color: #009bb3;
}
.tpsubmnprod .mnconts li.active > .m-sub a{
    color: #009bb3;
}
/* <=== tpsubmnprod ===> */

/* <=== tplitemprod ===> */
.tplitemprod .pdgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tplitemprod .pdgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itproductmb{
    border: 1px solid #f3f3f3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
}
.itproductmb:hover{
    border: 1px solid #009bb3;
}
.itproductmb .thumb{
    padding: 30px;
    position: relative;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproductmb:hover .thumb{
    background-color: #009bb3;
}
.itproductmb .thumb::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    border: 5px solid #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.itproductmb:hover .thumb::before{
    opacity: 1;
}
.itproductmb .vimgm{
    opacity: 1;
}
.itproductmb:hover .vimgm{
    opacity: 0;
}
.itproductmb .vimgh{
    opacity: 0;
}
.itproductmb:hover .vimgh{
    opacity: 1;
}
.itproductmb .decss{
    padding: 22px 20px 30px;
    background-color: #fff;
}
.itproductmb .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itproductmb .dstitle, .itproductmb .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itproductmb .dstitle a{
    display: block;
}
.itproductmb:hover .dstitle a{
    color: #009bb3;
}
.itproductmb .dsprice{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itproductmb .dsprice .pnews{
    color: #009bb3;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-right: 5px;
}
.itproductmb .dsprice .polds{
    color: #999999;
    font-size: 16px;
    line-height: 25px;
    text-decoration: line-through;
}
.itproductmb .dstends{
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    max-height: calc(25px * 3);
    overflow: hidden;
}
.itproductmb .dscatal{
    display: flex;
}
.itproductmb .dscatal a{
    display: flex;
    align-items: center;
    align-content: center;
    color: #009bb3;
    font-size: 15px;
    line-height: 23px;
}
.itproductmb .dscatal a .iicon{
    min-width: 20px;
    max-width: 20px;
    margin-right: 10px;
}
.itproductmb .dscatal a .itext{
    border-bottom: 1px solid #009bb3;
    line-height: 18px;
}
/* <=== tplitemprod ===> */

/* <=== tpdetailhh ===> */
.tpdetailhh{

}
.hhtabmenu{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.hhtabmenu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    margin: 0 -15px;
}
.hhtabmenu ul::-webkit-scrollbar {
    height: 5px;
    width: 0;
    background-color: #F5F5F5;
}
.hhtabmenu ul::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
.hhtabmenu ul li{
    margin-right: 10px;
}
.hhtabmenu ul li:first-child{
    margin-left: 15px;
}
.hhtabmenu ul li:last-child{
    margin-right: 15px;
}
.hhtabmenu ul li a{
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
}
.hhtabmenu ul li.active a, .hhtabmenu ul li:hover a{
    background-color: #009bb3;
    color: #fff;
}
.hhconttab{
    margin-bottom: 25px;
}
.thetabinfo{
    display: none;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 30px 45px 45px;
}
.thetabinfo.active{
    display: block;
}
.thetabinfo .ifinner{
    max-width: 970px;
    margin: 0 auto;
}
.thetabinfo .the-content{
    font-size: 16px;
    line-height: 24px;
}
.thetabinfo .ifconts{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.thetabinfo .iftable{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.thetabinfo .iftable::-webkit-scrollbar {
    height: 10px;
    width: 0;
    background-color: transparent;
}
.thetabinfo .iftable::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 25px;
}
.thetabinfo .iftable table{
    min-width: 900px;
}
.thetabinfo .iftable table{
    width: 100%;
    background-color: #edf7ff;
}
.thetabinfo .iftable table thead{
    background-color: #009bb3;
    color: #fff;
}
.thetabinfo .iftable table th{
    font-size: 14px;
    line-height: 22px;
    padding: 9px 20px;
    text-align: center;
}
.thetabinfo .iftable table th:first-child{
    text-align: left;
}
.thetabinfo .iftable table tbody tr{
    border-bottom: 1px solid #ffffff;
}
.thetabinfo .iftable table td{
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
    text-align: center;
}
.thetabinfo .iftable table td:first-child{
    text-align: left;
}
/* <=== tpdetailhh ===> */

/* <=== vntpopcont ===> */
.vntpopcont{
    display: none;
    padding: 0;
    border-radius: 10px;
}
.vntpopcont .fancybox-close-small{
    padding: 0;
    opacity: 0.7;
}
.vntpopcont .fancybox-close-small svg{
    width: 80%;
}
.vntpopcont .pcgrip{
    display: flex;
    flex-wrap: wrap;
}
.vntpopcont .pcgrip > div{
    width: 50%;
}
.vntpopcont .pcinfos{
    height: 100%;
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vntpopcont .pcinfos > div{
    width: 100%;
}
.vntpopcont .ifimg{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.vntpopcont .ifimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vntpopcont .iftxt{
    text-align: center;
}
.vntpopcont .iftxt .tnames{
    margin-bottom: 8px;
    text-transform: uppercase;
}
.vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.vntpopcont .tprice .pnews{
    color: #009bb3;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.vntpopcont .tprice .polds{
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
}
.vntpopcont .pcdecss{
    padding: 25px 15px;
    height: 100%;
    background-color: #f6f6f6;
}
.vntpopcont .dsinner{
    width: 330px;
    margin: 0 auto;
}
.vntpopcont .dstitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.vntpopcont .dstitle, .vntpopcont .dstitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.vntpopcont .ctgroup{
    margin-bottom: 10px;
}
.vntpopcont .ctgroup input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.vntpopcont .ctgroup input::-webkit-input-placeholder {
    color: #999999;
}
.vntpopcont .ctgroup input:-ms-input-placeholder {
    color: #999999;
}
.vntpopcont .ctgroup input::placeholder {
    color: #999999;
}
.vntpopcont .ctgroup textarea{
    height: 100px;
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    resize: none;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.vntpopcont .ctgroup textarea::-webkit-input-placeholder {
    color: #999999;
}
.vntpopcont .ctgroup textarea:-ms-input-placeholder {
    color: #999999;
}
.vntpopcont .ctgroup textarea::placeholder {
    color: #999999;
}
.vntpopcont .ctgroup.vmartop{
    margin-top: 20px;
    margin-bottom: 0;
}
.vntpopcont .ctgroup button{
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #009bb3;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
.vntpopcont .ctgroup button:hover{
    background-color: #bb0023;
    color: #fff;
}
/* <=== vntpopcont ===> */

/* <=== tpdetailma ===> */
.tpdetailma{
    margin-bottom: 35px;
}
.tpdetailma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.tpdetailma .magrip > div{
    padding: 0 35px;
}
.tpdetailma .magrip .lcol{
    width: 54.033%;
}
.tpdetailma .magrip .rcol{
    width: calc(100% -  54.033%);
}
.slthumbnav {
    border-radius: 10px;
    overflow: hidden;
}
.slthumbnav .slick-arrow{
    opacity: 0.6;
}
.slthumbnav .slick-arrow:hover{
    opacity: 1;
}
.itthumbnav a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailma .dstitle{
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.tpdetailma .dstitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #009bb3;
}
.tpdetailma .dstitle, .tpdetailma .dstitle h1, .tpdetailma .dstitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpdetailma .dsinfos{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailma .dsinfos li{
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.tpdetailma .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailma .dsinfos li .tm{
    width: 100px;
    padding-right: 10px;
    font-weight: bold;
}
.tpdetailma .dsinfos li .th{
    width: calc(100% - 100px);
}
.tpdetailma .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
}
.tpdetailma .dsprice .pnews{
    color: #009bb3;
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
}
.tpdetailma .dsprice .polds{
    color: #999999;
    text-decoration: line-through;
    line-height: 20px;
}
.tpdetailma .dslinks .lkgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpdetailma .dslinks .lkgrip > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.tpdetailma .lkaddcart a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-width: 170px;
    background-color: #009bb3;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.tpdetailma .lkaddcart a i{
    margin-right: 12px;
}
.tpdetailma .lkaddcart a:hover{
    background-color: #bb0023;
}

.tpdetailma .lkcontacts a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-width: 170px;
    border: 2px solid #009bb3;
    color: #009bb3;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.tpdetailma .lkcontacts a i{
    margin-right: 12px;
}
.tpdetailma .lkcontacts a:hover{
    background-color: #009bb3;
    color: #fff;
}
.tpdetailma .lkdownload a{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpdetailma .lkdownload a .vicon{
    width: 20px;
    margin-right: 10px;
}
.tpdetailma .lkdownload a .vtext{
    text-decoration: underline;
}
/* <=== tpdetailma ===> */

/* <=== tpdetailmb ===> */
.tpdetailmb table{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailmb table tr{
    border-bottom: 1px solid #e6e6e6;
}
.tpdetailmb table tbody tr:last-child{
    border-bottom: none
}
.tpdetailmb table th, .tpdetailmb table td{
    padding: 10px 20px;
}
.tpdetailmb table th{
    font-weight: bold;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 22px;
}
.tpdetailmb .tbprod{
    max-width: 320px;
}
.tpdetailmb .tbprod .prdgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpdetailmb .tbprod .prdgrip > div{
    padding: 0 10px;
}
.tpdetailmb .tbprod .prdgrip .tcol{
    width: 110px;
}
.tpdetailmb .tbprod .prdgrip .dcol{
    width: calc(100% - 110px);
}
.tpdetailmb .tbprod .vthumb{
    width: 90px;
    border-radius: 5px;
}
.tpdetailmb .tbprod .vthumb img{
    width: 100%;
}
.tpdetailmb .tbcode{
    min-width: 100px;
}
.tpdetailmb .tbdesc p{
    padding: 2px 0;
}
.tpdetailmb .tbpric .pnews{
    color: #009bb3;
    font-weight: bold;
    margin-bottom: 5px;
}
.tpdetailmb .tbpric .polds{
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
}
.tpdetailmb .tbaddc{
    display: flex;
}
.tpdetailmb .tbaddc a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: bold;
    background-color: #009bb3;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px;
    min-width: 80px;
}
.tpdetailmb .tbaddc a:hover{
    background-color: #bb0023;
}
.tpdetailmb .tbaddc a i{
    margin-right: 7px;
}
/* <=== tpdetailmb ===> */

@media all and (max-width: 1200px){
    /* <=== tpproductmm ===> */
    .tpproductmm .mcol{
        margin-top: -50px;
    }
    /* <=== tpproductmm ===> */
}
@media all and (max-width: 991px){
    /* <=== tpproductmm ===> */
    .tpproductmm .mmgrip{
        height: auto!important;
    }
    .tpproductmm .mcol{
        margin-top: -70px;
        width: 50%;
        position: static!important;
    }
    .tpproductmm .mcol:nth-child(3){
        margin-top: -70px;
    }
    .tpproductmm .mcol:nth-child(3n + 3){
        margin-left: calc(49% / 2)!important;
    }
    /* <=== tpproductmm ===> */

    /* <=== tpproductmb ===> */
    .tpproductmb .mbgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductmb .mbgrip .rcol{
        width: 100%;
    }
    .tpsubmnprod .mnconts{
        display: none;
    }
    .tpsubmnprod .mnconts li:nth-child(1){
        border-top: none;
    }
    /* <=== tpproductmb ===> */

    /* <=== tplitemprod ===> */
    .itproductmb .thumb{
        padding: 20px;
    }
    .itproductmb .thumb::before{
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
    }
    .itproductmb .dstends{
        max-height: calc(25px * 4);
    }
    /* <=== tplitemprod ===> */

    /* <=== tpdetailhh ===> */
    .hhtabmenu ul::-webkit-scrollbar {
        height: 0;
    }
    .thetabinfo{
        padding: 25px 20px 25px;
    }
    /* <=== tpdetailhh ===> */

    /* <=== tpdetailma ===> */
    .tpdetailma{
        margin-bottom: 25px;
    }
    .tpdetailma .magrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpdetailma .magrip .rcol{
        width: 100%;
    }
    .slthumbnav .slick-prev{
        left: 10px;
    }
    .slthumbnav .slick-next{
        right: 10px;
    }
    .tpdetailma .dstitle, .tpdetailma .dstitle h1, .tpdetailma .dstitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpdetailma .dsinfos{
        font-size: 15px;
        line-height: 23px;
    }
    .tpdetailma .dsinfos li .tm{
        width: 85px;
        padding-right: 5px;
    }
    .tpdetailma .dsinfos li .th{
        width: calc(100% - 85px);
    }
    .tpdetailma .dsprice{
        font-size: 16px;
    }
    .tpdetailma .dsprice .pnews{
        font-size: 20px;
    }
    /* <=== tpdetailma ===> */

    /* <=== tpdetailmb ===> */
    .tpdetailmb table th{
        display: none;
    }
    .tpdetailmb table th:nth-child(1){
        width: 100%;
        display: block;
    }
    .tpdetailmb table, .tpdetailmb table tbody, .tpdetailmb table tr, .tpdetailmb table thead{
        display: block;
    }
    .tpdetailmb table td{
        display: none;
        padding: 20px;
    }
    .tpdetailmb table td:nth-child(1){
        display: block;
    }
    .tpdetailmb .tbprod .prdgrip{
        align-items: flex-start;
        align-content: flex-start;
    }
    .tpdetailmb .vinfos > div{
        margin-top: 10px;
    }
    .tpdetailmb .vinfos > div::before{
        content: attr(data-title);
        font-weight: bold;
        display: block;
        margin-bottom: 4px;
    }
    /* <=== tpdetailmb ===> */

    .slortherall .itproductmb{
        width: 270px;
    }
}
@media all and (max-width: 767px){
    /* <=== tpproductmm ===> */
    .tpproductmm .mcol{
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0!important;
        margin-left: 0!important;
    }
    .tpproductmm .mcol:nth-child(3n + 3){
        margin-left: 0!important;
    }
    .itproductmm .dsconts{
        margin-bottom: 40px;
        height: auto;
    }
    /* <=== tpproductmm ===> */

    /* <=== tplitemprod ===> */
    .tplitemprod .pdgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== tplitemprod ===> */

    /* <=== vntpopcont ===> */
    .vntpopcont .pcgrip > div{
        width: 100%;
    }
    .vntpopcont .pcinfos .ifcen{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .vntpopcont .ifimg{
        margin-bottom: 0;
        width: 120px;
        padding-top: 0;
        height: 80px;
    }
    .vntpopcont .iftxt{
        width: calc(100% - 120px);
        padding-left: 12px;
        text-align: left;
    }
    .vntpopcont .pcdecss{
        padding: 20px 20px 35px;
    }
    .vntpopcont .iftxt .tnames{
        margin-bottom: 5px;
    }
    .vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
        font-size: 14px;
        line-height: 22px;
    }
    .vntpopcont .tprice .pnews{
        font-size: 16px;
        line-height: 24px;
    }
    .vntpopcont .dstitle, .vntpopcont .dstitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .vntpopcont .pcinfos{
        padding: 20px 30px 20px 20px;
    }
    /* <=== vntpopcont ===> */

    /* <=== tpdetailma ===> */
    .tpdetailma .dslinks .lkgrip > div{
        width: 50%;
    }
    .tpdetailma .dslinks .lkgrip > div:last-child{
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }
    .tpdetailma .dslinks .lkgrip > div:nth-child(1){
        order: 2;
    }
    .tpdetailma .dslinks .lkgrip > div:nth-child(2){
        order: 3;
    }
    /* <=== tpdetailma ===> */
}