.content-area {
    padding:  30px 0 0;
}
.home .content-area {
    padding-top: 0;
}
.baogia_01 .text-01 p{
    font-size: 20px;
    margin-bottom: 20px;
    color: #b02125;
}
.baogia_01 form input{
    height: 40px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-size: 16px;
    color: #222;
}
.baogia_01 form input:focus{
    box-shadow: none;
}
.baogia_01 form input.wpcf7-submit{
    margin: 0;
    min-width: 150px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    height: 50px;
    text-transform: unset;
    font-size: 24px;
    line-height: 50px;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}

.entry-meta .posted-author {
    padding-right: 10px;
}

.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-small .box-text p.category{
    font-size: 11px;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
}
.box-text-products .product-title{
    margin: 0 0 10px;
}
.box-text-products .product-title a{
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
}
.price_pro{
    font-size: 16px;
    color: #d41616;
    font-weight: 600;
    del{
        color:#777;
        font-weight: 500;
        font-size: 14px;
    }
}
.product-small .add-button{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 13px;
}
.product-small .add-lienhe{
    border: 1px solid #B02125;
    border-radius: 25px;
    min-width: 165px;
    height: 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px !important;
    margin: 0 !important;
}
.product-small .add-lienhe:hover{
    background-color: #B02125;
    color: #fff;
}
.product-small .add-lienhe i{
    font-size: 13px;
}
.product-small .add-to-cart-button{
    margin: 0;
}
.product-small .add-to-cart-button a{
    text-transform: unset;
    border-width: 1px;
    margin-top: 0;
    border-radius: 25px;
    height: 33px;
    min-height: 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding: 0 15px;
}
.product-small .add-to-cart-button a:hover::after{
    color: #fff;
}
.product-small .add-to-cart-button a::after{
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    color: #B02125;
    margin-left: 5px;
}
.sidebar-inner .widget-title{
    font-size: 22px;
    letter-spacing: 0;
}
.sidebar-inner ul.product-categories li{
    padding: 5px 0;
}
.sidebar-inner ul.product-categories li a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #222;
    &:hover{
        color: #dc4114;
    }
}
.product-info .woocommerce-breadcrumb{
    display: none;
}
.product-info h1.product-title{
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.product-info .is-divider{
    display: none;
}
.product-info .price-wrapper{
    display: none;
}
.product-info .price{
    font-size: 18px !important;
    display: flex !important;
    gap: 15px;
    color: #d41616;
    del{
        color:#777;
        font-weight: 500;
        font-size: 15px;
        bdi{
            color:#777;
        }
    }
}
.product-info .product-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.product-info .product-btn a{
    background: #333333;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    &:hover{
        background-color: #B02125;
        color: #fff;
    }
}
.product-footer .woocommerce-tabs{
    border-top: none !important;
    padding-top: 0 !important;
}
.product-summary .price .woocommerce-Price-currencySymbol{
    font-size: 18px;
}
.product-summary .price del .woocommerce-Price-currencySymbol{
    font-size: 15px;
    vertical-align: middle;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #808080;
    border-bottom: hidden;
    background-color: #fff !important;
    text-transform: unset;
    color: #333;
}
.woocommerce-tabs ul.tabs li.active a{
    background-color: #e8e8e8 !important;
}
.product-summary .quantity{
    margin-bottom: 0;
}
.product-info button.add_to_cart_button{
    text-transform: unset;
    margin-bottom: 0;
}
.product-info button.add_to_cart_button label{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.product-info button.add_to_cart_button span{
    display: none;
}
.tits h3{
    font-size: 20px;
    line-height: 30px;
    color: #3E3E3E;
    text-transform: uppercase;
}
.sec_01 .tits h3{
    text-align: center;
    margin-bottom: 20px;
}
.sec_01 .product-category .box-category .box-text{
    padding: 19px 20px 0;
}
.sec_01 .product-category .box-category .box-text h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #383838;
}
.sec_03 .tits h3,
.sec_02 .tits h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-small.box{
    box-shadow: 0px 3px 4px 0px #0000000D;
    border-radius: 10px;
}
.product-small.box .box-image{
    height: 420px;
}
.product-small.box .box-image img{
    border-radius: 10px 10px 0 0;
    height: 420px;
}
.product-small.box .box-text{
    padding: 20px 20px 25px;
}
.product-small.box .box-text .excerpt-wrapper p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
.product-small.box .box-text .product-title{
    margin: 0;
}
.product-small.box .box-text .product-title a{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    margin: 0;
    color: #383838;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.video-button-wrapper a{
    margin: 0;
    width: 45px;
    height: 45px;
    min-width: 45px !important;
    min-height: 45px;
    line-height: 33px !important;
    color: #fff;
    i{
        font-size: 22px !important;
        top: 0 !important;
    }
}
.sec_03 .box{
    box-shadow: 0px 2px 6px 0px #0000001A;
    border-radius: 8px;
}
.sec_03 .box .box-image img{
    border-radius: 8px 8px 0 0;
}
.sec_03 .box .box-text{
    padding: 30px 35px 30px;
}
.sec_03 .box .box-text h5{
    margin: 0;
}
.sec_03 .box .box-text h5 a{
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    margin: 0;
}
.sec_03 .box .box-text .post-meta{
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    opacity: 1;
    margin: 7px 0;
    color: #8E8C8C;
}
.sec_03 .box .box-text .is-divider{
    display: none;
}
.sec_03 .box .box-text .from_the_blog_excerpt {
    color: #636363;
}
.sec_03 .post-item{
    padding-bottom: 17px;
}
.sec_03 .large-columns-1 .post-item > .col-inner{
    height: 118px;
}
.sec_03 .large-columns-1 .box{
    box-shadow: 0px 0px 8px 0px #0000001A;
    display: inline-block;
    width: 100%;
    height: 118px;
}
.sec_03 .large-columns-1 .box .box-image{
    float: left;
}
.sec_03 .large-columns-1 .box .box-image img{
    border-radius: 8px 0 0 8px;
}
.sec_03 .large-columns-1 .box .box-text{
    float: right;
    width: 70%;
    padding: 17px 15px 11px;
}
.sec_03 .large-columns-1 .box .box-text h5 a{
    font-size: 15px;
    height: 54px;
    overflow: hidden;
}
.sec_03 .large-columns-1 .box .box-text .post-meta{
    margin: 0;
}
.sec_04 .tits h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.sec_04 .img-inner{
    border-radius: 10px;
}
.sec_04 .img{
    margin-bottom: 0 !important;
}
.sec_05 .tits h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.sec_05 .gallery-col > .col-inner{
    box-shadow: 0px 0px 12px 0px #0000000D;
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
}
.sidebar-inner aside{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
}
.sidebar-inner .widget .widget-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: unset;
    display: block;
}
.sidebar-inner .widget .list-post-item > li{
    margin-bottom: 28px;
    &:last-child{
        margin-bottom: 0;
    }
}
.sidebar-inner .widget .list-post-item a.img{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    padding: 0;
    img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}
aside .is-divider{
    display: none;
}
.sidebar-inner .widget .list-post-item h3{
    margin-bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
}
.sidebar-inner .widget .list-post-item h3 a{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #222;
}
.full-row{
    margin-top: 30px;
}
.full-row .term-tax{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.full-row .term-tax .list-term-tax .img{
    margin: 0 auto 20px;
    width: 56px;
}
.full-row .term-tax .list-term-tax .cnt a{
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
.full-row .term-tax .list-term-tax .cnt h3{
    margin: 0;
    text-align: center;
    line-height: 18px;
}
.full-row .term-tax .list-term-tax .cnt a:hover{
    color: #B02125;
    font-weight: 500;
}
.category-banner{
    height: 483px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.category-banner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.category-page-row .product-small.box .box-image,
.category-page-row .product-small.box .box-image img{
    height: 320px;
}
.price_pro{
    display: none;
}
.category-page-row .product-small.box .add-button{
    display: grid;
    gap: 10px;
}
.form-01 .col:nth-child(2) > .col-inner{
    background: #f6f6f6;
    border-radius: 10px;
    padding: 40px 30px 30px;
    text-align: center;
}