.border-radius {
    border-radius: 10px;

    img {
        border-radius: 10px;
    }
}

.custom-stack-fl {
    align-items: center !important;
    justify-content: flex-end !important;

    @media screen and (max-width:768px) {
        flex-direction: column !important;
        margin-top: 15px;
    }
}

.custom-stack-menu {
    @media screen and (max-width:768px) {
        flex-direction: column !important;

        .footer-contact {
            margin-left: 0;
            list-style: none;

            li {
                margin-left: 0;
            }
        }

        h4 {
            font-size: 20px;
            font-weight: 600;
        }
    }
}

.section-title-container {
    margin-bottom: 0 !important;

    b {
        opacity: 0 !important;
    }

    .section-title-normal {
        margin-bottom: 0;
        border-bottom: none;

        .section-title-main {
            border-bottom: none;
        }
    }
}

.custom-row-white {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
    align-items: center;

    &::after {
        background: url('https://bizweb.dktcdn.net/100/326/876/themes/706070/assets/icon-chantrang.png?1741660185343') no-repeat rgba(0, 0, 0, 0);
        content: "";
        top: auto;
        right: 0px;
        position: absolute;
        bottom: -10px;
        display: block;
        width: 130px;
        height: 85px;

        @media screen and (max-width:768px) {
            display: none !important;
        }
    }

    .title-mb-center {
        @media screen and (max-width:768px) {
            .section-title-normal {
                width: 100%;
                text-align: center;

                .section-title-main {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
        }
    }

    .custom-text-footer {
        display: flex;
        gap: 50px;

        .commitment {
            text-align: center;
            display: inline-block;
            position: relative;

            &:first-child {
                padding-left: 30px;

                &::before {
                    position: absolute;
                    content: '';
                    background: url('https://bizweb.dktcdn.net/100/326/876/themes/706070/assets/icon_left.png?1741660185343') no-repeat;
                    width: 20px;
                    height: 40px;
                    display: inline-block;
                    left: 0;
                    top: 4px;
                }
            }

            &::before {
                content: '';
                background: url('https://bizweb.dktcdn.net/100/326/876/themes/706070/assets/line_01.png?1741660185343') no-repeat;
                width: 1px;
                height: 40px;
                left: -15px;
                position: absolute;
                display: inline-block;
            }

            &:last-child {
                &::after {
                    content: '';
                    background: url('https://bizweb.dktcdn.net/100/326/876/themes/706070/assets/icon_right.png?1741660185343') no-repeat;
                    width: 20px;
                    height: 40px;
                    display: inline-block;
                    position: absolute;
                    top: 4px;
                    right: -32px;
                }
            }
        }

        @media screen and (max-width:768px) {
            gap: 0;
            flex-wrap: wrap;

            .commitment {
                width: 50%;

                &:first-child {
                    padding-left: 0;

                    &::before {
                        display: none;
                    }
                }

                &::before {
                    display: none;
                }
            }
        }
    }
}

.sec-service-icon {
/*     margin-top: -75px; */
	
	@media only screen and (max-width: 768px) {
		margin-top: 25px;
	}

    .banner-service-icon {
        box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        overflow: hidden;

        .box-service-icon {
            padding: 30px;
            transition: 0.3s;
            overflow: hidden;
            display: block;
            position: relative;
            z-index: 2;
            height: 100%;

            .icon-inner img {
                background-color: white;
                border-radius: 100%;
                padding-top: 0;
            }

            .icon-box-text {
                h5 {
                    text-transform: uppercase;
                    margin-bottom: 15px;
                    font-size: 20px;
                    transition: 0.3s;
                }

                p {
                    margin-bottom: 0;
                    color: #e8e8e8;
                    transition: 0.3s;
                    font-size: 16px;
                }
            }
        }
    }
}

.title-icon {
    .section-title {
        margin-bottom: 15px;
        padding-left: 40px;
        position: relative;

        &::before {
            content: "";
            display: inline-block;
            width: 55px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url("/wp-content/uploads/2026/03/eco-money-1.svg");
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 999;
        }

        .section-title-main {
            font-size: 25px;
            font-weight: 900;
            margin-top: 0px;
            color: #373737;
            position: relative;
            padding-bottom: 15px;
            text-transform: uppercase;
            background-position: center left;
            letter-spacing: -1px;
            margin-bottom: 0px;
        }
    }
}

.cat-home {
    .product-category {
        .col-inner {
            border-radius: 8px !important;
            overflow: hidden;

            .box-category {
                .box-text {
                    h5 {
                        background: #f5f5f5;
                        text-align: center;
                        text-transform: uppercase;
                        font-size: 14px;
                        color: #555;
                        transition: all 0.3s ease 0s;
                        font-weight: 700;
                        height: 44px;
                        margin-top: 10px;
                        padding: 12px 0;
                        margin-bottom: 0px;
                        border-radius: 4px;
                        overflow: hidden;
                    }
                }
            }

            &:hover {
                .box-text {
                    h5 {
                        background-color: var(--fs-color-primary);
                        color: #fff;
                    }
                }
            }
        }
    }


}

.custom-product-home {
    .col {
        .col-inner {

            border-radius: 8px;
            overflow: hidden;

        }
    }
}


.home-blog {
    .box {
        padding: 4px;
        border-radius: 20px;
        border: 1px solid #E4E4E4;
        background: #FFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);

        .box-image {
            border-radius: 16px;
            border: 1px solid #E4E4E4;
        }

        .box-text {
            padding: 12px;

            .box-text-inner {
                .cat-label {
                    font-size: 12px;
                    color: #141219;
                    text-transform: none;
                    -webkit-line-clamp: 1;
                    line-clamp: 1;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    word-break: break-word;
                    word-wrap: break-word;
                }

                .post-title {
                    a {
                        height: 48px;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        display: -webkit-box;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: normal;
                        word-break: break-word;
                        word-wrap: break-word;

                        @media only screen and (max-width: 768px) {
                            font-size: 22px;
                            height: auto;
                        }
                    }
                }

                .post-meta {
                    font-size: 14px;
                    color: #141219;
                }

                .is-divider {
                    display: none;
                }
            }
        }
    }

    .btn-blog span {
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        color: #000d29;
        letter-spacing: 0;
        border-bottom: 2px solid #000d29;
    }
}