.bg-light-blue{
    background: #5686E8;
}

.bg-light-orange{
    background: #FF953F;
}

.baiviet {
    background-color: var(--blue);
    color: white;
}

.baiviet a{
    color: #fff;
    font-weight: 700;
}
    

#baiviet2{
    background-color: var(--orange);
    color: white;
}

.baiviet .section-heading {
    transform: translateY(1rem);
    padding-bottom: 60px !important;
}

.baiviet .tag span {
    border-right: 1px solid white;
}

.baiviet .tag span:last-child {
    border-right: none;
}

/*.baiviet .text ul li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
}*/

/*.baiviet .text ul li::before {
    content: "•";
     padding-right: 2rem; 
    display: block;
    position: absolute;
    left: 0;
}*/

.product-item .heading{
    font-size: 2rem;
}

.img-frame{
    background: #C7C7C7;
    margin-top: -70px;
    height: 250px;
    width: 250px;
    position: relative;
    z-index: 1;
    overflow: initial;
    padding-right: 10px;
    padding-left: 10px;
}

.img-frame img{
    position: relative;
    top: 35px;
}

.product-item{
    margin-top: 50px;
}

/*@media (max-width: 767.98px) {
    .baiviet .text ul li {
        margin-bottom: 0.5rem;
    }
    .baiviet .text ul li::before {
        padding-right: 1rem;
    }
}*/

@media (max-width: 1199.98px) {
    .baiviet .section-heading {
        transform: none;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1624px;
    }
    .container-body{
        max-width: 1324px;
    }

    .heading-img{
        padding-right: 64px;
    }

    .product-item{
        margin-top: 94px !important;
    }
    
    .img-frame{
        height: 300px;
        width: 300px;
        margin-top: -150px;
    }
}

@media (max-width: 992px){
    .img-frame{
        margin-top: auto;
        width: 150px;
        height: 150px;
        margin: 0 auto;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .img-frame img{
        max-width: 150px;
        top: 25px;
    }
}

@media (max-width: 576px){
    .img-frame{
        width: 80px;
        height: 80px;
    }
    
    .baiviet h4.fs-4{
        font-size: 16px !important;
    }
    
    .baiviet p.intro{
        font-size: 13px;
    }
    
    .img-frame img{
        top: 10px;
    }
}

@media (max-width: 480px){
    .img-frame{
        width: 65px;
        height: 65px;
    }
    
/*     .img-frame img{
        top: 5px;
    } */
}
