﻿@media only screen and (max-width: 480px) {
    #other-product {
        display: none;
    }

    #content-content {
        padding: 5px 10px;
        display: grid;
    }

    .content-content-tt {
        display: grid;
    }
    li {
        font-size: 14px;
    }
    .div-chua-anh {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .content-content-img {
        max-width: 100%;
        min-width: 30vw;
        width: 100%;
        min-height: 200px;
        max-height: 300px;
        height: auto;
        object-fit: cover;
        border: 2px solid #419eff;
        padding: 15px;
        background-color: #9dcdffe0;
        border-radius: 10px;
    }

    #content-header-sp {
        width: 100vw;
        position: absolute;
        height: 250px;
        background-color: #00000066;
        z-index: 2;
        display: flow;
        justify-content: center;
        top: 0px;
    }

    #img-hearder-sp {
        width: 100vw;
        position: absolute;
        height: 250px;
        z-index: 1;
        top: 0px;
    }

    #header-sp {
        position: relative;
        min-height: 250px;
    }
    #productType {
        position: relative;
        font-size: 35px;
        font-weight: bold;
        color: white;
        top: 90px;
    }
    #productType {
        text-align: center;
    }

    #productType span {
        font-size: 30px;
        font-weight: bold;
        color: white;
        line-height: normal;
    }
}
