html {
    scroll-behavior: smooth;
}

h1 {
  font-size: 33px !important;
  font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}
.desc-text {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  /* text-align: justify !important; */
  letter-spacing: 0px !important;
  
}


.desc-container {
    color: #fff;
    text-align: left;
}

.desc-text {
    color: black;
}

.banner {
    background: url("../img/emily.png") center/cover no-repeat;
    position: relative;
    aspect-ratio: 19 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.banner-content {
    display: none;
    position: relative;
    max-width: 960px;
    padding: 0 20px;
    z-index: 1;
}

.banner .desc-text {
    color: #fff;
}

.banner h1 {
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 1.2;
}

.product-pc {
    display: block;
    color: #fff;
}

.lazyload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 0;
}

.product-section .section-bg .section-content {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 900px;

}

/* product  */
.product-categories {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 clamp(10px, 5vw, 40px);
    background: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.product-categories a {
    padding: 25px 42px;
    text-decoration: none;
    color: rgba(34, 34, 34, 0.7);
    font-size: 23px;
    font-weight: 400;
    transition: all 0.3s;
    color: black;
}

.product-categories a:hover {
    background: blueviolet;
    color: #fff;

}

/* .product-section  */

.product-section {
    /* margin-bottom: 24px; */
    /* background: #F6F8F9; */
    padding-bottom: 120px;
}

.product-section .section-bg {
    background: #F4F7FE;
    text-align: center;
    align-items: center;
}

.section-content-img {
    display: none;
}

.section-bg {
    position: relative;
    height: 480px;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
}

/* 
.section-content {
    margin-left: 200px;
    padding-left: 120px;
    max-width: 700px;
} */
.section-content h2 {
    margin-bottom: 40px;
}

td {
    border-bottom-width: 0px !important;
}

.learn-more {
    padding: 10px 30px;
    margin-top: 10px;
    color: #fff;
    background: #3377ff;
    border-radius: 30px;
}

/* PRODDUCT CARD  */
.product-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    align-items: center;
    background: white;

}

.product-cards .table {
    /* max-width */
}

.product-card {

    flex: 0 1 624px;
    background: #fff;
    padding: 42px 24px;
    text-align: center;
    cursor: pointer;
}

.product-cards .table {
    width: 25vw;
    ;
}

.card-content {
    margin-bottom: 42px;
}

.card-content h3 {
    font-size: 40px;
}

.product-card a {
    display: none;
    margin-top: 50px;
}

.banner .product-m {
    display: none;
}

.product-card-info {
    padding: 50px 0px;
}

.product-card img {
    border-radius: 20px;
}

/* END PRODUCT CARD  */
/* .product-section  */

/* end product */
/* Mobile: ảnh xuống dưới, text lên trên — KHÔNG đổi HTML cũ */
/* Mặc định desktop đang ổn, thêm rules cho mobile */
@media (max-width: 768px) {

    /* banner */
    .banner {
        background: url("../img/emily.png") center/cover no-repeat;

        display: flex;
        flex-direction: column;
        background: #C0D3F6;
        height: auto;
        background-size: cover;
        margin-bottom: 20px;
    }



    .banner .product-m {
        display: flex;
    }

    .banner .banner-content {
        background: #C0D3F6;
        margin-bottom: 200px;


    }

    .banner .product-m {
        height: auto;
    }

    .banner .product-m img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }


    .banner .desc-text {
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

    .expanded {
        -webkit-line-clamp: 4;
    }

    .read-more {
        display: inline-block;
        margin-top: 8px;
        color: #007bff;
        cursor: pointer;
        font-size: 14px;
    }

    .banner .product-pc {
        font-size: 29px;
        margin-top: 100px;
        color: #000;
    }

    /* end banner  */

    /* product-section */
    .product-section {
        /* background: ; */
        height: auto;
        width: auto;
    }

    .product-section .section-bg {
        background: #F4F7FE;
        border: none;
        height: auto;
    }

    .product-section .section-bg .section-content {
        align-items: center;
        margin-left: 0px;
        padding-left: 0px;
        padding: 45px 0px;

    }

    .product-section .section-bg .section-content h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .section-content-img {
        display: block;
        border: none;

    }

    .product-section .desc-contaner {
        margin-top: 20px;
        align-items: center;
        height: auto;
    }

    .product-section .learn-more1 {
        display: flex;
        padding: 12px 24px;
        background: #007bff;
        color: #fff;
        font-size: 16px;
        border-radius: 30px;
        margin-top: 10px;
        text-align: center;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-section .desc-container .desc-text {
        text-align: center;
        margin-top: 20px;
        padding: 0 10px;
        color: black;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;

    }

    .product-section .product-cards {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        gap: 10px;
    }

    .product-section .product-card {
        flex: unset;
    }


    .product-section .read-more {
        text-align: center;
        display: block;
        margin-top: 8px;
        color: #007bff;
        cursor: pointer;
        font-size: 14px;
    }

    /* end product-section */

    /* product-categories */
    .product-categories {
        margin-bottom: 20px;
        border-bottom: none;
    }

    .product-categories a {
        font-size: 14px;
        padding: 10px 18px;
        border-radius: 20px;
        color: black;
    }

    .product-section .learn-more {
        margin-left: 0px;
        text-align: center;

    }

    .product-cards .table {
        width: 68vw;
    }

    /* end product-categories */





}

/* Tinh chỉnh thêm cho màn rất nhỏ */
@media (max-width: 375px) {
    /* .banner { min-height: 56vh; padding: 12px; }
  .banner-content { padding: 12px; border-radius: 10px; }
  .product-pc { font-size: 20px; }
  .desc-text { font-size: 13.5px; } */
}