/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
}

@font-face {
    font-family: 'SVN-GilroyRegular';
    src: url("fonts/SVN-GilroyRegular.otf");
}

@font-face {
    font-family: 'SVN-GilroyBold';
    src: url("fonts/SVN-GilroyBold.otf");
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.row1 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 17px;
}

.row2 {
    display: block;
    width: 100%;
}

.headPhoneEmailBox {
}

    .headPhoneEmailBox ul {
        display: flex;
        gap: 24px;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
    }

        .headPhoneEmailBox ul li {
            margin-bottom: 0;
        }

            .headPhoneEmailBox ul li a {
                padding-left: 20px;
                height: 22px;
                display: block;
                padding-left: 40px;
            }

            .headPhoneEmailBox ul li:nth-child(1) a {
                background: url(images/hdPhone.png) left center no-repeat;
            }

            .headPhoneEmailBox ul li:nth-child(2) a {
                background: url(images/hdEmail.svg) left center no-repeat;
            }


.proSearchCustom {
    margin: 0;
}

.flexSearchCustom {
    position: relative;
}

    .flexSearchCustom .search-field {
        width: 337px;
        height: 36px;
        border-radius: 5px;
        border: 1px solid var(--p1, #006B3D);
        background: #FFF;
    }

    .flexSearchCustom .ux-search-submit {
        position: absolute;
        background: url(images/hdSearch.svg) center center no-repeat;
        box-shadow: none;
        border: none;
        right: 12px;
        height: 36px;
        text-indent: -999px;
        line-height: unset !important;
        min-height: unset;
    }
.flexSearchCustom .ux-search-submit i:before{display:none;}
.flagBox {
}

    .flagBox ul {
        margin: 0;
        display: flex;
        gap: 23px;
        align-items: center;
    }

        .flagBox ul li {
            list-style: none;
            margin-bottom: 0;
        }

            .flagBox ul li a {
                display: block;
                width: 26px;
                height: 19px;
                cursor: pointer;
            }

            .flagBox ul li:nth-child(1) a {
                background: url(images/flagvn.svg) center center no-repeat;
            }

            .flagBox ul li:nth-child(2) a {
                background: url(images/flagen.svg) center center no-repeat;
            }

.row2 .menu-menu-main-container {
}

.row2 ul.menu > li + li, .widget > ul > li + li {
    border: none;
}

.row2 .menu-menu-main-container #menu-menu-main {
    display: flex;
    margin: 0;
    gap: 30px;
}

.row2 .menu-menu-main-container #sub-menu li {
    display: block;
    -webkit-transform: unset;
    min-height: unset;
    height: unset;
    padding: 10px 5px;
    margin: 0;
    background: #D1E4F5;
    margin-bottom: 2px;
}

.row2 .menu-menu-main-container #menu-menu-main li a {
    color: #FFF;
    /* t5 */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 0;
}

.footer-info {
}

    .footer-info h4 {
        color: #FFF;
        /* t2 */
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .footer-info ul {
        list-style: none;
        margin: 0;
    }

        .footer-info ul li {
            margin: 0;
            color: #FFF;
            /* t8 */
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 10px;
            padding-left: 38px;
        }

            .footer-info ul li a {
                color: #FFF;
                /* t8 */
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .footer-info ul li:nth-child(1) {
                background: url(images/f1.png) left 5px no-repeat;
            }

            .footer-info ul li:nth-child(2) {
                background: url(images/f2.png) left center no-repeat;
            }

            .footer-info ul li:nth-child(3) {
                background: url(images/f3.png) left center no-repeat;
            }

            .footer-info ul li:nth-child(4) {
                background: url(images/f4.png) 0 9px no-repeat;
            }

.listmenu {
}

    .listmenu h4 {
        color: #FFF;
        /* t4 */
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 3px 0 19px;
    }

    .listmenu ul {
        list-style: none;
        margin: 0;
    }

        .listmenu ul li {
            margin: 0;
            padding: 0;
            color: #FFF;
            /* t8 */
            font-family: Open Sans;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 10px;
        }

            .listmenu ul li a {
                position: relative;
                padding-left: 15px;
                color: white;
            }

                .listmenu ul li a:before {
                    position: absolute;
                    content: "";
                    width: 5px;
                    height: 5px;
                    background: white;
                    border-radius: 50%;
                    left: 0;
                    top: 9px;
                }

    .listmenu .socialul {
        display: flex;
        list-style: none;
        gap: 25px;
        margin-bottom: 25px;
    }

        .listmenu .socialul li {
            margin-bottom: 0;
        }

            .listmenu .socialul li a {
                padding: 0;
            }

.dk-form {
}

    .dk-form p {
    }

    .dk-form .wpcf7-text {
        border-radius: 5px;
        background: var(--s1-p3, #FFF);
    }

        .dk-form .wpcf7-text::placeholder {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .dk-form .wpcf7-submit {
        background-color: transparent;
        background: url(images/btnEmail.png) center center no-repeat;
        text-indent: -999px;
        border: none;
        position: absolute;
        top: 31px;
        right: 6px;
        margin: 0;
    }

    .dk-form label {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

.fixaside {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 22px;
    justify-content: center;
    margin: 14px 0;
}

    .fixaside li {
        margin: 0 !important;
    }

        .fixaside li a {
            width: 140px;
            height: 45px;
            display: flex;
            align-items: center;
            border-radius: 8px;
            background: var(--s1-p3, #FFF);
            color: var(--s1-p2, #06A944);
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding-left: 47px;
        }

        .fixaside li:nth-child(1) a {
            background: url(images/asidef1.png) 18px center no-repeat white;
        }

        .fixaside li:nth-child(2) a {
            background: url(images/asidef2.png) 18px center no-repeat white;
            padding-left: 54px;
        }

        .fixaside li:nth-child(3) a {
            background: url(images/asidef3.png) 18px center no-repeat white;
            padding-left: 55px;
        }

.bread-crumb {
}

.breadcrumb {
    background: none;
    padding-left: 0;
    padding-top: 0;
    justify-content: flex-start;
    color: #666;
    margin-bottom: 0;
    border-bottom: 1px dashed #e1e8ee;
    border-radius: 0;
    font-size: 13px;
    padding: 10px 0;
}

.contact-form {
}

    .contact-form .wpcf7-form-control-wrap input {
        border-radius: 25.5px;
        background: var(--s1-p3, #FFF);
        margin-top: 5px;
    }

    .contact-form .wpcf7-textarea {
        border-radius: 25.5px;
        background: var(--s1-p3, #FFF);
        margin-top: 5px;
    }

    .contact-form .wpcf7-submit {
        border-radius: 25.5px !important;
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        margin: 0;
        padding: 0 34px;
        color: white;
        height: 47px;
    }

.aboutInfo {
}

.aboutImg img {
}

.aboutImg:before {
    content: "";
    border-radius: 11px;
    opacity: 0.5;
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    width: 193px;
    height: 110px;
    display: block;
    position: absolute;
    left: -41px;
    top: -55px;
    z-index: 9;
}

.aboutImg:after {
    content: "";
    border-radius: 11px;
    opacity: 0.5;
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    width: 107px;
    height: 60px;
    display: block;
    position: absolute;
    right: -15px;
    bottom: -36px;
    z-index: 9;
}

.aboutInfo h3 {
    color: var(--p2, #019B4E);
    /* t6 */ font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.aboutInfo h2 {
    margin-bottom: 25px;
}

    .aboutInfo h2 span {
        color: var(--s1-p4, #000);
        font-family: Open Sans;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        position: relative;
    }

        .aboutInfo h2 span:after {
            position: absolute;
            content: "";
            background: url(images/line-about.png) no-repeat;
            width: 55px;
            height: 19px;
            bottom: 14px;
            right: -68px;
        }

.aboutInfo p {
    color: var(--p3, #515151);
    text-align: justify;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left: 35px;
    border-left: 5px solid #0C447D;
}

.aboutReadMore {
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    border: none !important;
}

    .aboutReadMore span {
        color: white;
        font-size: 0.9em;
    }

.stLoiThe {
}

.headingLoithe {
}

    .headingLoithe h2 {
        background: url(images/line-loithe.png) bottom center no-repeat;
        padding-bottom: 15px;
        color: var(--s1-p1, #0C447D);
        font-family: Open Sans;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
    }

    .headingLoithe h3 {
        color: #000;
        /* t3 */

        font-family: Open Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
    }

.itemLoibox {
    align-items: center;
}

    .itemLoibox h3 {
        color: var(--p3, #515151);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 8px;
    }

    .itemLoibox p {
        color: var(--p3, #515151);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.headingBlog {
}

    .headingBlog h2 {
        color: var(--p2, #019B4E);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        padding-bottom: 15px;
    }

    .headingBlog p {
        color: #000;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }

    .headingBlog h2:before {
        position: absolute;
        content: "";
        border-radius: 10px 10px 0px 0px;
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        width: 109px;
        height: 4px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

.blogone {
}

.blogone-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
    height: 317px;
}

    .blogone-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blogone-date {
    background: url(images/itime.png) left center no-repeat;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 21px;
    display: flex;
    align-items: center;
    color: var(--p2, #019B4E);
    margin-bottom: 8px;
}

.blogone-content {
}

.blogone-title {
    margin-bottom: 3px;
}

    .blogone-title a {
        color: var(--p2, #019B4E);
        /* t2 */ font-family: Open Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
    }

.blogone-description {
    color: #000;
    /* t8 */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blogone-readmore {
}

    .blogone-readmore a {
    }

.blogtwo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.blogtwo-thumb {
    min-width: 277px;
    min-height: 144px;
    max-width: 277px;
    max-height: 144px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .blogtwo-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blogtwo-content {
    padding-left: 30px;
}

.blogtwo-title {
    display: block;
    margin-bottom: 5px;
}

    .blogtwo-title a {
        color: var(--p3, #515151);
        text-align: right;
        /* t3 */ font-family: Open Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.blogtwo-date {
    background: url(images/itime.png) left center no-repeat;
    background-size: 13px;
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 21px;
    display: flex;
    align-items: center;
    color: var(--p2, #019B4E);
    margin-bottom: 8px;
}

.blogtwo-description {
    color: #000;
    /* t9 */

    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.col .blogtwo:last-child {
    margin-bottom: 0;
}

.headingVideo {
}

    .headingVideo h2 {
        color: var(--s1-p3, #FFF);
        /* t1 */
        font-family: Open Sans;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        background: url(images/line-video.png) bottom center no-repeat;
        padding-bottom: 20px;
    }

.itemVideo {
}

.itemVideo-thumb {
    position: relative;
    height: 229px;
    border-radius: 10px;
    overflow: hidden;
}

    .itemVideo-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.itemVideo-content {
    padding-right: 45px;
}

.itemVideo-title {
    border-radius: 10px;
    background: var(--s1-p3, #FFF);
    display: block;
    padding: 17px 0 17px 40px;
    position: relative;
    transform: translate(0, -30px);
}

    .itemVideo-title a {
        color: var(--p2, #019B4E);
        text-align: center;
        /* t4 */
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .itemVideo-title:before {
        position: absolute;
        content: "";
        border-radius: 10px;
        background: var(--p2, #019B4E);
        width: 16px;
        height: 100%;
        left: 0;
        top: 0;
    }

.itemVideo-thumb a {
}

    .itemVideo-thumb a:before {
        position: absolute;
        content: "";
        width: 61px;
        height: 61px;
        background: url(images/playvideo.png) no-repeat;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 99;
    }

.banner-content {
    padding: 17px 37px 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-title {
    position: relative;
    color: #FFF;
    /* t2 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 5px;
    z-index: 9999;
}

.banner-content:before {
    content: "";
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-description {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.banner-item {
    position: relative;
}

.banner-thumb {
}

    .banner-thumb img {
    }

.banner-item0 .banner-content {
}

.banner-item1 .banner-content:before {
    opacity: 0.7;
    background: #E91720;
}

.banner-item2 .banner-content:before {
    opacity: 0.7;
    background: var(--p3, #515151);
}

.headingProHot {
}

    .headingProHot h2 {
        transform: translate(0, -22px);
    }

        .headingProHot h2 span {
            border-radius: 10px;
            border: 4px solid var(--s1-p3, #FFF);
            background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
            padding: 17px 120px;
            color: var(--s1-p3, #FFF);
            /* t1 */
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            position: relative;
        }

            .headingProHot h2 span:before {
                content: "";
                border-radius: 10px;
                border: 4px solid var(--s1-p3, #FFF);
                background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
                width: 88px;
                height: 33px;
                position: absolute;
                left: -44px;
                top: 22px;
            }

            .headingProHot h2 span:after {
                content: "";
                border-radius: 10px;
                border: 4px solid var(--s1-p3, #FFF);
                background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
                width: 88px;
                height: 33px;
                position: absolute;
                right: -44px;
                top: 22px;
            }

.pro-item {
    border-radius: 5px;
    background: var(--s1-p3, #FFF);
    overflow: hidden;
    margin-bottom: 30px;
}

.pro-thumb {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .pro-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pro-content {
    text-align: center;
    padding: 16px;
}

.pro-title {
    margin-bottom: 13px;
}

    .pro-title a {
        color: #000;
        /* t4 */
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* height: 36px; */
    }

.pro-price-gr {
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-price {
}

    .pro-price .contact {
        text-align: center;
        /* t5 */
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.pro-readmore {
    display: flex;
    width: 121px;
    padding: 8px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
}

    .pro-readmore a {
        color: var(--s1-p3, #FFF);
        text-align: center;
        /* t9 */
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.pro-description {
    color: #000;
    /* t9 */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 38px;
}

.aside-hotbox {
    margin-top: 30px;
}

    .aside-hotbox h3 {
        color: #4c503d;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        padding-bottom: 6px;
        height: 40px;
        align-items: center;
        display: flex;
    }

.asideblog-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.widget_categories {
    border-radius: 10px;
    overflow: hidden;
}

    .widget_categories .widget-title {
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        text-align: left;
        display: block;
        padding: 16px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
    }

        .widget_categories .widget-title span {
        }

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

    .widget_categories ul {
        background: #ebebeb;
        border: 1px solid #ccc;
        border-top: 0;
        border-radius: 0 0 15px 15px;
        padding: 15px;
    }

    .widget_categories .cat-item {
    }

        .widget_categories .cat-item:last-child a {
            border: none;
        }

        .widget_categories .cat-item a {
            width: 100%;
            border-bottom: 1px solid #ced4da;
            color: black;
        }

            .widget_categories .cat-item a:hover {
            }

.recent-posts-extended {
    border-radius: 10px;
    overflow: hidden;
}

    .recent-posts-extended .rpwe-thumb {
        border: 1px solid #ababab !important;
        padding: 0 !important;
        object-fit: cover;
    }

    .recent-posts-extended .widget-title {
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        text-align: left;
        display: block;
        padding: 16px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .recent-posts-extended .is-divider {
        display: none;
    }

.rpwe-block {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

    .rpwe-block a {
        font-weight: bold;
        color: black;
        font-size: 14px;
    }

.asideblog-thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 70px;
    min-width: 70px;
}

    .asideblog-thumb img {
    }

.asideblog-content {
    align-items: center;
    color: #4c503d;
    display: flex;
    flex: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 15px;
    text-transform: capitalize;
}

.asideblog-title {
}

.asideitem {
}

.asideblog-title a {
    color: black;
}

.breadcrumb-box {
    background-color: rgb(241, 241, 241);
    font-size: 13px;
    margin-bottom: 24px;
}

    .breadcrumb-box p {
        margin-bottom: 0;
    }

.postHot {
    padding: 10px 0;
    margin-bottom: 55px;
}

    .postHot h1 {
    }

        .postHot h1 span {
            padding: 13px 37px;
            border-radius: 5px;
            background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
            color: white;
            display: inline-block;
        }

    .postHot h2 {
        display: none;
    }

    .postHot p {
        display: none;
    }

    .postHot .gap-element {
        display: none !important;
    }

.cols .blogtwo:last-child {
    margin-bottom: 30px;
}

.aside-banner {
}

    .aside-banner img {
        width: auto !important;
        height: auto !important;
    }

.blognew-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
}

.blognew-thumb {
    height: 166px;
    position: relative;
    overflow: hidden;
}

    .blognew-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blognew-date {
    color: var(--s-3-p-2, #35418A);
    /* t9 */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.blognew-content {
    padding: 16px 20px;
}

.blognew-title {
    margin-bottom: 7px;
}

    .blognew-title a {
        color: #000;
        /* t3 */
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.blognew-description {
    color: #000;
    text-align: justify;
    /* t9 */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 67px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.blognew-readmore {
}

    .blognew-readmore a {
        color: #018c49;
        text-align: justify;
        /* t5 */
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 31px;
        display: flex;
        align-items: center;
    }

#comments {
    display: none;
}

.widget {
    border-radius: 5px;
    overflow: hidden;
}

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

.widget-title {
}

#custom_html-2 .widget-title span {
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    text-align: left;
    display: block;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.aside-bloghot {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

.date {
    margin-bottom: 5px;
}

    .date span {
    }

.asideitem:last-child .asideblog-item {
    margin-bottom: 0;
}

.abPageHeading {
}

    .abPageHeading h1 {
    }

        .abPageHeading h1 span {
            padding: 13px 37px;
            border-radius: 5px;
            background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
            color: white;
            display: inline-block;
            font-size: 20px;
        }

.abPageDescription {
}

    .abPageDescription .col-inner {
        box-shadow: 1px 3px 8px 0.5px rgb(0 0 0 / 15%);
        padding: 20px 23px;
        font-size: 16px;
        overflow: hidden;
    }

.headingLichSu {
}

    .headingLichSu h2 {
    }

        .headingLichSu h2 span {
            padding: 13px 37px;
            border-radius: 5px;
            background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
            color: white;
            display: inline-block;
            font-size: 20px;
        }

.tamnhin-st .item .title {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
}

.tamnhin-st i {
    width: 40px;
    height: 50px;
    background: url(images/icon-left.png) -8px 1px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 120px;
}

.tamnhin-st .item {
    clear: both;
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .tamnhin-st .item:before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #000;
        width: 280px;
        height: 20px;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .tamnhin-st .item p {
        text-align: center;
        /* margin-bottom: 0; */
    }

.row2 .menu-menu-main-container #menu-menu-main .menu-item-has-children {
    position: relative;
}

.menu-item-has-children .toggle {
    color: white;
    font-size: 10px;
    width: 22px;
    top: 0;
}

.sub-menu {
    position: absolute;
    min-width: 260px;
    z-index: 9;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: block;
    margin: 0 !important;
    padding: 10px !important;
    left: 0;
    top: 100%;
    float: unset;
}

.row2 .menu-menu-main-container .sub-menu li {
}

    .row2 .menu-menu-main-container .sub-menu li a {
        color: black !important;
    }

.row2 .menu-menu-main-container #menu-menu-main .menu-item-has-children:hover .sub-menu {
}

.menu-item-has-children:hover .sub-menu li {
}

.menu-item-has-children .sub-menu li a:hover {
    color: #01994d !important;
}

.row2Box {
    padding: 0px 17px;
    border-radius: 5px;
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
}

.row2BoxFlex {
    display: flex;
    gap: 40px;
}

.headSocial {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

    .headSocial li {
        margin: 0;
    }

    .headSocial a {
        width: 23px;
        height: 17px;
        display: block;
    }

    .headSocial li:nth-child(1) a {
        background: url(images/iyoutube.png) center center no-repeat;
    }

    .headSocial li:nth-child(2) a {
        background: url(images/iface.png) center center no-repeat;
    }

.widget_product_categories {
}

    .widget_product_categories .widget-title {
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        text-align: left;
        display: block;
        padding: 16px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .widget_product_categories .is-divider {
    }

.product-categories {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

    .product-categories .cat-item {
    }

        .product-categories .cat-item a {
        }

        .product-categories .cat-item:hover a {
        }

.children {
}

    .children .cat-item {
    }

        .children .cat-item a {
        }

#custom_html-3 {
}

    #custom_html-3 .widget-title {
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        text-align: left;
        display: block;
        padding: 16px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    #custom_html-3 .is-divider {
    }

    #custom_html-3 .custom-html-widget {
    }

.asidePro-box {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

.asidePro {
}

.asidePro-item {
    display: flex;
    margin-bottom: 10px;
}

.asidePro-thumb {
    min-width: 65px;
    min-height: 65px;
    position: relative;
    overflow: hidden;
    max-width: 65px;
    border-radius: 5px;
    max-height: 65px;
}

    .asidePro-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.asidePro-content {
    padding-left: 10px;
}

.asidePro-title {
}

    .asidePro-title a {
        color: #000;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.asidePro-content .pro-price-gr {
    margin-top: 5px;
}

.product-info .pro-price-gr {
    margin-bottom: 5px;
}

.woocommerce-tabs .nav > li.active a:before {
    display: none;
}

.woocommerce-tabs .nav > li.active a {
    background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
    text-align: left;
    display: block;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 20px;
}
.albumItem .itemVideo-thumb a:before{
    display:none;
}
.row2 .menu-menu-main-container .menu-item-has-children .sub-menu li a{padding: 3px 0 !important;}
/*Desktop*/
@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {


    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 48em) {
.listmenu {
    margin-top: 30px;
}
.fixaside li a {
    width: 122px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: var(--s1-p3, #FFF);
    color: var(--s1-p2, #06A944);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 38px!important;
}
.fixaside {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 7px;
    justify-content: center;
    margin: 14px 0;
}
.tamnhin-st i {
    width: 40px;
    height: 50px;
    background: url(images/icon-left.png) -8px 1px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 0px;
}
.menu-item-has-children .toggle {
    color: black;
    font-size: 10px;
    width: 22px;
    top: 0;
}
    .headingBlog h2 {
        color: var(--p2, #019B4E);
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        padding-bottom: 15px;
    }
    .blogtwo {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .blogtwo-thumb {
        min-width: 100%;
        min-height: 214px;
        max-width: 277px;
        max-height: 214px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .blogtwo-content {
        padding-left: 0;
    }
    .headingVideo h2 {
        color: var(--s1-p3, #FFF);
        font-family: Open Sans;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        background: url(images/line-video.png) bottom center no-repeat;
        padding-bottom: 20px;
    }
    .headingLoithe h2 {
        background: url(images/line-loithe.png) bottom center no-repeat;
        padding-bottom: 15px;
        color: var(--s1-p1, #0C447D);
        font-family: Open Sans;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
    }
    .headingBlog h2 {
        color: var(--p2, #019B4E);
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        padding-bottom: 15px;
    }
    .headingProHot h2 span:before {
        content: "";
        border-radius: 10px;
        border: 4px solid var(--s1-p3, #FFF);
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        width: 88px;
        height: 33px;
        position: absolute;
        left: -44px;
        top: 18px;
    }
    .headingProHot h2 span:after {
        content: "";
        border-radius: 10px;
        border: 4px solid var(--s1-p3, #FFF);
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        width: 88px;
        height: 33px;
        position: absolute;
        right: -44px;
        top: 18px;
    }
    .headingProHot h2 span {
        border-radius: 10px;
        border: 4px solid var(--s1-p3, #FFF);
        background: var(--p1, linear-gradient(93deg, #006B3D 0.41%, #019E4F 98.9%));
        padding: 17px 51px;
        color: var(--s1-p3, #FFF);
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
    }
    .pro-price {
        margin-bottom: 10px;
    }
    .pro-price-gr {
        margin-top: 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .flexSearchCustom {
        position: relative;
        max-width: 100%;
    }

    #header {
        margin-bottom: 10px;
    }
}
