/** Home CSS **/

a.button.primary.lowercase {
    border: 0px;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase !important;
    background: linear-gradient(269.82deg, #CBFF52 -33.28%, #0FAA4F 40.96%);
}

a.button.primary.lowercase i.icon-angle-right::before {
    content: "\f0a9";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.section-title-container .section-title b {
    opacity: 1;
    background: #46A042;
}

.section-title-container .section-title .section-title-main {
    color: #FFF;
    width: 323px;
    height: 46px;
    line-height: 46px;
    background: url("../images/bg_heading.png") no-repeat center / contain;
}

.rt-section-index .icon-box .icon-box-text {
    align-content: center;
}

.rt-section-index .icon-box .icon-box-text h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 3px;
    text-transform: none;
}

.rt-section-index .icon-box .icon-box-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

.bg_noibat > .col-inner {
    background: url("../images/bg_product_noibat.jpg") no-repeat center / cover;
}

.bg_noibat h2 {
    margin-bottom: 0;
}

.row-small > .flickity-viewport > .flickity-slider > .col.product-category {
    padding-bottom: 0px;
}

.col.product-category .box-category .box-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.col.product-category .box-category .box-text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rt-section-product > .section-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 531px;
    background: url("../images/bg_product-after.png") no-repeat bottom center / cover;
    top: 250px;
    left: 0;
    z-index: 1;
}

.rt-section-product > .section-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 531px;
    background: url("../images/bg_product-after.png") no-repeat bottom center / cover;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.rt-section-product .slider > .flickity-viewport > .flickity-slider > .product-small.col {
    padding-top: 19px;
}

.product-small.col > .col-inner {
    border-radius: 15px;
    overflow: hidden;
}

.rt-section-news h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
}

.rt-section-news h2::after {
    content: "";
    width: 60px;
    height: auto;
    position: absolute;
    border-bottom: 2px solid #0FAA4F;
    bottom: -8px;
    left: calc(50% - 30px);
}

.rt-section-news .col.post-item > .col-inner {
    border-radius: 20px;
    overflow: hidden;
}

.rt-section-news .post-item .box.box-overlay .is-divider {
    display: none;
}

.rt-section-news .post-item .box.box-overlay .box-text {
    padding-top: 15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.rt-section-news .post-item .box.box-overlay h5.is-large a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
}

.rt-section-news .post-item .box.box-overlay h5.is-small a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}