/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.51.1710565283
Updated: 2024-03-16 05:01:23

*/
.thongtin, h3.title00 {
    text-align: left;
}

.entry-content.single-content table, .entry-content.single-content td, .entry-content.single-content th {
    border: 1px solid;
}

.entry-content.single-content td {
    padding: 5px;
}

.entry-content.single-content table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce span.onsale {
    padding: 0.5em !important;
}

.left-contact {
    position: fixed;
    left: auto;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    right: 15px;
    z-index: 30;
}


.right-item.zalo-item span {
    display: none;
}

.left-contact .contact-item {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
}

.contact-item svg {
    width: 30px;
    height: 30px;
}

.contact-item svg path {
    fill: white;
}

.contact-item a {
    background: red;
    padding: 10px;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.contact-item.sale-item a {
    background: #389b02;
}

.contact-item.tech-item a {
    background: #ffae00;
}

.contact-item:hover > a {
    transform: scale(1.15);
}

.sale-hotline-item a {
    position: relative;
}

.sale-hotline-item a:before, .sale-hotline-item a:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.sale-hotline-item a:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(237, 29, 36, .6);
    z-index: -1;
    -webkit-animation-name: zoomout;
    animation-name: zoomout;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.left-contact .contact-item span {
    font-size: 10px;
    text-transform: uppercase;
}

.contact-item.sale-hotline-item {
    margin-top: 10px;
}

.sale-hotline-item a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(237, 29, 36, .6);
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.right-contact span {
    color: rgb(242, 143, 81);
    font-weight: 700;
}

.contact-item.sale-item span {
    color: #389b02;
    font-weight: 700;
}

.contact-item.tech-item span {
    color: #ffae00;
    font-weight: 700;
}

.contact-item.sale-hotline-item span {
    color: red;
    font-weight: 700;
    font-size: 16px;
}

@keyframes lac {
    0%, 100%, 50% {
        transform: rotate(0)
    }

    10%, 30% {
        transform: rotate(-25deg)
    }

    20%, 40% {
        transform: rotate(25deg)
    }
}

@-webkit-keyframes lac {
    0%, 100%, 50% {
        -webkit-transform: rotate(0)
    }

    10%, 30% {
        -webkit-transform: rotate(-25deg)
    }

    20%, 40% {
        -webkit-transform: rotate(25deg)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    100% {
        transform: scale(2.2);
        opacity: .1
    }
}

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

    100% {
        -webkit-transform: scale(2.2);
        opacity: .1
    }
}

@keyframes zoomout {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: .3
    }
}

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

    100% {
        -webkit-transform: scale(1.1);
        opacity: .3
    }
}

.sale-hotline-item svg {
    -webkit-animation-name: lac;
    animation-name: lac;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* right contact */
.right-item.zalo-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.right-contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 30;
}

.right-contact a {
    max-width: 70px;
    display: flex;
}

.right-item.zalo-item a {
    animation-name: pulse;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.post-thumbnail-inner img {
    border-radius: 12px;
}

ul#primary-menu > li > a, form.woocommerce-product-search input[type="search"] {
    border-radius: 7px;
}

.giatri-box .elementor-widget-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âu chÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°nh kÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºc tam giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¸ ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢y */
    border-top: 50px solid #fff; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢i mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â u tam giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c theo nhu cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§u */
    z-index: 0; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o tam giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c hiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€ Ã¢â‚¬â„¢n thÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a sau nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢i dung */
}

.giatri-box .elementor-widget-container {
    position: relative;
}

.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 10px !important;
}

.woocommerce div.product form.cart .button {
    background: #f4822d;
}

.woocommerce div.product div.summary p {
    margin: 0.5em 0;
}

.wc-block-components-product-metadata {
    display: none;
}

span.woocommerce-Price-amount.amount {
    color: #FF3200;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0 0 5px 0 !important;
}

.single-content p {
    margin: 0 0 5px 0;
}

.entry-content.single-content {
    margin-top: 0;
}

.single-content ul, .single-content ol {
    margin-bottom: 15px;
}

/* social share */
.cs-social-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
    margin: 15px 0 0;
}

.cs-social-share .fa-brands {
    display: inline-block;
    width: 34px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    padding: 4px 10px 0;
    margin: 5px 0;
}

.cs-social-share .fa-brands:hover {
    opacity: .7;
}

.cs-social-share .fa-facebook-f {
    color: #fff;
    background-color: #3b5998;
}

.share-icon svg path {
    fill: white;
}

.share-icon svg {
    height: 100%;
    max-height: 14px;
}

.share-icon {
    justify-content: flex-end;
    text-align: right;
    flex-basis: 50%;
}

.title-share {
    flex-basis: 50%;
}

.cs-social-share .fa-twitter {
    color: #fff;
    background-color: #55acee;
}

.cs-social-share .fa-linkedin-in {
    color: #fff;
    background-color: #007bb5;
}

.cs-social-share .fa-pinterest-p {
    color: #fff;
    background-color: #cb2027;
}

.cs-social-share .fa-tumblr {
    color: #fff;
    background-color: #2c4762;
}

.cs-social-share .fa-reddit-alien {
    color: #fff;
    background-color: #ff5700;
}

@media screen and (max-width: 540px) {
    .cs-social-share {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* end social share */
/* css related post list */
.related-box-1 {
    display: block;
    margin: 15px 0;
    padding: 20px;
    background: #f0f0f1;
    border-radius: 5px;
}

h2.related-post-title {
    margin-bottom: 10px;
}

ul.related-post-list li a {
    color: #00adef;
    text-decoration: none;
}

ul.related-post-list {
    margin-bottom: 0;
}

li.related-post-item {
    margin-bottom: 5px;
}

li.related-post-item:hover a {
    color: #f4822d;
}

/* end related post list */

/* css custom related post */
.related-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-box.flex2c {
    flex-basis: 49%;
}

.related-box.flex3c {
    flex-basis: 32%;
    width: 32%;
}

.post-image .feature {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.post-image .feature::before {
    display: block;
    padding-top: 52.25%;
    content: "";
}

.post-image .feature .image {
    position: absolute;
    bottom: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
}

.post-text h3 {
    margin-bottom: 10px !important;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.post-text p, .post-text h3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    margin: 0;
}

.post-text {
    padding: 15px 0
}

.post-text a.post-more-link {
    display: inline-flex;
    max-width: 135px;
    font-size: 12px;
    text-decoration: none !important;
    position: relative;
    outline: none;
    color: #fff;
    background-color: #f4822d;
    cursor: pointer;
    border: 0 solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    padding: 10px 20px;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}

.post-text a.post-more-link svg {
    max-width: 14px;
}

.post-text a.post-more-link svg path {
    fill: white
}

.post-text a.post-more-link span {
    line-height: 1;
}

@media screen and (max-width: 540px) {
    .related-post {
        flex-direction: column;
    }

    .related-box.flex3c, .related-box.flex2c {
        flex-basis: 100%;
        width: 100%;
    }
}

/* end custom related post */

/* css recentpost sidebar */
ul.recent-post-by-cat .feature {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    flex-basis: 120px;
}

ul.recent-post-by-cat .feature::before {
    display: block;
    padding-top: 71%;
    content: "";
}

ul.recent-post-by-cat .feature .image {
    position: absolute;
    bottom: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
}

ul.recent-post-by-cat a {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: row;
}

ul.recent-post-by-cat h3 {
    display: -webkit-box;
    margin-left: 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-basis: calc(100% - 120px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
}

ul.recent-post-by-cat {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.sidebar-inner-wrap section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
}

ul.recent-post-by-cat li:last-child a {
    margin-bottom: 0;
}

h2.widget-title {
    margin-bottom: 20px !important;
    font-size: 18px !important;
}

.has-sticky-sidebar-widget .primary-sidebar .widget:last-child {
    overflow-y: hidden;
}

/* end css recent post sidebar */
/* css woo category */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0 0 20px 0 #eee;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    border-bottom: 3px solid #ff8500;
    max-width: 332px
}

.grid-cols {
    column-gap: 20px;
    row-gap: 20px
}

.product-action-wrap {
    display: none
}

.product-details.content-bg.entry-content-wrap {
    padding: 10px !important
}

h2.woocommerce-loop-product__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    font-size: 16px;
    font-weight: 400
}

select.orderby {
    border: 1px solid #ececec !important;
    padding: 10px 20px !important;
    border-radius: 10px !important
}

.mejs-container {
    margin-bottom: 15px
}

div#tab-description h2, div#tab-description h3 {
    margin-bottom: 10px
}

h2.woocommerce-Reviews-title {
    display: none
}

/* css support sp */
.support-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0;
}

.support-box a {
    padding: 10px 15px;
    display: block;
    margin: 5px;
    text-align: center;
    color: white;
    font-weight: 700;
    border-radius: 30px;
}

a.call-sale {
    background: #f4822d;
}

a.call-tech {
    background: #00adef;
}

a.call-hotline {
    background: #e10000;
}

section.related.products {
    margin-bottom: 30px;
}

/*.woocommerce ul.products li.product a.woocommerce-loop-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
    padding-top: 52.25%;
}*/
.post-type-archive-du_an div#archive-container .entry .post-thumbnail {
    padding-bottom: 52.25%;
}

.single_get_product_related ul.product_lists li {
    list-style: none;
    margin-left: unset;
    margin-bottom: 20px;
}

.single_get_product_related ul.product_lists {
    margin: unset;
}

.single_get_product_related ul.product_lists li:last-child {
    margin-bottom: unset;
}

.single_get_product_related ul.product_lists li a {
    display: flex;
    align-items: center;
}

.single_get_product_related ul.product_lists li .text > :nth-child(1) {
    padding-left: 10px;
    display: -webkit-box;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
}

.single_get_product_related ul.product_lists li a .image {
    flex-basis: 115px;
    max-width: 115px;
}

.image-cover {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding-top: 100%;
}

.single_get_product_related ul.product_lists li a .image-cover img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-position: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single_get_product_related ul.product_lists li a .text {
    max-width: calc(100% - 115px);
    flex-basis: calc(100% - 115px);
}

.single_get_product_related ul.product_lists li a .image .image-cover {
    padding-top: 71%;
}

body.single-du_an aside#secondary .sidebar-inner-wrap .widget:nth-child(2),
body.single-post aside#secondary .sidebar-inner-wrap .widget:nth-child(2) {
    display: none;
}

body.single-du_an aside#secondary .sidebar-inner-wrap .widget:nth-child(1),
body.single-post aside#secondary .sidebar-inner-wrap .widget:nth-child(1) {
    display: block !important;
}

body:not(.single-du_an, single-post) aside#secondary .sidebar-inner-wrap .widget:nth-child(1) {
    display: none;
}

.single_post_before_footer section.related.products > :nth-child(1) {
    margin-bottom: 10px;
}

.post-type-archive-product .prod_cat_name {
    margin-bottom: 10px;
}

.post-type-archive-product.woocommerce-shop ul.products {
    margin-bottom: 30px;
}

.post-type-archive-product.woocommerce-shop .kadence-shop-top-row {
    display: none;
}

.prod_view_more.post-text {
    padding-top: unset;
}

.prod_view_more.post-text .post-more-link {
    margin-top: unset;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

div#show_form_dang_ky {
    display: none;
}

div#show_form_dang_ky.active {
    display: block;
}

div#show_form_dang_ky .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

div#show_form_dang_ky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000082;
    z-index: 9999999;
}

div#show_form_dang_ky button.close {
    background-color: transparent;
    padding: unset;
    position: absolute;
    right: 5px;
    left: auto;
    width: 35px;
    height: 35px;
    top: 5px;
}

.input_groups .wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin: unset;
    transform: translateX(-50%);
}

.input_groups .input_field:last-child p {
    margin-bottom: unset !important;
}

div#show_form_dang_ky button.close svg {
    fill: #fff;
}

div#show_form_dang_ky .content {
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.input_groups .input_field textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
    position: unset !important;
}

@media screen and (max-width: 540px) {
    .support-box a {
        flex-basis: calc(50% - 10px);
    }

    a.call-hotline {
        flex-basis: 100%;
    }

    .woocommerce div.product .woocommerce-tabs {
        border: none !important;
        padding: 0 !important;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 0 !important;
    }

    .woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
        margin: 0 !important;
    }
}

