.priceList{margin-top: 30px}
.viewsAll{background: var(--color-main);font-size: 15px;color: #fff;padding: 8px 15px;border-radius: 5px;transition: all 0.5s ease;}
.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);}
.scrolly{overflow-y: scroll; height: 310px;}
.scrolly::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
.scrolly::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrolly::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrolly::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.searchService{border-left: solid 1px #ddd; padding-left: 15px; }
.searchService .item_container_search{border: 1px solid #eee;}
.searchService .item_container_search h4{padding: 10px 0 10px 15px;background: #26519B;border-radius: 4px 4px 0 0;font-size: 16px;font-weight: 600;color: #fff;margin-top: 0px;margin-bottom: 0px;}
.searchService .item_container_search .seaclass{padding: 10px;display: block;padding-bottom: 0px;}
.searchService .item_container_search .seaclass input{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ddd;padding: 0 0.75em;height: 2.507em;font-size: .97em;border-radius: 0;max-width: 100%;vertical-align: middle;background-color: #fff;color: #333333b8;}
.searchService .content_search{padding: 10px;}
.searchService .content_search li{
    margin-bottom: 5px;
    cursor: pointer;
}
.bannerProject{min-height: 320px;color: #fff;text-transform: uppercase;text-shadow: 1px 1px 1px #1a2f34;font-size: 2rem;font-weight: 600;margin: 2rem 0px;}
.border-top-2px{border-top: solid 2px #000; padding-top: 20px;}
.serviceDetail .name{font-weight: bold;text-transform: uppercase;margin-bottom: 20px;font-size: 2rem;}
.serviceDetail .viewsMaps{background: #26519B;color: #fff;box-shadow: 0 1px 1px 0 rgb(0 0 0 / 3%);height: 46px;width: 300px;cursor: pointer;font-size: 15px;text-transform: uppercase;padding: 0px;font-weight: 600;border-radius: 4px;float: left;margin-right: 10px;}
.serviceDetail .viewsMaps .ic{background: #1c3f5b;display: inline-block;line-height: 46px;width: 46px;text-align: center;font-size: 20px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.serviceDetail .viewsMaps .text{display: inline-block;width: 100%;text-align: center;}
.serviceDetail .viewsMaps:hover{color:#ff0;}
.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-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;}
.wrap-why .why-item .images{background: url(../images/s1.webp) no-repeat center;margin: auto;width: 100px;height: 100px;}
.wrap-why .why-item:nth-child(2n) .images{background: url(../images/s2.webp) no-repeat center;}
.wrap-why .why-item:nth-child(3n) .images{background: url(../images/s3.webp) no-repeat center;}
.wrap-why .why-item:nth-child(4n) .images{background: url(../images/s4.webp) no-repeat center;}
.wrap-why .why-item:nth-child(5n) .images{background: url(../images/s5.webp) no-repeat center;}
.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: #000;}
.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_list{border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.item_list .box-text{position: absolute;width: 75%;bottom: 10%;padding: .8em 1em 1em;color: #000;}
.item_list .box-text h3{font-size: 18px;text-transform: uppercase;font-weight: 600;margin-bottom: 10px;}
.item_list .box-text p{}
.productPage{background:#464946;}
.feedback{
    margin: 0px;
    margin-bottom: 30px;
    padding-top: 15px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .star{color: var(--color-main);}
.feedback .images{position: relative;padding-right: 30px;}
.feedback:nth-child(2n) .images{padding: 0px; padding-left: 30px;}
.feedback .images .icon{position: absolute;top: -20px;right: 0px;}
.feedback:nth-child(2n) .images .icon{left: 0px;}
.feedback .images >img{border-radius: 10px;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.wrap-project .title, .wrap-why .title{font-size: 3rem;text-transform: uppercase;color: var(--color-main);margin-bottom: 2rem;}
.wrap-project .title span, .wrap-why .title span{position: relative; display: inline-block;}
.wrap-project .title span:before, .wrap-why .title span:before{content:'';background: #a1a1a1;position: absolute;width: 200px;height: 1px;bottom: 12px;left: 102%;}
.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: 20px;}
.item_news .images{position: relative;}
.item_news .date{font-weight: 500;color: var(--color-main);margin-bottom: 10px;}
.item_news .date span{display: block;font-weight: bold;font-size: 25px;}
.item_news img{border-radius: 5px;}
.item_news h3{color: #000;font-weight: bold;font-size: 18px;transition: all 0.5s ease;}
.item_news .views{color: var(--color-main);font-weight: 500;transition: all 0.5s ease;}
.item_news .views:hover{color:var(--color-red); padding-left: 15px;}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news h3:hover{color:var(--color-main);}
.item_news p{color: #3e3e3e;}
.viewsAll:hover{color:#fff; }