#vnt-product-c1 .product_title{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#vnt-product-c1 .product_title .title{
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 15px;
    position: relative;
}
#vnt-product-c1 .product_title .title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #f2b930;
}
#vnt-product-c1 .product_more{
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    
}
#vnt-product-c1 .product_more i{
    margin-left: 7px;
}
#vnt-product-c1 .productc1_grp{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
#vnt-product-c1 .productc1_grp .big_img{
    width: 25%;
    padding: 0 20px;
}
#vnt-product-c1 .productc1_grp .big_img a{
    position: relative;
    display: block;
    height: 88%;
    overflow: hidden;
}
#vnt-product-c1 .productc1_grp .big_img a::before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    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;
}
#vnt-product-c1 .productc1_grp .big_img a::after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    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;
}
#vnt-product-c1 .productc1_grp .big_img a:hover::before{
    left: 10px;
    right: 10px;
}
#vnt-product-c1 .productc1_grp .big_img a:hover::after{
    top: 10px;
    bottom: 10px;
}
#vnt-product-c1 .productc1_grp .big_img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
#vnt-product-c1 .productc1_grp .big_img a:hover img{
    transform: scale(1.05);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.product_grp .item_box{
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 30px;
}
.product_grp .item{
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.product_grp .item:hover{
    border-color: #ee1c26;
}
.product_grp .item .img a{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 65.56%;
    background-color: #fff;
}
.product_grp .item:hover .img img{
    transform: translate(-50%, -50%) scale(1.05);
}
.product_grp .item:hover .title a{
    color: #ee1c26;
}
.product_grp .item .img 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;
}
.product_grp .item .content .title{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding: 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.product_grp .item .content .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product_grp .item .content .viewblock a{
    display: inline-block;
    padding: 5px 30px;
    background-color: #ebe9eb;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.product_grp .item .content .viewblock a::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ee1c26;
}
.product_grp .item:hover .viewblock a::before{
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_grp .item:hover .viewblock a span{
    color: #fff;
}
#vnt-product-c1 .productc1_wrapper{
    margin-bottom: 80px;
}
#vnt-product-c1 .productc1_wrapper:last-child{
    margin-bottom: 0;
}
#vnt-product-c1 .product_des{
    color: #555555;
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
}
#vnt-product-c1 .product_des.active{
    max-height: 100%;
}
#vnt-product-c1 .product_more{
    text-align: center;
    margin-bottom: 30px;
}
#vnt-product-c1 .product_more a{
    color: #ee1c26;
}
#vnt-product-c1 .product_more .showCt{
    display: none;
}
#vnt-product-c1 .product_more.active .showCt{
    display: block;
}
#vnt-product-c1 .product_more.active .hideCt{
    display: none;
}
.text_green {
    color: #9bcd64;
}
#vnt-product-detail .product_name {
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    color: #312f90;
}
#vnt-product-detail .content_title {
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #312f90;
}
#vnt-product-detail .product_info_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#vnt-product-detail .product_thumb_grp {
    width: 50%;
}

#vnt-product-detail .product_thumb_grp .img_big .img {
    padding: 1px;
}
#vnt-product-detail .product_thumb_grp .img_big .img a {
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
    padding-top: 66.56%;
    overflow: hidden;
    background-color: #fff;
}
#vnt-product-detail .product_thumb_grp .img_big .img a img {
    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%);
    max-width: 100%;
    max-height: 100%;
}
#vnt-product-detail .product_thumb_grp .img_small_grp {
    position: relative;
    padding: 20px 50px;
    background-color: #f5f5f5;
    align-items: center;

}
#vnt-product-detail .product_thumb_grp .img_small_grp button {
    background: #eeeeee;
    position: absolute;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    background-color: #312f90;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 22px;
    z-index: 2;
    overflow: hidden;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    text-align: center;
}
#vnt-product-detail .product_thumb_grp .img_small_grp button i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
#vnt-product-detail .product_thumb_grp .img_small_grp button.prev_arrow {
    left: 10px;
}
#vnt-product-detail .product_thumb_grp .img_small_grp button.next_arrow {
    right: 10px;
}
#vnt-product-detail .product_thumb_grp .img_small {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#vnt-product-detail .product_thumb_grp .img_small .slick-list {
    margin: 0 -5px;
}
#vnt-product-detail .product_thumb_grp .img_small .slick-list .img {
    padding: 0 5px;
}
#vnt-product-detail .product_thumb_grp .img_small .slick-list .img span {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.56%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    cursor: pointer;
}
#vnt-product-detail .product_thumb_grp .img_small .slick-list .slick-current .img span{
    border-color: #ee1c26;
}
#vnt-product-detail .product_thumb_grp .img_small .slick-list .img img {
    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%);
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
#vnt-product-detail .product_info_grp {
    width: calc(100% - 50%);
    padding-left: 60px;
}
#vnt-product-detail .product_info_grp .info_grp .item_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
}
#vnt-product-detail .product_info_grp .info_grp .item_box .name {
    width: 130px;
    line-height: 1.4;
}
#vnt-product-detail .product_info_grp .info_grp .item_box .name:after {
    content: ':';
    float: right;
}
#vnt-product-detail .product_info_grp .info_grp .item_box .info {
    width: calc(100% - 130px);
    padding-left: 20px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
#vnt-product-detail .product_info_grp .short_des {
    margin: 15px 0 25px;
    font-size: 14px;
}
#vnt-product-detail .product_info_grp .short_des .short_title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}
#vnt-product-detail .product_content_wrapper {
    margin-top: 60px;
    padding: 50px 10px 20px 10px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
#vnt-product-detail .product_content_wrapper .content_grp{
    max-width: 970px;
    margin: 0 auto;
}
#vnt-product-detail .product_sidebar .sidebar ul li {
    margin: 1px 0;
}
#vnt-product-detail .product_sidebar .sidebar ul li:hover a {
    color: #fff;
    background-color: #ee1c26;
}
#vnt-product-detail .product_sidebar .sidebar ul li:hover a i {
    color: #fff;
    background-color: #ee1c26;
}
#vnt-product-detail .product_sidebar .sidebar ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 14.1px 14px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #f5f5f5;
}
#vnt-product-detail .product_sidebar .sidebar ul li a i {
    color: #ee1c26;
    margin-right: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#vnt-product-detail .product_sidebar .sidebar ul li.current a {
    color: #fff;
    background-color: #ee1c26;
}
#vnt-product-detail .product_sidebar .sidebar ul li.current a i {
    color: #fff;
    background-color: #ee1c26;
}
#vnt-product-detail .product_content .content_grp {
    margin-bottom: 50px;
}
#vnt-product-detail .product_others {
    margin-top: 50px;
}
#vnt-product-detail .product_others .vnt-title{
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    position: relative;
    text-align: center;
    color: #555555;
    text-transform: uppercase;
}
#vnt-product-detail .product_others .others_slide {
    display: block;
    margin-top: 10px;
}
#vnt-product-detail .product_others .others_slide .slick-list {
    margin: 0 -20px;
}
#vnt-product-detail .product_others .others_slide .slick-arrow {
    z-index: 1;
    top: 35%;
}
#vnt-product-detail .product_others .change_slide {
    text-align: center;
}
#vnt-product-detail .product_others .change_slide button {
    background: none;
    border: none;
    margin: 0 15px;
    font-size: 45px;
    color: #cccccc;
}

.download_table .item_box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 14.1px 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
}
.download_table .item_box:nth-child(odd){
    background-color: #f5f5f5;
}
.download_table .item_box .name{
    width: calc(100% - 200px);
    line-height: 1.4;
}
.download_table .item_box .name a{
    color: #333333;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.download_table .item_box .function{
    width: 175px;
}
.download_table .item_box .function a{
    color: #333333;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.download_table .item_box .function a i{
    color: #8cc54c;
    margin-right: 10px;
}
.download_table .item_box .function a:last-child{
    margin-left: 30px;
}
/* begin product home */
.productHome{
	padding-top: 50px;
}
.listProduct{
	background-color: #f6f6f6;
	padding: 10px 0 1px;
}
.listProduct .item{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.listProduct .item .thumb{
	width: 55%;
}
.listProduct .item .thumb a{
	display: block;
	position: relative;
	overflow: hidden;
}
.listProduct .item .thumb a:hover img{
	transform: scale(1.1);
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.listProduct .item .thumb img{
	width: 100%;
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.listProduct .item:nth-child(even) .decs{
	order: 1;
}
.listProduct .item:nth-child(even) .thumb{
	order: 2;
}
.listProduct .item .decs{
	width: 45%;
}
.listProduct .item .decsCt{
	max-width: 570px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); */
	padding: 40px 40px 50px 60px;
}
.listProduct .item .decsCt .img{
	max-width: 190px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.listProduct .item .decsCt .titleLine{
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	font-size: 28px;
	line-height: 42px;
	color: #ee1c26;
	font-weight: bold;
	text-transform: uppercase;
}
.listProduct .item .decsCt .titleLine::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90px;
	height: 5px;
	background-image: url('../images/linetitle.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.listProduct .item .decsCt .titleLine a{
	color: #ee1c26;
}
.listProduct .item .decsCt .tend{
	margin-bottom: 20px;
	font-size: 16px;
	color: #444444;
	max-height: 46px;
	overflow: hidden;
}
/* end product home */
.sellContact{
    margin-bottom: 30px;
    display: block;
    clear: both;
}
.sellContact a{
    min-width: 210px;
    text-align: center;
    background-color: #ee1c26;
    border: 1px solid #ee1c26;
    color: #fff; 
    display: inline-block;
    padding: 18px 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.sellContact a span{
    margin-left: 10px;
}
.sellContact a:hover{
    color: #ee1c26;
    background-color: #fff;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #vnt-product-c1 .productc1_grp .big_img {
      padding: 0 15px;
    }
}
@media all and (max-width: 991px){
    .sellContact a{
        padding: 10px 20px;
    }
    
    #vnt-product-c1 .productc1_grp .big_img{
        padding: 0 10px;
        width: 50%;
        margin-bottom: 30px;
    }
    #vnt-product-c1 .productc1_grp .item_box{
        width: 50%;
        margin-bottom: 20px;
    }
    #vnt-product-c1 .productc1_grp{
        margin: 0 -10px;
    }
    #vnt-product-c1 .product_title .title{
        font-size: 24px;
        line-height: 37px;
    }
    #vnt-product-c1 .productc1_wrapper{
        margin-bottom: 40px;
    }
    #vnt-product-c1 .product_more{
        text-align: center;
    }
    .product_grp .item .content .title{
        font-size: 16px;
        padding: 12px 10px;
        line-height: 24px;
        overflow: hidden;
    }

    #vnt-product-c1 .product_title .title {
        font-size: 25px;
    }
    #vnt-product-c1 .product_more {
        text-align: center;
    }
    #vnt-product-c1 .productc1_wrapper {
        margin-bottom: 30px;
    }
    #vnt-product-c1 .productc1_wrapper {
        margin-bottom: 40px;
    }
    #vnt-product-c1 .productc1_grp {
        margin-top: 25px;
    }
    #vnt-product-c1 .productc1_grp .big_img {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 30px;
    }

    #vnt-product-c2 {
         padding: 25px 0 50px;
    }
    #vnt-product-c2 .product_des {
        font-size: 13px;
        line-height: 1.4;
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 54.6px;
        margin-top: 15px;
    }
    #vnt-product-c2 .product_grp .item_box {
        margin-bottom: 35px;
    }

    #vnt-product-detail .product_name {
        font-size: 20px;
        padding-bottom: 0;
    }
    #vnt-product-detail .content_title {
        font-size: 20px;
        line-height: 25px;
    }
    #vnt-product-detail .product_thumb_grp {
        width: 100%;
    }

    #vnt-product-detail .product_thumb_grp .img_small .slick-list {
        margin: 0 -3px;
    }
    #vnt-product-detail .product_thumb_grp .img_small .slick-list .img {
        padding: 0 3px;
    }
    #vnt-product-detail .product_info_grp {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    #vnt-product-detail .product_info_grp .info_grp .item_box {
        font-size: 14px;
    }
    #vnt-product-detail .product_info_grp .short_des {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #vnt-product-detail .product_content_wrapper {
        margin-top: 40px;
        padding: 20px 20px 5px;
    }
    #vnt-product-detail .product_content .content_grp {
        margin-bottom: 35px;
        font-size: 13px;
    }
    #vnt-product-detail .product_others .others_slide {
        margin: 25px 0 0;
    }
    #vnt-product-detail .product_others .others_slide .item_box {
        padding: 0 5px;
    }
    #vnt-product-detail .product_others .others_slide .slick-list {
        margin: 0 -5px;
    }
    .download_table .item_box{
        padding: 14.1px 13px;
    }
    .download_table .item_box .name{
        width: 100%;
        margin-bottom: 10px;
    }
    #vnt-product-detail .product_others .vnt-title{
        font-size: 24px;
        line-height: 33px;
    }
    	/* begin product Home*/
	.productHome{
		padding-top: 30px;
	}
	.listProduct .item{
		display: block;
		clear: both;
	}
	.listProduct .item .thumb, .listProduct .item .decs{
		width: 100%;
	}
	.listProduct .item .decs{
		padding: 20px;
	}
	.listProduct .item:nth-child(odd) .decsCt, .listProduct .item:nth-child(even) .decsCt{
		margin: 0;
		float: none;
		margin: 0 auto;
	}
	.listProduct .item .decsCt{
		padding: 25px;
	}
	.listProduct .item .decsCt .tend{
		height: 70px;
	}
	.listProduct .item .decsCt .titleLine{
		font-size: 22px;
		line-height: 34px;
	}
	/* end product Home*/
}
@media all and (max-width: 767px){
    #vnt-product-c1 .productc1_grp .big_img{
        padding: 0 5px;
    }
    .product_grp .item_box{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #vnt-product-c1 .productc1_grp{
        margin: 0 -5px;
    }
    #vnt-product-c1 .productc1_grp .big_img {
        padding: 0 5px;
    }
    
    #vnt-product-c2 {
        padding: 50px 0 60px;
    }
    #vnt-product-c2 .product_des {
        font-size: 14px;
        font-weight: 300;
        color: #555555;
        line-height: 1.4;
        text-align: center;
        max-width: 865px;
        margin: 20px auto 0;
    }
    #vnt-product-c2 .product_more {
        text-align: center;
    }
    #vnt-product-c2 .product_more a {
        font-size: 14px;
        font-weight: 600;
    }
    #vnt-product-c2 .product_more a i {
        margin-left: 5px;
    }
    #vnt-product-c2 .product_wrapper {
        margin-top: 30px;
    }
    #vnt-product-c2 .product_grp .item_box {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 500px){
    #vnt-product-c1 .productc1_grp .item_box{
        width: 100%;
        margin-bottom: 20px;
    }
}
