.bg-main1 {
    background-color: var(--color-main2) !important;
}

.bg-main2 {
    background-color: #35b5c8 !important;
}

.bg-chichsach {
    background-color: #84c0b4;
}

.bg-green {
    background-color: #57baa8;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.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;
}

.text-color {
    color: var(--color-main2) !important;
}

/*header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*}*/
.bg-footer {
    background: #72c6b1b5 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: #84c0b4;
}

.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: #2d94af;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 28px;
    text-transform: uppercase;
}

.article-title > a {
    color: #2d94af;
}

.h2_famygo {
    color: #2d94af;
}

.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: #2d94af;
    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: #2d94af;
    font-size: 2.5rem;
    margin-right: 1rem;
}

.icon_counter > span {
    color: aliceblue;
    font-size: 3rem;
    font-weight: lighter;
}

.name-count {
    color: #2d94af;
}

img.img-banner_img {
    height: auto;
    /* background-size: cover; */
    width: 100%;
    object-fit: contain;
}

.content_body-1 {
    width: 33%;
    border-radius: 10px;
    /* top: 13%; */
    position: absolute;
    background: white;
    /* right: 8%; */
    left: 5%;
    bottom: 13%;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.img-fluiddx {
    width: 100%;
    height: 19rem;
}

.itemm .image-hover {
    color: black;
    text-align: center;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background: #ffffffcf;
    padding: 1rem 0px;
    opacity: 0;
}

.itemm:hover .image-hover {
    opacity: 1;
}

.contact_Header {
    border-radius: 5px;
    color: white;
    background-color: var(--color-main2);
    padding: 1rem 7px;
    font-size: 16px;
}

img.img-fluida {
    width: 100%;
}

.banner_img {
    width: 100%;
    aspect-ratio: 7;
    object-fit: cover;
    object-position: 0 -45px;
}

.bg-main1>p {
    margin-bottom: 1rem !important;
    background: none !important;
}

@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;
    }
}

@media (max-width: 500px) {
    #facebook div {
        width: 100% !important;
    }
}
