.vtnPro .listPro .item{
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}
.vtnPro .listPro .item:last-child{
    margin-bottom: 0;
}
.vtnPro .listPro .item .thumb{
    width: calc(100% - 420px );
}
.vtnPro .listPro .item .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
}
.vtnPro .listPro .item .thumb a::before{
    content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.vtnPro .listPro .item .thumb a:hover::before{
    -webkit-animation: shine 2s;
	animation: shine 2s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.vtnPro .listPro .item .thumb img{
    width: 100%;
}
.vtnPro .listPro .item .decs{
    width: 420px;
    padding: 20px ;
    padding-right: 0;
}
.vtnPro .listPro .item .decs h3{
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    font-family: 'Baloo Thambi';
}
.vtnPro .listPro .item .decs h3::before{
    content: '';
    position: absolute;
    width: 160px;
    height: 2px;
    background-color: #c81828;
    left: -50px;
    bottom: 0;
}
.vtnPro .listPro .item:nth-child(even) .decs h3::before{
    left: inherit;
    right: -50px;
}
.vtnPro .listPro .item .decs .tend{
    margin-bottom: 30px;
}
.vtnPro .listPro .item:nth-child(even) .thumb{
    order: 2;
}
.vtnPro .listPro .item:nth-child(even) .decs{
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.vtnPro .listPro .item .bgAb{
    position: absolute;
    width: 100px;
}
.vtnPro .listPro .item .bgAb img{
    width: 100%;
}
.vtnPro .listPro .item .bg1{
    top: 0;
    left: -110px;
    width: 80px;
}
.vtnPro .listPro .item .bg2{
    top: 0;
    right: -90px;
}
.vtnPro .listPro .item .bg3{
    right: -90px;
    bottom: 0;
}
.vtnPro .listPro .item .bg4{
    left: -90px;
    bottom: 0;
}
.vtnPro .listPro .item .bg5{
    left: -90px;
    bottom: 0;
    width: 60px;
}
.vntPro2 .titlePro{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}
.vntPro2 .titlePro strong{
    font-weight: 900;
    color: #c81828;
    font-size: 72px;
    line-height: 85px;
    display: block;
}
.vntPro2 .titlePro span{
    font-size: 36px;
    line-height: 54px;
    color: #c81828;
}
.listPro2 .item{
    text-align: center;
    margin-bottom: 30px;
}
.listPro2 .item .thumb{
    margin-bottom: 10px;
}
.listPro2 .item .thumb a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}
.listPro2 .item .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listPro2 .item .thumb a:hover img{
    top: 45%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listPro2 .item .decs a{
    font-size: 24px;
    line-height: 36px;
    font-family: 'Baloo Thambi';
}
.productOther .title{
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 10px;
    color: #c81828;
    text-transform: uppercase;
    font-family: 'Baloo Thambi';
}
.productOtherSlider .slick-slide{
    padding: 0 15px;
}
.productOtherSlider .slick-list{
    margin: 0 -15px;
}
.productOtherSlider .slick-arrow{
    border: 1px solid #b60303;
    border-radius: 0;
    width: 30px;
    height: 30px;
}
.productOtherSlider .slick-arrow::before{
    color: #b60303;
    font-size: 20px;
}
.productOtherSlider .slick-prev{
    left: -50px;
}
.productOtherSlider .slick-next{
    right: -50px;
}
.infoDetailPro .list-tab-inf{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.infoDetailPro .tab-content{
    margin-bottom: 30px;
}
.infoDetailPro .list-tab-inf .content{
    padding: 20px;
    background-color: #f5f5f5;
}
.infoDetailPro .list-tab-inf .content ul{
    display: flex;
}
.infoDetailPro .list-tab-inf .content li{
    margin-right: 5px;
}
.infoDetailPro .list-tab-inf .content li a{
    background-color: #fff;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 600;
}
.infoDetailPro .list-tab-inf .content li.active a, .infoDetailPro .list-tab-inf .content li:hover a{
    background-color: #c81828;
    color: #fff;
}
.infoProductDetail{
    margin-bottom: 30px;
}
div#thumbnail-for{
	border: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
div#thumbnail-for .img {
    padding-top: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
div#thumbnail-for img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: 90%;
}
div#thumbnail-nav{
	text-align: left;
}
div#thumbnail-nav .slick-track{
	margin: 0;
}
div#thumbnail-nav .slick-list{
    margin:0 -8px;
}
div#thumbnail-nav .item{
    padding:0 8px;
}
div#thumbnail-nav .item .img{
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border: solid 1px #dddddd;
}
div#thumbnail-nav .item .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
}
div#thumbnail-nav .slick-slide.slick-current .img{
    position: relative;
    border: none;
}
div#thumbnail-nav .slick-slide.slick-current .img:before{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border: solid 3px #c81828;
    z-index: 2;
}
div#thumbnail-nav .slick-arrow{
    width:20px;
    height:40px;
    background: transparent;
    border:none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #666666;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#thumbnail-nav .slick-prev{
    left:15px;
}
div#thumbnail-nav .slick-next{
    right:15px;
}
div#thumbnail-nav .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sliderPro{
    position: relative;
    margin-bottom: 30px;
}
.sliderPro .viewZoom{
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    padding: 0 20px;
}
.prd-detail-infor .name{
    margin-bottom: 20px;
    font-family: 'Baloo Thambi';
}
.prd-detail-infor .name .captions{
    font-size: 18px;
    line-height: 27px;
}
.prd-detail-infor .name .title{
    font-size: 30px;
    line-height: 45px;
    color: #c81828;
}
.clR{
    color: #c81828;
}
.prd-detail-infor .contentIfo .item{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.prd-detail-infor .contentIfo .item:first-child{
    border-top: 1px solid #ddd;
}
.prd-detail-infor .contentIfo .item .itemT{
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.prd-detail-infor .contentIfo .item .itemT::before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #c81828;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 3px;
}
.prd-detail-infor .contentIfo .item .itemT::after{
    content: '+';
    position: absolute;
    right: 3px;
    color: #fff;
    top: 0;
}
.prd-detail-infor .contentIfo .item.active .itemT::after{
    content: '-';
    right: 4px;
    top: -1px;
}
.prd-detail-infor .contentIfo .item .itemC{
    line-height: 25px;
    padding-right: 100px;
    display: none;
}
.prd-detail-infor .contentIfo .item.active .itemC{
    display: block;
    color: #666666;
}
.prd-detail-infor .contactIf{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.prd-detail-infor .contactIf .the-social{
    border-top: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.prd-detail-infor .contactIf .contactIfL .theContact span{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.prd-detail-infor .contactIf .contactIfL .theContact a{
    display: inline-block;
    padding: 8px 30px;
    background-color: #c81828;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #c81828;
}
.prd-detail-infor .contactIf .contactIfL .theContact a:hover{
    background-color: #fff;
    color: #c81828;
}
.fancybox-navigation .fancybox-button--arrow_left{
    left: 30%;
}
.fancybox-navigation .fancybox-button--arrow_right{
    right: 30%;
}
.fancybox-can-swipe .fancybox-content{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: #fff;
}
.fancybox-navigation .fancybox-button div{
    background-color: #fff;
    border: 1px solid #c81828;
}
.fancybox-navigation .fancybox-button div svg,.fancybox-button svg path{
    fill: #c81828;
}
.fancybox-button{
    background: rgba(255, 255, 255, .6);
}
@media all and (max-width: 991px){
    .fancybox-navigation .fancybox-button--arrow_left{
        left: 0%;
    }
    .fancybox-navigation .fancybox-button--arrow_right{
        right: 0%;
    }
    .vtnPro .listPro .item{
        display: block;
        margin-bottom: 30px;
    }
    .vtnPro .listPro .item .thumb, .vtnPro .listPro .item .decs{
        width: 100%;
    }
    .vtnPro .listPro .item .decs{
        padding: 20px 0;
    }
    .vtnPro .listPro .item .decs h3{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .vtnPro .listPro .item .decs h3::before{
        left: 0;
    }
    .vtnPro .listPro .item:nth-child(even) .decs{
        text-align: left;
        padding: 20px 0;
    }
    .vtnPro .listPro .item:nth-child(even) .decs h3::before{
        left: 0;
        right: inherit;
    }
    .vntPro2 .titlePro{
        font-size: 20px;
        line-height: 30px;
    }
    .vntPro2 .titlePro span{
        font-size: 24px;
        line-height: 36px;
    }
    .vntPro2 .titlePro strong{
        font-size: 50px;
        line-height: 65px;
    }
    .prd-detail-infor .contactIf{
        display: block;
    }
    .prd-detail-infor .contactIf .contactIfL{
        margin-bottom: 10px;
    }
    .infoDetailPro .list-tab-inf .content li a{
        padding: 15px 10px;
    }
    .infoDetailPro .list-tab-inf .content{
        padding: 15px;
    }
    .productOther .title{
        font-size: 24px;
        line-height: 36px;
    }
    .productOtherSlider .slick-prev{
        left: -5px;
    }
    .productOtherSlider .slick-next{
        right: -5px;
    }
}
@media all and (max-width: 1400px){
    .vtnPro .listPro .item .bgAb{
        display: none;
    }
}