.bg-top{
    background-color: #197529;
}
.bg-menu .container > .row{
    display: flex;
    align-items: center;
}
.logo img{
    width: 100px;
}
/*MODULE HOTLINE HEADER HTML*/
.hotline img{
    margin-right: 10px;
}
.hotline p{
    margin: 0;
}
.hotline a{
    color: #333;
    font-weight: 500;
    font-size: 18px;
    
}

/*MODULE HOTLINE HEADER HTML*/

.title_widget{
    position: relative;
    z-index: 3;
    padding: 0 15px 10px;
}
.title_widget:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #197529;
}

.title_widget h2{
    text-transform: uppercase;
    color: #197529;
    font-size: 27px;
}

#working-process .title_widget h2,
.trust .title_widget h2{
    color: #fff;
}

/*MODULE BAO VIET GAN DAY*/
.new-footer .title-product a{
    color: #fff;
}
.new-footer .item-product{
    margin-bottom: 15px;
}
.new-footer .img a{
    margin: 0;
}
/*MODULE BAO VIET GAN DAY*/

/*MODULE FORM TU VAN THIET KE*/
.frm-design .form-control{
    border-radius: 5px;
    background-color: rgba(196, 196, 196, 0.5);
    color: #fff;
}
.frm-design .form-control:focus{
    background-color: #fff;
    color: #222;
}
.frm-design p.slogan{
    color: #fff;
}
.btn.btn-send{
    background-color: #197529;
    color: #fff;
    font-weight: 500;
}
/*MODULE FORM TU VAN THIET KE*/

/*MODULE DANH MUC SAN PHAM*/
.category-home .featured-thumbnail{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.category-home .featured-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 1s;
}

.category-home .list_item{
    /*padding: 0 2px;*/
}
.category-home .cate_info{
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.category-home .cate_info .cate-title{
    color: #222;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 30px;
}
.category-home .featured-thumbnail:hover img{
    transform: scale(1.2);
}
/*MODULE DANH MUC SAN PHAM*/

/*MODULE GIOI THIEU ECOHOME*/
.intro-ecohome .item-cate{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.intro-ecohome .item-cate .img{
    width: 35px;
    float: left;
    margin-right: 10px;
}
.intro-ecohome .item-cate .title{
    font-size: 15px;
}

.frm-advisory-quote{
    padding: 15px 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #d9d9d9;
}
/*MODULE GIOI THIEU ECOHOME*/

/*MODULE VIDEO ECOHOME*/
.slider-for-video .image-wrapper{
    padding-top: 60%;
}
.slider-nav-video .image-wrapper{
    padding-top: 60%;
}
.slider-nav-video .slick-slide [class*="col-"]{
    padding: 0 5px;
}

/*MODULE VIDEO ECOHOME*/


/*MODULE DU AN DA THI CONG*/
.construction-project [class*="col-"]{
    padding: 0;
}
.construction-project .item-blogs{
    position: relative;
    overflow: hidden;
    padding: 1px;
}
.construction-project .row,
.construction-project .item-blogs,
.construction-project .item-blogs .img-blogs{
    margin: 0;
}
.construction-project .item-blogs .img-blogs{
    padding-top: 60%;
}
.construction-project .item-blogs .title-blogs-item{
    height: auto;
}
.construction-project .item-blogs .title-blogs-item a{
    color: #fff;
}
.construction-project .item-blogs .info{
    position: absolute;
    bottom: 1px;
    left: 0;
    width: calc(100% - 2px);
    padding: 0 15px;
    transition: all .4s;
    min-height: 60px;
}
.construction-project .item-blogs:hover .info{
    background-color: rgba(0,0,0,.5);
}
.construction-project .item-blogs:hover .img-blogs img{
    transform: scale(1.2);
}

/*MODULE DU AN DA THI CONG*/


/*MODULE QUY TRINH LAM VIEC*/
.process{
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 30px 0;
    background: url(/uploads/plugin/custom_img/2020-11-27/1606469236-679337924-custom.jpg) no-repeat;
    background-size: cover;
}
.process:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}
.working-process-list .nav{
    display: flex;
    justify-content: space-between;
}
.working-process-list .nav li{
    width: 170px;
    height: 170px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ddd;
    background-color: #197529;
    transition: all .4s;
}
.working-process-list .nav li a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}
.working-process-list .nav li:hover{
    background-color: transparent;
    cursor: pointer;
}
.working-process-list .nav li a:hover{
    background-color: transparent;
}
.working-process-list .nav-pills>li.active>a,
.working-process-list .nav-pills>li.active>a:focus, 
.working-process-list .nav-pills>li.active>a:hover{
    background-color: transparent;
}

.working-process-content{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: 30px;
    padding: 0 15px;
}
.working-process-content ul{
    list-style: none;
}


/*MODULE QUY TRINH LAM VIEC*/

/*MODULE SO LIEU HTML*/
#counter .content-counter b{
    font-size: 40px;
    color: #10a22a
    font-weight: 400;
}
#counter .content-counter p{
    font-weight: 500;
}

/*MODULE SO LIEU HTML*/

/*MODULE SU TIN TUONG - BUTTON POPUP*/
.bg-trust{
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 30px 0;
    background: url(/uploads/plugin/custom_img/2020-11-27/1606469236-679337924-custom.jpg) no-repeat;
    background-size: cover;
}
.bg-trust:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(88, 83, 83, 0.7);
}
.trust .content .desc{
    text-transform: uppercase;
    font-size: 15px;
}
.trust ul.contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust .content ul li{
    list-style: none;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
    position: relative;
}
.trust .content ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

a.modalContact-popup{
    background: #197529;
    font-size: 12px !important;
    padding: 8px 30px;
    border-radius: 15px;
    text-transform: uppercase;
    transition: all .4s;
}
a.modalContact-popup:hover{
    background: #197529;
}


/*LOAD POPUP*/
#modalContact-popup .title-block{
    text-transform: uppercase;
    color: #197529;
    font-size: 20px;
    margin-bottom: 30px;
}
#modalContact-popup .close{
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    opacity: 0.8;
}
#modalContact-popup form{
    padding: 0 15px;
}

#modalContact-popup .btnSubmit-modal{
    background-color: #197529;
    color: #fff;
}
/*MODULE SU TIN TUONG - BUTTON POPUP*/

/*MODULE TIN TUC NOI BAT*/
.hot-news{
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    background-color: #eee;
    border: 1px solid #eee;
}

.hot-news .nav_title{
    margin-bottom: 15px;
}
.hot-news .nav_title li{
    width: 100%;
    padding: 3px 15px !important;
    background-color: #197529;
}
.hot-news .row ul{
    display: table;
    width: calc(100% - 30px);
    margin: auto;
}
.hot-news .nav_title li a{
    color: #fff;
}
.hot-news .title-blogs-item a{
    text-transform: unset;
}
.hot-news .btn-view-more,
.hot-news .desc-blogs,
.hot-news .nav_title li a:before{
    display: none;
}

/*MODULE TIN TUC NOI BAT*/

/*MODULE TAM NHIN SU MENH - GIA TRI COT LOI*/
.background{
    background: -webkit-linear-gradient(-45deg, #ccd62c, #197529);
    padding: 30px 0;
    color: #fff;
}
.background h4.title{
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.core-values ol{
    padding-left: 15px;
}
.core-values ol li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.core-values ol li:last-child{
    border-bottom: 0;
}
/*MODULE TAM NHIN SU MENH - GIA TRI COT LOI*/

/*MODULE TIN TUC TRANG CHU*/
.news-home{
    padding: 10px 5px;
    background-color: #fff;
    margin-bottom: 15px;
}
.news-home .title_widget:before{
    display: none;
}
.news-home .title_widget h2{
    text-align: center;
    margin-bottom: 20px;
}
.news-home .title_widget h2 a{
    color: #333;
}
.news-home .nav-tabs{
    display: table;
    margin: auto;
}
.news-home .tab-pane.active .list-item.view-list{
    width: 50%;
    float: left;
}
.news-home .tab-pane.active .list-item:first-child .img-blogs{
    padding-top: 65%;
    width: 100%;
}
.news-home .list-item .title-blogs-item{
    height: auto;
}
.news-home .tab-pane.active .list-item:nth-child(n+2) .item-blogs{
    margin-bottom: 15px;
}
.news-home .tab-pane.active .list-item:nth-child(n+2) .title-blogs-item{
    height: auto;
    margin-top: 0;
}
.news-home .tab-pane.active .list-item:nth-child(n+2) .title-blogs-item a{
    font-size: 16px !important;
    text-transform: none;
}

.news-home .tab-pane.active .list-item:first-child .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.news-home .tab-pane.active .list-item:first-child .info .desc-blogs,
.news-home .tab-pane.active .list-item:first-child .info .more-blogs,
.news-home .tab-pane.active .list-item:first-child .info .title-blogs-item a{
    color: #fff;
}

/*MODULE TIN TUC TRANG CHU*/

/*MODULE Y KIEN KHACH HANG*/
.bg-testimonial{
    background-color: #ffffff;
}
.content-top{
    background-color: #197529;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px 0 10px 0;
}
.content-top:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0px;
    border-color: transparent transparent #fff transparent;
}

.img-customer{
    border: 3px solid #fff;
    border-radius: 15px 15px 0;
    overflow: hidden;
}
.content-bottom{
    padding: 15px;
    background-color: #fff;
    border-radius: 10px 0 10px 0;
}
/*MODULE Y KIEN KHACH HANG*/


/*MODULE TIN TUC CHAN TRANG*/
.new-footer .title-blogs-item{
    margin: 0;
    height: auto;
}
.new-footer .title-blogs-item a{
    color: #fff;
    text-transform: unset;
}
.new-footer .desc-blogs{
    display: none;
}
/*MODULE TIN TUC CHAN TRANG*/

@media(min-width: 992px) and (max-width: 1399px){
    .construction-project .item-blogs .img-blogs{
        padding-top: 80%;
    }
}
@media(min-width: 1024px) and (max-width: 1280px){
    .news-home .tab-pane.active .list-item:first-child .img-blogs{
        padding-top: 81%;
    }
}

@media(max-width: 919px){
    .title_widget h2{
        font-size: 22px;
    }
    .construction-project .item-blogs .desc-blogs,
    .construction-project .btn-view-more{
        display: none;
    }
    
    .news-home .item-blogs .img-blogs{
        padding-top: 95%;
    }
    .news-home .desc-blogs{
        display: none;
    }
    .construction-project .item-blogs .info{
        background-color: rgba(0,0,0,.5);
    }
}

@media(min-width: 768px){
    .trust .content ul li:first-child:before{
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        width: 2px;
        height: 14px;
        background-color: #fff;
    }
    .trust .content ul li:last-child{
        border-left: 1px solid #ccc;
    }

}

@media(min-width: 577px) and (max-width: 768px){
    .construction-project .item-blogs .img-blogs{
        padding-top: 100%
    }
    .construction-project .item-blogs .title-blogs-item{
        height: 36px;
    }
    
    .news-home .tab-pane.active .list-item:first-child .img-blogs{
        padding-top: 73%;
    }
}

@media(max-width: 576px){
    .working-process-list .nav{
        display: unset;
    }
    .working-process-list .nav{
        display: unset;
    }
    .working-process-list .nav li{
        width: 49%;
        margin-bottom: 15px;
    }
    
    .trust ul.contact{
        flex-flow: column;
    }
    .news-home .tab-pane.active .list-item.view-list{
        width: 100%;
    }
    
}
@media(min-width: 376px) and (max-width: 576px){
    .working-process-list .nav li{
        height: 202px;
    }
}
@media(min-width: 361px) and (max-width: 375px){
    .working-process-list .nav li{
        height: 184px;
    }
}
@media(min-width: 321px) and (max-width: 360px){
    .working-process-list .nav li{
        height: 176px;
    }
}
@media(max-width: 320px){
    .working-process-list .nav li{
        height: 155px;
    }
}












