.slideshows-banner {
    padding: 0;
}

.item-slider-stages {
    overflow: hidden;
}

.item-slider-stages img {
    height: auto;
    width: 100%;
}

.hotro_in {
    text-align: center;
    margin: 0px 0px;
    padding: 10px 0px;
    position: relative;
}

.hotro_in img {
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}

.hotro_in h2 {
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 0px 1px;
    margin: 0px;
    color: #ffdd9f;
    font-weight: 600;
}

.hotro_in p {
    text-align: left;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #fff;
}

main {
    background: #fff;
}

.slideshows-banner .ctnr {
    display: flex;
    justify-content: end;
}

.box-slider-loaded-drag {
    border-radius: 0;
    /* background: #FFF; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.box-heading.style-1 h2 span {
    color: #25244f;
    font-size: 28px;
    display: block;
    padding: 10px 0px 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.box-heading.style-1 {
    position: relative;
    display: block;
}

.name-products a {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
}

.list-masp ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.list-masp ul li {
    text-transform: uppercase;
    font-weight: 500;
    color: #1c1b1b;
}

.price-products span {
    font-weight: 600;
    color: #ff3d3d;
    font-size: 19px;
}

.price-products s {
    font-size: 17px;
    margin-left: 10px;
    color: #444;
}

.price-action-products {
    display: flex;
    justify-content: space-between;
}

.icon-buy-products a {
    display: inline-flex;
    background: #ff312e;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

.icon-buy-products a svg {
    width: 20px;
    height: 20px;
}

.icon-buy-products a svg path {
    stroke: #fff;
}


.item-products-hexs {}

.content-products-all {
    padding: 5px 10px;
}

.list-masp-products-all ul {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0 0;
}

.list-masp-products-all ul li {
    font-size: 13px;
    font-weight: 500;
}

.price-products-products-all span {
    color: #b58429;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

.icon-buy-products-products-all a {
    display: inline-flex;
    background: #FF312E;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-buy-products-products-all a svg path {
    stroke: #fff;
}

.icon-buy-products-products-all a svg {
    width: 20px;
    height: 20px;
}

.price-action-products-products-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-products-hexs {}

.box-products-all {
    position: relative;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px;
    background: #fff;
}

.box-sale-product span {
    background: #545454;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.box-sale-product-all span {
    background: #ff3d3d;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.title-partner span {
    font-size: 25px;
    color: #000000;
    display: inline-block;
    padding: 10px 0 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.box-slider-partner {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.item-slider-partner {
    width: calc(96% / 6);
}

.item-slider-partner img {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}

.title-partner {
    text-align: center;
}

.title-partner span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #cf3034;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.box-blog-action {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 97%;
}

.images-blog-action img {
    width: 100%;
}

.blog-new {
    padding: 2rem 0px 4rem;
}

.title-blog {
    padding: 10px 0px 5px;
    margin-bottom: 20px;
    position: relative;
}

.title-blog span {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.title-blog span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #1B4282;
    bottom: 0;
}

.box-blog-action .content-blog-action {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.box-blog-action img {
    display: block;
    height: 100%;
}

.item-sale-blog span {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background: #1B4282;
    border-radius: 3px;
}

.item-sale-blog {
    margin-bottom: 5px;
}

.item-name-blogs-action span {
    color: #fff;
    font-size: 19px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.3;
    font-weight: 600;
}

.date-blogs-action span {
    color: #fff;
    font-size: 12px;
}


.images-blog-member {
    width: 30%;
}

.item-blog-pages {
    display: flex;
    gap: 0px 10px;
    background: #EEE;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.content-sales-blog-pages {
    width: 70%;
}

.images-blog-member img {
    display: block;
    border-radius: 5px;
}

span.sales-blog-upload {
    font-size: 13px;
}

.name-action-member a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.date-blogs-member span {
    font-size: 13px;
}

.name-action-member {
    min-height: 35px;
}

.cms-banner-img img {
    display: block;
}

.cms-banner-img {
    border-radius: 4px;
    overflow: hidden;
}








.box-products-list-main {
    padding: 2rem 0px 2rem;
}

.home-box {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
}

.home-product-header {}

.nemu_produnt_leght {
    display: flex;
    justify-content: center;
}

.home-box-title {
    color: #25244f;
    font-size: 28px;
    display: block;
    padding: 10px 0px 7px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.home-box-title a {}

.box-right {
    display: flex;
    justify-content: right;
    width: 100%;
    align-items: center;
}

.box-right a,
.header_tin a {
    font-size: 14px;
    transition: all .2s;
    font-weight: 400;
    color: #555;
}

.box-right a {
    white-space: nowrap;
    border-right: 0px solid #EEE;
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #1B4282;
    padding: 0;
}

.box-right a svg {
    height: 25px;
    width: 25px;
}

.box-right a svg path {
    fill: #1B4282;
}

.box-right a {
    white-space: nowrap;
    border-right: 1px solid #EEE;
    height: 20px;
}

.see-more {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.box-form-produstc-slick {
    display: flex;
    flex-wrap: wrap;
    /* gap: 5px 5px; */
    /* justify-content: space-between; */
    padding: 5px 0px 10px;
}

.box-form-produstc-slick .item-products-hexs {}

.name-products-all a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
    line-height: 1.3;
    font-size: 16.5px;
    font-weight: 500;
    text-align: center;
}

.price-products-products-all {
    display: flex;
    gap: 0px 10px;
    align-items: end;
    flex-wrap: wrap;
}

.price-products-products-all .old_price {
    color: #8d8d8d;
    font-size: 17px;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 700;
}

.price-products-products-all .old_price span.icon-price {
    color: #444;
}

.images-products-all img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.item-slider-partner {
    padding: 5px;
}

.btn-long-arow {
    text-align: center;
}

.btn-long-arow a {
    background: #FFF;
    border: 1px solid #ff312e;
    color: #ff312e;
    text-transform: none;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 22px;
}

.btn-long-arow a svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 1px;
}

.btn-long-arow a svg path {
    fill: #cf3034;
}

.box-products-featured {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
}

.btn-view-all-hedding-featured a {
    color: #ff3d3d;
}

.images-products-action {
    overflow: hidden;
}

.images-products-all {
    overflow: hidden;
    margin-bottom: 10px;
}

.images-products-all img {
    transform: scale(1.0);
    transition: all 500ms ease;
    display: block;
}

.images-products-all:hover img {
    transform: scale(1.1);
    transition: 1.5s ease;
}





















.images-products-action {
    position: relative;
}

.images-products-action:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;

}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.cms-banner-img {
    position: relative;
}

.cms-banner-img:before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-banner-img:after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-banner-img:hover:before {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}

.cms-banner-img:hover:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}


.images-blog-member {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.images-blog-member img {
    transform: scale(1);
    transition: 0.5s ease;
    height: 93px;
    width: 100%;
}

.images-blog-member:hover img {
    transform: scale(1.3);
    transition: 0.5s ease;
}

a.btn.btn-more:hover {
    background: #ff312e;
    color: #fff;
    border: 1px solid #ff312e;
}

a.btn.btn-more:hover svg path {
    fill: #fff;
    stroke: #fff;
}

a.see-more:hover {
    color: #ff312e;
}

.owl-stage-outer-partner .slick-slider {
    margin-bottom: 0px;
}

.slideshows-banner .slick-prev {
    left: 10px;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #ffffffc9;
    border-radius: 4px;
    z-index: 1;
}

.slideshows-banner .slick-prev svg {
    margin-bottom: -3px;
}

.slideshows-banner .slick-next {
    opacity: 1;
    right: 10px;
    background: #ffffffc9;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.slideshows-banner .slick-next svg {
    margin-bottom: -3px;
}

.box-blog-action a {
    display: block;
    height: 100%;
}

.images-blog-action {
    height: 100%;
}

.sale-products {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
}

.sale-products p {
    background: #e67e22;
    width: 56px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 15px;
    height: 25px;
}

span.icon-price {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 0px;
}

.price-products s span {
    color: #444;
}

.icon-buy-products {
    cursor: pointer;
}

.box-member-banners .slick-slider {
    margin: 0 0 12px 0;
}

.home-featured {
    padding-top: 15px;
}

.banner_dm img {
    border-radius: 5px;
    width: 100%;
}

.box-banner-mkting {
    margin-bottom: 10px;
}

.home-box-title::before {}

.desc_top {
    padding: 10px 0 0 0;
}

.desc_top p {
    padding: 0;
    margin: 0 0 10px 0;
}

.box-products-all:hover {
    box-shadow: 1px 1px 10px rgba(62, 104, 7, .2);
}




.item-products-hexs {
    padding: 0px 10px;
}

.title-separator .separator-center:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #25244f;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}

.title-separator .separator-center:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #25244f;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}

.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative;
}

.title-separator:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #25244f;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 77px);
}

.title-separator:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #25244f;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 77px);
}

.title-separator {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 0px;
}

.box_item__image__tags_sales {
    background: #3e6807;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 15px;
    margin-top: 6px;
    height: 25px;
}















.home-abouts {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-abouts .homeAboutBox {
    display: flex;
    justify-content: space-between;
}

.homeAboutBox_img {
    border-radius: 7px;
    width: 40%;
}

.homeAboutBox_content {
    margin-left: 5rem;
    width: 60%;
}

.home-abouts .section-heading {
    color: #b58429;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-abouts .btn {
    align-items: center;
    background-color: #e7edd7;
    border: 0;
    border-radius: 5px;
    color: #3e6807;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 1.21;
    padding: 0 30px;
    transition: all .3s;
}

.home-abouts .home-abouts__slide {
    margin-left: -20%;
    margin-right: 0;
    margin-top: 25px;
}

.home-abouts .btn--secondary {
    background: linear-gradient(90deg,rgba(201, 163, 97, 1) 0%, rgba(130, 87, 26, 1) 51%, rgba(102, 53, 0, 1) 100%);
    border-radius: 1000px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    background: #b58429;
}




















.home-abouts__slide {
    margin-left: -20%;
    margin-right: 0;
    margin-top: 25px;
}

.home-abouts .grid__column {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 1px;
    padding: 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.home-abouts .about-slide {
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    padding: 16px;
    position: relative;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home-abouts .about-slide .thumbnail {
    flex: 0 0 140px;
    margin-right: 18px;
    overflow: hidden;
    position: relative;
}

.home-abouts .about-slide .thumbnail:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 64.2857142857%;
    width: 100%;
}

.home-abouts .about-slide .thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
}

.home-abouts .about-slide .content {
    flex: 1;
}

.home-abouts .about-slide .title {
    font-size: 16px;
    font-weight: 600;
}

.home-abouts .maxLine_3 {
    -webkit-line-clamp: 3;
}

.homeAboutBox_content_list .slick-slider {
    margin-bottom: 15px;
}

.homeAboutBox_content_list .slick-dots {
    bottom: -18px;
}

.home-abouts .maxLine_1,
.maxLine_2,
.maxLine_3,
.maxLine_4,
.maxLine_5 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-abouts .slick-dots li button {
    background-color: #3e6807;
    border: 0;
    border-radius: 100px;
    font-size: 0;
    height: 10px;
    margin: 0 5px;
    opacity: .25;
    padding: 0;
    width: 10px;
}

.home-abouts .slick-dots li.slick-active button {
    background-color: #3e6807;
    background: #3e6807;
}

.home-resources {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 30px;
}

.home-resources .home-resources__inner {
    align-items: center;
    /* display: flex
; */
    text-align: center;
}

.home-resources .home-resources__header {
    margin-right: 20px;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;


























    .box-slick-rights-custum {
        flex: 1 0 auto;
    }

    ;
}

.home-resources .home-resources__header h2 {
    color: #b58429;
    font-size: 28px;
    display: block;
    padding: 0px 0px 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-resources .home-resources__header p {
    color: #4c503d;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
}

.home-resources .home-resources__action {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.home-resources .btn {
    align-items: center;
    background-color: #e7edd7;
    border: 0;
    border-radius: 5px;
    color: #3e6807;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    line-height: 1.21;
    padding: 0 30px;
    transition: all .3s;
}

.home-resources__item {
    margin: 60px 10px 27px;
    width: 300px;
}

.home-resources__item .resources-grid {
    height: 100%;
    margin: 0;
}

.resources-grid--green {
    background-color: #66883f;
}

.resources-grid {
    background-color: #f7f8fa;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 25px;
}

.resources-grid .thumbnail {
    height: 182px;
    margin: -85px -15px 0;
    position: relative;
}

.resources-grid .thumbnail img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 120px;
    margin: 0 auto;
}

.resources-grid .content {
    flex: 1;
}

.resources-grid .title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 13px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.resources-grid .title {
    font-size: 22px !important;
}

.resources-grid .title:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    opacity: .08;
    position: absolute;
    transform: translateX(-50%);
    width: 65px;
}

.resources-grid .description {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.resources-grid .description {
    font-size: 15.5px !important;
}

section.home-resources .ctnr-fluid {
    margin: 0 auto;
    max-width: 1410px;
}

.home-resources__item:nth-child(2n) .resources-grid.resources-grid--green {
    /* flex-flow: column-reverse; */
}

.home-resources__item:nth-child(2n) .resources-grid .thumbnail {
    /* margin: 0 -15px -85px; */
}






























section.blogs {
    background: #F8F5F0;
    padding: 3rem 0px;
}

section.blogs .block-title {
    text-align: center;
}

.splide__track {
    position: relative;
    display: block;
    /* margin-left: 3rem; */
    /* width: 30%; */
    margin-top: 30px;
}

.splide__slide {
    position: relative;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 41px;
    color: #333;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #b58429;
    font-weight: 600;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s ease;
    padding-bottom: 15px;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #8c603b;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: -45px;
    opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #8c603b;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: -45px;
    opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
    opacity: 1;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #333;
}

.home-resources__header {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
}


.home-resources__header p {
    padding-bottom: 0px;
}

.hedding-title-blogd {
    text-align: center;
}

.home-resources__header h2 {
    color: #b58429;
    font-size: 28px;
    display: block;
    padding: 0px 0px 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.item-slider-clients {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.client-slider-copy {
    margin-top: 20px;
}

section.clients-home {
    padding: 30px 0px;
}

.list-slider-clients {
    margin-bottom: 0px;
}

.resources-grid .content h2 {
    font-size: 17px;
    margin-bottom: 5px;
    min-height: 45px;
    text-align: center !important;
    color: #333;
}

.resources-grid.resources-grid--green .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    color: #333;
}

.home-resources__list.home-resources--slide {
    margin-bottom: 0px;
}

.item-slider-clients img {
    padding: 10px;
    background: #fff;
}

.home-featured.home-services {
    padding: 5px 0px;
    background: linear-gradient(90deg, rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%);
    /* box-shadow: 0 1px 7px #3e6807; */
    background: #815f4f;
    margin-bottom: 15px;
}

.box-stage-outer-slider {
    margin-bottom: 0px !important;
}

.home-featured.home-services .row .clm:last-child .hotro_in:before {
    border-right: none;
}

.hotro_in:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 75%;
    border-right: 1px dashed #fff;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.item-slider-stages a {
    cursor: default;
}
.slideshows-banner.mobile {
    display: none;
}

h2.home-box-title a {
    color: #b58429;
}
@media(max-width:990px) {
  button.slick-prev-blogs.slick-arrow {
    right: 0;
}

button.slick-next-blogs.slick-arrow {
    left: 0;
}
  .slideshows-banner {
    display: none;
}

.slideshows-banner.mobile {
    display: block;
}
    .home-resources .home-resources__header {
        margin-right: 0px;
    }
    .hotro_in img {
        float: unset;
    }
    
    .hotro_in {
        margin-top: 0px;
        display: flex;
        align-items: center;
    }
    .home-featured.home-services .row .clm {
        border-bottom: 1px dashed #bdbdbd;
        border-right: 1px dashed #bdbdbd;
    }
    
    .home-featured.home-services .row .clm:nth-child(4) {
        border-right: none;
        border-bottom: none;
    }
    
    .home-featured.home-services .row .clm:nth-child(2) {
        border-right: none;
    }
    
    
    .home-featured.home-services .row .clm:nth-child(3) {
        border-bottom: none;
    }
    .hotro_in p {
        display: none;
    }
    
    .hotro_in h2 {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }
    
  .home-abouts .homeAboutBox {
    display: block;
}
    .price-products-products-all .old_price {
        font-size:15px;
        
    }
    

    .item-products-hexs {
        padding: 0px 5px;
    }
    
    .list-products-hexs {
        margin-bottom: 0px !important;
    }
    
    .box-products-list-main {
        padding: unset;
    }
    
    .box-form-produstc-slick {
        margin-bottom: 10px !important;
    }
    
    .home-resources {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    
    .resources-grid.resources-grid--green .content p {
        -webkit-line-clamp: 3;
    }
    
    .home-resources__item {
        margin-bottom: 0px;
    }
    
    .splide__track {
        margin-bottom: 15px;
    }
    
    .list-slider-clients {
        margin-bottom: 10px !important;
    }

    
    .section.home-resources {
        padding-top: 25px;
    }
    
    section.clients-home {
        padding: 10px 0px;
    }
    .hotro_in:before {
        content: "";
        border-right: none;
    }

    .homeAboutBox_img {
        width: 100%;
    }

    .homeAboutBox_content {
        width: 100%;
        margin-left: 0px;
              padding: 20px 0px;
    }

    .home-abouts {
        padding-top: 19px;
    }

    .home-abouts .home-abouts__slide {
        margin-left: 0px;
    }

    .home-abouts .grid__column {
        padding: unset;
    }

    .hotro_in {
        border-right: none;
    }

    .home-resources .home-resources__header h2 {
        font-size: 23px;
    }

    .home-resources__header h2 {
        font-size: 24px;
    }

    .name-products-all a {
        min-height: 43px;
    }

    span.icon-price {
        font-size: 12px !important;
    }

    .blog-new {
        padding: 2rem 0px 2rem;
    }

    .btn-view-all-hedding-featured:hover a {
        color: #ff3d3d;
    }

    .list-products-hexs {
        /* padding-bottom: 10px; */
    }

    .slideshows-banner {
        padding: 0px;
    }

    .price-products-products-all span {
        font-size: 15px;
    }

    .list-masp-products-all ul {
        flex-wrap: wrap;
    }

    .box-right {
        display: none;
    }

    .box-member-banners .slick-slider {
        margin-bottom: 0px;
    }

    .box-heading.style-1 h2 span {
        font-size: 23px;
    }

    .name-products a {
        font-size: 17px;
    }

    .box-slider-loaded-drag {
        /* padding: 0px 8px; */
    }

    .home-box-title a {
        font-size: 23px;
        text-align: center;
    }

    .title-partner span {
        font-size: 18px;
    }

    .title-blog span {
        font-size: 18px;
    }

    .box-member-banners .slick-slider {
        margin-bottom: 0px;
    }




    .cms-banner-inner {
        margin-bottom: 10px;
    }

    .list-news-pages {
        padding-top: 10px;
    }

    .images-blog-action img {
        height: 100%;
        object-fit: cover;
    }

    .box-blog-action {
        height: 100%;
    }

    .images-blog-action {
        height: 100%;
    }

    .images-blog-member img {
        width: 100%;
        height: 100%;
    }

    .images-blog-member {
        width: 40%;
    }

    .slideshows-banner .ctnr {
        display: block;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .item-slider-stages {
        border-radius: unset;
    }
    .resources-grid .thumbnail img {
        width: 90px;
    }
    .resources-grid .thumbnail {
        height: 123px;
    }
   
}

@media (min-width: 980px) {
    .box-member-banners {
        width: calc(100% - 240px);
        float: right;
        padding-left: 20px;
    }
}

@media(max-width:550px) {
    .item-slider-stages img {
        height: auto;
    }
    a.news-cat.shadow-sm strong {
        font-size: 9px;
    }
    .hotro_in p {
        font-size: 11px;
    }

    .images-products-all img {
        /* height: 160px; */
    }

    .hotro_in {
        padding: 5px;
    }

    .hotro_in img {
        width: 33px;
        margin-right: 5px;
    }

    .item-products-hexs {
        /* border-right: 1px solid #cdcdcd; */
    }

    .box-form-produstc-slick .item-products-hexs {
    }
}

@media (min-width: 1200px) {
    .box-member-banners {
        width: calc(100% - 280px);
        float: right;
        padding-left: 20px;
    }
}