.bg-main1{
    background-color:  var(--color-main2) !important;
}
.bg-main2{
       background-color:  var(--color-main1) !important;
}
.bg-chichsach{
    background-color: #C6E0B5;
}
.bg-green {
    background-color: #669941;
}
.cl_main{
    color: var(--color-main2) !important;
}
.header-bottom {
    border-bottom: 1px solid #82ab64;
}
.bg-utilities{
    background-repeat: no-repeat;
    background-image: url(/templates/fashion03/assets/media/background/bg_utilities.png);
    background-attachment: scroll;
    background-position: top right;

}
.fix{
    background: white;
    padding: 1% 0px;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
}
/*header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*}*/
.bg-footer{
    background: #719430 url(/templates/fashion03/assets/media/background/bg_footer.png);
    padding: 20px 0 20px 0;
}
.banner-qc{
   min-height: 9rem;
    background: url(/templates/fashion03/assets/media/background/bg_banner_qc.png);
    background-size: cover;
}
.banner-qc > img {
    float: right;
    margin-right: 15rem;
}
.bg-green-while {
    background-color: #c6e0b5;
}
.gioi-thieu{
    background: url(/templates/fashion03/assets/media/background/bg_gioithieu.png) no-repeat;
    background-position: top left;
}
.title-section-new{
    text-align: center;
    color: #1e9e5a;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 28px;
    text-transform: uppercase;
}
.article-title > a{
    color: #1e9e5a;
}
.h2_famygo{
    color: #1e9e5a;
}
.ratio-1-15{
    padding-top: 50%;
}
a.btn.btn-submit-cus.font-weight-bold.btn-4 {
    
    background: rgb(255,218,107);
    height: 39px;
}
.btn-w{
    width: 97.5%;
}
.border-decor_4items {
    margin-right: 3rem;
}
i.icon {
    background-color: #1e9e5a;
    color: #fff;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    font-size: 30px;
    float: left;
    margin-left: 2px;
}
.name_decor4 {
    font-weight: 700;
    color: var(--color-main2);
    margin-bottom: 1rem;
    font-size: 2.1rem;
}
.icon_counter > i {
    color: #1E9E5A;
    font-size: 2.5rem;
    margin-right: 1rem;
}
.icon_counter > span {
    color: aliceblue;
    font-size: 3rem;
    font-weight: lighter;
}
.name-count {
    
    color: #1E9E5A;
}
img.img-banner_img {
    height: auto;
    background-size: cover;
    width: 100%;
}
.content_body-1 {
    width: 33%;
    border-radius: 10px;
    top: 13%;
    position: absolute;
    background: white;
    right: 8%;
    padding: 2rem;
}
.img-fluiddx{
     width: 100%;
    height: 19rem;
}

.itemm:hover .image-hover {
    color: black;
    text-align: center;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background: #ffffffcf;
    padding: 1rem 0px;
}
.contact_Header {
    border-radius: 5px;
    color: white;
    background-color:  var(--color-main2);
    padding: 1rem 7px;
    font-size: 16px;
}
img.img-fluida {
    width: 100%;
}
@media (max-width: 876px){
    img.img-fluid-cus1 {
    width: 100%;
}
    img.img-banner_img{
        height: 46rem;
    }
    .content_body-1{
        top: 10%;
        right: 4%;
        width: 92%;
    }
    .banner-qc{
            min-height: 10rem;
    }
}