/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}
.full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}
.breadcrumbs {
    padding: 8px 0;
}

.breadcrumb {
    background-color: rgb(241, 241, 241);
}

.breadcrumbs span {
 
}
.description-page{
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 100px;
        margin-bottom: 8px;
}

.description-page.expanded {
    max-height: unset !important;
    height: auto;
}

.description-read {
    padding: 3px 12px;
    display: block;
    background: #539414;
    color: white!important;
    border-radius: 5px;
    max-width: 116px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.less {
    display: none;
}
.description-read.active .more {
    display: none !important;
}
.description-read.active .less  {
    display: block !important;
}

.layout-contact {
    margin-bottom: 30px
}

    .layout-contact .contact {
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 10px;
        background: #fff;
        box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
    }

        .layout-contact .contact h4 {
            margin-bottom: 15px;
            position: relative;
            font-size: 24px;
            font-weight: 700;
            color: #49860d;
            display: inline-block
        }

        .layout-contact .contact .heading1 {
            margin-bottom: 5px;
            position: relative;
            font-size: 24px;
            font-weight: 700;
            color: black;
            display: inline-block;
            
        }

        .layout-contact .contact .heading2 {
            margin-bottom: 15px;
            position: relative;
            font-size: 24px;
            font-weight: 700;
            color: #49860d;
            display: inline-block
        }

        .layout-contact .contact h4 img {
            height: 25px;
            position: absolute;
            left: 100%;
            top: -2px
        }

        .layout-contact .contact .info-contact {
            padding: 0;
            border-radius: 0 0 10px 10px
        }

            .layout-contact .contact .info-contact .description {
                margin-top: 10px
            }

            .layout-contact .contact .info-contact .group-address {
                margin-top: 10px
            }

                .layout-contact .contact .info-contact .group-address .title {
                    font-size: 17px;
                    font-weight: 700;
                    margin-bottom: 10px
                }

                .layout-contact .contact .info-contact .group-address ul {
                    list-style: none;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    .layout-contact .contact .info-contact .group-address ul li {
                        margin-bottom: 15px;
                        display: inline-block;
                        position: relative;
                        width: 100%;
                        -ms-flex: 0 0 50%;
                        flex: 0 0 50%;
                        max-width: 50%;
                        display: flex;
                        align-items: center;
                        margin-left: 0;
                    }

@media (max-width: 767px) {

    .layout-contact .contact .info-contact .group-address ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-contact .contact .info-contact .group-address ul li .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #49860d;
    border-radius: 50%;
    margin-right: 10px
}

    .layout-contact .contact .info-contact .group-address ul li .icon svg path {
        fill: #49860d
    }

.layout-contact .contact .info-contact .group-address ul li b {
    display: block
}

.layout-contact .contact .info-contact .group-address ul li a {
    color: #000
}

    .layout-contact .contact .info-contact .group-address ul li a:hover {
        color: #f3bd01
    }

.layout-contact .contact .info-contact .group-address .see-store {
    color: #fff;
    background-color: #49860d;
    line-height: 38px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px
}

    .layout-contact .contact .info-contact .group-address .see-store:hover {
        background-color: #f3bd01
    }

.layout-contact .form-contact {
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

@media (max-width: 991px) {
    .layout-contact .form-contact {
        margin-bottom: 20px
    }
}

.layout-contact .form-contact .content-form {
    display: block;
    
    margin-bottom: 5px;
}

.layout-contact .form-contact h4 {
    margin-bottom: 5px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: black;
    display: inline-block;
    
}

    .layout-contact .form-contact h4 img {
        height: 25px;
        position: absolute;
        left: 100%;
        top: -2px
    }

.layout-contact .form-contact .group_contact {
    padding: 5px;
    border-radius: 0 0 10px 10px
}

    .layout-contact .form-contact .group_contact input, .layout-contact .form-contact .group_contact textarea {
        border: 1px solid #e1e1e1;
        width: 100%;
        margin-bottom: 10px;
        outline: none;
        font-size: 14px;
        border-radius: 8px
    }

    .layout-contact .form-contact .group_contact input {
        padding: 5px 20px;
        border: 1px solid #e6e6e6
    }

    .layout-contact .form-contact .group_contact textarea {
        padding: 10px 20px;
        height: 77px;
        border: 1px solid #e6e6e6
    }

    .layout-contact .form-contact .group_contact .btn-lienhe {
        background: #49860d;
        color: #fff;
        border: initial;
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 8px
    }

        .layout-contact .form-contact .group_contact .btn-lienhe:hover {
            background-color: #f3bd01
        }

.layout-contact svg {
    width: 20px;
    height: 20px;
}


.layout-contact .info {
    
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin: 0;
    padding-left: 5px;
    margin-bottom: 0;
}

    .layout-contact .info p {
        margin-bottom: 0;
    }

#contact_map {
    height: 100%
}

    #contact_map iframe {
        width: 100%;
        border-radius: 5px;
        height: 100%
    }

.layout-contact .info div:nth-child(1) {
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}

.layout-contact .info div:nth-child(2) {
}

#contact_map {
    height: 100%;
}

    #contact_map iframe {
        width: 100%;
        border-radius: 5px;
        height: 100%;
    }

.form-contact {
}

    .form-contact .wpcf7-text {
        padding: 5px 15px;
        border: 1px solid #e6e6e6;
        height: 33px;
        min-height: 33px;
        box-shadow: none;
        color: #818181;
        border-radius: 10px;
        font-size: 15px;
        
    }

    .form-contact textarea {
        padding: 5px 15px;
        border: 1px solid #e6e6e6;
        box-shadow: none;
        color: #818181;
        border-radius: 10px;
        font-size: 15px;
        
    }

    .form-contact .btn-lienhe {
        background: #103a5f;
        color: #fff;
        border: initial;
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 8px;
        
    }

        .form-contact .btn-lienhe:hover {
            background: #49860d;
        }

.layout-contact .contact .info-contact .group-address ul li:nth-child(1) .icon {
    background: url(images/cmap.png) center center no-repeat;
    background-size: 20px;
}

.layout-contact .contact .info-contact .group-address ul li:nth-child(2) .icon {
    background: url(images/cclock.png) center center no-repeat;
    background-size: 20px;
}

.layout-contact .contact .info-contact .group-address ul li:nth-child(3) .icon {
    background: url(images/cviber.png) center center no-repeat;
    background-size: 18px;
}

.layout-contact .contact .info-contact .group-address ul li:nth-child(4) .icon {
    background: url(images/cemail.png) center center no-repeat;
    background-size: 18px;
}

.layout-contact form {
    margin-bottom: 0;
}

.aboutpage {
}

    .aboutpage h1 {
        
        background: url(images/line-aboutpage.svg) bottom center no-repeat;
        background-size: 280px;
        padding-bottom: 30px;
    }

        .aboutpage h1:before {
            position: absolute;
            content: "";
            background: url(images/line-aboutpage.svg) no-repeat;
        }

    .aboutpage img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .aboutpage figcaption {
        background-color: #3333330f !important;
        padding: 5px !important;
        border-radius: 0px 0px 5px 5px !important;
        text-align: center !important;
        font-weight: 700;
        font-size: 13px;
    }

    .aboutpage .col-inner {
        border-radius: 5px;
        padding: 10px;
        background: #fff;
        box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
    }

.teamsItem {
    border: 1px solid #49860d80;
    margin-bottom: 30px;
}

.teamsThumb {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

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

.teamsContent {
    padding: 15px;
}

.teamsTitle {
}

    .teamsTitle h3 {
        margin: 0;
    }

    .teamsTitle a {
        color: black;
        
        display: block;
    }

.teamsPos {
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
}

.grTeamsBtn {
    display: flex;
    gap: 10px;
}

    .grTeamsBtn a {
        width: 30px;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        border: 1px solid #49860d;
        border-radius: 10px;
        color: #49860d;
    }

        .grTeamsBtn a:nth-child(1) {
        }

        .grTeamsBtn a:nth-child(2) {
        }

        .grTeamsBtn a i {
        }

.teamsItem:hover {
    background: #49860d;
}

    .teamsItem:hover .teamsTitle a {
        color: white;
    }

    .teamsItem:hover .teamsPos {
        color: white;
    }

    .teamsItem:hover .grTeamsBtn a {
        border: 1px solid white;
        color: white;
    }

.teamst-page {
}

.teams-pagee {
}


.teamsdetails-heading {
    
}

.teams-sign {
}

.teamsdetails-box {
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}

.teamRelateBox {
}

.teamRelateHeading {
    color: var(--s2, #103A5F);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: left;
    
    text-transform: uppercase;
    margin: 25px 0 15px;
}

.teamRelate {
}

.blogAuthor-item {
    box-shadow: 0px 0px 0px 0px rgba(0, 15.999999999999979, 71, 0.1);
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

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

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

.blogAuthor-date {
    color: black;
    font-size: 14px;
    background: url(images/calendar.png) left -1px no-repeat;
    background-size: 18px;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.blogAuthor-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: normal;
    height: 43px;
    margin-bottom: 15px;
}

    .blogAuthor-title a {
        
        color: black;
        font-size: 18px;
    }

.grAuthor {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.blogAuthor-avatar {
}

.grAuthor-avatar {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

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

.grAuthor-name {
    color: black;
}

.blogAuthor-content {
    padding: 20px 20px;
}

.blogAuthor-item:hover .blogAuthor-title a {
    color: #49860d;
}

.grAuthor-name a {
    color: black;
}

.job_home {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0 rgba(172, 172, 172, 0.5);
    margin-left: 0px;
}

    .job_home h2.title {
        background: #00529C;
        color: #fff;
        line-height: 46px;
        padding-top: 5px;
        font-size: 20px;
        padding-left: 20px;
        margin-top: 0px !important;
        margin-bottom: 0px;
        font-weight: bolder;
        
    }

.list_jobs {
    padding: 10px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .list_jobs div.item {
        cursor: pointer;
        overflow: hidden;
        border-bottom: 1px solid #E6EEF3;
        width: 100%;
        position: relative;
        display: flex;
    }

        .list_jobs div.item:last-child {
            border-bottom: 0px !important;
        }

    .list_jobs a.img {
        position: relative;
        border: 1px solid #D8D8D8;
        cursor: pointer;
        min-height: 63px;
    }

        .list_jobs a.img img {
            display: block;
            width: 65px;
            height: auto;
        }

    .list_jobs a.title {
        color: #00529C;
        font-weight: bold;
        text-decoration: none;
        margin-bottom: 4px;
        font-size: 16px;
        max-height: 37px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: normal;
    }

    .list_jobs p {
        color: #424242;
        font-size: 13px;
        padding: 0px 0px;
        overflow: hidden;
        margin-bottom: 0px;
    }

        .list_jobs p.city {
            overflow: hidden;
            background: url(images/cmap.png) left 0px no-repeat;
            background-size: 18px;
            padding-left: 22px;
            height: 22px;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }


.date_num {
    display: flex;
    gap: 10px;
}

.recuiltItem {
    display: flex;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #E6EEF3;
    position: relative;
    align-items: center;
    height: 110px;
}

    .recuiltItem .info-thumb {
        margin-right: 15px;
        border: 1px solid #D8D8D8;
        cursor: pointer;
        height: 63px;
        min-width: 63px;
        max-width: 63px;
        min-height: 63px;
        max-height: 63px;
        overflow: hidden;
        position: relative;
    }

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

    .recuiltItem .info {
    }

.rowrecuilt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.itemRe {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.numRe {
    background: url(images/user.png) 0px 0px no-repeat;
    background-size: 14px;
    padding-left: 24px;
    color: #424242;
    font-size: 13px;
    overflow: hidden;
}

.dateRe {
    background: url(images/calendar_user.png) 0px 0px no-repeat;
    background-size: 14px;
    padding-left: 24px;
    color: #424242;
    font-size: 13px;
    overflow: hidden;
}

.list_jobs .mucluong {
    background: url(images/money-bag.png) 0px 0px no-repeat;
    background-size: 17px;
    padding-left: 24px;
    color: #424242;
    font-size: 13px;
    overflow: hidden;
}

.teamspage-heading h1 {
    
}

.teamsdetails-box h2, .teamsdetails-box h3, .teamsdetails-box h4 {
    
}

.teamst-page {
    padding: 0px 0 20px;
}

.teamsdetails-box ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.teamsdetails-box .grRecuiltul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .teamsdetails-box .grRecuiltul li {
    }

        .teamsdetails-box .grRecuiltul li:nth-child(1) {
            background: url(images/mapblack.png) left 0px no-repeat;
            background-size: 18px;
            padding-left: 25px;
        }

        .teamsdetails-box .grRecuiltul li:nth-child(2) {
            background: url(images/money-bag.png) left 0px no-repeat;
            background-size: 18px;
            padding-left: 25px;
        }

        .teamsdetails-box .grRecuiltul li:nth-child(3) {
            background: url(images/user.png) left 0px no-repeat;
            background-size: 17px;
            padding-left: 25px;
        }

        .teamsdetails-box .grRecuiltul li:nth-child(4) {
            background: url(images/calendar_user.png) left 0px no-repeat;
            background-size: 17px;
            padding-left: 25px;
        }

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
    margin: 0 0 0.4rem 0;
}

.rmp-heading--subtitle {
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 16px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated {
    margin: 0 0 0.4rem 0;
}

.hoidapbox {
}

    .hoidapbox h3 {
    }

    .hoidapbox .accordion {
    }

.hoidapcol {
}

    .hoidapcol .accordion_title {
        
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 20px;
    }

        .hoidapcol .accordion_title:before {
            content: "";
            width: 65px;
            height: 2px;
            display: block;
            background: #49860d;
            bottom: 0;
            left: 0;
            position: absolute;
        }

        .hoidapcol .accordion_title.active {
        }

    .hoidapcol .accordion-item .accordion-title.active {
        background: #49860d;
        color: #fff;
        border-radius: 5px 5px 0 0;
        border-color: #49860d;
    }

    .hoidapcol .accordion-item {
        margin-bottom: 7px;
    }

        .hoidapcol .accordion-item .accordion-title {
            color: #000;
            background: #E3E3E3;
            cursor: pointer;
            border-radius: 5px;
        }

            .hoidapcol .accordion-item .accordion-title span {
                
                font-weight: 400;
            }

        .hoidapcol .accordion-item .accordion-inner {
            border: 1px solid #ACACAC;
            padding: 15px 20px;
            border-top: 0;
            border-radius: 0 0 5px 5px;
        }

            .hoidapcol .accordion-item .accordion-inner p {
            }

    .hoidapcol .col-inner {
        padding: 20px;
        border-radius: 15px;
        background: #fff;
        box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
    }

.hoidapform {
}

    .hoidapform .heading {
        
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 8px;
        font-size: 20px;
        color: black;
    }

    .hoidapform .desc {
        font-size: 14px;
        display: block;
        color: black;
        
    }

    .hoidapform .col-inner {
        margin-bottom: 20px;
        border-radius: 15px;
        padding: 20px;
        background: #fff;
        box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
        height: 100%;
    }

    .hoidapform .heading:before {
        content: "";
        width: 65px;
        height: 2px;
        display: block;
        background: #49860d;
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .hoidapform .wpcf7-text {
        padding: 0px 15px;
        border: 1px solid #e6e6e6;
        height: 33px;
        min-height: 33px;
        box-shadow: none;
        color: #818181;
        border-radius: 10px;
        font-size: 15px;
        
    }

    .hoidapform .wpcf7-textarea {
        padding: 5px 14px;
        border: 1px solid #e6e6e6;
        box-shadow: none;
        color: #818181;
        border-radius: 10px;
        font-size: 15px;
        
    }

    .hoidapform .wpcf7-submit {
        background: #49860d;
        color: #fff;
        border: initial;
        line-height: 35px;
        font-size: 14px;
        border-radius: 8px;
        font-weight: 400;
        padding: 0 20px;
    }

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.addThis_listSharing {
    width: 275px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important
}

    .addThis_listSharing .listSharing_action {
        position: absolute;
        bottom: 205px;
        border-radius: 12px;
        right: 31px;
        max-width: 300px;
        background-color: #f5f6fa;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        -webkit-transform-origin: 100% bottom;
        transform-origin: 100% bottom;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        top: auto !important
    }

.addThis_listing {
    padding: 0
}

    .addThis_listing .addThis_item {
        margin: 0;
        padding: 10px 15px
    }

        .addThis_listing .addThis_item:not(:last-of-type) {
            border-bottom: 1px solid #ecedf1;
            box-shadow: 0 1px 0 0 #fff
        }

        .addThis_listing .addThis_item .addThis_item--icon {
            width: 100%;
            height: auto;
            border-radius: 0;
            box-shadow: none;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center
        }

            .addThis_listing .addThis_item .addThis_item--icon svg {
                display: block;
                border-radius: 50%;
                width: 32px;
                height: 32px;
                box-shadow: 0 2px 5px 0 rgba(0,0,0,0.11)
            }

            .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
                opacity: 1;
                visibility: visible;
                position: initial;
                width: calc(100% - 30px);
                padding-left: 15px;
                text-align: left;
                background: transparent;
                color: #1d243e;
                font-size: 13px;
                font-weight: 400
            }

        .addThis_listing .addThis_item:hover .tooltip-text {
            color: #f3bd01
        }

        .addThis_listing .addThis_item.addThis_item__fbchat {
            display: block
        }

.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent;
    margin-right: 0;
}

    .addThis_listSharing .addThis_close svg {
        opacity: 0.6;
        width: 24px;
        height: 24px;
        display: block;
        margin: auto
    }

.addThis_iconContact {
    position: fixed;
    bottom: 170px;
    right: 17px;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important
}

    .addThis_iconContact .svgico svg {
        fill: #ffffff;
        width: 30px;
        height: 46px;
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
    }

    .addThis_iconContact .box-item .svgico > svg {
        animation: iconSkew 1s infinite ease-out;
        min-height: -webkit-fill-available
    }

    .addThis_iconContact .svgico .svgico--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
    }

        .addThis_iconContact .svgico .svgico--close svg {
            fill: #ffffff;
            width: 17px;
            height: 46px
        }

.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.addThis_listSharing.active + .addThis_iconContact .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3)
}

.addThis_listSharing.active {
    opacity: 1;
    visibility: visible
}

    .addThis_listSharing.active .listSharing_action {
        -ms-transition-delay: 0.1s;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.1s;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    .addThis_listSharing.active + .addThis_iconContact .item-livestream {
        opacity: 0;
        visibility: hidden
    }

.addThis_iconContact .box-item {
    position: relative
}

    .addThis_iconContact .box-item + .box-item {
        margin-top: 18px
    }

    .addThis_iconContact .box-item .svgico {
        position: relative;
        z-index: 4;
        height: 48px;
        width: 48px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ffffff;
        cursor: pointer;
        background: #49860d;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        animation: pulse 2s infinite;
        animation: pulse 2s infinite
    }

    .addThis_iconContact .box-item.item-livestream .svgico {
        background: #ff0000
    }

    .addThis_iconContact .box-item.item-livestream:before, .addThis_iconContact .box-item.item-livestream:after {
        background: #ff0000
    }

    .addThis_iconContact .box-item:before, .addThis_iconContact .box-item:after {
        position: absolute;
        content: '';
        height: 48px;
        width: 48px;
        left: 0;
        top: 0;
        background: #49860d;
        border-radius: 50%
    }

    .addThis_iconContact .box-item:before {
        animation: euiBeaconPulseSmall 2s infinite ease-out
    }

    .addThis_iconContact .box-item:after {
        animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s
    }

@media (max-width: 991px) {
    .addThis_iconContact {
        right: 10px
    }
}

.listSharing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: 0.6
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0
    }
}

@media (min-width: 1200px) {
    .fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
        z-index: 999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none
    }
}

@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom: 206px;
        left: 14px;
        right: 14px;
        max-width: 100%
    }

    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block
    }

    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes play {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(15deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(15deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.list-blogs {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 1px 1px 10px 0 rgba(172, 172, 172, 0.5);
    margin-bottom: 20px;
}

.right-content .row {
    margin-left: -12px;
    margin-right: -12px;
}

.row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.item-blog {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all ease 0.31s;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e3e3e3;
}

    .item-blog .block-thumb {
        width: 40%;
        margin-right: 24px;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
    }

        .item-blog .block-thumb a {
            padding-bottom: 67%;
            overflow: hidden;
            height: auto;
            display: block;
            position: relative;
            border-radius: 15px;
        }

            .item-blog .block-thumb a img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

    .item-blog .block-content {
        width: 60%;
    }

        .item-blog .block-content h3 {
            font-weight: 500;
            line-height: normal;
        }

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3);
}

.item-blog .block-content h3 a {
    color: black;
    
    font-size: 20px;
    line-height: normal;
}

.item-blog .block-content .time-post {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
    color: #7e7e7e;
    background: url(images/calendar_user.png) 0px 0px no-repeat;
    background-size: 18px;
    padding-left: 24px;
}

    .item-blog .block-content .time-post svg {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

.item-blog:hover .block-content h3 a {
    color: #49860d;
}

.page-numbers {
}

    .page-numbers li {
        margin: 0 !important;
    }

        .page-numbers li .page-number {
            font-weight: 400;
            margin: 0 2.5px;
            width: 35px;
            background: transparent;
            border: solid 1px #000;
            text-align: center;
            height: 35px;
            font-size: 14px;
            padding: 0;
            line-height: 35px;
            color: #000;
            text-decoration: none;
            border-radius: initial;
            border-radius: 8px;
        }

            .page-numbers li .page-number:hover {
                background-color: #49860d;
                border-color: #49860d;
                background: #49860d;
                color: #fff;
                display: block;
                font-weight: bold;
            }

            .page-numbers li .page-number.current {
                background-color: #49860d;
                border-color: #49860d;
                background: #49860d;
                color: #fff;
                display: block;
                font-weight: bold;
            }

.single-page {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

    .single-page h1 {
       
        color: #49860d;
        font-size: 1.4em;
        display: block;
        line-height: normal;
    }

    .single-page .date {
    }

.dot-irecommendthis {
}

.dot-irecommendthis-count {
}

.dot-irecommendthis-suffix {
}

.relate-post {
}

.relate-box {
    border-radius: 5px;
    padding: 20px 20px 0 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

.relateBlog-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0 rgba(172, 172, 172, 0.5);
}

.relateBlog-thumb {
}

    .relateBlog-thumb img {
    }

.relateBlog-date {
}

.relateBlog-content {
    padding: 20px;
}

.relateBlog-title {
}

    .relateBlog-title a {
        color: black;
        font-size: 20px;
        line-height: normal;
    }

.relateBlog-readmore {
    margin-top: 5px;
}

    .relateBlog-readmore a {
        font-size: 14px;
    }

.relateBlog-desc {
    font-size: 15px;
    display: none;
}

.asidebox {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

.widget_categories span.widget-title {
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
    color: #49860d;
    font-size: 1.2em;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 7px;
    display: block;
}

.widget_categories > ul > li + li {
    border: none;
}

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

.widget ul {
    padding: 0 10px;
}

.widget_categories ul.menu > li, .widget_categories > ul > li {
}

ul.menu > li > a, .asidebox .widget > ul > li > a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #000;
}

.widget_categories {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

.single-page ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
}

.single-page {
    /*    color:#333;*/
}

.rpwe-block ul {
}

.rpwe-block li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all ease 0.31s;
    display: flex;
    border-bottom: 1px dashed #cccccc;
    /* align-items: center; */
}

.rpwe-block .rpwe-img {
    max-width: 115px;
    height: 80px;
    max-height: 80px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.rpwe-block h3 {
    margin-bottom: 0;
}

    .rpwe-block h3 a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        position: relative;
        line-height: 1.4 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        padding: 0 !important;
        font-size: 0.9em;
        color:black;
        
    }

.rpwe-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rpwe-summary {
}

.rpwe-time {
}

.rpwe-comment {
}

.rpwe-alignleft {
}

.rpwe-alignright {
}

.rpwe-aligncenter {
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table !important;
}

.rpwe-clearfix:after {
    clear: both;
}

.rpwe-clearfix {
    zoom: 1;
}

.rpwe_widget {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
}

    .rpwe_widget .widget-title {
        position: relative;
        font-weight: 700;
        color: #49860d;
        font-size: 1.2em;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 7px;
        display: block;
        margin-bottom: 10px;
    }

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

.bannerAside {
}

.headingLinhvuc {
    color: var(--s2, #103A5F);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}

.tabLinhvuc {
}

    .tabLinhvuc .nav {
        justify-content: center;
        gap: 73px;
    }

        .tabLinhvuc .nav .menuTabLinhvuc {
            margin: 0;
            border-radius: var(--1, 10px);
            background: var(--s1-p3, #FFF);
            justify-content: center;
            align-items: center;
            gap: var(--1, 10px);
            cursor: pointer;
        }

            .tabLinhvuc .nav .menuTabLinhvuc a {
                margin: 0;
                padding: 0;
                /* mAIN TEXT\/t3 */
                
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                color: #706C6C;
                padding: 17px 42px;
            }

            .tabLinhvuc .nav .menuTabLinhvuc.active {
                background: var(--s1, #49860d);
            }

                .tabLinhvuc .nav .menuTabLinhvuc.active a {
                    color: white;
                }

.lvItem {
}

.lvItem-thumb {
    width: 277px;
    height: 332px;
    position: relative;
    margin: 0 auto;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 17px;
}

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

.lvItem-content {
    display: block;
    position: relative;
    padding-bottom: 28px;
}

.lvItem-title {
    text-align: center;
    display: block;
}

    .lvItem-title a {
        color: var(--s1-p3, #FFF);
        /* mAIN TEXT\/t2 */ 
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.lvItem:hover .lvItem-title a {
}

.tabLinhvuc .entry-content {
    min-height: 1px;
}

    .tabLinhvuc .entry-content:after {
        position: absolute;
        content: "";
        border-radius: 9px;
        background: var(--s2, #103A5F);
        width: 100%;
        height: 128px;
        bottom: 3px;
        z-index: -1;
    }

.lvItem-content:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 10px;
    border-radius: 5px;
    background: var(--s1-p3, #FFF);
    bottom: 1px;
    z-index: 9999;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.tabLinhvuc .tab-panels {
    padding-top: 48px;
}

.stLinhvuc > .section-content {
    transform: translate(0, 62px);
}

.home-lv-owl .owl-dots {
    position: absolute;
    display: none;
}

.home-lv-owl .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 85px;
}

.tabLinhvuc .home-lv-owl .owl-nav .owl-next, .tabLinhvuc .home-lv-owl .owl-nav .owl-prev {
    text-indent: -999px;
}

.tabLinhvuc .home-lv-owl .owl-nav .owl-next {
    position: absolute;
    content: "";
    background: url(images/arright.png) center center no-repeat;
    min-width: 46px;
    height: 46px;
    padding: 0 !important;
    display: block;
    margin: 0 !important;
    right: -25px;
}

.tabLinhvuc .home-lv-owl .owl-nav .owl-prev {
    position: absolute;
    content: "";
    background: url(images/arleft.png) center center no-repeat;
    min-width: 46px;
    height: 46px;
    padding: 0 !important;
    display: block;
    margin: 0 !important;
    left: -25px;
}

.taisao-col {
}

    .taisao-col .heading {
        color: var(--s2, #103A5F);
        /* mAIN TEXT\/t1 */
        
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 25px;
        text-align: center;
    }

    .taisao-col .des {
        color: #000;
        /* mAIN TEXT\/t8 */
        
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;
    }

.readLv {
    display: block;
    text-align: center;
    z-index: 999;
    position: relative;
}

    .readLv a {
        display: inline-block;
        padding: 12px 44px;
        justify-content: center;
        align-items: center;
        gap: var(--1, 10px);
        border-radius: var(--2, 5px);
        border: 1px solid var(--s2, #103A5F);
        position: absolute;
        bottom: -80px;
        left: 0;
        right: 0;
        max-width: 178px;
        margin: 0 auto;
    }

    .readLv span {
        color: var(--s2, #103A5F);
        /* mAIN TEXT\/t4 */ 
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.stTaisao {
    z-index: 0;
}

    .stTaisao:before {
        position: absolute;
        content: "";
        width: 546px;
        height: 774px;
        background: url(images/elips.png) left center no-repeat;
        z-index: 1;
    }

.dgird {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    flex-wrap: wrap;
}

    .dgird .item {
        flex: 1 1 30%;
        border-radius: 21px;
        background: var(--s1-p3, #FFF);
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
        padding: 18px 20px;
    }

.taisao-item {
    /* e1 */
}

.taisao-thumb {
}

    .taisao-thumb img {
    }

.taisao-content {
}

.taisao-title {
    color: var(--s2, #103A5F);
    /* mAIN TEXT\/t4 */ 
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 16px;
    background: url(images/line-taisao.png) left bottom no-repeat;
    padding-bottom: 10px;
}

.taisao-desc {
    color: var(--s1-p4, #706C6C);
    text-align: justify;
    /* mAIN TEXT\/t9 */
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.addThis_listing li {
    list-style: none;
}

.stdoanhnghiep {
}

    .stdoanhnghiep .heading {
        color: var(--s2, #103A5F);
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 15px;
        display: block;
        
    }

        .stdoanhnghiep .heading:before {
            content: "";
            width: 56px;
            height: 3px;
            border-radius: 4px;
            background: var(--s1, #49860d);
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .stdoanhnghiep .readall {
    }

        .stdoanhnghiep .readall a {
            color: var(--s2, #103A5F);
            /* mAIN TEXT\/t4 */
            
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-radius: var(--2, 5px);
            border: 1px solid var(--s2, #103A5F);
            display: inline-flex;
            padding: 12px 44px;
            justify-content: center;
            align-items: center;
            gap: var(--1, 10px);
        }

.postBusiness {
}

.postBusiness-item {
}

.postBusiness-thumb {
    border-radius: var(--1, 10px);
    overflow: hidden;
    display: block;
    position: relative;
    height: 326px;
}

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

.postBusiness-content {
}

.postBusiness-title {
    margin: 23px 0 10px;
}

    .postBusiness-title a {
        color: var(--s2, #103A5F);
        /* mAIN TEXT\/t2 */ font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        
        display: block;
    }

.postBusiness-date {
    color: var(--s1-p4, #706C6C);
    /* mAIN TEXT\/t8 */
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(images/itime.png) left 3px no-repeat;
}

.postBusiness-description {
    color: #000;
    /* mAIN TEXT\/t8 */

    
    font-size: 16px;
    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;
    margin-bottom: 24px;
}

.postBusiness-readmore {
}

    .postBusiness-readmore a {
        color: var(--s1, #49860d);
        /* mAIN TEXT\/t4 */ 
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.postBusinessHot-item {
    margin-bottom: 59px;
}

.postBusinessHot .postBusiness:last-child .postBusinessHot-item {
    margin-bottom: 0;
}

.postBusinessHot-thumb {
    margin-bottom: 15px;
    height: 160px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: var(--1, 10px);
}

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

.postBusinessHot-content {
}

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

    .postBusinessHot-title a {
        color: var(--s2, #103A5F);
        /* mAIN TEXT\/t3 */
        
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postBusinessHotgr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postBusinessHot-date {
    background: url(images/itime.png) left 3px no-repeat;
    padding-left: 24px;
}

.postBusinessHot-readmore {
}

    .postBusinessHot-readmore a {
        color: var(--s1, #49860d);
        /* mAIN TEXT\/t8 */ 
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.postBusinessList-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.postBusinessList-thumb {
    min-width: 189px;
    max-width: 189px;
    min-height: 129px;
    max-height: 129px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}

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

.postBusinessList-content {
    padding-left: 15px;
}

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

    .postBusinessList-title a {
        color: var(--s2, #103A5F);
        /* mAIN TEXT\/t3 */ 
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postBusinessListgr {
}

.postBusinessList-date {
    color: var(--s1-p4, #706C6C);
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    background: url(images/itime.png) left 2px no-repeat;
    padding-left: 24px;
}

.postBusinessList-readmore {
    display: none;
}

    .postBusinessList-readmore a {
    }

.tabPost {
}

    .tabPost .nav {
        justify-content: center;
        gap: 73px;
    }

        .tabPost .nav .menuTabPost {
            margin: 0;
            border-radius: var(--1, 10px);
            background: var(--s1-p3, #FFF);
            justify-content: center;
            align-items: center;
            gap: var(--1, 10px);
        }

            .tabPost .nav .menuTabPost.active {
                background: var(--s1, #49860d);
            }

            .tabPost .nav .menuTabPost a {
                margin: 0;
                padding: 0;
                
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                color: #706C6C;
                padding: 17px 42px;
                box-shadow: -1px 4px 15px 0px rgb(0 0 0 / 9%);
                border-radius: 10px;
            }

            .tabPost .nav .menuTabPost.active a {
                color: white;
            }

    .tabPost .tab-panels {
        padding-top: 36px;
    }

.paAboutcol {
}

.paAbout {
    margin: 10px 0;
}

    .paAbout h3 {
        color: var(--s2, #103A5F);
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        
    }

.paAboutcol .paAbout p {
    color: var(--s1-p4, #706C6C);
    /* mAIN TEXT\/t8 */
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paAboutcol ul {
    list-style: none;
}

    .paAboutcol ul li {
        margin: 0;
        color: #000;
        /* mAIN TEXT\/t5 */
        
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        background: url(images/icheck.png) left center no-repeat;
        padding-left: 36px;
        height: 22px;
        display: block;
        margin-bottom: 15px;
        padding-top: 2px;
    }

.paAboutcol p {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paAaboutst {
}

.proHeading {
    color: #103a5f;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    
}

[data-icon-label]:after {
}

.proHeading strong {
    color: #49860d;
}

.row.row-small {
    max-width: 1200px;
}

.paProHotsl {
}

.proHeading:before {
    position: absolute;
    content: "";
    background: url(images/line-prohot.png) center center no-repeat;
    width: 731px;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}

.paProReadmore {
}

    .paProReadmore a {
        color: var(--s1-p3, #FFF);
        /* mAIN TEXT\/t4 */ 
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: inline-block;
        padding: 12px 44px;
        border-radius: var(--2, 5px);
        border: 1px solid var(--s1-p3, #FFF);
    }

.paProhot-item {
    border-radius: var(--1, 10px);
    background: #F9F1E1;
    display: block;
}

.paProhot-thumb {
    overflow: hidden;
    border-radius: var(--1, 10px);
    height: 222px;
    position: relative;
}

    .paProhot-thumb img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        width: 100%;
        top: 0;
        left: 0;
    }

.paProhot-content {
    padding: 14px 17px;
}

.paProhot-title {
}

    .paProhot-title a {
        color: var(--s1-p2, #231F20);
        /* mAIN TEXT\/t5 */
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        min-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 36px;
    }

.paProhot-star {
    margin: 5px 0;
}

    .paProhot-star .star-rating:before, .paProhot-star .woocommerce-page .star-rating:before {
    }

    .paProhot-star .star-rating span:before {
        color: #49860d;
    }

.paProhot-gr {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
    margin: 5px 0;
}

    .paProhot-gr span {
        color: #49860d;
        text-align: center;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .paProhot-gr .new span {
    }

    .paProhot-gr .old span {
        color: var(--s1-p4, #706C6C);
        text-align: center;
        font-size: 12px;
        text-decoration: line-through;
        font-weight: 400;
    }

.paProhot-addtocart {
    display: none;
}

    .paProhot-addtocart a {
        border-radius: var(--2, 5px);
        border: 1px solid #49860d;
        padding: 5px 8px;
        display: block;
        text-align: center;
    }

        .paProhot-addtocart a span {
            color: #49860d;
            text-align: center;
            /* mAIN TEXT\/t9 */
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

.paProhot-item:hover .paProhot-thumb {
       -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
        -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s, background-color .3s;
    transition: opacity .3s, transform .3s, background-color .3s;
    transition: opacity .3s, transform .3s, background-color .3s, -webkit-transform .3s;
}

.counterReviewgr .star-rating {
    margin: 0;
}

.counterReviewgr {
    display: flex;
    align-items: center;
}

.counterReview {
    color: var(--P6, #9C9C9C);
    text-align: center;
    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.page-prohot-owl {
}

.page-prohot .page-prohot-owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .page-prohot .page-prohot-owl .owl-nav .owl-prev, .page-prohot .page-prohot-owl .owl-nav .owl-next {
        text-indent: -999px;
        margin: 0;
        position: absolute;
    }

    .page-prohot .page-prohot-owl .owl-nav .owl-prev {
        background: url(images/arleftpage.svg) center center no-repeat;
        background-size: 35px;
        width: 47px;
        height: 47px;
        left: -25px;
    }

    .page-prohot .page-prohot-owl .owl-nav .owl-next {
        background: url(images/arrightpage.svg) center center no-repeat;
        background-size: 35px;
        width: 47px;
        height: 47px;
        right: -25px;
    }

.stTienich {
}

.iconTienich {
}

    .iconTienich h3 {
        color: var(--s1-p3, #FFF);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .iconTienich p {
        color: #FFF;
        
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.banner h3 {
    
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paProbyCategory {
    background: #EBECF0;
    padding-top: 70px;
}

.paProbyheadinggr {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

    .paProbyheadinggr .heading {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

        .paProbyheadinggr .heading:before {
            content: "";
            background: url(images/linepapro.png) center center no-repeat;
            width: 110px;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .paProbyheadinggr .heading a {
            color: #49860d;
            
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            position: relative;
        }

            .paProbyheadinggr .heading a:before {
                content: "";
            }

.pasubmenu {
}

    .pasubmenu ul {
        display: flex;
        gap: 21px;
        list-style: none;
        align-items: center;
        margin: 0;
    }

        .pasubmenu ul li {
            margin: 0;
        }

    .pasubmenu li a {
        color: #49860d;
        /* mAIN TEXT\/t4 */
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        display: flex;
        gap: 8px;
    }

.paBoxSub {
    border-radius: 28px;
    border: 1px solid #49860d;
    padding: 20px;
}

.gape {
    background: #EBECF0;
}

.paBoxSub .page-prohot .page-prohot-owl .owl-nav .owl-prev {
    left: -44px;
}

.paBoxSub .page-prohot .page-prohot-owl .owl-nav .owl-next {
    right: -44px;
}

.pasubmenu li .paCatebyMore {
    background: url(images/subiall.png) left -3px no-repeat;
    padding-left: 55px;
}

.paBannerByCategory {
    margin-top: 40px;
}

    .paBannerByCategory img {
    }

.paCategoMenu {
}

    .paCategoMenu .box-image {
        border-radius: 20px;
        border: 1px solid var(--P6, #9C9C9C);
        background: var(--s1-p3, #FFF);
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
        padding: 22px;
    }

        .paCategoMenu .box-image img {
            max-height: 209px;
            width: 100%;
            object-fit: cover;
        }

    .paCategoMenu .box-text {
        padding: 0;
        margin-top: 15px;
    }

    .paCategoMenu .box-text-inner {
    }

        .paCategoMenu .box-text-inner .header-title {
            color: var(--s1-p2, #231F20);
            text-align: center;
            /* mAIN TEXT\/t4 */
            
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .paCategoMenu .box-image:hover {
        border: 1px solid #49860d;
    }

.proCategoryHeading {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    
}

    .proCategoryHeading strong {
        color: #49860d;
    }

.paAaboutst .row {
    position: relative;
}

    .paAaboutst .row:before {
        content: "";
        background: url(images/tron1about.png) no-repeat;
        width: 90px;
        height: 90px;
        position: absolute;
        z-index: 99;
        bottom: -52px;
        left: -95px;
    }

.headingnoipa .row {
    position: relative;
}

    .headingnoipa .row:after {
        content: "";
        background: url(images/tron2danhmuc.png) no-repeat;
        position: absolute;
        width: 116px;
        height: 116px;
        z-index: 999;
        right: -103px;
        top: -122px;
    }

#shop-sidebar .widget {
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

    #shop-sidebar .widget .is-divider {
        display: none;
    }

#shop-sidebar span.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 10px 10px;
    background: #539414;
    border: 2px solid #49860d;
    display: block;
    text-transform: capitalize;
    border-radius: 10px;
}

#shop-sidebar .widget_product_categories > ul > li {
    display: block;
    padding: 0px 0;
    font-size: 15px;
    color: #000;
}

#shop-sidebar ul.menu > li.has-child, #shop-sidebar .widget > ul > li.has-child {
}

#shop-sidebar .cat-item a {
    color: #000;
}

#shop-sidebar ul.menu > li li > a, #shop-sidebar .widget > ul > li li > a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

#shop-sidebar ul.product_list_widget li del {
    font-size: 14px;
}

.group-title-col {
    margin-bottom: 10px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    padding: 10px;
    border-radius: 10px;
}

    .group-title-col .thumb-image {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        -o-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -os-justify-content: center;
        -o-display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        -os-display: flex;
        align-items: center;
        position: relative;
        height: auto !important;
        padding-bottom: 100%;
    }

        .group-title-col .thumb-image img {
            width: auto !important;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.title-index, .title-page {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: normal;
    padding-bottom: 0;
    display: block;
}

.group-title-col .content .title-page {
    color: #539414;
    
}

.group-title-col .content .rte {
    
    color: #333;
    font-size: 15px;
}

.title-index .title-name, .title-index > span, .title-page .title-name, .title-page > span {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.category-page-row .paProhot-item {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.product-footer .woocommerce-tabs {
    padding: 0px 0;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    border-radius: 10px;
}

.woocommerce-tabs .nav > li > a {
   
}

.product-footer .woocommerce-tabs > .nav-line-grow, .product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
    margin-top: 0;
}

.woocommerce-tabs .woocommerce-product-attributes {
    display: none;
}

.woocommerce-tabs {
}

    .woocommerce-tabs .nav > li > a {
        font-size: 14px;
        font-weight: 400!important;
        color: #49860d;
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        background: #fff;
        margin-bottom: 0;
        border: 1px solid #49860d;
        overflow: hidden;
    }

        .woocommerce-tabs .nav > li > a:before {
            visibility: hidden;
        }

    .woocommerce-tabs li.active {
    }

        .woocommerce-tabs li.active a {
            color: white;
            background: #49860d;
        }

.page-title-inner {
    position: relative;
    padding-top: 20px;
    min-height: 60px;
}

.danhmuc-slider .categorysub {
    text-align: left;
    /* box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25); */
    background: #fff;
    display: flex;
    padding: 5px;
    align-items: center;
    margin: 0px 0;
    border: 1px solid rgba(60,64,67,0.25);
}

    .danhmuc-slider .categorysub .thumb {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        -o-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -os-justify-content: center;
        -o-display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        -os-display: flex;
        align-items: center;
        position: relative;
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

.danhmuc-slider .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.danhmuc-slider .categorysub h3 {
    height: auto !important;
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-top: 10px;
}

    .danhmuc-slider .categorysub h3 .line-clamp {
    }

.danhmuc-slider .categorysub .count {
    display: block;
    color: #49860d;
}

.categoryPagesub {
    margin-bottom: 10px;
}

    .categoryPagesub .categoryPagesub-owl {
    }

        .categoryPagesub .categoryPagesub-owl .owl-nav {
            top: 50%;
            position: absolute;
            width: 100%;
        }

#main .categoryPagesub .categoryPagesub-owl .owl-prev {
    background: rgba(233,233,233,0.74);
    width: 30px !important;
    height: 60px !important;
    border: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important;
    left: 1px !important;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: unset;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #49860d;
    font-size: 16px !important;
    font-weight: bold !important;
}

#main .categoryPagesub .categoryPagesub-owl .owl-next {
    background: rgba(233,233,233,0.74);
    width: 30px !important;
    height: 60px !important;
    border: 0;
    margin: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important;
    right: 1px !important;
    border-radius: 100px 0 0 100px;
    position: absolute;
    top: unset;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #49860d;
    font-size: 23px !important;
    font-weight: bold !important;
}

#main .categoryPagesub .categoryPagesub-owl .owl-prev:hover {
    background: #49860d !important;
    color: white !important;
}

#main .categoryPagesub .categoryPagesub-owl .owl-next:hover {
    background: #49860d !important;
    color: white !important;
}

.hotlinei {
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-top: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

    .hotlinei h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hotlinei a {
        font-size: 20px;
        font-weight: 700;
        color: #539414;
    }

.badge-container {
    display: none;
}

.wishlist-icon {
    display: none;
}

.product-gallery .product-images {
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    border-radius: 10px;
    overflow: hidden;
}

.product-thumbnails a {
    position: relative;
    width: 80px;
    height: 80px;
}

    .product-thumbnails a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.title-index .title-name, .title-index > span, .title-page .title-name, .title-page > span {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

    .title-index .title-name b, .title-index > span b, .title-page .title-name b, .title-page > span b {
        color: #539414;
    }

.product-like {
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
    overflow: hidden;
    border-radius: 10px;
}

    .product-like .title-header-col {
        margin-bottom: 20px;
        line-height: normal;
        padding: 10px;
    }

        .product-like .title-header-col span {
            font-size: 22px;
            font-weight: 700;
            color: #000;
        }

            .product-like .title-header-col span b {
                color: #539414;
            }

.product-list {
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

    .product-list .product-thumbnail {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

        .product-list .product-thumbnail a {
            position: relative;
            overflow: hidden;
            width: 100%;
            display: flex;
            -o-justify-content: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -os-justify-content: center;
            -o-display: flex;
            -moz-display: flex;
            -webkit-display: flex;
            -os-display: flex;
            align-items: center;
            position: relative;
            height: auto !important;
            padding-bottom: 100%;
        }

            .product-list .product-thumbnail a img {
                width: auto !important;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                will-change: opacify;
                transform: scale(1);
                transition: all 0.5s ease;
            }

    .product-list .product-info {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

        .product-list .product-info .product-name {
            font-size: 16px;
            font-weight: 600;
        }

            .product-list .product-info .product-name a {
                color: black;
                font-size: 14px;
            }

        .product-list .product-info .price-box {
            margin-bottom: 5px;
            font-size: 14px;
            position: relative;
        }

            .product-list .product-info .price-box .price {
                color: #f25c05;
                font-weight: 700;
                font-size: 16px;
            }

            .product-list .product-info .price-box .compare-price {
                display: inline-block;
                color: #666;
                text-decoration: line-through;
            }

.inventory_quantity {
    font-size: 16px;
    margin-bottom: 10px;
}

    .inventory_quantity .thump-break {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 600;
    }

        .inventory_quantity .thump-break .mb-break {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }


        .inventory_quantity .thump-break .a-stock, .inventory_quantity .thump-break .a-vendor, .inventory_quantity .thump-break .variant-sku {
            color: #539414;
        }
.product-categories{
    width: 100%;
}
.title-product {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px;
}

.price-box .special-price {
    font-size: 30px;
    font-weight: 600;
    color: #f25c05;
    display: inline-block;
}

    .price-box .special-price span {
        color: #f25c05;
        font-size: 30px;
    }

.price-box .old-price {
    color: #545454;
    font-size: 16px;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 10px;
}

    .price-box .old-price span {
        color: #545454;
        font-size: 16px;
    }

.shop-container .product-main {
    padding: 20px 0;
}

.compare-pricebox {
    display: flex;
    gap: 5px;
}

    .compare-pricebox .new {
        color: #f25c05;
        font-weight: 700;
        font-size: 16px;
    }

        .compare-pricebox .new span {
            color: #f25c05;
        }

    .compare-pricebox .old {
        display: inline-block;
        color: #666;
    }

        .compare-pricebox .old span {
            font-size: 12px;
            color: #666;
            text-decoration: line-through;
        }

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

.thuonghieu-e {
}

.thuonghieu-item {
}

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

    .thuonghieu-thumb img {
    }

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

.blogp-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

    .blogp-item .thumb {
        width: 100%;
        height: 100%;
        max-width: 70px;
        max-height: 50px;
    }

        .blogp-item .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blogp-item .content {
        padding-left: 10px;
    }

        .blogp-item .content .title {
        }

            .blogp-item .content .title a {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                position: relative;
                line-height: 1.4 !important;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                padding: 0 !important;
                font-size: 0.9em;
                
            }

.product-tab {
}

    .product-tab .tabs-title {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 20px; */
    }

        .product-tab .tabs-title .tab-link {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-right: 10px;
        }

            .product-tab .tabs-title .tab-link h3 {
                display: inline-flex;
                align-items: center;
                background: #fff;
                margin-bottom: 0;
                border: 1px solid #539414;
                overflow: hidden;
            }

            .product-tab .tabs-title .tab-link.active h3, .product-tab .tabs-title .tab-link:hover h3 {
                background: #539414;
            }

            .product-tab .tabs-title .tab-link h3 span {
                font-size: 16px;
                font-weight: 700;
                color: #539414;
                padding: 10px 15px;
            }

            .product-tab .tabs-title .tab-link.active h3 span, .product-tab .tabs-title .tab-link:hover h3 span {
                color: #000;
            }

    .product-tab .tab-content {
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }

        .product-tab .tab-content.active {
            opacity: 1;
            visibility: visible;
            height: auto;
        }

    .product-tab .tab-float {
        overflow: hidden;
        width: 100%;
        padding-top: 48px;
    }

.tab-float .panel {
    padding: 0;
}

.groupau {
    display: flex;
    gap: 60px;
    margin-bottom: 15px;
}

.aubox1 {
    width: 100%;
    max-width: 225px;
}



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

.imgau {
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
    border-radius: 10px;
}

    .imgau img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.contentau {
}

.checkau {
    margin-bottom: 10px;
}

.dateicon {
    background: url(images/idatetime.svg) left center no-repeat;
    background-size: 71px;
    width: 100%;
    max-width: 71px;
    height: 100%;
    max-height: 71px;
    overflow: hidden;
    display: block;
    min-height: 71px;
}

.date-text {
}

.texxt {
    width: 100%;
    color: #575757;
    font-size: 14px;
}

.checkau span {
    background: url(images/tick.PNG) 3px center no-repeat #fbedd2;
    background-size: 35px;
    padding: 7px;
    padding-left: 42px;
    display: flex;
    border-radius: 7px;
    align-items: center;
    font-weight: bold;
    color: #e98b3e;
    text-transform: uppercase;
    font-size: 12px;
}

.nameau {
    font-weight: bold;
    color: #575757;
        font-size: 13px;
}

    .nameau span {
        color: blue;
    }

.aubox2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idateau {
    display: flex;
    font-weight: bold;
    color: black;
    align-items: center;
    width: 183px;
    gap: 10px;
}

    .idateau span {
        display: block;
        color: #49860d;
        margin-top: 0;
        width: 100%;
    }

.reviewstarau {
    color: #575757;
    font-weight: bold;
    font-size: 14px;
}

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

    .reviewstarau .starau {
    }

    .reviewstarau .pointau {
    }
    .relateBlog-item-nopading{
        padding-bottom: 0;
    }
/*Desktop*/
@media (max-width: 991px) {
    #contact_map iframe {
        height: 450px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    #main .category-page-row .rowpro {
        margin-left: -5px;
        margin-right: -5px;
    }

    .category-page-row .rowpro .large-3 {
        padding: 0 5px;
    }

    .rowrecuilt {
    }

    .contact-form .col-inner {
        height: 100%;
    }

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

@media only screen and (max-width: 48em) {
    .page-prohot .page-prohot-owl .owl-nav {
   
    top: 41%;
  
}
.page-prohot .page-prohot-owl .owl-nav .owl-prev {
    background: url(images/arleftpage.svg) center center no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    left: -5px;
}
.page-prohot .page-prohot-owl .owl-nav .owl-next {
    background: url(images/arrightpage.svg) center center no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    right: -5px;
}
    .aubox2:before {
        content: "";
        height: 100%;
        width: 2px;
        position: absolute;
        background: #d88d53;
        left: -8px;
    }

    .single-page {
        padding: 10px;
    }

    .idateau {
        display: flex;
        font-weight: bold;
        color: black;
        align-items: center;
        width: 100%;
        gap: 5px;
        margin-bottom: 5px;
    }

    .reviewstarau .boxrevew {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .aubox2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .dateicon {
        background: url(images/idatetime.svg) left center no-repeat;
        background-size: 30px;
        width: 100%;
        max-width: 30px;
        height: 100%;
        max-height: 30px;
        overflow: hidden;
        display: block;
        min-height: 30px;
    }

    .texxt {
        width: 100%;
        color: #575757;
        font-size: 10px;
    }

    .idateau span {
        display: block;
        color: #49860d;
        margin-top: 0;
        width: 100%;
        font-size: 11px;
    }

    .reviewstarau {
        color: #575757;
        font-weight: bold;
        font-size: 11px;
    }

    .rmp-icon--ratings {
        font-size: 11px;
    }

    .aubox1 {
        width: 100%;
        min-width: 150px;
        max-width: 150px;
    }

    .groupau {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .checkau {
        margin-bottom: 4px;
    }

    .imgau {
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        overflow: hidden;
        border-radius: 10px;
    }

    .checkau span {
        background: url(images/tick.png) 3px center no-repeat #fbedd2;
        background-size: 20px;
        padding: 4px;
        padding-left: 26px;
        display: flex;
        border-radius: 7px;
        align-items: center;
        font-weight: bold;
        color: #e98b3e;
        text-transform: uppercase;
        font-size: 9px;
    }

    .nameau {
        font-weight: bold;
        color: #575757;
        font-size: 11px;
    }

    .woocommerce-tabs .nav, .woocommerce-tabs .tab-panels {
        width: 100%;
        gap: 10px;
    }

    .woocommerce-tabs .small-nav-collapse > li {
        width: auto;
        margin: 0 !important;
    }

    #block-8 {
        display: none;
    }

    .title-product {
        font-size: 24px;
        font-weight: 700;
        margin: 15px 0px 15px;
    }

    .category-page-row .col {
        position: relative;
        margin: 0;
        padding: 0 10px 0px;
        width: 100%;
    }

    .addThis_listSharing .listSharing_action {
        bottom: 81px;
        left: 14px;
        right: 14px;
        max-width: 100%;
    }

    .addThis_iconContact {
        position: fixed;
        bottom: 50px;
        right: 17px;
        margin: 0;
        z-index: 990;
        cursor: pointer;
        top: auto !important;
    }

    .inventory_quantity .thump-break .mb-break {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-blog {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        transition: all ease 0.31s;
        display: block;
        align-items: center;
        border-bottom: 1px dashed #e3e3e3;
    }

        .item-blog .block-thumb {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
        }

        .item-blog .block-content {
            width: 100%;
        }

            .item-blog .block-content h3 a {
                font-size: 18px;
            }

    .line-clamp-3 {
        -webkit-line-clamp: 3;
        height: auto;
    }

    .searchBoxex {
        position: relative;
    }

        .searchBoxex .search-field {
            width: 100%;
            max-width: 100%;
            min-height: 40px;
            border-radius: var(--2, 5px);
            background: var(--s1-p3, #FFF);
            box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
        }

        .searchBoxex .ux-search-submit {
            border-radius: var(--2, 5px);
            background: var(--s1, #49860d);
            /* e1 */
            box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
            width: 44px;
            height: 40px;
            position: absolute;
            right: 0;
            min-height: unset;
        }

    .headingnoipa .row:after {
        display: none;
    }

    .paAaboutst .row:before {
        display: none;
    }

    .paProhot-addtocart a span {
        color: #49860d;
        text-align: center;
        
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .paProhot-gr {
        display: block;
        /* justify-content: space-between; */
        gap: 10px;
        align-items: center;
        margin: 5px 0;
    }

    .paBoxSub {
        border-radius: 28px;
        border: 1px solid #49860d;
        padding: 10px;
    }

    .button.icon.is-small i {
        top: 2px;
    }

    .tabPost .nav .menuTabPost a {
        margin: 0;
        padding: 0;
        
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #706C6C;
        padding: 10px 21px;
        box-shadow: -1px 4px 15px 0px rgb(0 0 0 / 9%);
        border-radius: 10px;
    }

    .tabPost .nav {
        justify-content: center;
        gap: 10px;
    }

    .paBoxSub .page-prohot .page-prohot-owl .owl-nav {
        position: absolute;
        top: -92px;
        width: 55px;
        right: 27px;
    }

        .paBoxSub .page-prohot .page-prohot-owl .owl-nav .owl-prev {
            left: 0;
        }

    .paProhot-addtocart a {
        border-radius: var(--2, 5px);
        border: 1px solid #49860d;
        padding: 5px 10px 5px 24px;
        background: url(images/icartpro.png) 7px 9px no-repeat;
        display: block;
    }

    .paProhot-content {
        padding: 14px 10px;
    }

    .paProhot-thumb {
        height: 175px;
        width: 100%;
    }

    .pasubmenu {
        display: none;
    }

    .proHeading:before {
        display: none;
    }

    .postBusinessHot-thumb {
        height: 240px;
    }

    .postBusinessHot-item {
        margin-bottom: 30px;
    }

    .postBusinessHot .postBusiness:last-child .postBusinessHot-item {
        margin-bottom: 30px;
    }

    .postBusiness-readmore {
        margin-bottom: 30px;
    }

    .headingLinhvuc {
        font-size: 24px;
    }

    .stdoanhnghiep .heading {
        font-size: 24px;
    }

    .tabLinhvuc .home-lv-owl .owl-nav .owl-next {
        right: -12px;
    }

    .tabLinhvuc .home-lv-owl .owl-nav .owl-prev {
        left: -12px;
    }

    .tabLinhvuc .nav {
        justify-content: center;
        gap: 73px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px 15px;
    }

        .tabLinhvuc .nav .menuTabLinhvuc a {
            padding: 17px 10px;
            text-align: center;
            display: block;
            font-size: 15px;
        }



    .tabLinhvuc .nav {
        justify-content: start;
        gap: 73px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px 15px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .tabLinhvuc .nav li {
            flex: 0 0 auto;
            white-space: nowrap;
        }

    .Slogan {
        gap: 12px;
    }

        .Slogan span {
            font-size: 11px;
            padding-right: 12px;
        }

    .rowrecuilt {
        display: grid;
        grid-template-columns: 1fr;
    }

    .date_num {
        flex-wrap: wrap;
    }

    .itemRe {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col, .gallery-item, .columns {
        position: relative;
        margin: 0;
        padding: 0 15px 0px;
        width: 100%;
    }

    .ftMenuList {
        margin-bottom: 20px;
    }


    .category-page-row .dqdt-sidebar {
        top: 0 !important;
        padding: 0 15px;
        position: fixed;
        width: calc(100% - 50px);
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding-top: 10px;
    }

        .category-page-row .dqdt-sidebar.openf {
            visibility: visible;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    .opacity_sidebar {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none;
    }

        .opacity_sidebar.openf {
            display: block;
        }

    #open-filters {
        color: #fff;
        background: #539414;
        position: fixed;
        right: 0;
        top: 35% !important;
        cursor: pointer;
        z-index: 9999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-image: url(images/icon-filter-bg.png);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 43px;
        height: 40px;
        border-radius: 5px 0 0 5px;
        box-shadow: 1px 3px 6px #888888;
    }

        #open-filters.openf {
            right: calc(100% - 50px);
            background-image: url(images/icon-filter-close-bg.png);
        }
}