/*
Theme Name:   Storefront - Child
Author URI:   https://nexthome.asia/
Template:     storefront
Text Domain:  storefront
Version:      1.0.0
*/
.mt30 {
    margin-top: 30px;
}
p {
    min-height: 25px;
}
.inner-about-us .wrap-right-content {
    height: auto !important;
    padding: 0 !important;
}
.inner-about-us .wrap-right-content p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.video-introduce {
    text-align: center;
    padding-bottom: 30px;
}

.thumb-5x3 {
    width: 100%;
    height: 0;
    position: relative;
    background: #f3f3f3;
    display: block;
    overflow: hidden;
    outline: none;
    padding-bottom: 60%;
}
p {
    line-height: 30px;
}
h1.has-text-align-center {
    font-size: 33px;
}
.section-product.page-product {
    margin-top: 60px !important;
}
.grid3 .list-product {
    grid-template-columns: repeat(3, 1fr) !important;
}
.grid4 {
    grid-template-columns: repeat(4, 1fr) !important;
}
.mtop60 {
    margin-top: 60px;
}
.entry-title {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #2d308f;
}
#primary .left-content {
    float: left;
    max-width: 860px;
    margin-right: 20px;
}

#primary .right-content {
    float: left;
    max-width: 300px;
    margin-left: 20px;
}
#primary .right-content .item-product {
    margin-bottom: 20px;
}
.entry-content img {
    height: auto;
}
.entry-content h2 {
    margin: 20px;
}
.entry-content .wp-block-column ul {
    list-style: square;
    margin-top: 10px;
}
.list-nav > .item-nav > a {
    font-size: 14px;
}
/* 
.list-nav>.item-nav{
    position: relative;
}
.list-nav .item-sub{
    display: none;
    position: absolute;
}
.list-nav>.item-nav:hover .item-sub{
    display: block;
} */

.item-news {
    width: 100%;
    height: auto !important;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.list-news .thumb_art {
    margin-bottom: 0;
}
.item-news .thumb_art {
    width: 350px;
    margin-right: 30px;
}
.thumb_art {
    position: relative;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.thumb_3x2 {
    padding-bottom: 66.66667%;
}
.thumb {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%;
    background: #f4f4f4;
}
.thumb img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.thumb img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.list-news .title-news {
    color: #222;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.list-news .meta {
    color: #4f4f4f;
}

.meta {
    font-size: 1.3rem;
    color: #828282;
    display: block;
    margin-bottom: 10px;
}
.list-news .description {
    color: #828282;
}

.description {
    font-size: 1.4rem;
    line-height: 1.58;
}
.section-banner .title {
    width: 100%;
    position: absolute;
    color: red;
    z-index: 999999;
    top: calc(50% - 30px);
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}
.content-page p {
    margin-bottom: 10px;
}

.content-page figure.wp-block-gallery ul {
    margin: auto !important;
}

@media only screen and (max-width: 600px) {
    .grid3 .list-product{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .section-product .item-product {
        max-width: 450px;
        min-width: 300px;
        margin: auto;
    }
}
