.priceList{margin-top: 30px}
.viewsAll{background: var(--color-hover);font-size: 15px;color: #000;padding: 11px 25px;transition: all 0.5s ease;border-radius: 25px;display: inline-block;}
.viewsAll:hover{background: var(--color-red);}
.itemProject{margin-bottom: 20px;position: relative;overflow: hidden;}
.itemProject .images {
  margin: auto;
}

.itemProject .images img {
}
.itemProject:hover .info{bottom: 0px;}
.itemProject h3{font-size: 17px;color: var(--color-static);text-transform: uppercase;-webkit-line-clamp: 2;font-weight: 600;line-height: 1.5;margin-bottom: 10px;transition: all 0.5s ease;text-align: center;padding: 15px 10px;margin: 0px;}
.itemProject h3:hover{color: var(--color-red);}
.itemProject .info .view{display: inline-block;color: #fff;border-radius: 8px;border: solid 1px #fff;padding: 5px 20px;margin-top: 10px; transition: all 0.5s;}
.itemProject .info .view:hover{background:#fff; color:#000;}
.effect{position: relative;overflow: hidden;display: block;}
.effect:before{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);}
.effect:hover:before{-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);}
.banner{position: relative;}
.banner .title_site{position:absolute;bottom: 30%;left: 0px;width: 100%;color: var(--color-main);text-transform: uppercase;font-weight: 700;font-size: 26px;}
.banner .title_site h1, .banner .title_site span{font-weight: 900;font-size: 4rem;display: block;}
.title-project{font-size: 30px; color:#215a2c; font-weight: 500; text-transform: uppercase;}
.wrap-camket{background: #f4f4f4;}
.wrap-camket .title{color:var(--color-hover); font-size: 24px;}
.wrap-camket .desc{color:#fff;}
.wrap-camket .item .images{width: 80px;}
.wrap-camket .item .info{color: #8a8989;max-width: 280px;position: relative;}
.wrap-camket .item .info h3{color: #000000;text-transform: uppercase;font-weight: 500;font-size: 14px;margin-bottom: 10px;}
.wrap-camket .item .info:after{content:'';background: url(../images/arrow_why.png);width: 67px;height: 58px;position: absolute;left: calc(100% + 30px);top: 50%;transform: translateY(-50%);}
.wrap-camket .col-4:last-child .info:after{display: none;}
.wrap-product-sale .title_index{background: url(../images/bg_product_slae.png) no-repeat top center;padding-top: 63px;}
.wrap-why {position: relative;z-index: 1;}
.wrap-why .title-main{position: relative;text-align: center;color: var(--color-main);}
.box_why{position: relative;}
.wrap-why .why-item {position: relative;background: #fff;padding: 15px 0px;border-radius: 10px;max-width: 144px;}
.wrap-why .why-item .images{margin: auto;width: 100px;height: 100px;}
.wrap-why .why-item .why-item_text{padding: 20px;position: relative;background: #fff;}
.wrap-why .why-item .why-item_text h3 {font-size: 18px;margin-bottom: 10px;color: #464545;}
.wrap-why .why-item .why-item_text .number{display: inline-block;width: 30px;height: 30px;text-align: center;line-height: 30px;background: var(--color-main);color: #fff;border-radius: 50%;margin-right: 10px;}
.wrap-why .why-item .why-item_text p {margin: 0px;font-size: 14px;}
.item_bst{position: relative;height: 400px;}
.item_bst .info{position:absolute;bottom: 20px;background: #c980325c;padding: 15px 20px;min-width: 270px;}
.item_bst .info p{margin: 0px;position: relative;text-transform: uppercase;margin-bottom: 10px;font-weight: 500;font-size: 13px;}
.item_bst .info p:after{content:'';width: 50px;height: 1px;background: #000;position: absolute;left: 0px;bottom: -3px;}
.item_bst .info a{font-weight: bold;color: #fff;transition: all 0.5s ease;font-size: 16px;}
.item_bst .info a:hover{color:var(--color-red);}
.item_bst img{position:absolute;width: 100%;height: 100%;object-fit: cover;top: 0px;}
.item_bst.item_bst_1, .item_bst.item_bst_2{height: 190px; margin-bottom: 20px; background:#d0976f;}
.item_bst.item_bst_3 .info{background: #0da3857a;}
.item_bst.item_bst_1 .info{background: #67925e78;}
.item_list{border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.item_list .box-text{padding: .8em 1em 1em;color: #000;text-align: center;position: absolute;bottom: 0px;width: 100%;}
.item_list .box-text h3{font-size: 18px;text-transform: uppercase;margin-bottom: 10px;}
.item_list .box-text p{}
.productPage{background:#464946;}
.wrap-feedback{background:#fafafa;position: relative;}
.wrap-feedback:before{content:'';width: 50%;height: 100%;background: url(../images/bg_feedback.png) no-repeat top center;background-size: cover;position: absolute;top: 0px;left: 0px;}
.wrap-feedback .title_form{font-size: 20px;margin-bottom: 20px;}
.wrap-feedback .title_form b{color: var(--color-hover);}
.feedback{
    margin: 0px;
    padding: 20px;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .star{color: var(--color-main);}
.feedback .images{position: relative;background: url(../images/ic_cmt.png) no-repeat left top;text-align: center;}
.feedback .images >img{border-radius: 50%;max-width: 100px;margin: auto;}
.feedback .title{font-size: 24px; font-weight: 600; margin-bottom: 10px;}
.feedback .content{color: #707070;}
.feedback .info{
    text-align: left;
    position: relative;
    font-size: 13px;
}
.feedback .name{
    font-weight: bold;
    font-size: 17px;
    color: #707070;
}
.feedback .star{color: var(--color-hover);}
.control-owl.control-feedback{bottom: 90px;top: inherit;width: 100px;left: inherit;right: 0px;}
.control-owl.control-feedback button.owl-prev{bottom: 0px;left: inherit;right: 70px;border-radius: 0px;opacity: 1;}
.control-owl.control-feedback button.owl-next{top:0px;border-radius: 0px;opacity: 1;}
.control-owl.control-feedback button.owl-next svg, .control-owl.control-feedback button.owl-prev svg{stroke: #fff;}
.wrap-project .title, .wrap-why .title{font-size: 3rem;color: var(--color-main);margin-bottom: 3rem;font-family: "Playfair Display", serif;line-height: 56px;position: relative;padding-bottom: 20px;}
.wrap-why .title:before{content:'';background: var(--color-hover);position: absolute;width: 100px;height: 2px;bottom: 0px;left: 0px;}
.wrap-project .title span b, .wrap-why .title span b{font-weight: 900;}
.control-project{position:absolute;top: 55px;right: 0px;}
.control-project button{border-radius: 50%;border: solid 2px #fff;background: none;width: 50px;height: 50px;text-align: center;margin-right: 15px;}
.control-project button svg{stroke: #fff;width: 36px;}
.item_news{position: relative;transition: all 300ms;border-radius: 3px;overflow: hidden;margin-bottom: 15px;}
.item_news .images{position: relative;}
.item_news .date{font-weight: 500;color: var(--color-main);margin-bottom: 10px;font-family: "Playfair Display", serif;font-size: 20px;}
.item_news .date span{display: block;font-weight: bold;font-size: 25px;}
.item_news .view span{color: var(--color-hover);}
.item_news h3{color: #585858;font-weight: 500;font-size: 14px;transition: all 0.5s ease;}
.item_news h3:hover{color:var(--color-hover);}
.item_news .views{color: var(--color-main);font-weight: 500;transition: all 0.5s ease;border-bottom: solid 3px var(--color-hover);padding: 5px 0px;}
.item_news .views:hover{color:var(--color-red); padding-left: 15px;}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news p{color: #777777;}
.item_inst .icon{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.group_camket{border-left: solid 1px #ddd;}
.item_why h3{font-size: 16px; }
.item_why p{color: #777777; font-size: 13px;}
.product_detail .contact{background:#ecf3ff;padding: 20px 35px;border-left: solid 8px #000000;}
.product_detail .contact a{color: var(--color-hover);font-weight: bold;font-size: 18px;}
.product_detail .contact .btn-contact{background: #000 url(../images/ic_phone_ct.png) no-repeat left center;text-align: center;display: block;border-radius: 20px;color: #ffff;margin-top: 10px;font-weight: 400;font-size: 16px;padding-left: 50px;}
.product_detail .contact .btn-contact:hover{color:#ff0;}
.item_faq{color:#000;padding: 15px 0px;border-bottom: solid 1px #c7c7c7;}
.item_faq .name{position: relative;cursor: pointer;padding-right: 20px;font-weight: 600;font-size: 17px;}
.item_faq .name i{position:absolute;right: 10px;transition: all 0.5s ease;}
.item_faq .name.active i.fa-plus{display: none;}
.item_faq .content{display: none;margin-top: 30px;}