:root {
    --primary-color2: #29780D;
    --border-color: #29780D
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

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

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


/**header**/
input#woocommerce-product-search-field-0 {
    background: none !important;
    width: 187px !important;
    height: 35px !important;
    float: left !important;
    padding-left: 10px !important;
    outline: none !important;
    line-height: 22px !important;
    border: 1px solid #ddd !important;
    box-shadow: unset !important;
    border-radius: 10px !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 35px;
    position: absolute;
    top: 0px;
    right: 2px;
    box-shadow: unset !important;
    padding: 0px !important;
    min-height: 27px !important;
    background: transparent !important;
    color: #111 !important;
    border: 0px !important;
    height: 35px !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    align-items: end;
}

div#masthead li.html.custom.html_topbar_right {
    width: 100%;
    margin: 0px !important;
}

div#masthead .box-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 10px 0 0 0 !important;
}

.boxH1b1 {
    line-height: 27px;
    padding: 5px 0;
    font-size: 13px;
    margin-right: 8px;
}

.boxH1b1 a {
    display: inline-block;
    padding: 0px 11px;
    color: #111;
    border-radius: 2px;
    background: var(--primary-color);
}

.boxH1b1 a:not(:last-child) {
    margin-right: 8px;
}

.boxH1b1 a:hover {
    background: var(--primary-color2);
    color: #fff;
}

.boxH1a a {
    background: #1667e1;
    border-color: #1667e1;
    color: #fff;
    border-radius: 2px;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-family: osfonb;
}

.boxH1a a:nth-child(2) {
    background: #b00000;
    border-color: #b00000;
}

.boxH1a a:nth-child(3) {
    background: #7c4a3a;
}

.boxH1a a:not(:last-child) {
    margin-right: 8px;
}


.social-icons.follow-icons a {
    color: #111;
    font-size: 15px !important;
}

.social-icons.follow-icons a:not(:last-child) {
    margin-right: 10px !important;
}

/**menu**/
div#wide-nav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


div#mega-menu-wrap-primary ul li a {
    color: #111 !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
}

div#mega-menu-wrap-primary ul li.mega-menu-red a, div#mega-menu-wrap-primary ul li a:hover {
    color: #ff0000 !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.1) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #333 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-primary ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-width: 1110px !important;
    left: 0px !important;
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 1110px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #111 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #6f6f6f !important;
    text-transform: unset !important;
    font-size: 13px !important;
    text-align: left !important;
    font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro" !important;
    color: #6f6f6f !important;
    font-size: 10px;
    margin-top: 4px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

/**footer**/
footer#footer {
    background: #ebebeb;
    padding: 20px 0 20px 0;
    color: #111;
    font-size: 13px;
}

footer#footer h1.company-name {
    color: #111;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0px;
}

footer#footer .bct {
    width: 100%;
    margin: 15px 0 0 0;
}

footer#footer .bct img {
    max-width: 150px;
}

footer#footer .footer-top p, footer#footer a {
    margin: 0 0 5px 0 !important;
}

.footer-dk {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #262626;
    position: relative;
    font-weight: normal;
    padding: 10px 0px;
}

footer#footer .footer-dk p, footer#footer .footer-dk a {
    margin: 0;
}

footer#footer .footer-title > h3 {
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

footer#footer .footer-mr:not(:last-child) {
    margin-bottom: 15px !important;
}

footer#footer .footer-logo img {
    width: 180px;
}

/**gt**/
.button_for_blue {
    border-color: #E4E6E8 !important;
    background: #eef1f6 !important;
    padding: 5px 30px;
    color: #111 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

div#About {
    color: #111111;
    font-size: 16px;
    line-height: 25px;
}

div#About h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px !important;
}

div#About h2 {
    line-height: 40px;
    font-size: 25px;
    font-weight: 700;
}

div#About label {
    margin: 0 0 10px 0;
}

div#About p {
    font-size: 15px;
    margin: 0 0 10px 0;
}

div#About ul li, div#About ol li {
    margin: 0 0 10px 0 !important;
}

div#About ul, div#About ol {
    margin-left: 15px !important;
}

.radius .box-image {
    border-radius: 20px 0px 20px 0px;
}

.radius .box-image img {
    border-radius: 20px 0px 20px 0px;
}

.banner-gt {
    position: relative;
}

.banner-gt:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #b8e866;
    position: absolute;
    display: block;
    right: 20px;
    bottom: 20px;
}

.banner-gt img {
    border: 1px solid #ccc;
}

.font-size-20 {
    font-size: 20px;
}

.color-red {
    color: red;
}

.font-bold {
    font-weight: bold;
}

/**title**/
.box_mid-title {
    text-align: center;
    overflow: hidden;
}

.mid_title_l {
    text-transform: uppercase;
    padding: 35px 50px 7px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #000;
    display: inline-block;
    width: auto !important;
}

.mid_title_r {
    background: url(../images/bg-hr-1.png) no-repeat center;
    height: 18px;
    border: 0;
}

.mid_title_l:before {
    right: 100%;
    background: url(../images/bg-name.png);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 41px;
    width: 1000%;
}

.mid_title_l:after {
    left: 100%;
    background: url(../images/bg-name.png);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 41px;
    width: 1000%;
}

/**post related**/
.slide-post .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

/**slide**/
.owl-dots {
    display: none !important;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.owl-dots button {
    width: 10px !important;
    height: 10px !important;
    background: #B0B0B0 !important;
    min-height: 10px !important;
    border-radius: 50px !important;
    margin: 0px 5px !important;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}


.owl-nav button {
    position: absolute;
    margin: 0px !important;
    background: #fff !important;
    width: 30px !important;
    min-height: 30px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    font-size: 18px !important;
    height: 30px !important;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

button.owl-next {
    right: -55px;
}

button.owl-prev {
    left: -55px;
}

.owl-nav button img {
    width: 25px !important;
    height: 25px !important;
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**product item**/
.slide-product .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -10px;
    padding: 10px;
    width: calc(100% + 20px);
}

.product-item {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    object-fit: contain;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}

.product-item .product-content h4 {
    margin: 0px !important;
}

.product-item .product-content h4 a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    -webkit-box-orient: vertical;
}

.product-item .product-content h4 a:hover {
    color: #ff0000;
}

.product-item .product-content .product-desc {
    margin: 10px 0;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-item .product-information {
    background: rgb(248, 248, 248);
    padding: 5px;
    height: 70px;
    overflow: hidden;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .product-content .product-information p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

.product-item .product-content .product-information p:not(:last-child) {
    margin: 0 0 4px 0;
}

.product-item .product-content .product-price {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.product-item .product-content .product-price ins span, .product-item .product-content .product-price b {
    color: #ff3333 !important;
    font-size: 17px;
}

.product-item .product-content .product-price del {
    font-size: 14px;
    margin-left: 5px;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset !important;
    border-color: #f2f2f2;
}

.product-item .product-readmore a {
    width: 100%;
    background: var(--primary-color);
    display: block;
    text-align: center;
    padding: 4px;
    color: #111 !important;
    margin: 10px 0 0 0;
    font-size: 14px;
}

/**post item **/
.post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-item.video .post-thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.41);
    z-index: 2;
}

.post-item .post-thumbnail .play-video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.category .post-thumbnail {
    height: 200px;
    border: solid 1px #DDDDDD
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.post-item .post-detail {
    margin: 10px 0 0 0;
}

.post-item .post-detail a {
    border: solid 1px #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 9px;
    color: #111;
}

.post-item .post-content h4 {
    margin: 0px;
}

.post-item .post-content h4 a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-desc {
    margin: 10px 0 0 0;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**boxAdvM**/
.gt-item {
    border: 1px solid #ccc;
    width: 100%;
    height: 300px
}

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

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

.boxAdvM .bg-fill {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bkns-item .box-image div {
    height: 60px !important;
}

.bkns-item .box-image div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.bkns-item .box-text.text-center {
    margin: 15px 0 0 0;
}

.bkns-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
}

.bkns-item p {
    text-align: justify;
    font-size: 14px;
    color: #333;
}

.chanel-item h4 img {
    width: 30px;
    margin-right: 10px;
}

.chanel-item h4 {
    font-size: 15px;
    font-weight: 600;
}

.chanel-item .box-text.text-left {
    margin-top: 10px;
}

.chanel-item h4:hover {
    color: var(--primary-color)
}

.review-item {
    border: 1px solid #ccc;
    width: 100%;
    height: 220px;
    background: #ececec;
}

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

/**Category**/
.breadcrumbs .separator {
    font-family: "Font Awesome 6 Pro" !important;
}

section.breadcrumbs {
    padding: 7px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 15px;
}

section.breadcrumbs p a, section.breadcrumbs p span {
    font-weight: normal;
    color: #000;
}

section.breadcrumbs p {
    margin: 0px !important;
}

.category-entry {
    width: 100%;
    margin: 15px 0;
}

.home-title2 h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 65px 15px 125px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: url(../images/bg-h2_2.png) no-repeat center;
    color: #fff;
}

/**post list**/
.post-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    transition: 0.3s ease-in-out;
}

.col-category {
    padding-bottom: 15px !important;
}

.post-list .post-thumbnail {
    width: 280px;
    height: 220px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.post-list .post-thumbnail img {
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.post-list .post-content {
    width: calc(100% - 280px);
    padding-left: 15px;
}

.post-list .post-content h4 {
    margin: 0px;
}

.post-list .post-content h4 a {
    font-size: 15px;
    font-weight: bold;
    height: auto;
    margin-bottom: 5px;
    display: block;
}

.post-list .post-content h4 a:hover {
    color: var(--primary-color) !important;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content .post-desc {
    margin: 10px 0 0 0;
    font-size: 14px;
    overflow: hidden;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.post-list .post-content .post-date {
    font-size: 13px;
    color: #bbb;
    margin: 10px 0 0 0;
}

.post-list .post-content .post-readmore {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: right;
}

.post-list .post-content .post-readmore a {
    color: #333;
    font-size: 13px;
}

.post-list .post-content .post-readmore a i {
    color: var(--primary-color);
}

.post-list .post-content .post-readmore a:hover {
    color: var(--primary-color)
}

/**sidebar**/
h3.title.titH3 {
    background: var(--primary-color);
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
    text-align: left;
    padding-left: 11px;
    text-transform: unset;
    font-weight: normal !important;
    display: block;
    margin: 0px;
}

#rptMenuHome_m2b_2_lv3_0 {
    margin: 0px !important;
}

ul#rptMenuHome_m2b_2_lv3_0 li {
    display: flex;
    font-size: 14px;
    margin-bottom: 0 !important;
    line-height: 24px;
    padding: 5px 10px !important;
    list-style: none;
    position: relative;
}

ul#rptMenuHome_m2b_2_lv3_0 li a {
    color: #333;
    font-size: 14px;
}

ul#rptMenuHome_m2b_2_lv3_0 li:before {
    padding-right: 6px;
    position: absolute;
    right: 0px;
    top: 6px;
}

ul#rptMenuHome_m2b_2_lv3_0 li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

ul#rptMenuHome_m2b_2_lv3_0 li a:hover, ul#rptMenuHome_m2b_2_lv3_0 li.activated a {
    color: var(--primary-color)
}

/**single**/

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px 0 !important;
}

.entry-content ul, .entry-content ol {
    margin-left: 15px !important;
}

.entry-content a {
    color: var(--primary-color)
}

.tags span {
    font-weight: bold;
    color: #de0000;
    background: url(../images/bg-tags.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
}

.tags {
    width: 100%;
    margin: 15px 0 0 0;
    display: inline-block;
}

.tags a {
    color: var(--primary-color);
    font-size: 14px;
}

.tags .dot-tag:last-child {
    display: none !important;
}

.comments h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #e3f2f6;
    height: 30px;
    line-height: 30px;
    border-top: 3px solid #87bec9;
    border-bottom: 1px solid #87bec9;
    padding: 0 5px;
    margin: 0px;
}

#comments .comment-respond {
    padding: 10px;
    margin: 0px !important;
    background: #f0f0f0;
}

#comments .comment-respond h3 {
    display: none !important;
}

textarea#comment, .comment-form iput {
    box-shadow: unset !important;
}

.post-related {
    color: #000;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed #999;
    margin-bottom: 15px;
}

article.box-post-related {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.postold li {
    padding: 5px 0;
    font-size: 13px;
}

.postold li:before {
    content: "";
    height: 5px;
    width: 5px;
    background: #1052a1;
    margin: 6px 8px 0px 0;
    float: left;
}

.postold a {
    color: #111;
    font-weight: 600;
}

.postold li span {
    padding-left: 10px;
    color: #bbb;
    font-size: 13px;
}

.postold a:hover {
    text-decoration: underline;
}

/**product cat**/
.shop-page-title.category-page-title.page-title {
    display: none !important;
}


.col-product .product-item {
    height: 100%;
    box-shadow: unset !important;
    border: 1px solid #f2f2f2 !important;
}

.woocommerce.widget_product_categories {
    position: relative;
    margin-bottom: 17px;
    z-index: 10;
    border: 1px solid #E1E1E1;
}

span.widget-title.shop-sidebar {
    background: var(--primary-color);
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
    text-align: left;
    padding-left: 11px;
    text-transform: unset;
    font-weight: normal !important;
    display: block;
}

.is-divider.small {
    display: none !important;
}


ul.product-categories > li {
    position: relative;
    padding: 0 10px !important;
}

ul.product-categories > li:before {
    padding-right: 6px;
    position: absolute;
    left: 0px;
    top: 3px;
}

ul.product-categories > li + li, ul.product-categories > li + li {
    border-top: 1px solid #E1E1E1 !important;
}

ul.product-categories > li a {
    color: #333;
    font-size: 14px;
}


ul.product-categories > li {
    padding-left: 30px;
}

ul.product-categories > li ul, ul.product-categories > li ul {
    border-left: 0px !important;
}

ul.product-categories .current-cat > a {
    color: var(--primary-color)
}

/**single product**/
.row-divided > .col + .col:not(.large-12) {
    border: 0px !important;
}

.woocommerce-product-gallery__image.slide.first.is-selected {
    border: 1px solid #ccc !important;
}

.product-info {
    padding-top: 0px !important;
}

h1.product-title.product_title.entry-title {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    margin: 0px !important;
}

.product-info .price-wrapper {
    margin: 15px 0;
}

.product-info .price-wrapper p.price.product-page-price {
    font-size: 18px;
}

.product-short-description {
    font-size: 15px;
    color: #333;
}

.product-short-description p, .product-short-description ul li, .product-short-description ol li {
    margin: 0 0 10px 0 !important;
}

.product-short-description ul, .product-short-description ol {
    margin-left: 25px !important;
}

.product-info .price-wrapper ins span {
    color: #ff3333 !important;
}

form.cart {
    margin: 15px 0 0 0;
}

.product-info .product-information {

}

.product-info .product-information p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

.product-info .product-information p:not(:last-child) {
    margin: 0 0 4px 0;
}

form.cart {
    margin: 10px 0 0px 0;
}

.page-title.shop-page-title.product-page-title {
    display: none !important;
}


/**footer top**/
section#footer-main {
    width: 100%;
    display: inline-block;
    background: #6F6D6D;
    padding: 20px 0;
}

section#footer-main .footer-title > h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    margin: 0 0 10px 0 !important;
}

section#footer-main .footer-menu ul li {
    padding-left: 10px;
    position: relative;
    border: 0px !important;
    margin-bottom: 0px !important;
}

section#footer-main .footer-menu ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 12px
}

section#footer-main .footer-menu ul li a {
    color: #000;
    font-size: 13px;
    padding: 0px !important;
}

section#footer-main .footer-menu ul li a:hover {
    color: var(--primary-color)
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.form-register-dl h3 {
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
}

.form-register-dl label {
    color: #fff !important;
    font-size: 15px;
}

.input_contact {
    border: 1px solid #ccc !important;
    box-shadow: unset !IMPORTANT;
    height: 34px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
}

.input_contact:focus {
    border-color: var(--border-color) !important;
}

.textarea_contact {
    min-height: 128px;
}

.textarea_contact, .textarea_contact2 {
    border: 1px solid #ccc !important;
    box-shadow: unset !IMPORTANT;
    font-size: 14px;
    border-radius: 6px !important;
}

.btn_contact {
    border-radius: 6px !important;
    border: 1px solid var(--border-color) !important;
    font-weight: normal !important;
    font-size: 14px !important;
    background: var(--primary-color2) !important;
    width: 100%;
}

.form-tv {
    border-radius: 6px !important;
}

.form-tv .form-banner {
    width: 100%;
    display: inline-block;
    padding: 15px;

}

.form-tv .form-banner p {
    text-align: center;
    font-size: 14px;
}

.form-tv .form-banner img {
    width: 100%;
    margin: 0 0 15px 0;
}

.form-tv .form-tv-body {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}

.form-tv .form-tv-footer p {
    font-size: 14px;
}

.form-tv .form-tv-footer {
    padding: 15px;
}

.textarea_contact2 {
    height: 60px !important;
    min-height: 60px !important;
}

.form-tv .btn_contact {
    border-radius: 6px !important;
    margin: 0 auto;
    width: 200px;
    display: block;
}

.form-tv label {
    font-weight: 700;
}

.form-tv label b {
    color: #ff0000;
}

.form-tv span.wpcf7-form-control.wpcf7-radio.radio-button {
    display: flex;
    flex-flow: wrap;
}

.form-tv span.wpcf7-form-control.wpcf7-radio.radio-button > span {
    width: 50%;
    margin: 0px !important;
    font-weight: normal !important;
}

.form-tv span.wpcf7-list-item-label {
    font-weight: normal;
}

.btn.btn-primary.btn-Advi {
    margin: 15px 0 0 0;
}

.btn.btn-primary.btn-Advi a {
    color: #fff;
    background-color: var(--border-color);
    border-color: var(--border-color);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div#FormAdvisory img#anh-sp {
    width: 200px;
}

.woocommerce-billing-fields__field-wrapper input {
    width: 100%;
    box-shadow: unset !important;
    height: 40px !important;
}

textarea#order_comments {
    width: 100%;
    box-shadow: unset !important;
}

.widget_media_image img {
    width: 100%;
}

.box-category {
    position: relative;
    margin-bottom: 17px;
    z-index: 10;
    border: 1px solid #E1E1E1;
}

#header-single h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #111;
}

#header-single .post-meta i {
    color: #ff3333;
}

#header-single .post-meta {
    font-style: italic;
    color: #888888;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

article.entry-content {
    padding-top: 15px !important;
}

.product-main .row.content-row.row-divided.row-large {
    padding: 0px 25px !important;
}

.product-main div#product-sidebar {
    padding: 0px 5px 10px 5px !important;
}

.product-main .col.large-9 {
    padding: 0px 5px 10px 5px !important;
}

.header-right-hot {
    display: flex;
    align-items: center;
}

.header_user ul {
    display: flex;
}

.header_user {
    margin-left: 10px;
}

.header_user ul li {
    list-style: none;
    margin-left: 10px;
}

.header_user ul li a {
    border-radius: 2px;
    background: var(--primary-color);
    padding: 5px 15px;
    color: #fff;
}

.shopcart a i {
    color: #111;
    font-size: 20px;
}

.shopcart {
    margin-left: 8px;
    position: relative;
}

.shopcart label.cart-label {
    position: absolute;
    top: 0px;
    right: -5px;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.contact_info p {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.contact_info h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.form-contact h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    color: #dd3333;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}

.form-contact label {
    margin: 0px;
    font-weight: normal;
}

.input__contact, .textarea__contact {
    box-shadow: unset !important;
}

.btn__contact {
    background: #dd3333 !important;
    box-shadow: unset !important;
    margin: 0px !important;
}

/**video**/
.video-item {
    width: 100%;
    height: 220px;
    position: relative;
}

.video-item .video-thumbnail {
    width: 100%;
    height: 100%;
}

.video-item .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-item .video-content h4 {
    margin: 0px !important;
    line-height: 20px;
}

.video-item .video-content {
    background: rgba(1, 1, 1, 0.7);
    color: #fff;
    bottom: 0;
    position: absolute;
    padding: 10px;
    width: 100%;
    z-index: 1;
    bottom: 0px;
}

.video-item .video-content h4 a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.video-item .play-video {
    width: 53px;
    height: 53px;
    position: absolute;
    background: url(../images/play.png) no-repeat;
    cursor: pointer;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    transform: scale(1);
    transition: all .5s;
}

.ui-datepicker-title {
    display: flex;
    align-items: center;
    width: calc(100% - 80px) !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    align-items: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 1.8em;
    transform: translateY(-50%);
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    box-shadow: unset !important;
    height: 30px !important;
    font-size: 15px;
}

.wpcf7-not-valid-tip {
    margin: 0px !important;
    background: transparent !important;
    font-size: 13px;
    padding: 10px 0 0 0 !important;
    margin: -15px 0 10px 0 !important;
    display: block;
    float: right;
    opacity: 1 !important;
}

.form-group {
    width: 100%;
    display: inline-block;
}

.wpcf7-not-valid-tip:after {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #b20000 !IMPORTANT;
}

a.button.primary.lowercase {
    background: #bb1c1b !important;
    font-weight: normal;
    font-size: 15px;
    border-radius: 4px !important;
}

button.single_add_to_cart_button.button.alt {
    color: #111 !important;
    background: transparent !important;
    border: 2px solid var(--primary-color) !important;
    font-weight: normal !important;
}

button.single_add_to_cart_button.button.alt:hover {
    background: var(--primary-color) !important;
    color: #111 !important;
}

button.button.buy_now_button {
    color: #111 !important;
    font-weight: normal !important;
    border: 2px solid var(--primary-color) !important;
    margin-left: 10px !important;
}

form.cart .quantity.buttons_added {
    display: block;
}

.cat-title {
    color: #ff0000 !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
}

.screen-reader-response {
    display: none !important;
}

.product-info .product-information {
    background: rgb(248, 248, 248);
    padding: 10px;
}

.product-info .price-wrapper {
    margin: 25px 0;
}

.product-info .price-wrapper ins span, .product-info .price-wrapper ins b {
    color: #ff3333 !important;
    font-size: 28px;
}

form.cart {
    margin: 20px 0 0 0;
}