.itemproductoo{
    min-height: calc(100vh - 80px);
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itemproductoo > a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
}
.itemproductoo .title{
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.itemproductoo .title h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.itemproductoo .thumb{
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
/* lv 2 */
.itemproducttt{
    padding: 60px 40px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.itemproducttt .grproducttt{
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.grproducttt .colt{
    width: 360px;
}
.grproducttt .cold{
    width: calc(100% - 360px);
    padding-left: 70px;
}
.itemproducttt .thumb{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.itemproducttt .decs .title{
    margin-bottom: 15px;
}
.itemproducttt .decs h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
}
.itemproducttt .decs h3 a{
    color: #fff;
    display: block;
}
.itemproducttt .decs .tend{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
/* lv 3 */
.lstproductbb{
    padding: 60px 0 50px;
}
.itemproductbb{
    margin-bottom: 40px;
}
.itemproductbb .thumb{
    margin-bottom: 15px;
}
.itemproductbb .decs{
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.itemproductbb .decs::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ef1a3c;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemproductbb .decs::after{
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #ef1a3c;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemproductbb:hover .decs::before, .itemproductbb:hover .decs::after{
    width: 50%;
}
.itemproductbb .decs h3{
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.itemproductbb .decs .tend{
    max-height: 88px;
    overflow: hidden;
}
/* dt product */
/* dt one */
.sldetailproduct .slnavdetail {
    margin-bottom: 20px;
}
.slnavdetail .thumbnav a{
    display: block;
    position: relative;
    padding-top: 70%;
    height: 0;
    background-color: #fff;
}
.slnavdetail .thumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    -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;
}
.slnavdetail .thumbnav a:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}
.sldetailproduct .slfordetail{
    max-width: 450px;
    margin: 0 auto;
}
.slfordetail .slick-list {
    margin: 0 -3px;
}
.slfordetail .slick-slide{
    padding: 0 3px;
}
.slfordetail .thumbfor{
    padding-top: 100%;
    position: relative;
    border: 1px solid transparent;
    opacity: 0.5;
    cursor: pointer;
}
.slfordetail .thumbfor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.slfordetail .slick-current .thumbfor{
    opacity: 1;
    border-color: #000;
}
.dtinfoproone{
    padding: 30px 0;
}
.dtdecsone > div{
    margin-bottom: 10px;
}
.dtdecsone .ddtitle h1{
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.dtdecsone .ddcaption{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.dtdecsone .ddtend{
    font-size: 16px;
    line-height: 24px;
}
.dtdecsone .ddinfo li{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.dtdecsone .ddprice{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 15px;
}
.dtdecsone .ddlstcolor{
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.ddlstcolor ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.ddlstcolor ul li{
    margin-right: 15px;
    padding: 2px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.ddlstcolor ul li.active, .ddlstcolor ul li:hover{
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.ddlstcolor ul li:last-child{
    margin-right: 0;
}
.ddlstcolor ul li a{
    display: block;
    width: 22px;
    height: 22px;
}
.dtdecsone .ddlink{
    margin-bottom: 25px;
}
.dtdecsone .ddlink ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.dtdecsone .ddlink ul li{
    margin-right: 30px;
    margin-bottom: 10px;
}
.dtdecsone .ddlink ul li:last-child{
    margin-right: 0;
}
.dtdecsone .ddlink ul li a{
    display: inline-block;
    min-width: 220px;
    padding: 12px 15px;
    text-align: center;
}
.dtdecsone .ddlink li.btnsell a{
    background-color: #e25b45;
    border: 1px solid #e25b45;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
}
.dtdecsone .ddlink li.btnsell a:hover{
    background-color: #fff;
    color: #e25b45;
}
.dtdecsone .ddlink li.btnpopup a{
    color: #0086b8;
    border: 1px solid #0086b8;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.dtdecsone .ddlink li.btnpopup a:hover{
    color: #fff;
    background-color: #0086b8;
}
.dtdecsone .ddshare{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}
.ddshare{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.ddshare .txt{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-right: 25px;
}
.ddshare ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.ddshare ul li{
    margin-right: 20px;
}
.ddshare ul li:last-child{
    margin-right: 0;
}
.ddshare ul li a{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.ddshare ul li a:hover{
    transform: translateY(-2px);
}
.ddshare ul li a i{
    font-weight: bold;
}
/* dt two */
.dtinfoprotwo{
    padding-top: 90px;
    color: #fff;
}
.dtinfoprotwo .flenddecs{
    display: flex;
    justify-content: flex-end;
}
.dtinfoprotwo .decs{
    max-width: calc(1170px / 2);
    width: 100%;
}
.dtinfoprotwo .decs .title{
    margin-bottom: 10px;
}
.dtinfoprotwo .decs .title h2{
    font-size: 30px;
    line-height: 45px;
}
.dtinfoprotwo .decs .tend{
    font-size: 18px;
    line-height: 27px;
}
.dtinfoprotwo .thumb img{
    width: 100%;
}
/* dt three */
.dtinfoprothree{
    padding: 30px 0 50px;
}
.dtinfoprothree .decsdtthree{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 50px;
    text-align: center;
}
.decsdtthree .titlet{
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.decsdtthree .titlet::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}
.decsdtthree .titlet h3{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: #fff;
    display: inline-block;
}
.decsdtthree .theconttt{
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}
.decsdtthree .theconttt p{
    padding: 0;
    margin-bottom: 2px;
}
.decsdtthree .viewmmall a{
    color: #ef1a3c;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-decoration: underline;
}
.sliderdtthree .slick-list{
    margin: 0 -40px;
}
.sliderdtthree .slick-slide{
    padding: 0 40px;
}
.sliderdtthree .thumbtt a{
    display: block;
}
.sliderdtthree .thumbtt a img{
    width: 100%;
}
.sliderdtthree .slick-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 20px;
}
.sliderdtthree .slick-dots li{
    margin-right: 5px;
}
.sliderdtthree .slick-dots li:last-child{
    margin-right: 0;
}
.sliderdtthree .slick-dots li button{
    width: 25px;
    height: 8px;
    font-size: 0;
    background-color: #cbcbcb;
    border: none;
}
.sliderdtthree .slick-dots li.slick-active button{
    background-color: #000000;
}

/* dt for */
.dtinfoprofor{
    padding: 40px 0 30px;
    background-color: #f2f2f2;
}
.iteminfofor{
    text-align: center;
    margin-bottom: 15px;
}
.iteminfofor .icon{
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.iteminfofor .txt{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
/* dt five */
.lsttabfive {

}
.lsttabfive ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.lsttabfive ul li{
    width: 20%;
}
.lsttabfive ul li a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
}
.lsttabfive ul li.active a span{
    text-decoration: underline;
}
.lstcontfive .iicontfive{
    display: none;
    padding: 40px 0 30px;
    color: #fff;
}
.lstcontfive .iicontfive.active{
    display: block;
}
.dtinfoprofive .decsfive{
    padding-top: 30px;
}
.dtinfoprofive .decsfive .title{
    margin-bottom: 10px;
}
.dtinfoprofive .decsfive .title h3{
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 45px;
}
.dtinfoprofive .decsfive .tend{
    font-size: 18px;
    line-height: 27px;
}
.dtinfofivemb .itemfivemb{
    color: #fff;
}
.itemfivemb .titlemv{
    position: relative;
    padding: 10px 40px 10px 20px;
}
.itemfivemb .titlemv::before{
    content: "\f106";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    font-size: 18px;
    line-height: 24px;
}
.itemfivemb.active .titlemv::before{
    content: "\f107";
}
.itemfivemb .titlemv h3{
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.itemfivemb.active.titlemv h3{
    text-decoration: underline;
}
.itemfivemb .contmv{
    padding: 20px  15px;
    display: none;
}
.itemfivemb .contmv .decsfive{
    padding-top: 0;
}
/* dt six */
.dtinfoprosix .titlesix{
    padding: 40px 0 60px;
    background-color: #f2f2f2;
    text-align: center;
}
.dtinfoprosix .titlesix .sstitle{
    margin-bottom: 10px;
}
.dtinfoprosix .titlesix h2{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.dtinfoprosix .ssten{
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;

}
.dtinfoprosix .ssview a{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    background-color: #90c4e9;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}
.dtinfoprosix .ssview a:hover{
    box-shadow: 0 0 5px 0 #90c4e9;
}
.dtinfoprosix .contsix{
    padding: 20px 0 ;
    position: relative;
    display: none;
}
.dtinfoprosix .contsix::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}
.dtinfoprosix .lstinfsix{
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}
.lstinfsix .iteminfsix{
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}
.iteminfsix .icon{
    width: 80px;
    text-align: center;
}
.iteminfsix .decs{
    width: calc(100% - 80px);
    padding-left: 20px;
}
.iteminfsix .decs .t1{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 5px;
}
.iteminfsix .decs .t2{
    font-size: 15px;
    line-height: 23px;
}
.iteminfsix .decs .t2 p{
    padding: 0;
}
.dtinfoprosix .contsix .closesix{
    text-align: center;
    margin-top: 20px;
}
.dtinfoprosix .contsix .closesix a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

/* dt seevn */
.dtinfoproseven{
    padding: 30px 0 40px;
}
.dtinfoproseven .wrapseven{
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}
.titleseven{
    margin-bottom: 20px;
    text-align: center;
}
.titleseven h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
@media all and (min-width:992px){
    .itemproductoo .thumb img{
        -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;
    }
    .itemproductoo:hover .thumb img{
        transform: scale(1.05);
    }
}
@media all and (max-width:1200px){
    /* dt product */
    /* dt five */
    .lsttabfive ul li a{
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width:991px){
    .itemproductoo{
        padding: 40px;
        min-height: auto;
    }
    .itemproductoo .thumb{
        max-width: 300px;
    }
    .itemproductoo .title h3{
        font-size: 30px;
        line-height: 45px;
    }
    .itemproductoo .title{
        margin-bottom: 25px;
    }
    /* lv 2 */
    .itemproducttt{
        padding: 50px 40px;
    }
    .grproducttt .cold{
        padding-left: 30px;
    }
    .itemproducttt .decs h3{
        font-size: 25px;
        line-height: 37px;
    }
    .itemproducttt .decs .tend{
        font-size: 13px;
        line-height: 21px;
    }
    .itemproducttt .thumb{
        padding: 15px;
    }
    /* lv 3 */
    .lstproductbb{
        padding: 30px 0 50px;
    }
    .itemproductbb{
        margin-bottom: 20px;
    }
    .itemproductbb .vhthumb-65{
        padding-top: 100%;
    }
    .itemproductbb .decs h3{
        font-size: 15px;
        line-height: 23px;
    }
    .itemproductbb .decs .tend{
        font-size: 13px;
        line-height: 21px;
        max-height: 84px;
    }
    .itemproductbb .thumb{
        margin-bottom: 0;
    }
    /* dt product */
    /* dt one */
    .dtdecsone .ddtitle h1{
        font-size: 30px;
        line-height: 45px;
    }
    .dtdecsone .ddcaption{
        font-size: 16px;
        line-height: 24px;
    }
    .dtdecsone .ddlink ul li a{
        padding: 10px 10px;
    }
    .dtdecsone .ddtend, .dtdecsone .ddinfo li{
        font-size: 14px;
        line-height: 22px;
    }
    .dtdecsone .ddlink li.btnsell a, .dtdecsone .ddlink li.btnpopup a{
        font-size: 14px;
        line-height: 22px;
        min-width: 100%;
    }
    .dtdecsone .ddlink ul li{
        width: calc(50% - 5px);
        margin-right: 10px;

    }
    /* dt two */
    .dtinfoprotwo{
        padding-top: 20px;
    }
    .dtinfoprotwo .decs{
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .dtinfoprotwo .decs .title h2{
        font-size: 25px;
        line-height: 37px;
    }
    .dtinfoprotwo .decs .tend{
        font-size: 16px;
        line-height: 24px;
    }
    /* dt three */
    .decsdtthree .theconttt{
        font-size: 16px;
        line-height: 24px;
    }
    /* dt for */
    .iteminfofor .txt{
        font-size: 14px;
        line-height: 22px;
    }
    /* dt five */
    .dtinfoprofive .decsfive .title h3{
        font-size: 25px;
        line-height: 37px;
    }
    .dtinfoprofive .decsfive .tend{
        font-size: 15px;
        line-height: 23px;
    }
    /* dt six*/
    .dtinfoprosix .titlesix{
        padding: 30px 0 40px;
    }
    .dtinfoprosix .titlesix h2{
        font-size: 25px;
        line-height: 37px;
    }
    .dtinfoprosix .ssten{
        font-size: 15px;
        line-height: 23px;
    }
    /* dt seven */
    .titleseven h2{
        font-size: 25px;
        line-height: 37px;
    }
}
@media all and (max-width:767px){
    .itemproductoo .thumb{
        max-width: 240px;
    }
    /* lv 2 */
    .grproducttt .colt{
        width: 100%;
        margin-bottom: 20px;
    }
    .grproducttt .cold{
        padding-left: 0;
        width: 100%;
    }
    .itemproducttt .decs .title{
        margin-bottom: 10px;
    }
    .itemproducttt .viewmore a{
        width: 100%;
        text-align: center;
    }
    /* dt product */
    /* dt one */
    .sldetailproduct{
        margin-bottom: 20px;
    }
    .sldetailproduct .slfordetail{
        margin-right: -20px;
    }
    /* dt for */
    .dtinfoprofor{
        padding: 30px 0 20px;
    }
    .iteminfofor{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        text-align: left;
        margin-bottom: 20px;
    }
    .iteminfofor .icon{
        width: 60px;
        margin-bottom: 0;
    }
    .iteminfofor .txt{
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}
