/* css all */
.titleHome{
    margin-bottom: 12px;
    text-align: center;
}
.titleHome h2{
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
}
.titleHome .caption{
    font-size: 15px;
    line-height: 23px;
}

.boxLinkOnPro{
    padding: 30px 10px 40px;
    text-align: center;
}
.boxLinkOnPro .viewOnPro a{
    display: inline-block;
    padding: 10px 25px 6px;
    border-radius: 5px;
    color: #fff;
    background-color: #d11f70;
    border: 1px solid #d11f70;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}
.boxLinkOnPro .viewOnPro a:hover{
    background-color: #333333;
    border: 1px solid #333333;
}
/*  */

 /* banner home */
#baohiemchinhhang-slide-home{
    padding: 0 10px;
}
#baohiemchinhhang-slide-home .item{
    position: relative;
}
#baohiemchinhhang-slide-home .item .caption{
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 90px
}
#baohiemchinhhang-slide-home .item .caption .t1{
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

#baohiemchinhhang-slide-home .item .captionwrap{
    transform: translateY(200px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#baohiemchinhhang-slide-home .slick-current .captionwrap{
    transform: initial;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#baohiemchinhhang-slide-home .item .caption .viewban a{
    display: inline-block;
    padding: 12px 30px 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}
#baohiemchinhhang-slide-home .item .caption .viewban a::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
#baohiemchinhhang-slide-home .item .caption .viewban a::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
#baohiemchinhhang-slide-home .item .caption .viewban a:hover::before{
    left: 0;
    right: 0;
}
#baohiemchinhhang-slide-home .item .caption .viewban a:hover::after{
    top: 0;
    bottom: 0;
}

#baohiemchinhhang-slide-home .item .caption .viewban a:hover{
    background-color: transparent;
    color: #fff;
}

#baohiemchinhhang-slide-home .slick-dots{
    bottom: 20px;
    text-align: right;
    padding: 0 40px;
}
#baohiemchinhhang-slide-home .slick-next{
    right: 20px;
}
#baohiemchinhhang-slide-home .slick-prev{
    left: 20px;
}
  /* banner home */
/* begin boxTabHome */
.boxTabHome{
    padding: 45px 0 70px;
}
.titleLisTab{
    margin-bottom: 30px; 
}
.titleLisTab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.titleLisTab ul li{
    margin-right: 35px;
    margin-bottom: 10px;
}
.titleLisTab ul li a{
    font-size: 24px;
    line-height: 24px;
    color: #bebebe;
}
.titleLisTab ul li.active a, .titleLisTab ul li:hover a{
    color: #1d1d1d;
    font-weight: bold;
}
.contentLstTab .tabIfo{
    display: none;
}
.contentLstTab .tabIfo.active{
    display: block;
}
.sliderTab .slick-slide > div{
    margin-bottom: 20px;
    min-height: 210px;
}
.sliderTab .slick-slide > div:last-child{
    margin-bottom: 0;
}

/* begin boxbanner */
.boxbanner{
 
}
.boxbanner .infoBan a{
    padding: 75px 20px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.boxbanner .infoBan a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
/* end boxbanner */


/* begin boxBlog */
.boxBlog{
    padding: 50px 0 70px;
}
.bogItem .colItem{

}
.bogItem .colItem .thumb a{
    display: block;
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.bogItem .colItem .thumb a:hover img{
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.bogItem .colItem .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}

.bogItem .colItem .thumb a .playvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    z-index: 11;
}
.bogItem .colItem .thumb a .playvideo::before{
    content: '\f04b';
    position: absolute;
    left: 56%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.bogItem .colItem .videothumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.6;
}
.bogItem .colItem .decs{
    padding: 20px;
    height: 275px;
}
.bogItem .dateAll{
    margin-bottom: 10px;
    vertical-align: top;
    color: #e54f4f;
}
.bogItem .dateAll span{
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
}
.bogItem .dateAll span::after{
    content: '/';
}
.bogItem .colItem .decs h3{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    max-height: 45px;
    overflow: hidden;
}
.bogItem .colItem .decs .tend{
    margin-bottom: 10px;
    max-height: 80px;
    overflow: hidden;
}
.bogItem .colItem .decs .tend p{
    padding: 0;
    color: #5d5d5d;
}
.bogItem .slick-track .slick-slide:nth-child(2n) .colItem{
    display: flex;
    flex-direction: column-reverse;
}
/* end boxBlog */

.boxvideoAll{
    padding: 0 10px;
    padding-top: 10px;
}
.boxvideoAll .titleHome .caption{
    font-family: 'UTM';
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.lstInfoVideo{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.lstInfoVideo .itemInVi{
    width: 33.333%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 12px;
}
.lstInfoVideo .itemInVi:last-child{
    border-right: none
}
.lstInfoVideo .itemInVi .titItem{
    font-size: 18px;
    line-height: 27px;
    color: #d11f70;
    margin-bottom: 5px;
    font-family: 'iCie';
}

.videoAllLoad{
    position: relative;
}
.videoAllLoad #videoPlay{
    width: 100%;
}
.videoAllLoad #videoPlay::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('../images/video.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.videoAllLoad::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.1;
    pointer-events: none;
}
.videoAllLoad .playVideoicon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.videoAllLoad .playVideoicon img{
    width: 100%;
    height: 100%;
}
.videoAllLoad .videoShowpop a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 111;
}
/*  */
.boxitemhome{

}
.boxitemhome .griptend2{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.boxitemhome .griptend2 > div{
    width: 50%;
    padding: 0 15px;
}
.boxitemhome .itemcol{
    margin-bottom: 30px;
}
.boxitemhome .thumb{
    margin-bottom: 10px;
}
.boxitemhome .decs{

}
.boxitemhome .decs h3{
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    height: 42px;
    overflow: hidden;
}
.boxitemhome .griptend2 .thumb a{
    display: block;
    position: relative;
    padding-bottom: 65.56%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.boxitemhome .griptend2 .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.boxitemhome .griptend2 .thumb a:hover img{
    transform: scale(1.05);
}
.boxitemhome .griptend2 .thumb a::after{
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxitemhome .griptend2 .thumb a:hover::after{
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxitemhome .griptend4{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.boxitemhome .griptend4 .itemcol:hover a{
    color: #e54f4f;
}

.boxitemhome .griptend4 > div{
    width: 25%;
    padding: 0 15px;
}
.boxitemhome .griptend4 .decs h3{
    font-size: 25px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
}
.boxitemhome .griptend4 .thumb a{
    display: block;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.boxitemhome .griptend4 .thumb a::before{
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxitemhome .griptend4 .thumb a:hover::before{
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxitemhome .griptend4 .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), 
    -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.boxitemhome .griptend4 .thumb a:hover img{
    transform: scale(1.1);
}
/*  */
.productHome{
    padding: 40px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.productHome:last-child{
    padding-bottom: 0;
}
.stylepadd .slick-list{
    margin: 0 -10px;
}
.stylepadd .slick-slide{
    padding: 0 10px;
}
/*  */
.productAll .thumb{
    margin-bottom: 10px;
}
.productAll .thumb a{
    display: block;
    position: relative;
    padding-bottom: 132.214%;
    height: 0;
    overflow: hidden;
    z-index: 1;   
}
.productAll .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.productAll .decs h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400; 
}

/* video */
/*===========BEGIN: BANNER=============*/
.baohiemchinhhang-banner{
    position: relative;
    min-height: 310px;
}
.position_title{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
}
.position_mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
#vnt_banner.slick-initialized .item,
#vnt_banner .item:first-child{
    display: block;
}
#vnt_banner .item{
    display: none;
    position: relative;
}

#vnt_banner .item .i-img{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 45%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
#vnt_banner .item .i-img img{
    display: none;
}
#vnt_banner .item .i-img .video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 1;
}
#vnt_banner .item .i-img:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    /*background: rgba(0, 0, 0, 0.4);*/
    pointer-events: none;
}
#vnt_banner .item .i-desc{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
}
#vnt_banner .item .i-desc .w-desc{
    margin: 0 auto;
    text-align: right;
}
#vnt_banner .item .i-desc .i-title{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
}
#vnt_banner.active .item.slick-current .i-desc .i-title{
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#vnt_banner .item .i-desc .i-title h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
#vnt_banner .item .i-desc .i-content{
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
}
#vnt_banner.active .item.slick-current .i-desc .i-content{
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#vnt_banner .item .i-desc .i-link{
    margin-top: 20px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#vnt_banner.active .item.slick-current .i-desc .i-link{
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#vnt_banner .item .i-desc .i-link a{
    pointer-events: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 29px;
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0.45);
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vnt_banner .item .i-desc .i-link a:after{
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 5px;
}
#vnt_banner .item .i-desc .i-link a:hover{
    border-color: #666666;
    background: #ffffff;
    color: #333333;
}
.banner_detail .slick-arrow{
    display: none !important;
}
#vnt_banner .slick-arrow{
    opacity: 0;
}
#vnt_banner .slick-prev{
    left: 30px;
}
#vnt_banner .slick-next{
    right: 30px;
}
#vnt_banner .slick-dots{
    bottom: 20px;
    text-align: center;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
#vnt_banner.banner_detail .slick-dots{
    bottom: 200px;
    text-align: left;
    padding: 0 10px;
}
#vnt_banner .slick-dots li{
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 16px;
    height: 16px;
    position: relative;
}
#vnt_banner .slick-dots li button{
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#vnt_banner .slick-dots li:hover,
#vnt_banner .slick-dots li.slick-active{
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    -o-box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    border: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}
#vnt_banner .slick-dots li:hover button,
#vnt_banner .slick-dots li.slick-active button{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    background-color: rgb(255, 255, 255);
}
#vnt_banner .slick-dots li button:before{
    content: '';
}
#banner_img.slick-initialized .item,
#banner_img .item:first-child{
    display: block;
}
#banner_img .item{
    display: none;
}
#banner_img .item .i-img{
    height: 310px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner_img .item .i-img img{
    width: 100%;
    display: none;
}
/*===========END: BANNER=============*/

.productItem{

    height: 100%;
    width: 100%;
    position: relative;
}
.productItem:hover{
    z-index: 11;
}
.productItem .thumb{
    margin-bottom: 15px;
}
.productItem .thumb a{
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 126.567%;
    background-color: #f6f6f6;
}
.productItem .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: darken;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
/* .otherBoxSRes .productItem .thumb a img{
    top: 50%;
} */
.productItem:hover .ribbon,.productItem:hover .addToLike{
    z-index: 4;
}
.productItem .ribbon{
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    z-index: 2;
    pointer-events: auto;
}
.productItem .ribbon .rib{
    border: 1px solid #000000;
    padding: 4px 4px 2px;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.productItem .ribbon .rib.ribS{
    /* background-color: #e54f4f;
    color: #fff;
    border: 1px solid #e54f4f; */
}
.productItem .addToLike{
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    z-index: 2;
    pointer-events: auto;
}
.vntProduct .showmore{
    text-align: center;
    padding: 15px;
    background-color: #f6f6f6;
    display: block;
}
.vntProduct .showmore a{
    text-transform: uppercase;
}
.productItem:hover .sliderItemPro{
    opacity: 1;
    visibility: initial;
    /* -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
}
.productItem:hover .sliderItemPro{
    z-index: 3;
    /* -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
    opacity: 1;
    
}
.productItem .decsProducts{
    position: absolute;
    width: 100%;
    bottom: -40px;
    right: 0;
    left: 0;
    z-index: 2;
}
.productItem .decsProducts h3{
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.productItem .decsProducts .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.productItem .decsProducts .price .reduce{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.productItem .decsProducts .price .normal{
    font-size: 14px;
    line-height: 22px;
    color: #e54f4f;
}
.productItem .sliderItemPro{
    opacity: 1;
    visibility: initial;
    background-color: transparent;
    box-shadow: none;
    display: block;
}
.productItem .sliderItemPro .lstItemSli {
    opacity: 0;
    visibility: hidden;
    position: static;
    transform: initial;
}

.decsSlider{
    width: 100%;
    z-index: 2;
}
.decsSlider h3{
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}

.decsSlider .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.decsSlider .price .reduce{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
    margin-right: 5px;
}
.decsSlider .price .normal{
    font-size: 14px;
    line-height: 22px;
    color: #e54f4f;
}
@media all and (min-width: 992px){
    .productItem:hover .thumb a img{
        transform: translate(-50%, -50%) scale(1.2);
    }
    .sliderProduct > div{
        opacity: 0;
    }
    .sliderProduct.slick-slider > div{
        opacity: 1;
    }
}
@media screen and (min-width: 991px){
    .productAll:hover .thumb a img{
        transform: translateY(-10px);
    }
    .productAll:hover a{
        color: #e54f4f;
    }
}

@media screen and (max-width: 1024px){
    .baohiemchinhhang-banner{
        min-height: 0;
    }
    #vnt_banner.banner_detail .slick-dots{
        bottom: 20px;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 991px){

    .decsSlider h3{
        font-size: 14px;
        line-height: 22px;
    }
    .productItem .thumb a img{
        top: 50%;
    }
    .decsSlider{
        position: static;
        width: 100%;
        bottom: 20px;
        right: 0;
        left: 0;
        z-index: 2;
    }
    .boxitemhome .itemcol{
        margin-bottom: 10px;
    }
    .productAll .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    /*  */
    #vnt_banner .item .i-desc{
        display: none;
    }
    #vnt_banner .slick-arrow{
        display: none !important;
    }
    /*  */
    .BoxArrival{
        padding-top: 35px;
    }
    .titleHome h2{
        font-size: 26px;
        line-height: 34px;
    }
    .titleHome .caption{
        font-size: 15px;
        line-height: 23px;
    }
    #baohiemchinhhang-slide-home .item .caption{
        display: none;
    }
    #baohiemchinhhang-slide-home .slick-dots{
        bottom: 10px;
        text-align: center;
    }
    .boxvideoAll{
        padding-top: 20px;
    }
    .videoAllLoad .playVideoicon{
        width: 40px;
        height: 40px;
        display: block!important;
    }
    .boxitemhome .decs h3{
        font-size: 18px;
        line-height: 27px;
        height: 27px;
        overflow: hidden;  
    }
    .boxitemhome .griptend4{
        margin: 0 -10px;
    }
    .boxitemhome .griptend4 > div{
        padding: 0 10px;
    }
    .boxitemhome .griptend4 .decs h3{
        font-size: 18px;
        line-height: 27px;
        height: 27px;
        overflow: hidden;
    }
    /*  */
    .productHome{
        margin: 0 0px;
    }
    .productHome .titleHome{
        padding: 0 20px;
    }
    .stylepadd .slick-list{
        margin: 0 -10px;
    }
    .stylepadd .slick-slide{
        padding: 0 10px;
    }
    .sliderProduct.stylepadd .slick-list{
        margin: 0 -5px;
    }
    .sliderProduct.stylepadd .slick-slide{
        padding: 0 5px;
    }

    .sliderProduct{
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
        padding-bottom: 5px;
        margin: 0 -5px;
    }
    .sliderProduct::-webkit-scrollbar {
        height: 0px;
        background-color: #fff;
    } 
    .sliderProduct::-webkit-scrollbar-thumb {
        background-color: #698396;
    }
    .sliderProduct > div{
        padding: 0 5px;
    }
    .sliderProduct > div > div{
        width: 170px;
    }
    .sliderProduct.slick-slider{
        display: table;
        overflow-x: unset;
        overflow-y: unset;
        margin: 0;
    }
}
@media all and (max-width: 767px){
    .lstInfoVideo .itemInVi{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .titleHome{
        margin-bottom: 20px;
    }

    /* begin BoxArrival */

    /* begin boxBlog */
    .bogItem .colItem{
        margin-bottom: 30px;
    }
    .bogItem .slick-track .slick-slide:nth-child(2n) .colItem{
        display: block;
    }
    .bogItem .colItem .decs .tend, .bogItem .colItem .decs .viewAll {
        
    }
    .bogItem .colItem .decs{
        height: auto;
        padding: 0;
        padding-top: 20px;
    }

    /* end boxBlog */

    /* begin boxbanner */
    .boxbanner .infoBan a{
        padding: 20px;
        font-size: 8px;
    }
    /* end boxbanner */
    .boxitemhome .griptend2 > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .boxitemhome .griptend4 > div{
        width: 50%;
    }
}

@media all and (max-width: 479px){
    #vnt_banner .slick-dots {
        bottom: 7px;
    }
    #vnt_banner .slick-dots li{
        width: 10px;
        height: 10px;
    }
}