.btn-default{border: solid 1px var(--color-main);color: var(--color-main);border-radius: 5px;padding: 5px 15px;display: inline-block;font-size: 14px;}
.btn-default:hover{background: var(--background-hover);color: #fff;}
.btn-white{color:var(--color-main);background:#fff;border-radius: 5px;font-size: 14px;font-weight: 500;padding: 8px 20px;}
.btn-white svg path{fill:var(--color-main);}
.btn-white:hover{background: var(--color-main);color: #fff;}
.btn-white:hover svg path{fill:#fff;}
.box-shadow{box-shadow: 0px 10px 60px 0px #00000012}
.viewsAll{color: #fff;transition: all 0.5s;background: var(--color-main);padding: 8px 20px;border-radius: 3px;border: solid 1px transparent;position: relative;display: inline-block;}
.viewsAll:hover{color: var(--color-main);background: none;border-color: var(--color-main);}
.viewsAll:hover svg path{fill:var(--color-main);}
.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-why {position: relative;z-index: 1;background: var(--color-hover) url(../images/bg_why.png) no-repeat center left;color: #fff;padding: 60px 0px;}
.wrap-why .title_index, .wrap-why .title_index p{color:#fff;;}
.wrap-why .content{max-width: 500px;color: #FFFFFFB2;}
.box_why{position: relative; color:#fff;}
.wrap-why .why-item {position: relative;color: #fff;}
.wrap-why .why-item .images{width: 80px;}
.wrap-why .why-item .why-item_text{position: relative;width: calc(100% - 80px);}
.wrap-why .why-item .why-item_text h3 {font-size: 20px;font-weight: 500;font-family: "Plus Jakarta Sans", sans-serif;}
.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;color: #FFFFFFB2;}
.imgwhy{position: absolute;top: 0px;right: 0px;max-height: 600px;}
.wrap-product{background: #F5F6F9;}
.wrap-product .list{background: #21397B url(../images/bg_product_list.png) no-repeat;background-size: cover;padding: 20px;border-radius: 10px;overflow: hidden;}
.wrap-product .list .title{color:#fff;font-size: 24px;font-weight: 500;}
.wrap-product .list #tabsProList{display: block;border: none;}
.wrap-product .list #tabsProList li a{color:#fff;font-weight: 500;font-size: 15px;border-radius: 5px;margin-bottom: 5px;background: var(--color-blue);position: relative;}
.wrap-product .list #tabsProList li a.active, .wrap-product .list #tabsProList li a:hover, .wrap-product .list #tabsProList li.active > a{color:var(--color-blue);background: #fff;}
.wrap-product .list #tabsProList li a.active svg path, .wrap-product .list #tabsProList li a:hover svg path{fill:var(--color-blue);}
.wrap-product .list #tabsProList li a span{position: absolute;right: 10px;width: 10px;height: 10px;z-index: 101;cursor: pointer;top: 13px;}
.wrap-product .list #tabsProList li a span:before{left: 0px;width: 100%;height: 1px;top: 50%;}
.wrap-product .list #tabsProList li a span:after{top: 0px;height: 100%;width: 1px;left: 50%;}
.wrap-product .list #tabsProList li a span:after, .wrap-product .list #tabsProList li a span:before{content:'';position: absolute;background: #ffffff;}
.wrap-product .list #tabsProList li a:hover span:after, .wrap-product .list #tabsProList li a:hover span:before, .wrap-product .list #tabsProList li a span.active:after, .wrap-product .list #tabsProList li a span.active:before{background:#000;}
.wrap-product .list #tabsProList li a span.active:after{display: none;}
.wrap-product .list #tabsProList li ul{padding: 0px;background: var(--color-blue);display: none;}
.wrap-product .list #tabsProList li.active ul{display: block}
.wrap-product .list #tabsProList li ul li{list-style: none;}
.wrap-product .list #tabsProList li ul li a{display: block;padding: 5px 10px;border-bottom: solid 1px #314989;border-radius: 0px;}
.wrap-product .listCat{background: var(--color-blue);border-radius: 10px 10px 0px 0px;}
.wrap-product .listCat li{list-style: none;}
.wrap-product .listCat li a{color:#fff;font-size: 15px;font-weight: 500;transition: all 0.5s ease;padding: 6px 15px;border-radius: 4px;display: block;border: none;}
.wrap-product .listCat li a:hover, .wrap-product .listCat li a.active{background:#2E4EA4; color:#fff;}
.wrap-product .listCat li.all a{color:var(--color-main);}
.wrap-loaixe{}
.item_loaixe{box-shadow: 0px 10px 60px 0px #00000012;border-radius: 15px;overflow: hidden;color: #585B6B;}
.item_loaixe img{border-radius: 20px;}
.item_loaixe h3{color: var(--color-static);font-size: 28px;font-weight: 500;transition: all 0.5s ease;}
.item_loaixe h3:hover{color:var(--color-main);}
.item_loaixe p{color:#616161;}
.wrap-partner{/* background:#F4F5F9; */}
.item_partner{border: solid 1px #ddd; border-radius: 5px; overflow: hidden; padding: 5px;}
.wrap-project{background: url(../images/image.png) no-repeat top center;}
.wrap-project:before{content:'';background: rgba(0,0,0,0.6);width: 100%;height: 100%;position: absolute;top: 0px;}
.wrap-project .layer{background: -webkit-linear-gradient(left, #94562A, #DFA66B, #B97E4B);position: absolute;height: 86%;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50px;}
.wrap-project .title_index{color:#fff;}
.item_project{overflow: hidden;border-radius: 10px;background: #fff;}
.item_project:before{content:'';background:#F5F6F9;position: absolute;width: 100%;height: 60%;bottom: 0px;left: 0px;z-index: 0;border-radius: 20px;}
.item_project .images{overflow: hidden; border-radius: 15px;}
.item_project .images img{transition: all 0.5s ease;}
.item_project .icon{position:absolute;bottom: -40px;right: 15px;}
.item_project:hover img{transform: scale(1.2);}
.item_project .name{color: var(--color-static);font-size: 18px;font-weight: 600;line-height: 25px;display: block;margin-bottom: 10px;}
.item_project .views{color: var(--color-static);font-weight: 600;transition: all 0.5s ease;}
.item_project .views:hover, .item_project .name:hover{color: var(--color-hover);}
.wrap-project .owl-carousel .owl-nav button.owl-prev, .wrap-project .owl-carousel .owl-nav button.owl-next{color:#945F32;position:absolute;background: #fff;width: 54px;height: 54px;line-height: 54px;text-align: center;border-radius: 50%;top: 50%;transform: translateY(-50%);margin: 0px;}
.wrap-project .owl-carousel .owl-nav button.owl-next{right: calc(25% - 27px);}
.wrap-project .owl-carousel .owl-nav button.owl-prev{left: calc(25% - 27px);}
.wrap-project .owl-dots{position: relative;}
.viewsAllProject{color:#fff;border: solid 1px #fff;border-radius: 25px;padding: 11px 40px;transition: all 0.5s ease;}
.viewsAllProject:hover{background:#fff;}
.item_cn{color: #484848;box-shadow: 0px 4px 6px 0px rgba(44,44,44,0.04);border: 1px solid #F2F2F2;}
.item_cn .images .countImg{position: absolute; bottom: 20px; right: 20px; color:#fff;}
.item_cn a{text-transform: uppercase;color: var(--color-static);font-weight: 600;font-size: 18px;}
.item_cn .detail{font-weight: 500;}
.item_cn p{-webkit-line-clamp: 2;}
.wrap-feedback{background:#EAF1F7;}
.wrap-feedback .control-owl{top:inherit;bottom: 0px;position: relative;}
.control-product button.owl-prev, .control-product button.owl-next{bottom: 0px;position: inherit;margin: 5px;background: #fff;opacity: 1;color: var(--color-main);border-radius: 50%;text-align: center;width: 35px;height: 35px;}
.control-product button.owl-next{right: -20px}
.control-product button.owl-prev{left: -20px;}
.control-product button svg{stroke: var(--color-main);width: 20px;height: 20px;text-align: center;}
.feedback{background:#fff; padding: 30px; border-radius: 15px;}
.feedback .star{color:var(--color-main);}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .images{position: relative;border-radius: 50%;display: inline-block;}
.feedback .images >img{border-radius: 50%;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    font-size: 17px;
    color: #040401;
}
.feedback .info .job{color:#616161;}
.item_news{position: relative;transition: all 300ms;border-radius: 10px;overflow: hidden;margin-bottom: 20px;background: #fff;line-height: 22px;}
.item_news .images{position: relative;}
.item_news img{border-radius: 10px;}
.item_news .info{/* padding: 15px; */}
.item_news .date{margin-bottom: 10px;font-size: 14px;border-radius: 25px;line-height: 30px;color: var(--color-blue);display: inline-block;border: solid 1px;padding: 0px 30px;}
.item_news h3{color: var(--color-static);font-weight: 600;font-size: 18px;transition: all 0.5s ease;}
.item_news h3:hover{color:#21397B;}
.item_news p{color:#868686;}
.video{position: relative;}
.video .images{position: relative;border-radius: 10px;overflow: hidden;}
.video .images:before{content:'';background: url(../images/Youtube.png) no-repeat;position: absolute;width: 42px;height: 42px;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.video.videoNb .info{position:absolute;top: 10px;left: 10px;color: #fff;font-weight: 500;line-height: 22px;}
.video.videoNb .info .icon{background:#fff;width: 56px;border-radius: 50%;overflow: hidden;padding: 5px;}
.video span{display: block;color:var(--color-main);font-size: 13px;font-weight: 500;margin-bottom: 5px;}
.video .name{font-weight: 600; color:#000; font-size: 16px;}
.aboutProject{max-width: 1000px; margin: auto;}
.effectZoom{overflow: hidden;display: block;}
.effectZoom img{transition: all 0.5s ease;}
.effectZoom:hover img{transform: scale(1.2);}
.link-detail {border-radius:5px;padding: 0.7rem 1.8rem;color:#fff;font-weight:600;cursor:pointer;margin-bottom:1.5rem;border:1px solid var(--color-main);overflow:hidden;position:relative;z-index:1;background:var(--color-main);display:inline-block;font-size:13px;}
.link-detail i {font-size:15px;}
.link-detail:before {content:'';position:absolute;right:0;width:0;height:100%;background:#fff;z-index:-1;transition:0.4s;bottom:0;}
.link-detail:hover {color:var(--color-main);}
.link-detail:hover:before {width:100%;left:0;right:auto;}