.block-item{
    font-family: aptimaBold;
}
.block-item a{
    display: block;
    position:relative;
}
.block-item a:hover:after{opacity:1}
.block-item a:after{transition:0.4s ease;content:"";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background: rgba(0 0 0 / 0.4);}
.block-item img{}
.block-item span:after{content: "";background: rgb(255 255 255 / 55%);height: 1px;display: block;float: right;position: absolute;margin-top: 10px;width: 0;transition: 0.5s ease;right: 0;}
.block-item span:before{content:"";background: rgb(255 255 255 / 55%);height: 1px;display: block;left: 0;position: absolute;top: -4px;width: 0;transition: 0.5s ease;}
.block-item a:hover span{/* opacity:1 */}
.block-item a:hover span:after{width: 100%;}
.block-item a:hover span:before{
    width: 100%;
}
.block-item span{
     animation-delay: 2s;
     position: absolute;
     left: 0;
     font-size: 22px;
     width: 100%;
     border-left: 0;
     border-right: 0;
     z-index: 2;
     color: #fff;
     text-align: center;
     top: calc(50% - 20px);
     display: block;
     text-transform: uppercase;
     transition:0.5s ease;
     opacity: 1;
     text-shadow: 0px 2px 1px rgb(0 0 0 / 60%);
}
.interior-block{background: #f2f2f2;padding:30px 0}
.interior-block{}
.section-project{
    margin-bottom: 30px;
}
.section-project .big-title{
    text-align: center;
}
.section-project .big-title span{
    font-family: aptimaBold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
}
.section-project .big-title span:after{content: "";width: 100px;height: 2px;position: absolute;background: #111;right: -140px;top: 20px;}
.section-project .big-title span:before{content:"";width: 100px;height: 2px;position: absolute;background: #111;left: -140px;top: 20px;}
.nav {
    text-align: center;
    margin: 20px 0;
    border: 0;
}
.nav .nav-item:last-child:after{display:none}
.nav .nav-item:after{content:"";position: absolute;top: 15px;right: 0;height: 20px;background: #111;width: 2px;}
.nav .nav-item{
    display: inline-block;
    float: none;
    border: 0;
    position: relative;
}
.nav .nav-item a{
    border: 0;
    font-family: aptimaBold;
    font-size: 20px;
    color: #495057;
}
.nav .nav-item a.active,.nav .nav-item a:hover{
    color: red;
    background: transparent;
}
.tab-content{}
.item-project a.photo{
    display: block;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.item-project .photo:hover img{-webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
   }
.item-project img{
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    }
.item-project{
    text-align: center;
    margin-bottom: 20px;
}
.item-project a.name{
    display: block;
    margin: 6px 0;
    font-size: 17px;
    color: #333;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 61px;
}
.item-project .desc{
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
     /* fallback */
    max-height: 60px;
    margin-bottom: 10px;
}


#slide_show{
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}


.wtb{
    border: 10px solid rgba(108, 139, 198, 0.47);
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.section-recruitment{padding-bottom:120px}

#why-me .main-title .title{
    background: url(../img/why.png) no-repeat;
    height: 48px;
    line-height: 57px;
    padding-left: 55px;
}
#why-me ul{}
#why-me ul li{cursor:pointer;display: block;font-family: avo;color:#fff;font-size: 17px;position: relative;margin-bottom: 10px;}
#why-me ul em{
    display: inline-block;
    width: auto;
    font-style: normal;
    position: relative;
    z-index: 2;
}
#why-me ul span{
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}
#why-me ul li:hover span{
    background: #f2a500;
}
#why-me ul li:hover img{display:none}
#why-me ul li:hover img:last-child{display: inline-block;}
#why-me ul li:hover em{color:#333}
#why-me ul li:hover:after{content:"";position: absolute;right: 0;width: calc(100% - 60px);height: 60px;top: 10px;background: #fef1ab;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}

#why-me ul li img{}
#why-me ul li img:last-child{display: none;}
#why-me{}

#section-quantity .quantity-item{
    background: #ededed;
    padding: 15px;
}

#section-quantity{
    position: relative;
    z-index: 2;
    background-size: cover;
    padding: 40px 0;
}

#section-quantity .content .owl-nav{}
#section-quantity .content .owl-nav i{
    font-size: 30px;
    color: #df3035;
}
#section-quantity .content .owl-prev{position: absolute;left: -60px;top: calc(50% - 22.5px);}
#section-quantity .content .owl-next{
    position: absolute;
    top: calc(50% - 22.5px);
    right: -60px;
}
#section-quantity.section-news .content{
}
#section-quantity .content{}
#section-quantity.custom-section .vfont{
    font-size: 40px;
}
#section-quantity .vfont{
    font-size: 45px;
    color: #4b5da9;
}
#section-quantity .content .v-title:after{content:"";background: #6c8bc6;width: 80%;height: 4px;position: absolute;bottom: 10px;left: 10%;}
#section-quantity.custom-section .content .v-title{
    font-size: 22px;
}
#section-quantity .content .v-title{
    display: inline-block;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
}

#section-quantity .content .px-4{
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

#section-detail-vc .v-content{}
#section-detail-vc .v-content span{
    font-size: 30px;
    color: #fff;
}
#section-detail-vc .v-content a{
    margin: 0 20px;
    display: inline-block;
    background: #ffffff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 22px;
    border: 2px solid #1e315c;
    color: #1e315c;
    transition: 0.2s ease;
}
#section-detail-vc .v-content a:hover{
    color: #fff;
    background: #1e315c;
    text-decoration: none;
}
#section-detail-vc{
    background: url(../img/bg-info.png);
}
#section-detail-vc .content:after,#section-detail-vc .content:before{content:"";width:110px;height:4px;background:#fff;position:absolute;bottom: calc(50% - 2px);left: 0;}
#section-detail-vc .content:after{
    left: auto;
    right: 0;
}
#section-detail-vc .content{
    font-family: Avo_bold;
    color: #fff;
    font-size: 23px;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

#section-quantity.custom-section .inner{position:relative;border: 6px solid #fff;border-radius: 4px;}
#section-quantity.custom-section .inner span{background: black; /* For browsers that do not support gradients */background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(255, 255, 255, 0.37)); /* For Safari 5.1 to 6.0 */background: -o-linear-gradient(rgba(0, 0, 0, 0.66), rgba(255, 255, 255, 0.37)); /* For Opera 11.1 to 12.0 */background: -moz-linear-gradient(rgba(0, 0, 0, 0.66), rgba(255, 255, 255, 0.37)); /* For Firefox 3.6 to 15 */background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(255, 255, 255, 0.37)); /* Standard syntax (must be last) */position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;padding: 10px;color: #fff;}



.product-title{
    margin-bottom: 20px;
    border-bottom: 1px solid #dc0000;
}
.product-title .title{
    background: #dc0000 url(../img/sale.png) no-repeat 5px center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 20px 10px 52px;
    font-size: 17px;
	border-left: 10px solid #990101;
}
.product-title a{
    float: right;
    color: red;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 6px;
}








.list-product-category{
}
.list-product-category .bg-dif .container{}
.list-product-category .bg-dif{

    padding: 40px 0;
    padding-bottom: 60px;
}
.list-product-category .o-p-item .info .detail{
    padding-bottom: 10px;
}
.list-product-category .o-p-item .fake{
    transition:0.3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: rgba(17, 17, 17, 0.48);
    color: #feb906;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.list-product-category .o-p-item .info{
    z-index:2;
    transition: 0.4s ease;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 00px 10px 0px 10px;
    color: #fff;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.list-product-category .o-p-item:after{content:"";z-index:1;transition:0.4s ease;opacity:0;position:absolute;width:100%;height:100%;background:rgba(17, 17, 17, 0.48);;width:100%;height:100%;top:0;left:0}
.list-product-category .o-p-item:hover:after{opacity:1}
.list-product-category .o-p-item:hover .info{opacity:1}
.list-product-category .o-p-item:hover .fake{opacity:0}
.list-product-category .o-p-item{position: relative;}

.list-product-category .o-p-item h3{
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 10px 5px 10px;
    color: #feb906;
    text-transform: uppercase;
}
.list-product-category .o-p-item h3 a:hover{text-decoration:none;color:#e03136}
.list-product-category .o-p-item h3 a{
    color: #fff;
    display: inline-block;
    padding: 7px;
    font-size: 1.6rem;
}
.list-product-category .b-img{margin: auto;overflow: hidden;}
.list-product-category .b-img img{
    max-width: 100%;
    width: auto;
    margin: auto;
}




.feedback-item .avatar{
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
}
.feedback-item .avatar:hover img{
    transform: rotate(-15deg);
}
.feedback-item .avatar img{
    width: 100%;
    margin: auto;
    transition: 0.2s ease;
}
.feedback-item  .name{
    margin: 10px 0;
    text-align: left;
    display: block;
    font-size: 18px;
}
.feedback-item  .desc{
    text-align: justify;
    color: #717171;
}
.feedback-item  .desc .star{
    font-size: 17px;
    color: #ff9200;
}
#price-request{background:#d6d6d6 url(../img/bg-z.jpg) no-repeat bottom left;padding: 80px 0;}
#price-request .big-title{
    font-weight: bold;
    font-size: 30px;
}
#price-request .small-title{
    font-weight: bold;
    font-size: 20px;
}
#price-request .form{
    margin-top: 40px;
}
#price-request .form .item{
    margin-bottom: 18px;
}
#price-request .form input{
    width: 100%;
    border-radius: 30px;
    border: 0;
    font-size: 13px;
    padding: 9px 10px;
    outline: none;
}
#price-request .form textarea{
    width: 100%;
    border-radius: 15px;
    border: 0;
    font-size: 13px;
    padding: 9px 10px;
    height: 155px;
    outline: none;
}
#price-request .form button{
    background: transparent;
    border: 1px solid #7d7d7d;
    border-radius: 30px;
    width: 90px;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
}

.section-news .mc-item .photo{}
.section-news .mc-item .photo img{}
.section-news .mc-item > .desc{
    padding: 10px 0;
}
.section-news .mc-item .desc h3{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 19px; /* fallback */
    max-height: 39px; /* fallback */
}
.section-news .mc-item .desc h3 a{
    color: #5f5f5f;
}
.section-news .mc-item .desc h3:hover a{}
.section-news .mc-item .desc .desc{
    font-size: 13px;
    text-align: justify;
}



.section-news .small-item{position: relative;}
.section-news .small-item:hover .date{border-color:red}
.section-news .small-item .date{
    transition:0.5s ease;
    text-align: center;
    width: 44px;
    height: 44px;
    border: 3px solid #077fb8;
    padding: 4px 0;
    line-height: 17px;
    font-weight: bold;
    position: absolute;
    background: #fff;
    top: 30px;
}
.section-news .small-item .date span{
    display: block;
    text-align: ce;
}
.section-news .small-item .photo{overflow: hidden;}
.section-news .small-item .text-right a{font-weight:500;font-size:13px;color: #b3b3b3;}
.section-news .small-item:hover .text-right a{color: #f2a500;}
.section-news .small-item .photo:hover img{
-webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.section-news .small-item .photo img{
    -webkit-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section-news .small-item > .desc{
    padding: 0;
    padding-right: 10px;
    padding-top: 10px;
}
.section-news .small-item .desc h3{
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    min-height: 38px;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
}
.section-news .small-item .desc h3 a{}
.section-news .small-item .desc h3:hover a{
    text-decoration: none;
    color: #0088cc;
}
.section-news .small-item .desc .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    max-height: 66px;
    color: #333;
    font-size: 12px;
}
.left-offset div{
    padding: 10px 10px 0 0;
}
.left-offset div img{position:relative;z-index:2}
.left-offset div:after{
   content:"";
   position: absolute;
   background: #0a1229;
   width: 95%;
   height: 95%;
   top: 0;
   right: 0;
   z-index: 1;
}

.section-technology .left-offset{
    left: 0;
}
#section-product-link{
    text-align: center;
    padding-bottom: 80px;
}
#section-product-link a{
    width: 90%;
    display: inline-block;
    border: 3px solid #333;
    max-width: 940px;
}
#section-product-link a span i{
    transform: rotate(102deg) !important;
}
#section-product-link:hover a{text-decoration:none}
#section-product-link a span{
    display: block;
    width: calc(100% - 100px);
    margin-left: 50px;
    background: #e03136;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 25px;
    height: 90px;
    line-height: 90px;
}

#section-project{    background: #666666;}

.grid-item{
    padding: 5px;
}
.grid-item span{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(252, 31, 57, 0.4);
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    opacity: 0;
    transition: 0.4s ease;
}
.grid-item a{}
.grid-item:hover a{}
.grid-item:hover span{
    opacity: 1;
}
.custom-title:before{content:"";background: #feb906;height: 60%;top: 20%;left: 0;position: absolute;width: 2px;}
.custom-title{
    display: inline-block;
    position: relative;
    padding: 10px 10px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.custom-title span{
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #feb906;
    font-size: 20px;
    text-transform: uppercase;
}
.custom-title .title{}

#section-fanpage{
    padding-bottom: 15px;
}
#section-fanpage .title {
    font-family: avo_bold;
    font-size: 22px;
    color: #0677af;
    background: url(../img/like.png) no-repeat;
    padding-left: 31px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 1px;
}
#section-fanpage .title.video{
    color: #0677af;
    background: url(../img/video.png) no-repeat;
    padding-left: 42px;
    background-size: 37px;
}
#section-fanpage .owl-item{
    text-align: center;
}
#section-fanpage .owl-item a p{font-size: 15px;color: #333;margin-top:5px}
#section-fanpage .owl-item:hover a p{color: #0677af;}

#section-fanpage .owl-item:hover a{
    text-decoration: none;
}


@media(max-width:1440px){
    #section-quantity.real-section .container{max-width:calc(100% - 60px)}
    #section-quantity .content .owl-prev{position: absolute;left: -60px;top: calc(50% - 22.5px);}
#section-quantity .content .owl-next{
    position: absolute;
    top: calc(50% - 22.5px);
    right: -60px;
}
}

@media(max-width:1280px){
#section-product-link a span{
    height: 70px;
    line-height: 70px;
    font-size: 2.5rem;
}
}
@media(max-width:768px){
    .feedback-item{
    display: block !important;
}
    .feedback-item .avatar{
    margin: auto;
    margin-bottom: 20px;
}
    .section-project .big-title span:before,.section-project .big-title span:after{display:none}
    .section-project .big-title span{overflow:hidden}
    .section-news .small-item > .desc{
    padding-top: 0px;
    padding-right: 5px;
}
    .product-title a{
    font-size: 13px;
    padding: 5px 3px;
}
    .product-title .title{
    padding: 6px 10px 6px 33px;
    background-size: 23px;
    font-size: 13px;
}
    #price-request{
    padding: 30px 0;
    background: #d6d6d6;
}
#price-request .float-right{width:100%}
#why-me ul{
    padding: 0;
}
#why-me ul li{
    font-size: 14px;
}
#why-me ul em{
 
}
#why-me ul span{
   margin-right: 10px;
}
#why-me ul li:hover span{
   
}



    
    .left-offset div:after{display:none}
   
    .custom-title{
    width: 100%;
    padding-right: 0;
    padding: 7px 0px 6px 10px;
}
    .custom-title:after{display:none}
    #section-product-link a span{
    font-size:1.6rem;
    height: 50px;
    line-height: 50px;
   
    width: calc(100% - 40px);
    margin-left: 20px;
    }
    .left-offset{padding: 5px;position: static;max-width: 100%;}
    .has-offset{height:auto !important;}
   
    #section-quantity.custom-section .vfont{
    font-size: 22px;
}
#section-quantity .content .v-title{
    font-size: 23px;
}
#section-quantity .vfont{
    font-size: 26px;
    color: #4b5da9;
}
    #section-quantity .content .owl-prev{left: 0;}
#section-quantity .content .owl-next{
    right: 0;
}
    #section-detail-vc .v-content a{
    font-size: 15px;
}
    #section-detail-vc .content:after,#section-detail-vc .content:before{display:none}
    #section-detail-vc .content{
    padding: 0;
    font-size: 20px;
}
    .slogan{font-size: 17px;}
    .list-share .slick-arrow{display: none !important}
    .cnew .mc-item .photo{
    width: 100px;
    margin-right: 5px;
}
.list-share .slick-list .mc-item .inner-desc{
    display: none;
}
.cnew h3 a{
    font-size: 17px;
}
    .cnew .mc-item .desc{
    width: calc(100% - 106px);
}
    #section-promotion .item-serv h4{
    font-size: 15px;
}
    #section-promotion .item-serv .desc{display:none}
    #section-service .item > a:after{display:none}
    #section-service .item{margin-bottom:10px}
    #section-service .item h3{
    position: static;
    width: 100%;
    display: block;
    justify-content: unset;
    align-items: unset;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
    #block-product .x-nav.big-nav span{
    font-size: 25px;
}
    
    .block .read-more,.block .owl-nav{display:none}
    
    
    #top-news .small-news .photo{max-width:100px}
    #top-news .small-news h3{font-size:14px}
    #top-news .big-news{margin-bottom:20px}
    #project-block .project-item .name{
    bottom: 0;
}
    #project-block .project-item{
    flex: 0 0 50%;
    max-width: 50%;
}
    header.sticky{display:none}
    #section-list-product .left-banner{display:none}
    #section-list-product .right-content{    flex: 0 0 100%;
    max-width: 100%;}
    
}


/*  YOUTUBE  */
.popup-youtube{background: rgba(255, 255, 255, 0.73) none repeat scroll 0 0;border-radius:100%;color:#ac303b;font-size:30px;height:70px;left:50%;line-height:70px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:70px;z-index:9;}

.popup-youtube i{padding-left: 5px;font-size: 1.5em;}
.popup-youtube:hover i{color:#ac3140}
.iq-waves{height:352px;left:50%;position:absolute;top:50%;-webkit-transform: translate(-50%, -50%) scale(0.5);transform: translate(-50%, -50%) scale(0.5);width:352px;z-index:2;}


@media (max-width: 480px){.iq-waves{height:250px;width:250px}}

.iq-waves .waves{-webkit-animation:3s ease-in-out 0s normal none infinite running waves;animation:3s ease-in-out 0s normal none infinite running waves;background:#b32c3a none repeat scroll 0 0 padding-box;border-radius:50%;height:352px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;width:352px}

@media (max-width: 480px){.iq-waves .waves{height:250px;width:250px}}

.iq-waves .waves.wave-1{-webkit-animation-delay:0s;animation-delay:0s}
.iq-waves .waves.wave-2{-webkit-animation-delay:1s;animation-delay:1s}

.iq-waves .waves.wave-3{-webkit-animation-delay:2s;animation-delay:2s}@-webkit-keyframes waves{0%{-webkit-transform:scale(0.2, 0.2);transform:scale(0.2, 0.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}100%{-webkit-transform:scale(0.6, 0.6);transform:scale(0.6, 0.6);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@keyframes waves{0%{-webkit-transform:scale(0.2, 0.2);transform:scale(0.2, 0.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}100%{-webkit-transform:scale(0.6, 0.6);transform:scale(0.6, 0.6);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}

#block-product .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
}
#block-product .owl-next{
    right: 0;
    top: 50%;
    position: absolute;
}
#block-product .owl-prev i,
#block-product .owl-next i{
    font-size: 2em;
}
@media(max-width:540px){
    #top-category .item h3{
    font-size: 12px;
}
    .owl-product-new .owl-prev{
    left: 10px;
    top: 10px;
}
    .owl-product-new .owl-next{
    left: 34px;
    top: 10px;
}
    #product-new .item .col-7,#product-new .item .col-5{flex:0 0 100%;max-width:100%}
    #product-new .item .col-5{margin-bottom:10px}


}