/* <=== styleall ===> */
.vtabtitle{
    margin-bottom: 15px;
    color: #1361ac;
}
.vtabtitle.vupper{
    text-transform: uppercase;
}
.vtabtitle.vmargin{
    margin-bottom: 35px;
}
.vtabtitle, .vtabtitle h1, .vtabtitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.vtabcapts{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.vtabcapts .cswrap{
    max-width: 960px;
}
/* <=== styleall ===> */

/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding: 70px 0 50px;
}
.vhproducpg .lvpadd{
    padding: 35px 0 75px;
}
.itproducmm{
    margin-bottom: 50px;
}
.itproducmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itproducmm .mmgrip .mcol{
    width: calc(100% - 320px);
}
.itproducmm .mmgrip .hcol{
    width: 320px;
}
.itproducmm:nth-child(odd) .mmgrip .mcol{
    order: 2;
}
.itproducmm .thumb a{
    padding-top: 57.733%;
}
.itproducmm .decss{
    width: calc(100% + 200px);
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 50px 75px 60px;
    background-color: #fff;
    margin-left: -200px;
}
.itproducmm:nth-child(odd) .decss{
    margin-left: 0;
    margin-right: -200px;
}
.itproducmm .dstitle{
    margin-bottom: 15px;
}
.itproducmm .dstitle span{
    display: block;
}
.itproducmm .dstitle, .itproducmm .dstitle h3{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.itproducmm .dsconts{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}
.hpproduchh .hhcapts{
    max-width: 1060px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 30px;
}
.tpproduchh .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpproduchh .ligrip > div{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 10px;
}
.itproduchh{
    height: 100%;
    position: relative;
    background-color: #f6f6f6;
    padding: 30px 20px ;
    cursor: pointer;
}
.itproduchh .links{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itproduchh .links a{
    display: block;
    width: 100%;
    height: 100%;
}
.itproduchh .decss{
    text-align: center;
    margin-bottom: 20px;
}
.itproduchh .dtitle{
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itproduchh .dtitle, .itproduchh .dtitle h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.itproduchh .dtends{
    font-size: 15px;
    color: #999999;
}
.itproduchh .thumb{
    position: relative;
    max-width: 235px;
    margin: 0 auto;
}
.itproduchh .thumb .timgs{
    display: block;
    border: 10px solid #fff;
    position: relative;
    padding-top: calc(100% - 20px);
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproduchh:hover .thumb .timgs{
    border-color: #1260ab;
}
.itproduchh .thumb .timgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itproduchh .thumb .tview{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.itproduchh .thumb .tview a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #1361ac;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.itproduchh:hover .thumb .tview a{
    animation: pulse_toar 2s infinite;
}
@keyframes pulse_toar {
    0% {
        box-shadow: 0 0 0 0 #1361ac;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.hpproducbb > .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpproducbb > .bbgrip > div{
    padding: 0 15px;
}
.hpproducbb > .bbgrip .mlcol{
    width: 330px;
}
.hpproducbb > .bbgrip .hrcol{
    width: calc(100% - 330px);
}
.tpprodmenu .mntitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 13px 20px;
    background-color: #1361ac;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
}
.tpprodmenu .mnconts{
    padding-top: 5px;
}
.tpprodmenu .mnconts li{
    border-bottom: 1px solid #eeeeee;
}
.tpprodmenu .mnconts li a{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 4px 5px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    text-transform: uppercase;
}
.tpprodmenu .mnconts li a .vicon{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.tpprodmenu .mnconts li a .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.tpprodmenu .mnconts li a .vtext{
    display: block;
    width: calc(100%- 40px);
    padding-left: 10px;
}
.tpprodmenu .mnconts li.active a, .tpprodmenu .mnconts li.current a, .tpprodmenu .mnconts li:hover a{
    background-color: #1361ac;
    color: #fff;
}
.tpproducbb .bbtitle{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tpproducbb .bbtitle, .tpproducbb .bbtitle h2, .tpproducbb .bbtitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpproducbb .bbthumb{
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.tpproducbb .bbthumb img{
    width: 100%;
}
.tpproducbb .ctlist{

}
.tpproducbb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducbb .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itproducbb .thumb{
    margin-bottom: 12px;
}
.itproducbb .thumb a{
    border-radius: 5px;
}
.itproducbb .dstitle, .itproducbb .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.itproducbb:hover .dstitle a{
    color: #1361ac;
}
/* <=== vhproducpg ===> */

/* <=== vhdetailpg ===> */
.hpdetailaa .aadecss{
    padding: 40px 0 45px;
}
.tpdetailaa .dtitle{
    margin-bottom: 10px;
}
.tpdetailaa .dtitle, .tpdetailaa .dtitle h1, .tpdetailaa .dtitle h2{
    font-size: 60px;
    line-height: 70px;
}
.tpdetailaa .dconts{
    max-width: 960px;
    font-size: 16px;
    line-height: 30px;
}
.hpdetailaa .aathumb img{
    width: 100%;
}
.itdetailaa{
    padding-top: 41.667%;
    overflow: hidden;
    position: relative;
}
.itdetailaa img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hpdetailbb .bbtitle{
    padding: 30px 0 10px;
}
.tpdetailbb{
    background-color: #1361ac;
}
.tpdetailbb, .tpdetailbb a{
    color: #fff;
}
.tpdetailbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpdetailbb .bbgrip > div{
    width: 50%;
}
.tpdetailbb .decss{
    max-width: 720px;
    margin-left: auto;
    padding: 40px 75px;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}
.tpdetailbb .dswrap{
    width: 100%;
}
.tpdetailbb .dstend{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
.tpdetailbb .dsinfo li{
    padding: 20px 0;
    border-top: 1px solid #5a91c5;
    font-size: 30px;
    line-height: 40px;
}
.tpdetailbb .thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpdetailbb .thumb img{
    width: 100%;
}
.hpdetailcc{
    padding: 50px 0 80px;
    border-bottom: 1px solid #eeeeee;
}
.tpdetailcc .ctlist{
    margin-bottom: 30px;
}
.itdetailcc table{
    width: 100%;
    font-size: 15px;
}
.itdetailcc table thead{
    background-color: #f6f6f6;
}
.itdetailcc table thead th{
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.itdetailcc table thead th:last-child{
    text-align: right;
}
.itdetailcc table tbody tr{
    border-bottom: 1px solid #eeeeee;
}
.itdetailcc table tbody td{
    padding: 15px 20px;
}
.itdetailcc table tbody td:first-child{
    font-weight: bold;
}
.itdetailcc table tbody td:first-child, .itdetailcc table tbody td:first-child a{
    color: #1260ab;
}
.itdetailcc table tbody td:last-child{
    text-align: right;
}
.hpdetaildd{
    padding: 55px 0 60px;
    border-bottom: 1px solid #eeeeee;
}
.tpdetaildd .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetaildd .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itdetaildd .thumb{
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.itdetaildd .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itdetaildd .decss{
    font-size: 16px;
    line-height: 30px;
}
.hpdetailee{
    padding: 60px 0 85px;
}
.hpdetailmm .mmbread{
    margin-bottom: 30px;
}
.hpdetailmm{
    padding: 40px 0 60px;
}
.hpdetailmm .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.hpdetailmm .ifgrip > div{
    padding: 0 40px;
}
.hpdetailmm .ifgrip > .mcol{
    width: 45.455%;
}
.hpdetailmm .ifgrip > .hcol{
    width: calc(100% - 45.455%);
}
.slthumbnav{
    position: relative;
    margin-bottom: 20px;
}
.slthumbnav::before{
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: #e6e6e5;
    border-radius: 100%;
    background-image: url('../images/izoom.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    pointer-events: none;
}
.slthumbnav .slick-prev{
    left: 10px;
}
.slthumbnav .slick-next{
    right: 10px;
}
.slthumbnav .slick-arrow{
    border: none;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
}
.itthumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itthumbfor{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.3;
    cursor: pointer;
}
.itthumbfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-current .itthumbfor{
    opacity: 1;
}
.slthumbfor .slick-prev{
    left: 10px;
}
.slthumbfor .slick-next{
    right: 10px;
}
.slthumbfor .slick-arrow{
    border: none;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
}
.tpdetailmm .dstitle{
    margin-bottom: 15px;
    position: relative;
    margin-top: -10px;
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpdetailmm .dsthumb{
    margin-bottom: 12px;
}
.tpdetailmm .dsthumb img{
    width: 100%;
}
.tpdetailmm .dscodes{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    line-height: 27px;
}
.tpdetailmm .dscodes strong{
    color: #1361ac;
}
.tpdetailmm .dsinfos{
    margin-bottom: 20px;
}
.tpdetailmm .dsinfos li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tpdetailmm .dsinfos li .tm{
    width: 215px;
    padding-right: 10px;
    color: #1361ac;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailmm .dsinfos li .th{
    width: calc(100% - 215px);
    font-size: 16px;
    line-height: 25px;
}
.tpdetailmm .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailmm .dslinks ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailmm .dslinks li{
    padding: 0 10px;
    margin-bottom: 15px;
}
.tpdetailmm .dslinks li.vmm{
    width: 41.67%;
}
.tpdetailmm .dslinks li.vhh{
    width: calc(100% - 41.67%);
}
.tpdetailmm .dslinks li.vmm a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    background-color: #1361ac;
    color: #fff;
}
.tpdetailmm .dslinks li.vmm a:hover{
    background-color: #1260ab;
}
.tpdetailmm .dslinks li.vhh a{
    display: flex;
    align-content: center;
    align-content: center;
    justify-content: center;
    padding: 10px 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}
.tpdetailmm .dslinks li.vhh a .vicon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #1361ac;
    margin-right: 10px;
}
.tpdetailmm .dslinks li.vhh a .vicon img{
    max-width: 50%;
    max-height: 50%;
}
.tpdetailmm .dslinks li.vhh a .vtext{
    margin-right: 10px;
}
.tpdetailmm .dslinks li.vhh a .vnumb{
    color: #1361ac;
    font-size: 20px;
    font-weight: bold;
}
.hpdetailhh{
    padding: 60px 0 40px;
    background-color: #f6f6f6;
}
.hpdetailhh .hhconts{
    margin-bottom: 30px;
}
.tpdetailhh{
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px 30px 45px;
}
.tpdetailhh .vvtitle{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1361ac;
    color: #1361ac;
}
.tpdetailhh .vvtitle, .tpdetailhh .vvtitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpdetailhh .vvconts{
    font-size: 16px;
    line-height: 30px;
}
.tpdetailhh .ctview{
    position: relative;
    z-index: 1;
    margin-top: 10px;
    text-align: center;
}
.tpdetailhh .ctview > div{
    display: none;
}
.tpdetailhh .vactive .ctview{
    margin-top: -40px;
}
.tpdetailhh .ctview a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 50px;
    background-color: #1361ac;
    color: #fff;
    border-radius: 5px;
}
.tpdetailhh .ctview a:hover{
    background-color: #1361ac;
}
.tpdetailhh .ctdecs{
    position: relative;
}
.tpdetailhh .vactive .ctdecs::before{
    content: '';
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}
/* <=== vhdetailpg ===> */

/* <=== vhctactbuy ===> */
.vhctactbuy{
    position: relative;
}
.vhctactbuy .ctthumb img{
    width: 100%;
}
.vhctactbuy .ctdecss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.hpctactbuy{
    max-width: 480px;
}
.hpctactbuy .catitle{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hpctactbuy .catitle, .hpctactbuy .catitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.hpctactbuy .viewall a{
    text-transform: uppercase;
}
/* <=== vhctactbuy ===> */

/* <=== vntpopcont ===> */
.vntpopcont{
    display: none;
    padding: 0;
    overflow: unset;
    margin-top: 40px;
}
.vntpopcont .fancybox-close-small{
    padding: 0;
    opacity: 1;
    top: -45px;
    right: -5px;
    color: #fff;
}
.vntpopcont .fancybox-close-small svg{
    width: 90%;
}
.vntpopcont .pcgrip{
    display: flex;
    flex-wrap: wrap;
}
.vntpopcont .pcgrip .lcol{
    width: 41.122%;
}
.vntpopcont .pcgrip .rcol{
    width: calc(100% - 41.122%);
}
.vntpopcont .pcinfos{
    height: 100%;
    background-color: #f6f6f6;
    padding: 45px 30px 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vntpopcont .pcinfos > div{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.vntpopcont .ifimg{
    display: block;
    padding-top: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border: 10px solid #fff;
    border-radius: 100%;
}
.vntpopcont .ifimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vntpopcont .iftxt{
    text-align: center;
}
.vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
    font-size: 26px;
    line-height: 34px;
    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%;
}
.vntpopcont .dsinner{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}
.vntpopcont .dstitle{
    margin-bottom: 20px;
}
.vntpopcont .dstitle, .vntpopcont .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.vntpopcont .ctgroup{
    margin-bottom: 10px;
}
.vntpopcont .ctgroup input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    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: 90px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    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: 170px;
    height: 45px;
    text-align: center;
    background-color: #1361ac;
    color: #fff;
    border: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 5px;
}
.vntpopcont .ctgroup button:hover{
    background-color: #1361ac;
    color: #fff;
}
/* <=== vntpopcont ===> */

/* <=== vhortherpg ===> */
.hporthermm{
    padding: 35px 0 55px;
    border-bottom: 1px solid #eeeeee;
}
.hporthermm:last-child{
    border-bottom: none;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1350px){
    /* <=== vhdetailpg ===> */
    .tpdetailbb .decss{
        padding: 40px 20px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 1200px){
    /* <=== vhproducpg ===> */
    .itproducmm .dstitle, .itproducmm .dstitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .itproducmm .decss{
        padding: 20px 30px 55px 40px;
    }
    .tpproducbb .ligrip{
        margin: 0 -10px;
    }
    .tpproducbb .ligrip > div{
        padding: 0 10px;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailmm .ifgrip{
        margin: 0 -20px;
    }
    .hpdetailmm .ifgrip > div{
        padding: 0 20px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (min-width: 992px){
    /* <=== vhproducpg ===> */
    .tpprodmenu .mnconts{
        display: block!important;
    }
    /* <=== vhproducpg ===> */
}
@media all and (max-width: 991px){
    /* <=== styleall ===> */
    .vtabtitle{
        margin-bottom: 10px;
    }
    .vtabtitle.vmargin{
        margin-bottom: 20px;
    }
    .vtabtitle, .vtabtitle h1, .vtabtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== styleall ===> */

    /* <=== vhproducpg ===> */
    .vhproducpg .sppadd{
        padding: 50px 0 30px;
    }
    .vhproducpg .lvpadd{
        padding: 30px 0 50px;
    }
    .itproducmm .mmgrip .mcol{
        width: 100%;
        order: unset!important;
    }
    .itproducmm .mmgrip .hcol{
        width: 100%;
        order: unset!important;
    }
    .itproducmm .decss{
        width: calc(100% - 20px);
        margin: 0 auto!important;
        margin-top: -20px!important;
        padding: 20px 30px 30px;
    }
    .hpproduchh .hhcapts{
        margin-bottom: 25px;
        font-size: 16px;
    }
    .tpproduchh .ligrip > div{
        width: calc(100% / 3);
    }
    .itproduchh{
        padding: 15px 10px 20px;
    }
    .itproduchh .decss{
        margin-bottom: 10px;
    }
    .itproduchh .dtitle, .itproduchh .dtitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .itproduchh .dtends{
        font-size: 14px;
    }
    .itproduchh .thumb{
        max-width: 125px;
    }
    .itproduchh .thumb .timgs{
        border-width: 5px;
    }
    .itproduchh .thumb .tview{
        bottom: 0;
        right: 0;
    }
    .itproduchh .thumb .tview a{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .hpproducbb > .bbgrip .mlcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpproducbb > .bbgrip .hrcol{
        width: 100%;
    }
    .tpproducbb .bbtitle{
        margin-bottom: 20px;
    }
    .tpproducbb .bbtitle, .tpproducbb .bbtitle h2, .tpproducbb .bbtitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .tpprodmenu .mnconts{
        display: none;
    }
    .tpprodmenu .mntitle{
        padding-right: 50px;
    }
    .tpprodmenu .mntitle::before{
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 14px;
    }
    .tpprodmenu.active .mntitle::before{
        content: '\f077';
    }
    .itproducbb .dstitle, .itproducbb .dstitle h3{
        font-size: 16px;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailaa .aadecss{
        padding: 35px 0 25px;
    }
    .tpdetailaa .dtitle, .tpdetailaa .dtitle h1, .tpdetailaa .dtitle h2{
        font-size: 40px;
        line-height: 50px;
    }
    .tpdetailbb .bbgrip > div{
        width: 100%;
    }
    .tpdetailbb .decss{
        max-width: 100%;
        padding: 45px 20px;
    }
    .tpdetailbb .dsinfo li{
        font-size: 22px;
        line-height: 32px;
    }
    .hpdetailcc{
        padding: 30px 0 50px;
    }
    .itdetailcc table thead{
        display: none;
    }
    .itdetailcc table, .itdetailcc table tbody, .itdetailcc table tr, .itdetailcc table td{
        display: block;
    }
    .itdetailcc table{
        font-size: 14px;
    }
    .itdetailcc table tr{
        margin-bottom: 10px;
        background-color: #f6f6f6;
        padding: 5px 15px;
        border-bottom: none;
    }
    .itdetailcc table td{
        display: flex;
        border-bottom: 1px solid #eeeeee;
    }
    .itdetailcc table tbody td{
        padding: 10px 0;
    }
    .itdetailcc table td::before{
        content: attr(data-title);
        min-width: 130px;
        width: 130px;
        text-transform: uppercase;
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }
    .itdetailcc table tbody td:last-child{
        border-bottom: none;
    }
    .tpdetailcc .ctlist{
        margin-bottom: 15px;
    }
    .hpdetaildd{
        padding: 35px 0 30px;
    }
    .tpdetaildd .ligrip > div{
        width: 50%;
    }
    .hpdetailee{
        padding: 30px 0 50px;
    }
    .hpdetailmm{
        padding: 25px 0 45px;
    }
    .hpdetailmm .ifgrip > .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpdetailmm .ifgrip > .hcol{
        width: 100%;
    }
    .slthumbfor {
        overflow: hidden;
    }
    .itthumbfor{
        width: 50px;
    }
    .tpdetailmm .dstitle{
        margin-top: 0;
    }
    .tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpdetailmm .dsinfos li .tm{
        width: 160px;
        font-size: 13px;
    }
    .tpdetailmm .dsinfos li .th{
        width: calc(100% - 160px);
        font-size: 15px;
    }
    .hpdetailhh{
        padding: 10px 0 30px;
    }
    .hpdetailhh .hhconts{
        margin: 0 -20px;
        margin-bottom: 30px;
    }
    .tpdetailhh{
        margin-bottom: 10px;
        padding: 35px 20px 45px;
    }
    .tpdetailhh .vvtitle, .tpdetailhh .vvtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhctactbuy ===> */
    .vhctactbuy .ctdecss{
        position: relative;
        top: unset;
        transform: unset;
        padding: 30px 0 65px;
    }
    .hpctactbuy .catitle, .hpctactbuy .catitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vhctactbuy ===> */
}
@media all and (max-width: 767px){
    /* <=== vhproducpg ===> */
    .tpproduchh .ligrip > div{
        width: 50%;
    }
    .tpproducbb .ligrip > div{
        width: 50%;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetaildd .ligrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpdetailmm .dslinks li.vmm{
        width: 100%;
    }
    .tpdetailmm .dslinks li.vhh{
        width: 100%;
    }
    .tpdetailmm .dslinks li:last-child{
        margin-bottom: 0;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vntpopcont ===> */
    .vntpopcont .pcgrip .lcol{
        width: 100%;
    }
    .vntpopcont .pcgrip .rcol{
        width: 100%;
    }
    .vntpopcont .pcinfos .ifcen{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .vntpopcont .ifimg{
        margin-bottom: 0;
        width: 90px;
        padding-top: 0;
        height: 90px;
    }
    .vntpopcont .iftxt{
        width: calc(100% - 90px);
        padding-left: 15px;
        text-align: left;
    }
    .vntpopcont .pcdecss{
        padding: 20px 30px 35px;
    }
    .vntpopcont .iftxt .tnames{
        margin-bottom: 5px;
    }
    .vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
        font-size: 18px;
        line-height: 25px;
    }
    .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 .ctgroup button{
        width: 100%;
    }
    /* <=== vntpopcont ===> */
}