#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 -25px;
}
#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
}

.product_grp .item_box{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}

#vnt-product-c1 .productc1_wrapper{
    margin-bottom: 80px;
}
#vnt-product-c1 .productc1_wrapper:last-child{
    margin-bottom: 0;
}
#vnt-product-c1 .product_des{
    color: #323131;
    /* text-align: center; */
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    /* max-height: 90px; */
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
/*  */
.showDescPro{
    margin-bottom: 30px;
}
.showDescPro .showmore{
    text-align: center;
}
.showDescPro .showmore a{
    display: none;
}
.showDescPro .showmore a{
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}
.showDescPro .showmore a span{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.showDescPro .showmore a span::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}
.showDescPro .showmore a.showMM span::before{
    content: "\f068";
}



/*  */
#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: #2d3591;
}
#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: #f58220;
}

.download_table{
    max-width: 970px;
    margin: 0 auto;
}
.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: 12px 15px;
    font-weight: 300;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
}
.download_table .item_box:nth-child(odd){
    background-color: #f5f5f5;
}
.download_table .item_box .name{
    width: calc(100% - 200px);
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.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 .name a i{
    margin-right: 10px;
    color: #2d3591;
    font-size: 18px;
    
}
.download_table .item_box .function{
    width: 185px;
}
.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: #2d3591;
    margin-right: 10px;
}
.download_table .item_box .function a:last-child{
    margin-left: 30px;
}

/*  */
.gripproduct{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.gripproduct .colGr{
    padding: 0 8px;
    width: 25%;
    margin-bottom: 16px;
}

/*  */
.itemProduct{
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.itemProduct .thumb a{
    padding-top: 90%;
    overflow: hidden;
    position: relative;
    display: block;
}
.itemProduct .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itemProduct .thumb a:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}
.itemProduct .decs{
    padding: 20px 10px;
    text-align: center;
} 
.itemProduct .decs h3{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
} 
.itemProduct .decs h3 a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemProduct .decs .pricePro{
    font-size: 13px;
    line-height: 21px;
    color: #f58220;
    font-weight: 600;
}
/* product page 2 */
.productGrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.productGrip .item_box{
    padding: 0 25px;
    width: 50%;
}
.lstLinkProduct {
    margin-bottom: 50px;
}
.itemProAll{
    position: relative;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.itemProAll .thumb{
    
}
.itemProAll .thumb a{
    padding-top: 65.56%;
    overflow: hidden;
    position: relative;
    display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemProAll .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemProAll:hover .thumb a img{
    transform: scale(1.05);
}
.itemProAll .decs{
    padding: 30px 30px 50px;
}
.itemProAll .decs .titleD{
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.itemProAll .decs .titleD::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: #f58220;
}
.itemProAll .decs .titleD::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 2px;
    left: 15px;
    background-color: #2d3591;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemProAll:hover .decs .titleD::after{
    width: 100px;
}
.itemProAll .decs h3{
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itemProAll .decs h3 a{
    display: block;
}
.itemProAll .decs .tend{
    color: #666666;
    font-size: 15px;
    line-height: 23px;
    height: 69px;
    margin-bottom: 20px;
    overflow: hidden;
}
.itemProAll .decs .viewLinkAl{
    text-align: left;
}

/* product page 3 */
/* popupInfo */
.popupInfo{
	display: none;
	overflow: initial;
	padding: 0;
	width: 100%;
}
.popupInfo .titlePop{
	background-color: #f5f5f5;
	text-align: center;
	padding: 10px;
}
.popupInfo .titlePop h2{
	font-size: 25px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 600;
}
.popupInfo .titlePop h2 span{
	color: #2d3591;
	display: inline-block;
	margin-right: 10px;
}
.popupInfo .contentPop{
	padding: 30px 50px;
}
.popupInfo .contentPop .row{
	margin: 0 -50px;
}
.popupInfo .contentPop .row > div{
	padding: 0 50px;
}
.popupInfo .contentPopPd{
	padding: 30px 20px;
}
.popupInfo .contentPop .nameNg{
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.popupInfo .contentPop .nameNg .colorD{
	font-weight: bold;
}
.popupInfo .contentPop table{
	width: 100%;
}
.popupInfo .contentPop table thead{
	background-color: #1c89c6;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.popupInfo .contentPop table thead th{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.popupInfo .contentPop table thead th:last-child{
    border-right-color: #1c89c6;
}
.popupInfo .contentPop table tbody{
	border-top: 1px solid rgba(0,0,0,0.8);
	border-left: 1px solid rgba(0,0,0,0.8);
}
.popupInfo .contentPop table tbody td{
	border-right: 1px solid rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.8);
}
.popupInfo .contentPop table td{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.popupInfo .contentPop table th, .popupInfo .contentPop table td{
	padding: 10px 12px;
}
.popupInfo .contentPop .txtPop{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.popupInfo .contentPop .linkPopAcc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popupInfo .contentPop .tableGrip, .popupInfo .contentPop .tableInfo{
	margin-bottom: 20px;
}

.popupInfo .contentPop .lstPop ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px;
	color: #898888;
}
.popupInfo .contentPop .lstPop ul li{
	margin: 0 5px;
}
.popupInfo .contentPop .infoLop{
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}



.form-field {
    margin-bottom:10px;
}
.form-field:after{
    content: "";
    display: block;
    clear: both;
}

.form-field label,
.form-button label {
    font-size:14px;
    font-weight:400;
    width: 100%;
    min-height: 1px;
    margin-bottom: 0;
	margin-bottom: 5px;
}
.form-field label span{
    color: #f68428;
}
.form-field .colRight{
    width: 100%;
    overflow: hidden;
}
.form-field .formFa{
    position: relative;
}
.form-field .formFa:before{
    font-family: fontAwesome;
    position: absolute;
    left:15px;
    top: 10px;
    color:#999999;
}
.form-field .fa2line::before{
    content: '';
    background-image: url('../images/line-2.png');
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.form-field input,
.form-field textarea, .form-field select {
    width:100%;
    border-radius:3px;
    border: none;
    min-height:45px;
	box-shadow:none;
	padding: 0 10px;
    padding-left: 40px;
    resize:none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-field select {
	padding: 0 10px;
}
.form-field textarea{
    padding: 10px;
    padding-left: 40px;
    height: 125px;
}
.form-button {
    margin: 30px 0;
}
.form-button .btnAll button{
	display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #2d3591;
    border: 1px solid #2d3591;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    min-width: 180px;
    font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.form-button .btnAll button:hover{
	color: #2d3591;
    background-color: #ffffff;
}
.conPhoneForm{
	text-align: center;
	font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.conPhoneForm a{
	color: #2d3591;
	font-weight: bold;
}

/* boxDetailOne */
.boxDetailOne{

}
.gripDetailOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.gripDetailOne .col{
    width: 55%;
    padding: 0 25px;
}
.gripDetailOne .col:nth-child(1){
    width: 45%;
}
.sliderProNav{
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.sliderProNav .itemSl a{
    display: block!important;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.sliderProNav .itemSl img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.sliderproFor{
    padding: 0 40px;
    margin-bottom: 20px;
}
.sliderproFor .slick-list{
    margin: 0 -10px;
}
.sliderproFor .slick-slide{
    padding: 0 10px;
}
.sliderproFor .thumbSl{
    position: relative;
    padding-top: 65.56%;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.sliderproFor .thumbSl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.sliderproFor .slick-current .thumbSl::before{
    opacity: 0;
}
.sliderproFor .thumbSl img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theInfoDetail .titleDetail{
    margin-bottom: 20px;
}
.theInfoDetail .titleDetail h1, .theInfoDetail .titleDetail h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
.theInfoDetail .theText{
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 30px; 
}
.theInfoDetail .gripLhShare{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.theInfoDetail .btnContact{
    margin-bottom: 20px;
}
.theInfoDetail .btnContact a{
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #f58220;
    background-color: #f58220;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    border-radius: 25px;
    text-transform: uppercase;
}
.theInfoDetail .btnContact a:hover{
    border: 1px solid #2d3591;
    background-color: #2d3591;
}

.lstTabPro .infoTab{
    padding: 30px 0 60px;
}
.lstTabPro .infoTab:nth-child(even){
    background-color: #f6f6f6;
}


.infoTab .gripTabOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.infoTab .gripTabOne .col{
    padding: 0 15px;
    width: 50%;
}
.infoTab .gripTabOne .thumbOne img{
    width: 100%;
} 
.infoTab .gripTabOne .col:nth-child(1){
    order: 2;
}

.tabProFive{

}
.lstTkSystem{
    max-width: 790px;
    margin: 0 auto;
}
.lstTkSystem .itemSys{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.lstTkSystem .itemSys p{
    font-weight: bold;
}
.lstTkSystem .itemSys li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; 
}
.lstTkSystem .itemSys li .col{
    width: 50%;
}
.product_others{
    padding: 30px 0 0px;
}

/*  */
.decs ul{
    padding-left: 20px;
    list-style-type: disc;
}
.decs ul li{

}
@media all and (max-width: 1100px){
    /* product page 2 */
    .productGrip{
        margin: 0 -15px;
    }
    .productGrip .item_box{
        padding: 0 15px;
    }
    .itemProAll .decs h3{
        font-size: 20px;
        line-height: 30px;
    }
    .theInfoDetail .titleDetail h1, .theInfoDetail .titleDetail h2{
        font-size: 30px;
        line-height: 45px;
    }
    .theInfoDetail .titleDetail {
        margin-bottom: 10px;
    }
    .infoTab .gripTabOne{
        font-size: 14px;
        line-height: 22px;  
        margin: 0 -10px;  
    }
    .infoTab .gripTabOne .col{
        padding: 0 10px;
    }
}
@media all and (max-width: 991px){
    .lstTkSystem .itemSys{
        font-size: 13px;
        line-height: 21px;
    }
    .lstTkSystem .itemSys li .col:last-child{
        font-size: 12px;
        line-height: 20px;
    }

    .lstTabPro .infoTab{
        padding: 30px 0 40px;
    }
    .gripDetailOne .col, .infoTab .gripTabOne .col{
        width: 100%;
    }
    .gripDetailOne .col:nth-child(1){
        width: 100%;
    }
    .infoTab .gripTabOne .col:nth-child(1){
        order: unset;
        margin-bottom: 10px;
    }

    .theInfoDetail .titleDetail h1, .theInfoDetail .titleDetail h2{
        font-size: 25px;
        line-height: 37px;
    }
    
    .theInfoDetail .theText{
        font-size: 14px;
        line-height: 22px;
    }
    #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: 30px;

    }
    #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;
    }
    #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-c1 .productc1_grp .item_box {
        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;
    }
    .download_table .item_box{
        padding: 14.1px 13px;
    }
    .download_table .item_box .name{
        width: 100%;
        margin-bottom: 10px;
    }

    /*  */
    .gripproduct{
        margin: 0 -5px;
    }
    .gripproduct .colGr{
        width: 33.333%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    /* product page 2 */
    .lstLinkProduct{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .lstLinkProduct .menuTab{
        margin-bottom: 0;
    }
    .productGrip .item_box{
        width: 50%;
    }
    .itemProAll .decs{
        padding: 20px 20px 30px;
    }
    .itemProAll .decs .titleD{
        margin-bottom: 20px;
    }
    /* product page 3 */
    
	.popupInfo .contentPop{
		padding: 15px 20px 20px;
	}
	.popupInfo .contentPop .infoLop{
		font-size: 15px;
		line-height: 23px;
    }
    .form-field label, .form-button label,
    .form-field .colRight{
        width: 100%;
	}
	.form-button{
		margin: 10px 0 20px;
    }
    .sliderProNav{
        margin-bottom: 10px;
    }
    .sliderproFor .slick-list{
        margin: 0 -5px;
    }
    .sliderproFor .slick-slide{
        padding: 0 5px;
    }
}
@media all and (max-width: 767px){

    .theInfoDetail .btnContact{
        margin-right: 0;
        margin-bottom:20px;
        width: 100%;
    }
    
    #vnt-product-c1 .productc1_grp .big_img{
        padding: 0 5px;
    }
    .product_grp .item_box{
        padding: 0 5px;
        margin-bottom: 30px;
    }
    #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;
    }
    /*  */
    .gripproduct .colGr{
        width: 100%;
    }
    /* product page 2 */
    .productGrip .item_box{
        width: 100%;
        margin-bottom: 40px;
    }
    .productGrip .item_box:last-child{
        margin-bottom: 0;
    }
}

/*  */
.txtProcap{
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
/*  */
.styleSlider .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.styleSlider .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.styleSlider .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	font-size: 0;
	padding:0;
	border:1px solid #fff;
	position: relative;
	border-radius: 100%;
}
.styleSlider .slick-dots li.slick-active button{
	opacity: 1;
	background-color: #fff;
	border: 1px solid #fff;
}
.infoDetailPro{
    margin-bottom: 50px;
}
.infoDetailPro .item .text-h{
    font-size: 18px;
    line-height: 28px;
    color: #e41e26;
    text-transform: uppercase;
}
.infoDetailPro .item p{
    font-size: 16px;
    line-height: 22px;
}
.listTabAll .aTabTt{
    background-color: #f5f5f5;
    padding: 10px;
    padding-bottom: 0;

}
.listTabAll .aTabTt ul{
    display: block;
}
.listTabAll .aTabTtpd{
    min-height: 58px;
    margin-bottom: 30px;
}
.listTabAll .aTabTt{
    position: static;
    top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 11;
}
.listTabAll .aTabTt.active{
    position: fixed;
    top: 93px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.listTabAll .aTabTt.active ul{
    text-align: center;
}
.listTabAll .aTabTt li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.listTabAll .aTabTt li a{
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #fff;
}
.listTabAll .aTabTt li.active a, .listTabAll .aTabTt li:hover a{
    background-color: #e41e26;
    color: #fff;
}
.listTabAll .boxinfo{
    margin-bottom: 50px;
}
.theContent img{
    width: auto!important;
    height: auto!important;
}
.listTabAll .boxinfo .title{
    font-size: 35px;
    line-height: 53px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.listTabAll .boxinfo .title::before{
    content: '';
    height: 3px;
    width: 60px;
    background-color: #e41e26;
    position: absolute;
    bottom: 0;
    left: 0;
}
.listTabAll .boxinfo .content p{
    padding: 0;
    margin-bottom: 10px;
}
.listTabAll .boxinfo .content p img{
    margin: 20px 0;
    width: 100%;
}
.listTabAll .boxinfo .content .sliderProduct img{
    margin: 0;
}
.listTabAll .boxinfo .content .sliderAlbum img{
    margin: 0;
}
.listTabAll .boxinfo .map img{
    width: 100%;
}
.sliderMb{
    margin-bottom: 20px;
}
.sliderMb .item img{
    width: 100%;
}
.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: 20px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.download_table .item_box i{
    color: #e41e26;
    margin-right: 5px;
}
.download_table .item_box .name{
    padding-left: 25px;
    position: relative;
}
.download_table .item_box .name i{
    position: absolute;
    left: 0;
    top: 2px;
}
.download_table .item_box .function a:last-child{
    margin-left: 30px;
}
.theList ul{
    display: block;
    margin: 20px 0;
    vertical-align: top;
}
.theList ul li{
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
    margin-left: -5px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}
.theList ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #e41e26;
}
.theList ul li:nth-child(3n + 1){
    margin-left: 0;
}
.frmBox .form-group{
    margin-bottom: 20px;
}
.frmBox .form-group input, .frmBox .form-group select{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.frmBox .form-group .btnRg{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    background-color: #e41e26;
    color: #fff;
    border: 1px solid #e41e26;
    max-width: 160px;
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.frmBox .form-group .btnRg:hover{
    background-color: #fff;
    color: #e41e26;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/*  */
.sliderProduct .slick-list{
    margin: 0 -15px;
}
.sliderProduct .slick-slide{
    padding: 0 15px;
}
.sliderProduct .item{
    position: relative;
}
.sliderProduct .item .thumb a{
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 65.56%;
    overflow: hidden;
}
.sliderProduct .item .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sliderProduct .item .decs{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    pointer-events: none;
    padding: 10px 25px 10px 15px;
}
.sliderProduct .item .decs::before{
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
/* box new */
.lstNews{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.lstNews .col{
    width: 50%;
    padding: 0 25px;
}
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .img .date{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e41e26;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
}
.news .img .date span{
    font-size: 32px;
    line-height: 40px;
    display: block;
}
.news .img:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .decs{
    padding: 20px;
    background-color: #f5f5f5;
}
.news .decs h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    height:55px;
    overflow: hidden;
}
/* sliderAlbum */
.sliderAlbum #vnt-thumbnail-for{
    margin-bottom: 10px;
}
.sliderAlbum #vnt-thumbnail-nav{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px;
}
.sliderAlbum #vnt-thumbnail-nav .slick-list{
    margin: - 5px;
}
.sliderAlbum #vnt-thumbnail-nav .slick-slide{
    padding: 0 5px;
}
.sliderAlbum #vnt-thumbnail-nav .slick-slide img{
    opacity: 0.5;
}
.sliderAlbum #vnt-thumbnail-nav .slick-slide.slick-current img{
    opacity: 1;
}
/* begin button login */
.registerPopup{
    position: relative;
}
.registerPopup .btnRegister{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    pointer-events: auto;
}
.registerPopup .btnRegister a{
    display: inline-block;
    padding: 13px 15px;
    background-color: #e32b2e;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: 1px solid #e32b2e;
    text-align: center;
}
.registerPopup .btnRegister a:hover{
    background-color: #fff;
    color: #e32b2e;
}
.registerPopup .btnRegister a span{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.registerPopup .btnRegister a span::before{
    content: "\f044";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.registerPopup .popupRegister{
    display: none;
}

/* end button login */
/* beign popupRegister  */
.popupRegister{
    max-width: 415px;
    width: 100%;
    text-align: center;
}
.popupRegister .titlePop{
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans Condensed';
    margin-bottom: 20px;
}
.popupRegister .frmPop .frm-group{
    margin-bottom: 10px;
}
.popupRegister .frmPop .frm-group input, .popupRegister .frmPop .frm-group select{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffff;
    background-color: transparent;
    height: 50px;
    padding: 0 10px;
}
.popupRegister .frmPop .frm-group select{
    background-image: url('../images/dow.png');
    background-position: 95% 50%;

}
.popupRegister .frmPop .frm-group input::-webkit-input-placeholder {
    color: #ffff;
}
.popupRegister .frmPop .frm-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffff;
}
.popupRegister .frmPop .frm-group input::placeholder {
    color: #ffff;
}
.popupRegister .frmPop .frm-group:last-child{
    margin-top: 30px;
    text-align: center;
}
.popupRegister .frmPop .frm-group button{
    height: 50px;
    min-width: 175px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e32b2e;
    background-color: #e32b2e;
    color: #ffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
}
.popupRegister .frmPop .frm-group button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    height: 0;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.popupRegister .frmPop .frm-group button:hover::before{
    height: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.popupRegister .frmPop .frm-group button:hover{
    color: #e32b2e;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popupRegister .frmPop .frm-group button span{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.popupRegister .frmPop .frm-group button span::before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* end popupRegister  */


.myCheckbox{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
}
.myCheckbox input{
    display: none;
}
.myCheckbox:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    border:solid 1px #999999;
    border-radius: 2px;
}
.myCheckbox.active:before{
    border-color: #999999;
}
.myCheckbox:after{
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    left: 3px;
    top: 47%;
    transform: translate(0, -50%);
    font-size: 10px;
    color: #ffffff;
    display: none;
}
.myCheckbox.active:after{
	display: block;
}
.myCheckbox.active::before{
    border:solid 1px #c0b197;
    background-color: #c0b197;
}


/* subNavFill */
.subNavFill .boxSubNavLink{
    margin-bottom: 30px;
}
.boxSubNavLink .titleNavLink {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d3591;
    font-weight: 600;
}
.infoNavLink{
    border: 1px solid rgba(0,0,0,0.1);
    border-top: none;
    border-bottom: none;
}
.infoNavLink .mmTitleMb  {
    padding: 12px 40px 12px 15px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d3591;
    font-weight: 600;
    position: relative;
}
.infoNavLink .mmTitleMb::before{
    content: "\f0c9";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 15px;
}

.itemNavLink .titleItemNL{
    padding: 12px 15px;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemNavLink.active .titleItemNL{
    background-color: #f58220;
    color: #ffff;
}
.itemNavLink.active .titleItemNL a{
    color: #ffff;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.itemNavLink .titleItemNL .button-submenu{
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    right: 0;
}
.itemNavLink .titleItemNL .button-submenu::before{
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 13px;
}
.itemNavLink.active .titleItemNL .button-submenu::before{
    content: "\f068";
}
.itemNavLink .conItemNl{
    display: none;
    background-color: #f5f5f5;
    padding: 15px;
}
.itemNavLink .conItemNl li{
    margin-bottom: 5px;
}
.itemNavLink .conItemNl li:last-child{
    margin-bottom: 0px;
}
.itemNavLink .conItemNl li a{
    display: block;
    padding: 5px 0 5px 15px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}
.itemNavLink .conItemNl li a::before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 13px;
}

.subNavFill .boxFill .titleFill{
    padding: 10px;
    padding-right: 20px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    background-color: #c0b197;
    color: #fff;
}
.subNavFill .boxFill .titleFill::before{
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 15px;
    display: none;
}
.subNavFill .boxFill.active .titleFill::before{
    content: "\f106";
}
.subNavFill .boxFill .contentFill{
    background-color: #f4f0ea;
    padding: 15px;
}
.boxFill .contentFill .lstCheck{
    margin-bottom: 5px;
    max-height: 305px;
    overflow: hidden;
}
.boxFill .contentFill.showHe .lstCheck{
    max-height: 100%;
}
.boxFill .contentFill .viewCheck{
    text-align: center;
    color: #c0b197;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}
.boxFill .contentFill .viewCheck a{
    color: #c0b197;
}
.boxFill .contentFill .viewCheck a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.boxFill .contentFill .viewCheck a span::before{
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 15px;
}
/* gripProLvTow */


.gripProLvTow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripProLvTow > div{
    padding: 0 15px;
}
.gripProLvTow .colL{
    width: 300px;
}
.gripProLvTow .colR{
    width: calc(100% - 300px);
}
.infoForProduct .titleForPro{
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.infoForProduct .titleForPro::before{
    content: '';
    width: 65px;
    height: 3px;
    background-color: #2d3591;
    position: absolute;
    left: 0;
    bottom: 0;
}
.infoForProduct .titleForPro h1{
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
.infoForProduct .contentForPro{
    margin-bottom: 20px;
}
.contentForPro .txtForpro{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contentForPro.show .txtForpro{
    max-height: 100%;
}
.contentForPro .viewAlFor a{
    color: #2d3591;
    display: inline-block;
}
.contentForPro .viewAlFor a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.contentForPro .viewAlFor a span::before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 15px;
}
.lstForProduct .toolForPro{
    margin-bottom: 25px;  
}
.lstForProduct .gripForTool{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.gripForTool .toolMd {
    max-width: 170px;
    width: 100%;
}
.gripForTool .toolMd select{
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    padding: 0 20px 0 10px;
    border: none;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
.gripForTool .toolPaggin{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.gripForTool .toolPaggin span{
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    margin-right: 20px;
}
.gripForTool .toolPaggin select{
    width: 70px;
    height: 40px;
    background-color: #f5f5f5;
    padding: 0 20px 0 20px;
    border: none;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

/* lstProductGr */
.lstProductGr{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstProductGr .colGr{
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

/*  */
.product_name {
    font-size: 28px;
    line-height: 37px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product_info_wrapper .wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_thumb_grp {
    width: 44.444%;
}
.product_thumb_grp .img_big {
    margin-bottom: 10px;
}
.product_thumb_grp .img_big .img {
    padding: 1px;
}
.product_thumb_grp .img_big .img a {
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
    padding-top: 82.6923%;
    overflow: hidden;

}
.product_thumb_grp .img_big .img a img {
    position: absolute;
    top: 0%;
    left: 0%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product_thumb_grp .img_small_grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0 40px;
}
.product_thumb_grp .img_small_grp button {
    background: #eeeeee;
    width: 33px;
    color: #000;
    text-align: center;
    border: none;
    font-size: 22px;
    border-radius: 0;
    height: 100%;
}
.product_thumb_grp .img_small_grp button.prev_arrow {
    margin-right: 10px;
    left: 0;
}
.product_thumb_grp .img_small_grp button.next_arrow {
    margin-left: 10px;
    right: 0;
}
.product_thumb_grp .img_small {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.product_thumb_grp .img_small .slick-list {
    margin: 0 -5px;
}
.product_thumb_grp .img_small .img {
    padding: 0 5px;
}
.product_thumb_grp .img_small .img span {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 72.8571%;
    cursor: pointer;
}
.product_thumb_grp .img_small .img span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid transparent;
    z-index: 1;
}
.product_thumb_grp .img_small .slick-current .img span::before{
    border: 3px solid #c0b197;
}
.product_thumb_grp .img_small .img img {
    position: absolute;
    top:    0%;
    left: 0%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text_green{
    color: #c0b197;
    font-weight: bold;
}

.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: 14px;
    margin-top: 12px;
}
.product_info_grp .info_grp .item_box .name {
    width: 130px;
    font-weight: 600;
}
.product_info_grp .info_grp .item_box .name:after {
    content: ':';
    float: right;
}
.product_info_grp .info_grp .item_box .info {
    width: calc(100% - 130px);
    padding-left: 20px;

}
.product_info_grp .short_des {
    margin: 15px 0 25px;
    font-size: 14px;
}
.product_info_grp .short_des .short_title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.contactPro{
    margin-bottom: 20px;
}
.contactPro a{
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    color: #fff;
    font-weight: bold;
    background-color: #c0b197;
}
.contactPro a:hover{
    background-color: #716558;
}
.product_content_wrapper {
    margin-top: 90px;
}

.product_content_wrapper .sliderVideo .slick-list{
    margin: 0 -40px;
} 
.product_content_wrapper .sliderVideo .slick-slide{
    padding: 0 40px;
    opacity: 0.3;
}
.product_content_wrapper .sliderVideo .slick-slide.slick-current{
    opacity: 1;
}

.product_content_wrapper .sliderVideo img{
    width: 100%;
}
.product_content_wrapper .sliderVideo iframe{
    width: 100%;
}

.product_content .content_grp {
    margin-bottom: 30px;
}
.product_others .vnt-title{
    font-size: 35px;
    line-height: 53px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.product_others .vnt-title::before{
    content: '';
    height: 3px;
    width: 50px;
    background-color: #c0b197;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.product_others .others_slide {
    display: block;
}
.product_others .others_slide .slick-list {
    padding: 5px;
}
.product_others .change_slide {
    text-align: center;
}
.product_others .change_slide button {
    background: none;
    border: none;
    margin: 0 15px;
    font-size: 45px;
    color: #cccccc;
}

/*  */


/*  */
.rowGrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.bgBox{
    background-color: #f9f9f9;
}

.others_slide .slick-list {
    margin: 0 -15px;
}
.others_slide .slick-slide{
    padding: 0 15px;
}

/*  */
.product_sidebar .sidebar ul li {
    margin: 1px 0;
}
.product_sidebar .sidebar ul li:hover a {
    color: #fff;
    background-color: #2d3591;
}
.product_sidebar .sidebar ul li:hover a i {
    color: #fff;
    background-color: #2d3591;
}
.product_sidebar .sidebar ul li a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    padding: 15px;
    background-color: #f5f5f5;
}
.product_sidebar .sidebar ul li a i {
    color: #2d3591;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product_sidebar .sidebar ul li.current a {
    color: #fff;
    background-color: #2d3591;
}
.product_sidebar .sidebar ul li.current a i {
    color: #fff;
}
.content_title {
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
    padding: 0px 0 0px 20px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-left: 3px solid #2d3591;
}
@media all and (max-width: 1200px){
    .product_others .others_slide{
        margin-bottom: 60px;
    }
    .product_others .others_slide .slick-arrow {
        top: initial;
        bottom: -100px;
    }
    .product_others .others_slide .slick-prev{
        left: calc(50% - 40px);
    }
    .product_others .others_slide .slick-next{
        left: calc(50% + 15px);
        right: inherit;
    }
    .product_sidebar .sidebar ul li a{
        font-size: 13px;
        line-height: 21px;
    }
    .lstProductGr{
        margin: 0 -10px;
    }
    .lstProductGr .colGr{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itemProduct .decs h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itemProduct .decs .pricePro{
        font-size: 12px;
        line-height: 20px;
    }
}
@media all and (max-width: 991px){
    .others_slide .slick-list {
        margin: 0 -5px;
    }
    .others_slide .slick-slide{
        padding: 0 5px;
    }
    .popupRegister .titlePop{
        font-size: 30px;
        line-height: 45px;
    }
    .sliderProduct{
        margin-bottom: 60px;
    }
    .sliderProduct .slick-dots{
        bottom: -30px;
    }
    .sliderProduct .slick-dots li.slick-active button{
        background-color: #e32b2e;
    }
    .sliderProduct .slick-dots li button{
        border: 1px solid #e32b2e;
    }
    .viewAllPro a{
        padding: 15px;
    }
    .listTabAll .boxinfo{
        margin-bottom: 20px;
    }
    .listTabAll .aTabTtpd{
        display: none;
    }
    .infoDetailPro{
        margin-bottom: 30px;
    }
    .theList ul li{
        width: 50%;
    }
    .theList ul li:nth-child(3n + 1){
        margin-left: -5px;
    }
    .theList ul li:nth-child(2n + 1){
        margin-left: 0;
    }
    .listTabAll .boxinfo .title{
        font-size: 25px;
        line-height: 38px;
    }
    .download_table .item_box{
        font-size: 15px;
        line-height: 27px;
    }
    .download_table .item_box .name{
        max-height: 30px;
        overflow: hidden;
    }
    .theProject .title h2{
        font-size: 25px;
        line-height: 38px;
    }

    .registerPopup .btnRegister a{
        padding: 8px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .lstNews{
        margin: 0 -5px;
    }
    .lstNews .col{
        padding: 0 5px;
    }
    .news .img .date{
        padding: 5px;
        font-size: 9px;
    }
    .news .img .date span{
        font-size: 20px;
        line-height: 22px;
    }
    .news .decs{
        padding: 10px;

    }
    .news .decs h3{
        font-size: 12px;
        line-height: 18px;
        height: 35px;
    }
    .lstProductGr{
        margin: 0 -5px;
    }
    .lstProductGr .colGr{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .infoForProduct .titleForPro h1{

    }
    .gripProLvTow{
        margin: 0 -10px;
    }
    .gripProLvTow > div{
        padding: 0 10px;
    }
    /*  */
    .gripDetailOne{
        margin-bottom: 30px;
    }
    .product_name {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .rowGrip .thumb{
        margin-bottom: 20px;
    }
    .product_thumb_grp {
        width: 100%;
    }
    .product_thumb_grp .img_small_grp button {
        width: 24px;
    }
    .product_thumb_grp .img_small_grp button.prev_arrow {
        margin-right: 6px;
    }
    .product_thumb_grp .img_small_grp button.next_arrow {
        margin-left: 6px;
    }
    .product_thumb_grp .img_small .slick-list {
        margin: 0 -3px;
    }
    .product_thumb_grp .img_small .slick-list .img {
        padding: 0 3px;
    }
    .product_info_grp {
        width: 100%;
        padding: 0;
    }
    .product_info_grp .info_grp .item_box {
        font-size: 14px;
    }
    .product_info_grp .short_des {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .product_content_wrapper {
        margin-top: 0px;
    }
    .product_content .content_grp {
        margin-bottom: 35px;
        font-size: 13px;
    }

    .product_others .others_slide .item_box {
        padding: 0 5px;
    }
    .product_others .others_slide .slick-list {
        margin: 0 -5px;
    }
    .download_table .item_box{
        margin-bottom: 20px;
    }
    .download_table .item_box .name{
        width: 100%;
        margin-bottom: 10px;
    }
    .product_others .vnt-title{
        font-size: 24px;
        line-height: 36px;
    }
    .gripProLvTow .colL{
        width: 100%;
    }
    .gripProLvTow .colR{
        width: 100%; 
    }
    .lstitemNavLink{
        display: none;
    }
    .subNavFill .boxSubNavLink{
        margin: -30px -11px 30px;
    }
    .content_title{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 767px){
    .download_table .item_box{
        display: block;
    }

    .subNavFill{
        margin-bottom: 20px;
    }
    .subNavFill .boxSubNavLink{
        margin-bottom: 10px;
    }

    .subNavFill .boxFill .contentFill{
        display: none;
    }
    .subNavFill .boxFill .titleFill::before{
        display: block;
    }
}
