.menu{
    position: relative;
}
.menu .background{
    width: 100%;
    height: 43.9rem;
    position: relative;
    overflow: hidden;
}
.menu .background .background_image img{
    width: 100%;
    height: 43.9rem;
    object-fit: cover;
    position: relative;
}
.internal_product{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
.internal_product .central{
    display: flex;
    padding: 2.1rem 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.internal_product .desc_product{
    width: 45%;
}
.internal_product .desc_product .info h1{
    width: 30.6rem;
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 3.8rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 9.5rem;
}
.internal_product .desc_product .info h1::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 100%;
    height: 1.6rem;
    bottom: -5.6rem;
    left: 0;
}
.internal_product .desc_product .info p{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    color: #585a5f;
    padding-bottom: 2.4rem;
}
.internal_product .desc_product .info p strong{
    font-weight: 900;
}
.internal_product .specifications{
    width: 45%;
}
.internal_product .specifications h2{
    font-weight: 900;
    font-size: 2.4rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding-top: 3.2rem;
    padding-left: 1.5rem;
}
.internal_product .specifications ul li{
    display: flex;
    padding: 1.5rem;  
    justify-content: space-between;  
    border-bottom: 0.1rem solid #707070;
}
.internal_product .specifications ul li:last-child{
    border-bottom: unset;
}
.internal_product .specifications ul li p{
    width: 50%;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    color: #585a5f;
}
.image .bt_request_quote{
    font-weight: 900;
    font-size: 2.4rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding: 1.6rem 7rem;
    background-color: #D7B369;
}
.view_more{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
.view_more .info{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 3.4rem;
}
.view_more .info h3{
    font-weight: 900;
    font-size: 2.4rem;
    text-align: center;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 6.5rem;
}
.view_more .info h3::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
}
.view_more .info ul{
    display: flex;
    justify-content: center;
    padding-bottom: 7.2rem;
}
.view_more .info ul li{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    position: relative;
    width: 28.8rem;
    height: 19.3rem;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.view_more .info ul li img{
    position: relative;
    width: 100%;
    min-height: 19.3rem;
}
.view_more .info ul li a{
    width: 100%;
    height: 100%;
}
.view_more .info ul li a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(35, 33, 33, 0.6) 90%);
}
.view_more .info ul li h4{
    position: absolute;
    left: 1.9rem;
    bottom: 2rem;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}