.bg-main1{
    background-color:  var(--color-main2) !important;
}
.bg-main2{
       background-color:  var(--color-main1) !important;
}
.bg-chichsach{
    background-color: #f9804e;
}
.bg-green {
    background-color: var(--color-main2);
}
.cl_main{
    color: var(--color-main2) !important;
}
.ratio-9-16 {
    padding-top: 177.7% !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: var(--color-main2) 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: #f9804e;
}
.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: white;
    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: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.btn-w{
    width: 97.5%;
}
.border-decor_4items {
    margin-right: 3rem;
}
.container-counter h4 {
    font-weight: 700;
    color: var(--color-highlight);
    font-size: 17px;
}
.item-counter i {
    color: var(--color-highlight);
    text-align: center;
    font-size: 50px;
}
.name_decor4 {
    font-weight: 700;
    color: black;
    margin-bottom: 1rem;
    font-size: 2.1rem;
}
.title-counter {
    font-weight: 700;
    font-size: 20px;
}
.title-counter > span {
    color: var(--red);
    font-size: 32px;
    padding-right: 4px;
    font-weight: 900;
}

.name-count {
    color: var(--black);
    font-size: 14px;
}
.container-counter > div:nth-child(2) {
   align-self: start;
}
.container-counter > div:nth-child(even) h4 {
    /* font-size: 22px; */
}
.container-counter > div:nth-child(even) .title-counter {
    font-size: 26px;
}
.container-counter > div:nth-child(even) .title-counter span {
    font-size: 36px;
}
.container-counter > div:nth-child(even) .item-counter i {
    font-size: 65px;
}
.content-counter .item-counter:not(:last-child) {
    margin-bottom: 15px;
}
img.img-banner_img {
    height: auto;
    background-size: cover;
    width: 100%;
}
.content_body-1 {
    width: 50%;
    border-radius: 10px;
    top: 13%;
    position: absolute;
    background: white;
    right: 8%;
    padding: 2rem;
}
.content_body-1 .description {
    display: -webkit-box;
    -webkit-line-clamp: 18;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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%;
}

/*Call now*/
.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    width: 160px;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-left: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.content-white * {
    color: var(--white) !important;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

#videoOverlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 10;
  background: #000;
}

#videoOverlay .overlay-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  display: block;
}

#videoOverlay .overlay-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoOverlay .overlay-play-btn svg {
  transition: transform 0.2s ease;
}

#videoOverlay:hover .overlay-play-btn svg {
  transform: scale(1.1);
}

#videoOverlay.hidden {
  display: none;
}

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