.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);}
.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;}
.items_tt {
    padding: 35px 0;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.items_tt img{transition: 1s;}
.items_tt:hover img {transform: rotate(45deg);transition: 1s;}
.items_tt span {
    color: #000;
    font-family: "SVN-Century Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 7px;font-weight: 900;
}

.name_tt {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}
.items_tt:hover .sst{color:#f00;}
.desc_tt {
    color: #EB3223;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    font-weight: 600;
}
.wrap-newsnb{background: #FAFAFA;}
.wrap-newsnb .owl-stage-outer {padding: 15px; margin: -15px;}
.title_name_news {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 73.333% */
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 65px;
    margin-right: 65px;
    border-right: solid 3px;
}
.slogan_news {
    max-width: 580px;
    color: #3F3F3F;
    font-size: 14px;
    font-style: normal;
    line-height: 19px; /* 135.714% */
}
.title_news {
    margin-bottom: 40px;
}
.title_news a {text-align: right;/* width: 254px; */display: block;text-decoration: none;color: #383838;font-size: 14px;line-height: 19px; /* 135.714% */transition: 1s;text-transform: capitalize;}
.title_news a:hover {
    color: red;
    font-weight: 700;
    transition: 1s;
    letter-spacing: 1px;
}
.item_news{position: relative;transition: all 300ms;border-radius: 3px;overflow: hidden;margin-bottom: 15px;background: #FFF;box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.10);}
.item_news:hover{box-shadow: 0px 0px 15px 1px #ffc1074f;}
.item_news .images{position: relative;}
.item_news .date{margin-bottom: 10px;font-size: 13px;color: #7E7E7E;}
.item_news .date span{display: block;font-weight: bold;font-size: 25px;}
.item_news .view span{color: var(--color-hover);}
.item_news h3{color: #222;font-weight: bold;font-size: 18px;transition: all 0.5s ease;-webkit-line-clamp: 2;}
.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 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;}