/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding: 50px 0 60px;
}
/* <=== vhproducpg ===> */

/* <=== hpproducmm ===> */
.hpproducmm{
    padding: 50px 0;
}
.slproducma {
    margin-bottom: 50px;
}
.slproducma.vmargin{
    margin-bottom: 35px;
}
.slproducma .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.itproducma .thumb{
    margin-bottom: 20px;
    border-radius: 100%;
    border: 15px solid #fff;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproducma .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.itproducma .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproducma .decss{
    text-align: center;
}
.itproducma .dstitle, .itproducma .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.itproducma:hover .dstitle a, .itproducma.active .dstitle a{
    color: #1e5b91;
}
.slproducmb .slick-prev{
    left: -25px;
}
.slproducmb .slick-next{
    right: -25px;
}
.itproducmb .thumb{
    margin-bottom: 15px;
}
.itproducmb .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    /* border: 1px solid #e5e5e5; */
}
.itproducmb:hover .thumb a{
    border-color: #1e5b91;
}
.itproducmb .thumb a img{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; */

    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.itproducmb .decss{
    text-align: center;
}
.itproducmb .dstitle, .itproducmb .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.itproducmb:hover .dstitle a{
    color: #1e5b91;
}
/* <=== hpproducmm ===> */

/* <=== hpproduchh ===> */
.itccinfohh{
    position: relative;
}
.itccinfohh .thumb img{
    width: 100%;
}
.itccinfohh .decss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.itccinfohh .dswrap{
    max-width: 560px;
}
.itccinfohh:nth-child(odd) .dswrap{
    margin-left: auto;
}
.itccinfohh .dsinfos{
    padding: 50px 60px 65px 64px;
    background-color: rgba(30, 91, 145, 0.85);
    border-radius: 50px 0 50px 0;
    pointer-events: auto;
}
.itccinfohh .dsinfos, .itccinfohh .dsinfos a{
    color: #fff;
}
.itccinfohh .ititle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.itccinfohh .ititle, .itccinfohh .ititle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}
.itccinfohh .iconts{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itccinfohh .iviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 13px 35px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border-radius: 35px;
}
.itccinfohh .iviews a:hover{
    background-color: #fff;
    color: #1e5b91;
}
.itccinfohh .iviews a span{
    display: inline-block;
    padding-right: 22px;
    position: relative;
}
.itccinfohh .iviews a span::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== hpproduchh ===> */

/* <=== hpproducbb ===> */
.tpproducbb{
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}
.tpproducbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpproducbb .bbgrip > div{
    padding: 0 10px;
}
.itsortprod{
    position: relative; 
    z-index: 2; 
}
.itsortprod .sotitle{
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 24px 5px 10px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 130px;
}
.itsortprod .sotitle::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.itsortprod.active .sotitle::before{
	content: '\f106';
}
.itsortprod .sotitle span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itsortprod .soconts{
    position: absolute;
    top: calc(100% + 5px);
    left: -1px;
    width: 170px;
    background-color: #fff;
    z-index: 2;
    display: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.itsortprod .soconts li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itsortprod .soconts li:last-child{
    border-bottom: none;
}
.itsortprod .soconts li a{
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itpagiprod{
    display: flex;
    align-items: center;
    align-content: center;
}
.itpagiprod .ptext{
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
}
.itpagiprod select{
    min-width: 48px;
    height: 43px;
    border: none;
    color: #333333;
}
.itpagiprod .chosen-container{
    height: 43px;
}
.itpagiprod .chosen-single{
    border: none;
}
.tpproducbc .bclist{
    margin-bottom: 10px;
}
.tpproducbc .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducbc .ligrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
/* <=== hpproducbb ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 45px 0 60px;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg.vback{
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vhdetailpg.vback::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.65;
}
.vhdetailpg .dtpadd{
    padding: 50px 0 55px;
}
.tpdetailmm .dtgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22.5px;
}
.tpdetailmm .dtgrip > div{
	padding: 0 22.5px;
}
.tpdetailmm .dtgrip .mcol{
    width: 48.315%;
}
.tpdetailmm .dtgrip .hcol{
    width: calc(100% - 48.315%);
}
.slthumbnav{
	position: relative;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	margin-bottom: 10px;
}
.slthumbnav::before{
	content: '\f00e';
	position: absolute;
	pointer-events: none;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #1e5b91;
	font-size: 20px;
}
.slthumbnav .thumbnav a{
	display: block;
	padding-top: 100%;
	position: relative;
    /* background-color: #fff; */
} 
.slthumbnav .thumbnav a img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%; */

}
.slthumbfor .slick-track{
	margin-left: 0;
}
.slthumbfor .thumbfor{
	display: block;
	padding-top: 100%;
	position: relative;
	cursor: pointer;
    /* background-color: #fff; */
}
.slthumbfor .thumbfor img{
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 85%;
	max-height: 85%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
}
.slthumbfor .slick-current .thumbfor img{
	opacity: 1;
}
.tpdetailmm .mmdecss{
    margin-bottom: 30px;
    border: 5px solid #fff;
    padding: 25px 38px 40px;
}
.tpdetailmm .mmdecss, .tpdetailmm .mmdecss a{
    color: #fff;
}
.tpdetailmm .dstitle{
    margin-bottom: 10px;
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailmm .dsprice{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.tpdetailmm .dsprice .ptext{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
}
.tpdetailmm .dsprice .pinfo{
    color: #ff0000;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailmm .dsinfos{
    margin-bottom: 25px;
}
.tpdetailmm .dsinfos li{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailmm .dsinfos li .tm{
    min-width: 85px;
    margin-right: 20px;
}
.tpdetailmm .dsconts{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
.tpdetailmm .dslines{
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailmm .dslines li{
    position: relative;
    padding-left: 30px;
}
.tpdetailmm .dslines li::before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailmm .dsdownl{
    display: flex;
}
.tpdetailmm .dsdownl a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailmm .dsdownl a:hover{
    color: #ff0000;
}
.tpdetailmm .dsdownl a i{
    font-size: 40px;
    line-height: 40px;
    margin-right: 17px;
}
.tpdetailmm .mmshare .shgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7.5px;
}
.tpdetailmm .mmshare .shgrip > div{
    padding: 0 7.5px;
}
.tpdetailmm .mmshare .shtext{
    color: #fff;
    font-weight: bold;
}
.tpdetailmm .mmshare .shinfo ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.tpdetailmm .mmshare .shinfo li{
    padding: 0 5px;
}
.tpdetailmm .mmshare .shinfo li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
}
.tpdetailmm .mmshare .shinfo li a:hover{
    transform: translateY(-3px);
}
.tpdetailmm .mmshare .shinfo li a .icon{
    font-size: 11px;
    font-weight: bold;
}
/* <=== vhdetailpg ===> */

/* <=== vnt-title ===> */
#vnt-title{
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    z-index: 1;
    padding: 20px 0;
}
#vnt-title::before{
    display: none;
}
#vnt-title .tiname{
    max-width: 50%;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
}
#vnt-title.vright .tiname{
    margin-left: auto;
    text-align: right;
}
#vnt-title .tiname, #vnt-title .tiname h1, #vnt-title .tiname h2{
    font-size: 70px;
    line-height: 80px;
}
/* <=== vnt-title ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .vhproducpg .sppadd{
        padding: 25px 0 35px;
    }
    /* <=== vhproducpg ===> */

    /* <=== hpproducmm ===> */
    .hpproducmm{
        padding: 25px 0;
    }
    .itproducma .thumb{
        border-width: 8px;
        margin-bottom: 10px;
    }
    .itproducma .dstitle, .itproducma .dstitle h3{
        font-size: 12px;
        line-height: 20px;
    }
    .slproducma{
        margin-bottom: 20px;
    }
    .slproducma .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .slproducmb .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .itproducmb .thumb{
        margin-bottom: 10px;
    }
    .itproducmb .dstitle, .itproducmb .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .slproducmb .slick-prev{
        left: -15px;
    }
    .slproducmb .slick-next{
        right: -15px;
    }
    /* <=== hpproducmm ===> */

    /* <=== hpproduchh ===> */
    .itccinfohh .decss{
        position: relative;
        top: unset;
        transform: unset;
    }
    .itccinfohh .wrapper{
        padding: 0;
    }
    .itccinfohh .dswrap{
        max-width: 100%;
    }
    .itccinfohh .dsinfos{
        border-radius: 0;
        background-color: #1e5b91;
        padding: 20px 20px 30px;
        text-align: center;
    }
    .itccinfohh .ititle{
        margin-bottom: 10px;
    }
    .itccinfohh .ititle, .itccinfohh .ititle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itccinfohh .iconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
        max-height: calc(24px * 3);
    }
    .itccinfohh .iviews a{
        font-size: 13px;
        line-height: 21px;
        padding: 10px 28px;
    }
    /* <=== hpproduchh ===> */

    /* <=== hpproducbb ===> */
    .tpproducbb{
        margin-bottom: 25px;
    }
    .tpproducbc .ligrip{
        margin: 0 -10px;
    }
    .tpproducbc .ligrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
        width: calc(100% / 3);
    }
    .itsortprod .sotitle{
        font-size: 13px;
        width: 120px;
    }
    .itpagiprod select{
        display: block!important;
    }
    .itpagiprod .chosen-container{
        display: none!important;
    }
    
    .itpagiprod .ptext{
        font-size: 13px;
    }
    .itpagiprod .chosen-container-single .chosen-single{
        padding: 5px 25px 5px 10px;
    }
    /* <=== hpproducbb ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 40px;
    }
    .tpdetailmm .dtgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpdetailmm .dtgrip .hcol{
        width: 100%;
    }
    .slthumbnav .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .slthumbnav .slick-prev{
        left: -15px;
    }
    .slthumbnav .slick-next{
        right: -15px;
    }
    .tpdetailmm .mmdecss{
        padding: 20px 18px 25px;
        margin-bottom: 20px;
    }
    .tpdetailmm .dstitle{
        margin-bottom: 5px;
    }
    .tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetailmm .dsprice .ptext{
        font-size: 15px;
        line-height: 25px;
    }
    .tpdetailmm .dsprice .pinfo{
        font-size: 25px;
        line-height: 30px;
    }
    .tpdetailmm .dsinfos li{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailmm .dsinfos{
        margin-bottom: 15px;
    }
    .tpdetailmm .dsconts{
        font-size: 14px;
        line-height: 24px;
    }
    .tpdetailmm .dslines{
        font-size: 15px;
        line-height: 25px;
    }
    .tpdetailmm .dslines li{
        padding-left: 28px;
        margin-bottom: 5px;
    }
    .tpdetailmm .dsdownl a{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailmm .dsdownl a i{
        font-size: 30px;
        margin-right: 12px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 25px 0 30px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vnt-title ===> */
    #vnt-title .tiname{
        max-width: 500px;
        margin: 0 auto;
    }
    #vnt-title .tiname, #vnt-title .tiname h1, #vnt-title .tiname h2{
        font-size: 40px;
        line-height: 50px;
    }
    /* <=== vnt-title ===> */
}
@media all and (max-width: 767px){
    /* <=== hpproducbb ===> */
    .tpproducbc .ligrip > div{
        width: 50%;
    }
    /* <=== hpproducbb ===> */

    /* <=== vnt-title ===> */
    #vnt-title .tiname{
        max-width: 290px;
    }
    /* <=== vnt-title ===> */
}