.wrapper-heading-home h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.wrapper-heading-home {
    padding: 10px 0 10px;
    text-align: center;
}
#section-blog .blogPostImage {
    position: relative;
    overflow: hidden;
}
#section-blog .blogPostImage a {
    display: block;
}
#section-blog .blogPostImage img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-clip: border-box;
    -webkit-border-radius: 0 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 0 0;
    -moz-background-clip: padding;
    border-radius: 0 0 0 0;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.blogPostTitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 15px;
}
.blogPostTitle a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.blogPostShortdesc {
    color: #333;
    padding-bottom: 10px;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
}
.btnBlogReadMore {
    color: #DC143C;
    font-size: 16px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-weight: 600;
}
.date_post {
    text-align: center;
    background-color: #89d22c;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: none;
}
.date_post strong {
    display: block;
    font-size: 20px;
}
#section-blog {
    padding-bottom: 30px;
}
.box-news-homepage{
    display: block;
}
.box-news-homepage.news_category_by_id,#collection .filter{
    display: none;
}
@media (min-width: 992px){
    #section-blog .velaBlogItem:hover .blogPostImage img {
        -webkit-transform: scale(1.1) rotate(2deg);
        -moz-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        -o-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg);
    }
}
@media (max-width: 768px){
    .velaBlogItem {
        padding-bottom: 20px;
    }
}

/*modal*/
#subcribleForm .newsletter-popup__submit {
    background-color: #1b5676;
    border: 1px solid #1b5676;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

#js-newsletter-popup input[type=number] {
    -moz-appearance: textfield;
}

#js-newsletter-popup input::-webkit-outer-spin-button,
#js-newsletter-popup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#js-newsletter-popup .newsletter__input--text, .subWrp input {
    padding: 0.8rem 1rem 1rem;
}
.home-page .tab-caption-item{
    display: inline-block!important;
}
.hotline-inner {
    background-color: #1b5676 !important;
    border-radius: 10px;
}
.head-sidebar li{
    padding: 0 10px;
}
.head-sidebar a:hover {
    border-bottom: none;
}
.box-cart>a>span{
    filter: invert(95%) sepia(29%) saturate(589%) hue-rotate(156deg) brightness(61%) contrast(40%);
}
@media (max-width: 1023px) {
    #searchform input#text {
        background: #fff;
        color: #000;
        border: 1px solid #4f5051;
    }
}
.fixed-mb .logo{
    background: #fff;
}
.fixed-mb .mobile-menu h4 a i.ph.ph-list{
    color: #4f5051;
}
.fixed-mb #searchform #searchsubmit i.ph.ph-magnifying-glass{
    color: #4f5051;
}

.see-more-news {
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}