.vnt-banner {
    margin-top:30px;
    border-radius: 4px;
}

#vnt-slider {   
    border:none;
    max-height: 420px;
    overflow: hidden;
}

#vnt-slider .item img {
    width: 100%;
    
}

#vnt-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;   
    padding: 0;

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    margin-top: -35px;
    width: 29px;
    height: 78px;
    z-index: 1;


    
}

#vnt-slider .slick-prev {
    background: url(../images/arrowRight.png);
    left: 14px;
}

#vnt-slider .slick-next {
    background: url(../images/arrowLeft.png);
    right: 14px;
}

#vnt-slider .slick-dots {
    text-align: center;
    margin-top: 12px;
    padding-bottom: 20px;
}

#vnt-slider .slick-dots li {
    height: 13px;
    width: 13px;
    background: #b2b2b2;
    border-radius: 100%;
}

#vnt-slider .slick-dots li.slick-active {
    background: #ffcc66;
}

#vnt-slider .slick-dots li button {
    display: none;
}

.box-product {
    margin-top: 20px;
}

.box-product > div > div {
    margin: 0 -30px;
}

.box-product h3 {
    padding: 0 15px;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #404040;
    display: block;
}

.group-product {
    margin-top: 20px;
}

.group-product:after {
    content: '';
    display: block;
    clear: both;
}

.item-product {
    position: relative;
		padding:0px 15px;
}

.item-product .div-image {
    height: 270px;
    text-align: center;
    background: #ffcc66;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.item-product .div-image a {
    display: block;
    outline: 0;
}

.item-product .div-title {
    background: #404040;
}

.item-product .div-image img {
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.item-product .div-image:hover img {
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform:scale(1.1);
    transform: scale(1.1);
}

.item-product .div-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    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);
}

.item-product .div-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.item-product .div-title a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

.box-about {
    margin-top: 35px;
}

.box-about h3 {
    font-size: 22px;
    color: #d21212;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
    text-transform: uppercase;
}

.item-about .div-caption {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.item-about .div-image {
    width: 42%;
    float: left;
    text-align: center;
    padding: 0 20px;
}

.item-about .div-descript {
    width: 58%;
    float: left;
}

.item-about .by-excerpt {
    text-align: justify;
    color: #666;
}

a.btn-viewmore {
    margin-top: 30px;
    height: 34px;
    line-height: 34px;
    padding: 0 24px 0 15px;
    text-decoration: none;
    border: 1px solid #ff9900;
    display: inline-block;
    color: #ff9900;
    outline: 0;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

a.btn-viewmore:hover {
    color: #404040;
    border: 1px solid #404040;
}

a.btn-viewmore .fa {
    margin-left: 10px;
}


/* UPDATE NEWS */
.vnt-infoss{
    padding: 0 10px;
}
.vhprodhome{
    margin-top: 30px;
}
.vhprodhome .spitem{
    margin-bottom: 45px;
}
.vhprodhome .spitem:last-child{
    margin-bottom: 0;
}
.hpprodhome .sptitle{
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #ffcc66;
}
.hpprodhome .sptitle, .hpprodhome .sptitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.cat-desc {
    margin-bottom: 20px;
}
.tpprodhome .spgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpprodhome .spgrip > div{
    padding: 0 15px;
    width: 25%;
}
.itprodhome{
    position: relative;
    padding: 12px 20px 20px;
    border: 3px solid #d9d9d9;
    height: 100%;
}
.itprodhome::before{
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 50%;
    right: 50%;
    z-index: 1;
    border-top: 2px solid #ffcc66;
    border-bottom: 2px solid #ffcc66;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.itprodhome::after{
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -2px;
    right: -2px;
    border-left: 2px solid #ffcc66;
    border-right: 2px solid #ffcc66;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.itprodhome:hover::before{
    left: -2px;
    right: -2px;
}
.itprodhome:hover::after{
    top: -2px;
    bottom: -2px;
}
.itprodhome .thumb{
    margin-bottom: 10px;
}
.itprodhome .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itprodhome .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itprodhome .decss{
    text-align: center;
}
.itprodhome .dstitle{
    margin-bottom: 5px;
}
.itprodhome .dstitle, .itprodhome .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.itprodhome .dstitle, .itprodhome .dstitle a{
    color: #0365ff;
}
.itprodhome .dstitle a{
    display: block;
    height: 48px;
    overflow: hidden;
    text-decoration: none;
}
.itprodhome .dsprice{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 5px;
}
.itprodhome .dsprice .ptext{
    font-size: 14px;
    line-height: 22px;
}
.itprodhome .dsprice .pnews{
    color: #fe3202;
    font-size: 16px;
    font-weight: bold;
}
.itprodhome .dsprice .polds{
    color: #999999;
    text-decoration: line-through;
    font-size: 14px;
}
.vhabouhome{
    margin-top: 75px;
    margin-bottom: 20px;
}
.hpabouhome .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -36.5px;
}
.hpabouhome .abgrip > div{
    padding: 0 36.5px;
}
.hpabouhome .abgrip .mcol{
    width: 52.937%;
}
.hpabouhome .abgrip .hcol{
    width: calc(100% - 52.937%);
}
.tpabouhome .abthumb{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.tpabouhome .abthumb::before{
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    height: 50%;
    width: 75%;
    background-color: #ffcc66;
    z-index: -1;
    pointer-events: none;
}
.tpabouhome .abthumb img{
    width: 100%;
}

.a-mobile { display: none;}
.vnt-about-title .dscapts{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px; 
}
.vnt-about-title .dstitle{
    margin-bottom: 10px;
    color:  var(--web-color);
    text-transform: uppercase;
}
.vnt-about-title .dstitle, .vnt-about-title .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpabouhome .dsconts{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
}
.tpabouhome .dsconts ul{
    margin-top: 10px;
}
.tpabouhome .dsconts li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.tpabouhome .dsconts li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #ff6000;
    border-radius: 100%;
}
.tpabouhome .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffcc66;
    color: #333333;
    padding: 9px 20px;
    text-decoration: unset;
}
.tpabouhome .dsviews a:hover{
    background-color: #ff6000;
    color: #fff;
}
.tpabouhome .dsviews a span{
    display: block;
    position: relative;
    padding-right: 16px;
}
.tpabouhome .dsviews a span::before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
/* UPDATE NEWS */
@media all and (max-width: 1200px){
    /* UPDATE NEWS */
    .hpabouhome .abgrip{
        margin: 0 -20px;
    }
    .hpabouhome .abgrip > div{
        padding: 0 20px;
    }
    /* UPDATE NEWS */
}
@media all and (max-width: 1024px){
	.box-about h3
	{
		font-size:21px;
	}
	.item-product .div-title
	{
		display:table;
		width:100%;
		height:68px;
	}
	.item-product .div-title a
	{
		display:table-cell;
		vertical-align:middle;	
	}
}
@media all and (max-width: 1000px) {
    .item-product {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px){
    /* UPDATE NEWS */
    .vhprodhome{
        margin-top: 15px;
    }
    .hpprodhome .sptitle{
        margin-bottom: 10px;
    }
    .hpprodhome .sptitle, .hpprodhome .sptitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpprodhome .spgrip > div{
        width: 50%;
    }
    .hpabouhome .abgrip .mcol{
        width: 100%;
    }
    .hpabouhome .abgrip .hcol{
        width: 100%;
    }

    .a-desktop { display: none;}
    .a-mobile { display: block;}
    .vhabouhome{
        margin-top: 45px;
        margin-bottom: 10px;
    }
    .tpabouhome .abthumb::before{
        left: -12px;
        bottom: -12px;
    }
    /* UPDATE NEWS */
}
@media all and (max-width: 990px){
    .box-about > div {
        margin-top: 30px;
    }

    .box-about > div:first-child {
        margin-top: 0;
    }
}
@media all and (max-width: 767px) {
    /* UPDATE NEWS */
    .tpprodhome .spgrip{
        gap: 20px 0;
        margin: 0 -10px;
    }
    .tpprodhome .spgrip > div{
        padding: 0 10px;
    }
    .vhprodhome .spitem{
        margin-bottom: 30px;
    }
    .itprodhome{
        padding: 8px 6px 10px;
    }
    .itprodhome .dstitle, .itprodhome .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itprodhome .dstitle a{
        height: 38px;
    }
    .itprodhome .dsprice .ptext{
        font-size: 12px;
    }
    .itprodhome .dsprice .pnews{
        font-size: 14px;
        line-height: 20px;
    }
    .itprodhome .dsprice .polds{
        font-size: 13px;
    }
    .vnt-about-title .dscapts{
        font-size: 16px;
        line-height: 24px;
    }
    .vnt-about-title .dstitle{
        margin-bottom: 5px;
    }
    .vnt-about-title .dstitle, .vnt-about-title .dstitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    /* UPDATE NEWS */
}
@media all and (max-width: 500px) {
    .item-about .div-caption {
        display: block;
    }
    .item-about .div-image {
        width: 100%;
        float: inherit;
    }
    .item-about .div-descript {
        width: 100%;
        margin-top: 20px;
        float: inherit;
    }
}
@media all and (max-width: 800px) {
    .vnt-banner {
        padding-bottom: 0;
        margin-top: 15px;
    }
    #vnt-slider .slick-arrow {
        display: none;
    }
	.item-about{
			padding:8px 0px;
		}
}

