:root{
    /* color web */
    --colorwm: #ee1d24;
    --colorwh: #e2ca22;
    --colorwb: #ee151f;
    --colorwt: #0ba44d;
    --colorwn: #ffecec;
    --colorws: #e8e8e8;
    --colorwy: #4c2c21;
    --colorwz: #f4f0e5;
    --colorwk: #fcf6ef;
    --colorwv: #ede1d0;
    --colorwj: #f8b2b0;
    
    /* color all */
    --color00: #000000;
    --color33: #333333;
    --color22: #222222;
    --color66: #666666;
    --color99: #999999;
    --color88: #888888;
    --colorf5: #F5F5F5;
    --colorf6: #f6f6f6;
    --colorf7: #f7f7f7;
    --colorf8: #f8f8f8;
    --colorf9: #f9f9f9;
    --colorf4: #f4f4f4;
    --colorf2: #f2f2f2;
    --colorf1: #f1f1f1;
    --colorff: #ffffff;
    --colordd: #dddddd;
    --colordf: #dfdfdf;
    --colorb2: #b2b2b2;
    --coloree: #eeeeee;
    --colore6: #e6e6e6;
    --colore8: #e8e8e8;
    --color1c: #1c1c1c;
    --color8d: #8d8d8d;
    --color02: #020202;
    --color55: #555555;
    --colorb4: #b4b4b4;
    --colord9: #d9d9d6;
    --colorf0: #f0ebe9;
    --colorcc: #cccccc;   
    --colorce: #ced4da; 
    --colore0: #e0e0e0; 
    --effectl: all 0.3s linear;
    --effecte: all 0.3s ease;
}
/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding: 35px 0 40px;
}
.tpproducmm .ligrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tpproducmm .ligrip > div{
    width: 20%;
}
.itccinfohh{
    border: 1px solid var(--colordd);
    position: relative;
    padding: 20px 20px 30px;
    margin-left: -1px;
    margin-top: -1px;
}
.itccinfohh::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-top: solid 1px var(--colorwm);
    border-bottom: solid 1px var(--colorwm);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    pointer-events: none;
    z-index: 1;
}
.itccinfohh::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px var(--colorwm);
    border-right: solid 1px var(--colorwm);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    pointer-events: none;
    z-index: 1;
}
.itccinfohh:hover::before{
    left: 0;
    right: 0;
}
.itccinfohh:hover::after{
    top: 0;
    bottom: 0;
}
.itccinfohh .vvlinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itccinfohh .vvlinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itccinfohh .iicons{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itccinfohh .iicons img{
    max-width: 100%;
    max-height: 100%;
}
.itccinfohh .ithumb{
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itccinfohh .ithumb .timg{
    display: block;
    padding-top: 134.38%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.itccinfohh .idecss{
    text-align: center;
    min-height: 80px;
    padding-bottom: 20px;
    position: relative;
}
.itccinfohh .dtitle, .itccinfohh .dtitle h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.itccinfohh .ithumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itccinfohh:hover, .itccinfohh:hover a{
    color: var(--colorwm);
} 
.hpproduchh{
    padding-bottom: 30px;
    border-bottom: 1px solid var(--colore0);
}
.slproduchh .slick-arrow{
    top: 40%;
}
.itproduchh .thumb{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itproduchh .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itproduchh .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproduchh .decss{
    text-align: center;
}
.itproduchh .dstitle, .itproduchh .dstitle h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.itproduchh .dstitle a{
    display: inline-block;
    min-height: 80px;
    padding-bottom: 24px;
    position: relative;
}
.itproduchh .dstitle a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 15px solid var(--colorwm);
    opacity: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itproduchh:hover .dstitle a{
    color: var(--colorwm);
}
.itproduchh:hover .dstitle a::before{
    opacity: 1;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}
.itproduchh.active .dstitle a{
    color: var(--colorwm);
}
.itproduchh.active .dstitle a::before{
    opacity: 1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.hpproducbb{
    padding: 30px 0 10px;
}
.tpproducbb .bbtitle{
    margin-bottom: 10px;
    text-align: center;
    color: var(--colorwm);
}
.tpproducbb .bbtitle, .tpproducbb .bbtitle h1, .tpproducbb .bbtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpproducbx{
    max-width: 1035px;
    margin: 0 auto;
    margin-bottom: 45px;
} 
.tpproducbx .bxdecs{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
}
.tpproducbx .bxview{
    margin-top: 15px;
    text-align: center;
}
.tpproducbx .bxview > div{
    display: none;
}
.tpproducbx .bxview a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid var(--colorwm);
    color: var(--colorwm);
}
.tpproducbx .bxview a span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.tpproducbx .bxview a span::before{
    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.tpproducbx .bxview .vshow a span::before{
    content: '\f107';
}
.tpproducbx .bxview .vhide a span::before{
    content: '\f106';
}
.tpproducby{
    margin-bottom: 50px;
    border: 1px solid var(--colordd);
    padding: 10px 12px 10px 15px;
}
.tpproducby .bygrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 5px 10px;
}
.itfillprod{
    position: relative;
    width: 140px;
}
.itfillprod .fititle{
    display: inline-block;
    padding-right: 15px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
}
.itfillprod .fititle::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itfillprod.active .fititle::before{
    transform: translateY(-50%) rotate(180deg);
}
.itfillprod .fititle span{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itfillprod .ficonts{
    position: absolute;
    top: calc(100% + 13px);
    left: -5px;
    width: 170px;
    background-color: var(--colorf5);
    padding: 10px 15px;
    display: none;
    z-index: 2;
}
.itfillprod .ficonts li{
    margin-bottom: 5px;
}
.itfillprod .ficonts li a{
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
}
.itpagiprod{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px;
}
.itpagiprod .patext{
    font-size: 15px;
    line-height: 23px;
}
.itpagiprod .pasele select{
    width: 40px;
    height: 30px;
    border: none;
    text-align: center;
    padding: 0 10px 0 0;
    background-position: right 5px center;
}
.tpproducbz .bzlist{
    margin-bottom: 50px;
}
.tpproducbz .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    gap: 50px 0;
}
.tpproducbz .ligrip > div{
    width: 25%;
    padding: 0 12px;
    position: relative;
}
.tpproducbz .ligrip > div::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 25px;
    width: 2px;
    background-color: var(--colorf4);
}
.tplistprod .liinfo{
    margin-bottom: 50px;
}
.tplistprod .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    gap: 45px 0;
}
.tplistprod .ligrip > div{
    width: calc(100% / 3);
    padding: 0 12px;
    position: relative;
}
.tplistprod .ligrip > div::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 25px;
    width: 2px;
    background-color: var(--colorf4);
}
.tplistprod .ligrip > div:nth-child(3n + 3)::before{
    display: none;
}
.itddinfohh{
    position: relative;
}
.itddinfohh .quant{
    z-index: 1;
    margin-bottom: 10px;
}
.itddinfohh .quant ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
        min-height: 28px;
}
.itddinfohh .quant li{
    border: 1px solid var(--colordd);
    font-size: 15px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 25px;
}
.itddinfohh .thumb{
    margin-bottom: 20px;
}
.itddinfohh .decss{
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
.itddinfohh .dstitle{
    margin-bottom: 5px;
    letter-spacing: -0.8px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itddinfohh .dstitle a{
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh:hover .dstitle a{
    color: var(--colorwm);
}
.itddinfohh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
}
/* <=== vhproducpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 45px 0 50px;
}
.hpdetailpg .vdtgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
    gap: 25px 0;
}
.hpdetailpg .vdtgrip > div{
    padding: 0 40px;
}
.hpdetailpg .vdtgrip > .mlcol{
    width: 54.094%;
}
.hpdetailpg .vdtgrip > .hrcol{
    width: calc(100% - 54.094%);
}
.tpdetailmm .mmgrip {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailmm .mmgrip > div {
    padding: 0 15px;
}
.tpdetailmm .mmgrip .xcol {
    width: 110px;
}
.tpdetailmm .mmgrip .ycol {
    width: calc(100% - 110px);
}
.slthumbfor {
    margin-bottom: -30px;
}
.slthumbfor .slick-list {
    margin: -10px 0;
}
.slthumbfor .slick-slide {
    padding: 10px 0;
}
.itthumbfor {
    position: relative;
    padding-top: 100%;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.itthumbfor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid var(--colordd);
    border-radius: 12px;
}
.slick-current .itthumbfor::before {
    border-color: var(--colorwm);
}
.slick-current .itthumbfor {
    opacity: 1;
}
.itthumbfor.ivideo::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 21px;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itthumbfor img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.slthumbnnav {
    border-radius: 12px;
    overflow: hidden;
}
.itthumbnav {
    position: relative;
    padding-top: 100%;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.itthumbnav.ivideo::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 35px;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itthumbnav img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.tpdetailhh .hhtitle{
    margin-bottom: 15px;
    /* padding-bottom: 15px;
    border-bottom: 1px solid var(--colorwz); */
}
.tpdetailhh .hhtitle, .tpdetailhh .hhtitle h1, .tpdetailhh .hhtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailhh .hhinfos{
    margin-bottom: 15px;
}
.tpdetailhh .hhinfos .ifitem{
    margin-bottom: 10px;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailhh .hhinfos .ifitem .tm{
    width: 145px;
    position: relative;
    padding-right: 30px;
    font-weight: 600;
}
.tpdetailhh .hhinfos .ifitem .tm::after{
    content: ':';
    position: absolute;
    right: 20px;
    top: 0;
}
.tpdetailhh .hhinfos .ifitem .th{
    width: calc(100% - 145px);
}
.tpdetailhh .hhinfos .vtype ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
} 
.tpdetailhh .hhinfos .vtype li{
    font-size: 15px;
    line-height: 24px;
    padding: 2px 12px;
    position: relative;
    border-radius: 35px;
}
.tpdetailhh .hhinfos .vtype li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--colordd);
    border-radius: 35px;
}
.tpdetailhh .hhinfos .vtype li.active::before{
    border-width: 2px;
    border-color: var(--colorwm);
}
.tpdetailhh .hhinfos .vtype li.active{
    color: var(--colorwm);
}
.tpdetailhh .hhlists{
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid var(--colore6);
    border-bottom: 1px solid var(--colore6);
}
.tpdetailhh .lvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailhh .lvgrip > div{
    padding: 0 10px;
    width: 20%;
    border-right: 1px solid var(--colore6);
}
.tpdetailhh .lvgrip > div:last-child{
    border-right: none
}
.vtemplate {
    text-align: center;
}
.vtemplate .timgs{
    text-align: center;
    margin-bottom: 12px;
}
.vtemplate .ttext{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.tpdetailhh .hhprice{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    gap: 5px 15px;
}
.tpdetailhh .hhprice .ptext{
    font-size: 16px;
    line-height: 30px;
}
.tpdetailhh .hhprice .pinfo{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: var(--colorwm);
}
.tpdetailhh .hhlinks{
    max-width: 410px;
    margin-bottom: 25px
}
.tpdetailhh .hhlinks a{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 31px;
    padding: 15px 60px;
    border-radius: 35px;
    position: relative;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpdetailhh .hhlinks a::before {
    content: "\e909";
    font-family: "icomoon" !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    width: 28px;
    height: 28px;
    border: 2px solid var(--colorff);
    border-radius: 100%;
    pointer-events: none;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 1px;
    padding-top: 1px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpdetailhh .hhlinks a:hover::before {
    background-color: var(--colorff);
    color: var(--colorwm);
    animation: pulse_toa 2s infinite;
}
.tpdetailhh .hhshare{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px; 
}
.tpdetailhh .hhshare .shtext{
    font-size: 14px;
    color: var(--color66);
}
.tpdetailhh .hhshare .shinfo ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 22px;
}
.tpdetailhh .hhshare .shinfo li a{
    display: inline-block;
}
.tpdetailhh .hhshare .shinfo li a:hover{
    transform: translateY(-2px);
}
.tpdetailhh .hhapply{
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid var(--colore6);
    border-bottom: 1px solid var(--colore6);
}
.tpdetailhh .hhapply ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tpdetailhh .hhapply li a{
    display: inline-block;
}
.tpdetailhh .hhapply li a:hover{
    transform: translateY(-2px);
}
.tpdetailhh .hhconts{
    margin-bottom: 25px;
}
.itdetailhh{
    margin-bottom: 30px;
}
.itdetailhh:last-child{
    margin-bottom: 0
}
.itdetailhh .vvtitle{
    padding: 10px 40px 10px 0;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--colorwm);
    border-bottom: 1px solid var(--colore6);
    cursor: pointer;
}
.itdetailhh .vvtitle::before{
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
    color: var(--color33);
    font-size: 16px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itdetailhh.active .vvtitle::before{
    transform: rotate(-90deg);
}
.itdetailhh .vvconts{
    font-size: 15px;
    line-height: 25px;
}
.itdetailhh .vvconts h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}
.itdetailhh .vvinfos{
    margin-top: 10px;
}
.itdetailhh .vvinfos ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.itdetailhh .vvinfos li{
    font-size: 16px;
    line-height: 22px;
    padding: 9px 35px;
    border-radius: 35px;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpdetailhh .hhorthe .ortitle{
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--colorwm);
    margin-bottom: 20px;
}
.slortherpg .slick-dots li button{
    border-color: var(--colorb2);
}
.slortherpg .slick-dots li.slick-active button{
    background-color: var(--colorb2);
}
.itortherpg .thumb{
    margin-bottom: 5px;
}
.itortherpg .decss{
    text-align: center;
}
.itortherpg .dstitle, .itortherpg .dstitle h3{
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}
.tppopctact{
	display: none;
	overflow: initial;
	padding: 0;
	width: 100%;
    border-radius: 10px;
    margin-top: 50px;
}
.tppopctact .iftitle{
	background-color: var(--colorf7);
	text-align: center;
	padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tppopctact .iftitle h2{
	font-size: 26px;
	line-height: 37px;
	font-weight: 700;
    color: var(--colorwm);
}
.tppopctact .iftitle h2 span{
	display: inline-block;
	margin-right: 15px;
    font-size: 30px;
    position: relative;
    top: 3px;
}
.tppopctact .ifconts{
	padding: 30px 50px;
}
.tppopctact .ifconts .row{
	margin: 0 -15px;
}
.tppopctact .ifconts .row > div{
	padding: 0 15px;
}
.tpinfoprod{
    margin: 0 -8px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.tpinfoprod .prdgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpinfoprod .prdgrip > div{
    padding: 0 8px;
}
.tpinfoprod .prdgrip .lcol{
    width: 95px;
    min-width: 95px;
}
.tpinfoprod .thumb a{
    border: 1px solid var(--colordd);
}
.tpinfoprod .thumb a img{
    max-width: 80%;
    max-height: 80%;
}
.tpinfoprod .dstitle{
    margin-bottom: 5px;
}
.tpinfoprod .dstitle, .tpinfoprod .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
.tpinfoprod .dsprice{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.tpinfoprod .dsprice > div{
    padding: 0 4px;
}
.tpinfoprod .dsprice .pnews{
    font-size: 18px;
    line-height: 27px;
    color: var(--colorwm);
    font-weight: 600;
}
.tpinfoprod .dsprice .polds{
    color: var(--color99);
    font-size: 15px;
    line-height: 23px;
    text-decoration: line-through;
}
.form-field {
    margin-bottom:10px;
}
.form-field:after{
    content: "";
    display: block;
    clear: both;
}
.form-field label,
.form-button label {
    font-size:14px;
    font-weight:400;
    min-height: 1px;
    margin-bottom: 0;
	margin-bottom: 5px;
}
.form-field input,
.form-field textarea, .form-field select {
    width: 100%;
    border-radius:3px;
    border: none;
    min-height: 45px;
	box-shadow:none;
	padding: 0 10px;
    resize:none;
	border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.form-field select {
	padding: 0 10px;
}
.form-field textarea{
    padding: 10px;
    height: 100px;
}
.form-button {
    margin: 15px 0 20px;
}
.form-button .vhflex > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.vstylepop .fancybox-close-small {
    background: transparent;
    border-radius: 0;
    top: -30px;
    right: 60px;
    width: 0;
    height: 0;
    padding: 2px;
    border: none;
    opacity: 1;
    font-size: 0;
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--colorff);
}
.vstylepop .fancybox-close-small::before{
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px;
}
.vstylepop .fancybox-close-small::after{
    content: 'Đóng';
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.vstylepop .fancybox-close-small:hover svg{
    display: none;
}
.vstylepop .fancybox-slide--iframe{
    padding: 0;
}
.vstylepop .fancybox-close-small svg{
    width: 100%;
}
.tplineform{
	text-align: center;
	font-size: 15px;
    line-height: 23px;
}
.tplineform a{
	color: var(--colorwm);
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.tppopctact .ctinner{
    max-width: 810px;
    margin: 0 auto;
}
/* <=== vhdetailpg ===> */

/* <=== vhproducpg ===> */
.vhproducpg .prpadd{
    padding: 20px 20px 60px;
}
.vhproducpg .vvpadd{
    padding: 50px 0 70px;
}
.tpproducaa{
    margin-bottom: 1px;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.tpproducaa .aaback{
    position: absolute;
    width: 44.929%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpproducaa .aaprod{
    position: relative;
    z-index: 1;
}
.tpproducaa .spgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpproducaa .spgrip > .mcol{
    width: 38.519%;
}
.tpproducaa .spgrip > .hcol{
    width: calc(100% - 38.519%);
}
.tpproducaa .spinfos{
    max-width: 330px;
    padding-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 25px;
}
.tpproducaa .spinfos .ilink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tpproducaa .spinfos .ilink a{
    display: block;
    width: 100%;
    height: 100%;
}
.tpproducaa .spinfos .iicon{
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
.tpproducaa .spinfos:hover .iicon{
    animation: pulse_toa 2s infinite;
}
.tpproducaa .spinfos .iicon img{
    max-width: 55%;
    max-height: 55%;
}
.tpproducaa .itext, .tpproducaa .itext a{
    color: var(--colorff);
}
.tpproducaa .itext .dname{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpproducaa .itext .dname, .tpproducaa .itext .dname h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.tpproducaa .itext .dtend{
    font-size: 14px;
    line-height: 22px;
}
.itproducaa{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 10px 10px 20px;
}
.itproducaa, .itproducaa a{
    color: var(--colorff);
}
.itproducaa .vlink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itproducaa .vlink a{
    display: block;
    width: 100%;
    height: 100%;
}
.itproducaa .vdecs{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 20px;
}
.itproducaa .vdecs .dname{
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.itproducaa .vdecs .dname::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: var(--colorff);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itproducaa:hover .vdecs .dname::before{
    width: 40px;
}
.itproducaa .vdecs .dname, .itproducaa .vdecs .dname h3{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.itproducaa .vdecs .dname{
    width: calc(100% - 130px);
}
.itproducaa .vdecs .dimgs{
    width: 130px;
    min-width: 130px;
}
.itproducaa .vdecs .ithumb{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itproducaa .vdecs .ithumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itproducaa:hover .vdecs .ithumb img{
    transform: translate(-50%, -50%) scale(1.05);
}
.vspgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 20px 0;
}
.vspgrip > div{
    padding: 0 15px;
}
.vspgrip > .mlcol{
    width: 330px;
}
.vspgrip > .hrcol{
    width: calc(100% - 330px);
}
.tpmenuprod{
    border: 2px solid var(--coloree);
}
.tpmenuprod .mntitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 12px 50px 12px 20px;
}
.tpmenuprod .mntitle::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 18px;
    height: 18px;
    background-image: url("../images/imenu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tpmenuprod .mnconts{
    padding: 0 10px 10px 10px;
}
.tpmenuprod .mnconts > ul > li{
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.tpmenuprod .mnconts > ul > li:last-child{
    margin-bottom: 0;
}
.tpmenuprod .mnconts > ul > li > .msub > a, .tpmenuprod .mnconts > ul > li > a{
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    padding-right: 65px;
    color: var(--color33);
}
.tpmenuprod .mnconts > ul > li > .msub{
    position: relative;
}
.tpmenuprod .mnconts > ul > li > .msub > a .vicon, .tpmenuprod .mnconts > ul > li > a .vicon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
} 
.tpmenuprod .mnconts > ul > li > .msub > a .vicon img, .tpmenuprod .mnconts > ul > li > a .vicon img{
    max-width: 55%;
    max-height: 55%;
}
.tpmenuprod .mnconts > ul > li > .msub > a .vtext, .tpmenuprod .mnconts > ul > li > a .vtext{
    width: calc(100% - 50px);
    padding-left: 10px;
}
.tpmenuprod .mnconts > ul > li > .msub > a .vimgs, .tpmenuprod .mnconts > ul > li > a .vimgs{
    width: 70px;
    height: 60px;
    position: absolute;
    right: 25px;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: -1;
}
.tpmenuprod .mnconts > ul > li > .msub .mnbutton{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 2;
}
.tpmenuprod .mnconts > ul > li > .msub .mnbutton::before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpmenuprod .mnconts > ul > li.active > .msub .mnbutton::before{
    transform: translate(-50%, -50%) rotate(90deg);
}
.tpmenuprod .mnconts > ul > li ul{
    border-top: 1px solid var(--colorff);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    display: none;
}
.tpmenuprod .mnconts > ul > li li{
    margin-bottom: 8px;
}
.tpmenuprod .mnconts > ul > li li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
}
.tpmenuprod .mnconts > ul > li li a .simg{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpmenuprod .mnconts > ul > li li a .simg img{
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}
.tpmenuprod .mnconts > ul > li li a .stxt{
    width: calc(100% - 40px);
    padding-left: 15px;
}
.tpcontprod{
    margin-bottom: 30px;
}
.tpcontprod .cthumb{
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.tpcontprod .cthumb img{
    width: 100%;
}
.tpcontprod .dtitle{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--colorwt);
    color: var(--colorwt);
    text-transform: uppercase;
}
.tpcontprod .dtitle, .tpcontprod .dtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpcontprod .dconts{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}
.tpcontprod .dinfos{
    margin-bottom: 20px;
}
.tpcontprod .dinfos .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}
.tpcontprod .dinfos .ifgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itcontprod{
    height: 100%;
    padding: 15px 30px 20px 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 20px;
}
.itcontprod .vimgs{
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itcontprod .vtext .tm{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: var(--colorwt);
}
.itcontprod .vtext .th{
    font-size: 15px;
    line-height: 25px;
}
.tpcontprod .dnotes{
    padding: 20px 20px;
    text-align: center;
    background-color: var(--colorwt);
    color: var(--colorff);
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    border-radius: 10px;
}
/* <=== vhproducpg ===> */
@media all and (max-width: 1200px){
    /* <=== vhdetailpg ===> */
    .hpdetailpg .vdtgrip{
        margin: 0 -20px;
    }
    .hpdetailpg .vdtgrip > div{
        padding: 0 20px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (min-width: 992px){
    /* <=== vhproducpg ===> */
    .tpproducbz .ligrip > div:nth-child(4n + 4):before{
        display: none;
    }
    /* <=== vhproducpg ===> */
}
@media all and (min-width: 992px){
    /* <=== vhproducpg ===> */
    .tpmenuprod .mnconts{
        display: block!important;
    }
    /* <=== vhproducpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .vhproducpg .sppadd{
        padding: 15px 0 20px;
    }
    .hpproduchh{
        padding-bottom: 22px;
    }
    .tpproducmm .ligrip > div{
        width: 25%;
    }
    .itccinfohh{
        padding: 20px 18px;
    }
    .itccinfohh .idecss{
        min-height: 45px;
    }
    .itccinfohh .dtitle, .itccinfohh .dtitle h3{
        font-size: 14px;
        line-height: 28px;
    }
    .itccinfohh .ithumb{
        margin-bottom: 10px;
    }
    .itproduchh .thumb{
        height: 70px;
        width: 70px;
    }
    .itproduchh .dstitle, .itproduchh .dstitle h3{
        font-size: 14px;
        line-height: 24px;
    }
    .itproduchh .dstitle a{
        min-height: 70px;
        padding-bottom: 20px;
    }
    .tpproducbb .bbtitle{
        margin-bottom: 5px;
    }
    .tpproducbb .bbtitle, .tpproducbb .bbtitle h1, .tpproducbb .bbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpproducbx{
        margin-bottom: 30px;
    }
    .tpproducbx .bxdecs{
        font-size: 15px;
        line-height: 25px;
    }
    .tpproducby{
        margin-bottom: 25px;
        padding: 7px 10px;
    }
    .itfillprod .fititle{
        font-size: 13px;
        line-height: 21px;
    }
    .itpagiprod .patext{
        font-size: 13px;
        line-height: 21px;
    }
    .itpagiprod .pasele select{
        width: 30px;
        font-size: 13px;
        background-position: right 0 center;
    }
    .itfillprod{
        width: 120px;
    }
    .tpproducbz .bzlist{
        margin-bottom: 30px;
    }
    .tpproducbz .ligrip{
        margin: 0 -9px;
        gap: 25px 0;
    }
    .tpproducbz .ligrip > div{
        width: calc(100% / 3);
        padding: 0 9px;
    }
    .tpproducbz .ligrip > div:nth-child(3n + 3)::before{
        display: none;
    }
    .tplistprod .liinfo{
        margin-bottom: 30px;
    }
    .tplistprod .ligrip{
        gap: 25px 0;
        margin: 0 -9px;
    }
    .tplistprod .ligrip > div{
        padding: 0 9px;
    }
    .tplistprod .ligrip > div:nth-child(3n + 3)::before{
        display: none;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itddinfohh .dstitle a{
        max-height: 50px;
    }
    .itddinfohh .dsviews a{
        font-size: 13px;
        line-height: 21px;
    }
    .itddinfohh .quant li{
        font-size: 12px;
        line-height: 20px;
        padding: 3px 8px 1px;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0;
    }
    .hpdetailpg .vdtgrip > .mlcol{
        width: 100%;
    }
    .hpdetailpg .vdtgrip > .hrcol{
        width: 100%;
    }
    .hpdetailpg .dttitle {
        margin-bottom: 15px;
    }
    .hpdetailpg .dttitle, .hpdetailpg .dttitle h1, .hpdetailpg .dttitle h2{
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
    }
    .tppopctact .iftitle h2{
        font-size: 24px;
        line-height: 34px;
    }
    .tppopctact .ifconts{
        padding: 20px 20px 15px;
    }
    .tpinfoprod .dstitle, .tpinfoprod .dstitle h3, .tpinfoprod .dsprice .pnews{
        font-size: 16px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhproducpg ===> */
    .vhproducpg .vvpadd{
        padding: 30px 0 40px;
    }
    .tpproducaa{
        padding: 10px 5px 10px 10px;
    }
    .tpproducaa .spgrip > .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpproducaa .spgrip > .hcol{
        width: 100%;
    }
    .tpproducaa .spinfos{
        max-width: 100%;
    }
    .tpproducaa .itext .dname{
        margin-bottom: 0;
    }
    .tpproducaa .itext .dtend{
        display: none;
    }
    .tpproducaa .aaback{
        width: 100%;
        background-position: center;
    }
    .vspgrip > .mlcol{
        width: 100%;
    }
    .vspgrip > .hrcol{
        width: 100%;
    }
    .tpmenuprod .mnconts{
        display: none;
    }
    .tpcontprod .cthumb{
        margin-bottom: 12px;
    }
    .tpcontprod .dtitle, .tpcontprod .dtitle h2{
        font-size: 18px;
        line-height: 25px;
    }
    .tpcontprod .dnotes{
        font-size: 15px;
        line-height: 25px;
        padding: 12px 15px;
    }
    .hpdetailpg .vdtgrip{
        flex-direction: unset;
    }
    .slthumbnnav{
        margin-bottom: 15px;
    }
    .slthumbfor{
        margin-bottom: 0;
    }
    .slthumbfor .slick-list {
        margin: 0 -5px;
    }
    .slthumbfor .slick-slide {
        padding: 0 5px;
    }
        .tpdetailmm .mmgrip {
        margin: 0 -7px;
        flex-direction: column-reverse;
    }
    .tpdetailmm .mmgrip > div {
        padding: 0 7px;
    }
    .tpdetailmm .mmgrip .xcol {
        width: 100%;
    }
    .tpdetailmm .mmgrip .ycol {
        width: 100%;
    }
    /* <=== vhproducpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhproducpg ===> */
    .tpproducmm .ligrip > div{
        width: 50%;
    }
    .tpproducbz .ligrip > div{
        width: 50%;
    }
    .tpproducbz .ligrip > div:nth-child(3n + 3)::before{
        display: block;
    }
    .tpproducbz .ligrip > div:nth-child(2n + 2)::before{
        display: none;
    }
    .tplistprod .ligrip > div{
        width: 50%;
    }
    .tplistprod .ligrip > div:nth-child(3n + 3)::before{
        display: block;
    }
    .tplistprod .ligrip > div:nth-child(2n + 2)::before{
        display: none;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .itthumbfor, .itthumbfor::before{
        border-radius: 5px;
    }
    .slthumbnnav{
        border-radius: 10px;
    }
    .tpdetailhh .hhtitle, .tpdetailhh .hhtitle h1, .tpdetailhh .hhtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpdetailhh .hhinfos .ifitem{
        font-size: 14px;
        line-height: 24px;
    }
    .tpdetailhh .hhinfos .ifitem .tm{
        width: 125px;
        padding-right: 25px;
    }
    .tpdetailhh .hhinfos .ifitem .th{
        width: calc(100% - 125px);
    }
    .tpdetailhh .hhprice .pinfo{
        font-size: 22px;
    }
    .tpdetailhh .hhorthe .orconts {
        margin: 0 -10px;
    }
    .itortherpg{
        width: 120px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhproducpg ===> */
    .vhproducpg .prpadd{
        padding: 10px 10px 40px;
    }
    .tpproducaa .spinfos{
        gap: 0 10px;
        padding-right: 0;
    }
    .tpproducaa .spinfos .iicon{
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .tpproducaa .itext .dname, .tpproducaa .itext .dname h3{
        font-size: 16px;
        line-height: 24px;
    }
    .slproducaa .slick-slide > div{
        width: 250px;
    }
    .itproducaa{
        padding: 0 0 0 20px;
    }
    .itproducaa .vdecs .dimgs{
        width: 100px;
        min-width: 100px;
    }
    .tpcontprod .dinfos .ifgrip > div{
        width: 100%;    
    }
    .tpdetailhh .lvgrip{
        gap: 11px 0;
    }
    .tpdetailhh .lvgrip > div{
        width: 100%;
        border-right: none;
    }
    .vtemplate{
        display: flex;
        align-items: center;
        align-content: center;
        gap: 0 10px;
    }
    .vtemplate .timgs{
        margin-bottom: 0;
        width: 40px;
        min-width: 40px;
    }
    .tpdetailhh .hhlinks a{
        font-size: 18px;
        line-height: 30px;
        padding: 10px 60px;
    }
    /* <=== vhproducpg ===> */
}