/**Top page*/
.top-slider-sidebar .goldsmith-main-slider .goldsmith-slide-inner img{
 object-position: center top;
}
.top-slider-sidebar .goldsmith-main-slider{
    border-radius: 20px;
}
.top-slider-sidebar .goldsmith-main-slider .goldsmith-slide-inner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.goldsmith-slide-inner,
.elementor-8616 .elementor-element.elementor-element-55a3a223 .goldsmith-banner-content .goldsmith-banner-catname,
.elementor-8616 .elementor-element.elementor-element-55a3a223 .goldsmith-banner-content .goldsmith-banner-button,
.elementor-8616 .elementor-element.elementor-element-55a3a223 .goldsmith-banner-content .goldsmith-banner-desc,
.goldsmith-label-dark.label-solid, .goldsmith-btn-dark,
.goldsmith-slide-link2,
.goldsmith-woo-banner-wrapper:not(.banner-style-classic) .goldsmith-banner-content, .goldsmith-woo-banner-wrapper:not(.banner-style-classic) .goldsmith-banner-title {
    color: var(--color-gold);
    font-family: var(--font-main);
}
.goldsmith-label-dark.label-solid, .goldsmith-btn-dark{
    background-color: transparent;
}
.goldsmith-btn-dark:hover{
    background-color: var(--color-green2);
}
.style-card .goldsmith-blog-post-item-inner{
    background-color: var(--color-green);
}
/**End TOP**/
/**Concerpt*/
[five-concerpt-title] h2{
    font-size: 42px;
}
[five-concerpt-title] h2,
[five-concerpt] .goldsmith-banner-title{
    font-family: var(--font-slogan) !important;
    color: var(--color-gold);
}
[five-concerpt] .elementor-widget-goldsmith-woo-banner{
    position: relative;
}
[five-concerpt] .elementor-widget-goldsmith-woo-banner::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 120px;
    height: 100px;
}
.five-concerpt--kim::before{
    background-image: url('../images/text-kim.png');
    width: 140px !important;
    max-height: 80px !important;
}
.five-concerpt--moc::before{
    width: 192px;
    height: 167px;
    background-image: url('../images/text-moc.png');
}
.five-concerpt--thuy::before{
    width: 238px;
    height: 167px;
    background-image: url('../images/text-thuy.png');
}
.five-concerpt--hoa::before{
    background-image: url('../images/text-hoa.png');
    width: 196px;
    height: 167px;
}
.five-concerpt--tho::before{
    background-image: url('../images/text-tho.png');
    width: 184px;
    height: 159px;
}
@media(max-width: 1024px){
    [five-concerpt-title] h2{
        font-size: 30px;
    }
    [five-concerpt] .goldsmith-banner-title{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    [five-concerpt-title] h2{
        font-size: 22px;
    }
    [five-concerpt] .goldsmith-banner-title{
        font-size: 18px;
    }
}
/**End Concerpt*/

/**=====================================Blog==========*/
.goldsmith-blog-post-category span{
    background: #08130e;
    color: var(--color-gold);
}
.style-card .goldsmith-blog-post-content .goldsmith-post-title a{
      background: linear-gradient(
    to right,
    #dea948 0%,
    #F9DC8E 30%,
    #dea948 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.style-card .goldsmith-blog-post-content .goldsmith-post-title a:hover{
    text-decoration: underline;
}
.style-card .goldsmith-blog-post-item-inner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}

#--banner-cus::before{
    z-index: 1;
}
