.section-banner .slick-next {
    right: 50px;
}

.section-banner .slick-prev {
    left: 50px;
}

.section-aboutus {
    padding: 30px 0;
}

.section-expert {
    padding: 30px 0;
    background-color: #f7faf8;
}

.aboutus-title {
    margin: 10px 0;
    line-height: 1.2;
}

.aboutus-desc p {
    margin-bottom: 11px;
    margin-top: 5px;
    line-height: 1.5;
    color: #000;
}

.aboutus-item {
    margin-top: 10px;
}

.aboutus-box {
    margin-bottom: 10px;
}

.aboutus-box-img {
    width: 54px;
    margin-right: 15px;
}

.product-content {
    margin-bottom: 20px;
}

.short-desc-product ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.aboutus-box__title {
    font-size: calc(var(--font-size-body) + 4px);
    color: var(--color-second);
    margin-bottom: 0px;
    margin-top: 5px;
}

.aboutus-box-content {
    flex: 1;
}

.section-product {
    padding: 50px 0;
    background-color: #f7faf8;
}

.product-title {
    font-size: 25px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.border-title {
    margin-bottom: 10px;
}

.product-title-desc {
    line-height: 24px;
    /*! max-width: 707px; */
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.product-top {
    margin-bottom: 30px;
}

.product-img {
    border: 10px solid #30871c;
    margin-bottom: 10px;
}

.product-name {
    font-size: 18px;
    min-height: 25px;
    margin-bottom: 10px;
}

.product-name a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 17px;
    color: var(--color-second);
}

.product-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.add-to__cart {
    color: #30871c;
    font-size: 13px;
    line-height: 28px;
    border-radius: 25px;
    padding: 0 15px;
    border: 2px solid #30871c;
    transition: .3s;
}

.add-to__cart:hover {
    color: var(--color-primary);
    background: #e2181c;
    border: 2px solid #e2181c;
}

.product-box {
    padding: 0;
}

.product-slider {
    margin: 0 -15px;
}

.product-img a {
    border-radius: 10px;
    background-color: var(--color-primary);
}

.product-img img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

.section-customer {
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    background-size: cover;
    background-color: #009448;
}

.section-customer::before {
    content: '';
    height: 50px;
    width: 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 3;
    background-image: url('/public/frontend/images/line_top.png')
}

.customer-title {
    font-size: 25px;
    margin-bottom: 3px;
    color: var(--color-primary);
    text-transform: uppercase;
}

.customer-desc p {
    line-height: 24px;
    max-width: 680px;
    color: var(--color-primary);
    font-size: var(--font-size-body);
    margin: auto;
}

.customer-box svg {
    fill: var(--color-primary);
}

.customer-comment {
    font-size: 15px;
    color: var(--color-primary);
    margin: 10px 0px;
    padding: 14px 20px;
    line-height: 25px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 152px;
}

.customer__name {
    font-size: 18px;
    color: var(--color-primary);
}

.customer-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
    border: 2px solid var(--color-primary);
}

.customer-box {
    padding: 0 20px;
}

.customer-slider {
    margin: 0 -20px;
}

.group-title {
    margin-bottom: 30px;
}

.franchise {
    padding: 30px 0;
}

.section-blog {
    padding: 30px 0 30px;
}

.blog-title {
    margin-bottom: 3px;
    font-size: 25px;
}

.blog-desc p {
    line-height: 24px;
    /*! max-width: 680px; */
    font-size: 15px;
    margin: auto;
    color: #222;
}

.blog-content {
    padding: 15px;
}

.blog-name a {
    font-size: calc(var(--font-size-body) + 2px);
    color: var(--color-second);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.blog-name a:hover {
    color: #30871c;
}

.blog-content a:hover {
    color: #30871c;
}

.blog-name {
    color: #222;
    margin-bottom: 15px;
    height: 44px;
    line-height: 22px;
}

.section-blog-programme {
    padding: 30px 0 0;
}

.blog-name-programme {
    color: #222;
    height: 44px;
    line-height: 22px;
}

.blog-name-programme a {
    font-size: 16px;
    color: var(--color-second);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.blog-img-programme img {
    height: auto;
    width: 100%;
}

.box-view-more {
    color: #30871c;
    font-size: 13px;
    line-height: 28px;
    border-radius: 25px;
    padding: 0 15px;
    border: 2px solid #30871c;
}

.blog-box {
    padding: 0 15px;
}

.blog-slider {
    margin: 0 -15px;
}

.blog-img img {
    aspect-ratio: 3/2;
}

.banner-box {
    position: relative;
}

.section-partner {
    padding: 30px 0 50px;
    background-color: #eee;
}

.partner-title {
    margin-bottom: 3px;
    font-size: 25px;
}

.partner-desc {
    color: #222;
    line-height: 24px;
    max-width: 680px;
    font-size: 15px;
    margin: auto;
}

.partner-img {
    border: 1px solid #eee;
    padding: 10px;
    background-color: var(--bg-primary);
}

.partner-box {
    padding: 0 10px;
}

.partner-slider {
    margin: 0 -10px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    right: 15px;
}

.aboutus-img {
    background: #0f8e3f;
    color: #fff;
}

.aboutus-img img {
    /*border: 1px solid #dbdbdb;*/
}

.aboutus-img p {
    text-align: center;
    line-height: 1.3;
    padding: 5px 10px;
    font-weight: 500;
}

.row.wrap-parent-aboutus {
    background: #f6f7fb;
    border-radius: 25px;
}

.clm.ab-left {
    padding: 50px 80px;
}

.desc-aboutus {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 24px;
}

.view_more_about a {
    font-size: 15px;
    font-weight: 700;
}

.icon-aboutus {
    width: 200px;
    height: auto;
}

.icon-aboutus img {
    height: 75px;
}

.image-aboutus img {
    width: 100%;
    height: 100%;
}


h2.title-section-aboutus {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #30871c;
}

h2.title-section-aboutus span {
    color: rgb(48, 135, 28);
}

.aboutus-child-img {
    display: inline-block;
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #f6f7fb;
    background: #f6f7fb;
}

.wrap-child-aboutus {
    text-align: center;
    padding-top: 40px;
}

.aboutus-child-desc {
    font-size: 15px;
    line-height: 20px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

h2.aboutus-child-title {
    font-weight: 600;
    font-size: 25px;
    color: #30871c;
}

.view_more_about {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-expert {
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    max-height: 86px;
    overflow: hidden;
    text-transform: uppercase;
}

.image-expert {
    display: flex;
    justify-content: center;
}

.image-expert img {
    width: auto;
    height: auto;
}

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

.clm.form-ct {
    background: linear-gradient(-90deg, rgba(48, 135, 28, 1) 0%, rgba(174, 214, 57, 1) 100%);
    border-radius: 25px;
    padding: 0 25px;
    margin: 20px 0 50px 10px;
}

h2.title-contact-home {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0 25px;
}

button.submit-form-home {
    background: linear-gradient(90deg, rgba(48, 135, 28, 1) 0%, rgba(174, 214, 57, 1) 100%);
    margin-bottom: 25px;
    color: #fff;
    border-radius: 5px;
}

.title-section {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #30871c;
}

.slick-slide {
    float: left;
    height: auto;
    min-height: unset;

}

.layoutArea .column p {
    font-size: 15px;
}

.title-section.customer-title {
    color: white;
}

.franchise-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}

.franchise-box,
.franchise-box img,
.franchise-desc {
    border-radius: 15px;
}

.franchise-desc {
    z-index: 1;
    background-color: #00000061;
    width: 75%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 70%);
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px;
    text-align: center;
    opacity: 0;
    visibility: hidden;

}

.franchise-box:hover .franchise-desc {
    opacity: 1;
    visibility: visible;
    transform: translate(0%);
}

.franchise-desc p {
    color: #fff;
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.franchise-title {
    z-index: 2;
}

.franchise-title h3 {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 14px 14px;
    padding: 12px;
    text-align: center;
    font-size: 30px;
    color: #009549;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.franchise-box:hover .franchise-title h3 {
    background: #30871c;
    color: white;

}

.franchise-title h3 span {
    font-size: 16px;
    display: block;
}

@media (max-width: 550px) {
    .title-section {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        color: #30871c;
        padding-top: 10px;
    }

    .section-product {
        padding: 30px 0;
        background-color: #f7faf8;
    }

    .product-img img {
        /*padding: 5px;
        border-radius: 5px;*/
    }

    .product-name a {
        font-size: 16px;
    }

    .franchise-title h3 {
        font-size: 25px;
    }

    .clm.ab-left {
        padding: 10px;
    }

    .clm.form-ct {
        margin: 0;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .title-section {
        text-transform: uppercase;
        font-size: 26px;
    }

    .customer-comment {
        height: 250px !important;
    }
}

@media (min-width: 1024px) {
    .customer-comment {
        height: 170px !important;
    }
}

.menu-desktop ul li ul li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
}

.menu-desktop .nav-sub {
    min-width: 213px;
}

.menu-desktop ul li i {
    margin-top: 11px;
}

i.fa.fa-angle-down.mm1.p-absolute.top-0.right-0 {
    right: -4px !important;
}
