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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    line-height: 1.4;
    font-size: 16px;
    color: #000;
}

a {
    color: #D32027;
    text-decoration: none;
}

p {
    color: #333;
    margin-bottom: 1rem;
}

ul {
    padding-left: 20px;
}

.text-justify p {
    text-align: justify;
    line-height: 1.4;
}

.word-wrap p {
    word-wrap: break-word;
}

.header-block .col {
    padding: 0 4px 0
}

.header-block .searchform-wrapper {
    margin-top: 5px;
}

.header-block .icon-box .icon-box-text {
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.freeship-all {
    padding: 30px 0 !important;
}

.freeship-all .col {
    padding-bottom: 0;
    position: relative;
}

.freeship-all .col:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-right: 1px solid #fff;
    height: 85%;
    width: 1px;
}

.freeship-all .col:last-child:after {
    display: none;
}

.freeship-all .row {
    width: 1000px;
    max-width: 100%;
}

.freeship-all .col-inner {
    display: flex;
    justify-content: center;
}

.freeship-all .icon-box-text {
    display: flex;
    align-items: center;
}

.freeship-all .icon-box {
    width: auto;
    display: inline-flex;
}

.bg-flash-sale {
    background-image: url("images/flash-sale-bg.png");
    background-size: cover;
}

.bg-flash-sale img {
    width: 50%;
    margin: 30px auto 20px;
    display: block;
    animation: 1.5s ease 0s infinite beat;
}

@keyframes beat {

    0%,
    50%,
    100% {
        transform: scale(1, 1)
    }

    30%,
    80% {
        transform: scale(.92, .95)
    }
}

.simple-products-grid {
    display: grid;
    gap: 20px;
    margin: 20px 0;
}

.simple-products-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.simple-products-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.simple-products-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.simple-product-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

.simple-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e74c3c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.rating-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #f39c12;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.product-info-new {
    padding: 20px 15px;
}

.product-title {
    margin: 15px 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 50px;
}

.product-title a {
    color: #333;
    text-decoration: none;
}

.product-title a:hover {
    color: var(--primary-color);
}

.product-description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    min-height: 72px;
    /* Để các card có chiều cao đồng đều */
}

.buy-now-btn {
    display: block;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    border: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    width: 60%;
}

.buy-now-btn:hover {
    background: #e9ecef;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {

    .simple-products-grid.columns-3,
    .simple-products-grid.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .simple-products-grid {
        grid-template-columns: 1fr;
    }
}

.text-sale p {
    color: #B70F1B;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1rem;
    font-style: italic;
}

.flash-sale-content .badge-container {
    display: none;
}

.flash-sale-content .product-small .product-title a {
    font-size: 15px;
    line-height: normal;
}

.deals-qty {
    order: 3;
    background-color: #E6E6E6;
    color: rgb(255 255 255);
    border-radius: 10px;
    position: relative;
    display: flex;
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.deals-qty span {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 0 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.deals-qty .deals-progress {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #B70F1B;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
}

.deals-qty .fire-icon {
    z-index: 10;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 4px;
    left: 5px;
}

.cau-chuyen-dr {
    padding-bottom: 0 !important;
}

.tai-sao-chon {}

.tai-sao-chon .content-ts .col-inner {
    height: 100%;
}

.content-ts {
    margin-top: 30px;
}

.tai-sao-chon .content-ts p {
    box-shadow: 0px 0px 12px 1px #e9e9e9;
    border-radius: 10px;
    height: 100%;
    padding: 35px 10px 15px;
    text-align: center;
}

.tai-sao-chon .content-ts p strong {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 45px;
}

.btn-view-more {
    font-size: 18px;
    margin-bottom: 0;
}

.btn-view-more i {
    font-size: 28px;
}

.border-doc {
    border-radius: 25px;
    overflow: hidden;
    border: 2.5px solid #D32027;
}

.img-box-cn .icon img {
    padding-top: 0;
    border-radius: 50%;
    border: 1px solid #D32027;
}

.bg-tt b {
    display: none;
}

.bg-tt .section-title-main {
    background-image: url("images/bg-title.png");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: top;
    color: #fff;
    font-size: 23px;
    display: flex;
    align-items: center;
    padding: 8px 65px;
    min-height: 85px;
    text-align: center;
}

.bg-tt .section-title-main p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

body .row .row.content-tt {}

.pd-0 {
    padding-bottom: 0;
}

.content-tt .col-inner {
    padding: 30px;
    font-size: 18px;
    line-height: 1.4;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0px 0px 12px 1px #e9e9e9;
    border-radius: 10px;
}

.content-tt .col:nth-child(1) {}

.content-tt .col:nth-child(2) {}

.content-tt .col-inner p:nth-child(1) {
    text-align: center;
    font-weight: bold;
    color: #B70F1B;
}

.content-tt .col-inner p:nth-child(2) {
    text-align: center;
    font-weight: bold;
    color: #4D4D4D;
}

.content-tt .col-inner p:nth-child(4) {
    margin-bottom: 0;
    margin-top: auto;
}

.content-tt .col-inner ul,
.footer-first ul {
    list-style: none;
    padding-left: 0;
}

.content-tt .col-inner ul li,
.footer-first ul li {
    position: relative;
}

.content-tt .col-inner ul li::before,
.footer-first ul li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -25px;
    color: #B70F1B;
    font-size: 60px;
    line-height: 14px;
    display: inline-block;
}

.giai-phap {
    display: flex;
    flex-wrap: wrap;
}

.giai-phap .img {
    border-radius: 8px;
    overflow: hidden;
}

.giai-phap .col-inner {}

.giai-phap.text-to-left .col:first-child {
    order: 2;
}

.giai-phap strong {
    font-size: 22px;
    text-transform: uppercase;
    display: table;
    color: rgb(183, 15, 27);
    text-align: center;
    margin: 0 auto 10px;
    padding: 6px 15px;
    border-radius: 28px;
    border: 1px solid;
    line-height: normal;
}

.giai-phap ul {
    list-style: none;
    padding-left: 0;
}

.giai-phap ul li {
    position: relative;
}

.giai-phap ul li:before {
    content: "•";
    position: absolute;
    top: 0px;
    left: -25px;
    color: rgb(183, 15, 27);
    font-size: 60px;
    line-height: 14px;
    display: inline-block;
}

.dental-knowledge {
    border: 1px solid #B70F1B;
    border-radius: 8px;
    padding: 10px 14px;
}

.random-products .product-title {
    min-height: auto;
}

.footer-first ul li:before {
    font-size: 35px;
    line-height: 14px;
    left: -20px;
}

.box-center .col-inner {
    text-align: center;
}

.box-center .icon-box {
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    font-weight: bold;
}

.r-doi-ngu .icon-box .icon {
    margin-top: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

.list-doi-ngu {
    width: 1095px;
    max-width: 100%;
    margin: 0 auto;
}

.list-doi-ngu .item-sl {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #4D4D4D;
    border-radius: 35px;
    overflow: hidden;
    background-image: url("images/bg-doi-ngu.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.list-doi-ngu .item-sl figure {
    margin-bottom: 0;
    width: 38%;
}

.card-container {
    flex: 1;
    text-align: left;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 5% 0 5%;
}

.card-container .doctor-position {
    font-size: 50px;
    color: #333333;
}

.card-container .doctor-name {
    color: #B70F1B;
    line-height: 35px;
    font-size: 50px;
}

.card-container .doctor-info {
    color: #4D4D4D;
    font-size: 19px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.card-container .doctor-info span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 20px;
}

.card-container .doctor-info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #4D4D4D;
    bottom: 10px;
}

.card-container .doctor-description {
    font-size: 17px;
    line-height: normal;
    color: #4D4D4D;
    margin-bottom: 30px;
}

h3.post-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.call-now {
    font-size: 18px;
    text-transform: uppercase;
    background-color: #d32027;
    color: #fff;
    border-radius: 99px;
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
}

.call-now:hover {
    color: #fff;
}

.call-now i {
    font-size: 28px;
    margin-right: 10px;
}

.call-now span {
    display: inline-block;
}

.img-box-cn {
    height: 100%;
    border: 1px solid #4D4D4D;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.img-box-cn .box-text {
    flex: 1;
}

.img-box-cn .box-text-inner {
    font-size: 16px;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.img-box-cn .box-text-inner>p {
    margin-bottom: 10px;
}

.img-box-cn .icon-box {
    margin-top: auto;
    align-items: center;
}

.section.cam-nhan .col-inner {
    height: 100%;
}

.section.bao-chi h2 {
    margin-bottom: 0;
}

.absolute-footer.dark {
    color: #fff;
}

.text-cau-chuyen {
    font-size: 18px;
}

#footer a {
    color: #000;
}

#footer a.back-to-top {
    color: #fff;
}

/***************************************************** Old ****************************************************/

.button.icon.circle>span {
    margin: 6px 10px;
}

.footer1 .icon-box .icon-box-text {
    font-size: 15px
}

.product-info {
    padding-top: 0
}

.single-product .product-main .badgezzz-container {
    display: none
}

.product-main .badgezzz-container {
    display: none
}

.blog-archive .page-title {
    text-transform: none;
    letter-spacing: 0;
    font-size: 25px
}

.blog-archive .col.large-12 {
    padding-bottom: 10px
}

.blog-archive .post-item a:hover {
    color: #000
}

.blog-archive .post-item .post-title {
    font-size: 18px;
    margin-bottom: 10px
}

.blog-archive .post-item .box-image {
    border-radius: 6px
}

.blog-archive .post-item .post-title:hover {
    /* text-decoration: underline; */
}

.post-item .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

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

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

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

.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

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

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

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

.blog-single .article-inner {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(117, 117, 117, .3);
    margin-top: -30px;
    padding: 40px 177px 30px
}

html body.single .blog-single .article-inner {
    border-radius: 10px;
    box-shadow: none;
    padding: 0 10px 0;
    margin: 0
}

html body.single .blog-single .article-inner h1 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0;
}

.post-thumb-single {
    margin-bottom: 25px;
}

.post-thumb-single img {
    width: 100%;
}

html body.single .blogBVNB {
    display: none !Important
}

@media screen and (min-width: 850px) {
    html body.single .htgBlog .large-8.col {
        padding: 0 7px
    }
}

.blog-single .rank-math-breadcrumb p {
    margin-bottom: 13px;
    font-size: 14px;
}

.is-divider {
    display: none
}

.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray
}

.entry-content {
    padding-bottom: 0;
    padding-top: 0
}

.rank-math-breadcrumb p {
    margin-bottom: 5px
}

.product-info .thong-tin-them {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 14px;
    color: gray;
    color: #0c673c
}

.product-info .tinh-trang-sp {
    margin-bottom: 10px;
    font-size: 15px
}

.product-info .tinh-trang-sp .bao-hanh {
    margin-left: 50px
}

.tinh-trang-sp .tinh-trang .value {
    font-weight: 700;
    color: #44b20d
}

.tinh-trang-sp .bao-hanh .value {
    font-weight: 700;
    color: #F44336
}

.product-info .note {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #E91E63
}

.product-info .woocommerce-variation-price .box-price {
    margin-top: 10px
}

.variations label {
    font-size: 15px;
    font-weight: 500
}

.product-short-description p {
    margin-bottom: 0
}

form {
    margin-bottom: 0
}

.product-gallery .flickity-slider .col {
    max-width: 20%;
    flex-basis: 20%
}

.related h3 {
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    font-size: 140%;
    margin: 10px 0;
}

.single_add_to_cart_button:hover {
    box-shadow: none;
    background: #ffb51c !important
}

.single_add_to_cart_button {
    font-size: 16px !important;
    background: #D32027 !important;
    color: black !important;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1 !important;
    padding: 0 30px;
    margin-right: 5px;
    margin-bottom: 0;
    color: #fff !important
}

a.devvn_buy_now_style {
    display: block;
    background: #FF5722;
    max-width: 100%;
    margin-top: 10px
}

.variations {
    margin-bottom: 0
}

.variations_form .ux-swatch.selected:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #FFC107;
    border: 6px solid #FFC107;
    border-left: 6px solid #fff;
    position: absolute;
    border-bottom: 6px solid #fff;
    top: 0;
    right: 0
}

.product-info .box-price {
    margin: 15px 0 5px 0;
    display: flex;
    align-items: center
}

.product-short-description {
    margin-bottom: 15px;
    font-size: 15px
}

.single-product .section2 {
    padding: 0
}

.thong-tin-them i {
    color: #D32027
}

.product-info .thong-tin-them .ma-sp,
.product-info .thong-tin-them .luot-xem {
    margin-left: 15px
}

.footer2 ul li a {
    font-size: 15px
}

.header-block {
    margin-right: 10px !important
}

.product-info .box-price .gia-km bdi {
    color: red;
    font-size: 22px
}

.product-info .box-price .gia-km {
    margin-right: 10px
}

.product-info .box-price .gia-thuong bdi {
    text-decoration: line-through;
    color: gray;
    font-weight: 500
}

.product-info .box-price .gia-thuong {
    margin-right: 10px
}

.product-info .box-price .giam-gia {
    background: #FF5722;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px
}

.header-block .large-6 {
    flex-basis: 44%;
    max-width: 44%
}

html body .htg-woocommerce-tabs ul.wc-tabs {
    margin-top: 15px;
    padding-left: 0
}

html body .htg-woocommerce-tabs ul.wc-tabs li {
    border-color: #D32027;
    margin: 0 5px;
    padding: 5px 20px !important;
    background: #D32027;
    border-radius: 0;
    z-index: 9999;
    border-left: #D32027 2px solid;
    border-right: #D32027 2px solid;
    border-top: #D32027 2px solid
}

html body .htg-woocommerce-tabs ul.wc-tabs li.active {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
    margin-bottom: -2px
}

html body .htg-woocommerce-tabs ul.wc-tabs li.active a {
    color: #333
}

html body .htg-woocommerce-tabs ul.wc-tabs li:hover {
    color: #FFF
}

html body .htg-woocommerce-tabs ul.wc-tabs li a {
    color: #FFF;
    padding: 5px 10px;
    border: none;
    background: none !important;
    font-size: 100%;
    margin-bottom: 0;
    z-index: 99999
}

html body .htg-woocommerce-tabs ul.wc-tabs li a:after {
    box-shadow: none !important
}

html body .htg-woocommerce-tabs ul.wc-tabs li:before {
    box-shadow: unset !important;
    display: none
}

html body .htg-woocommerce-tabs ul.wc-tabs li:after {
    box-shadow: unset !important;
    display: none
}

.phan-tram-kmzzz {
    z-index: 0;
    background-color: rgb(199, 49, 48);
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid rgb(199, 49, 48);
    margin-left: 19px;
    position: relative;
    color: rgb(255 255 255);
    font-size: 12px;
    font-weight: 600;
    margin-right: 7px;
    padding: 0 4px
}

.phan-tram-kmzzz:after {
    content: "";
    position: absolute;
    transform-origin: left top;
    transform: rotate(45deg);
    background: rgb(199, 49, 48);
    top: -1px;
    left: 1px;
    height: 13px;
    width: 13px;
    border-radius: 3px;
    z-index: -1
}

.badgezzz-container {
    margin: 7px 0 0 0 !important
}

.badgezzz-container .badgezzz {
    margin-left: 0;
    height: 20px;
    width: 33px
}

.badgezzz-container {
    display: inline-block;
    float: left;
    margin-right: 10px !important;
    position: inherit !important
}

.product-small .box-image {
    border: 1px solid #e5e5e5;
    border-radius: 6px
}

.section2 .cot1 .col {
    padding-bottom: 10px
}

.product-small .product-title a {
    font-size: 14px;
    color: #4D4D4D;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small .product-title {
    margin-bottom: 5px
}

.price-wrapper .price {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.price-wrapper .price del {
    order: 1
}

.price-wrapper .price ins {
    margin-right: 6px
}

.badgezzz-container .badgezzz-inner {
    font-size: 11px;
    background: #F44336;
    border-radius: 3px;
    font-weight: 500;
    color: #fff
}

.header-main .header-button .header-cart-link {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1.5px solid #fff;
    color: #fff
}

.header-main .header-button .header-cart-link i {
    font-size: 18px
}

.TextCaptions .item.is-nav-selected::after {
    display: none
}

.TextCaptions .item.is-nav-selected {
    border: 1px solid #D32027
}

.section1 .flickity-prev-next-button svg {
    background: #0000004f;
    border-radius: 99%
}

.section1 .flickity-page-dots .dot {
    width: 9px;
    height: 9px
}

.header-bottom-nav li {}

.header-bottom-nav.nav>li>a {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

.account-item a,
.cart-item a {
    text-transform: uppercase;
    font-weight: 500;
}

.nav-dropdown>li>a {
    color: #000;
    font-size: 15px
}

.badgezzz-container {
    margin: 10px
}

.widget_shopping_cart_content {
    font-size: 15px
}

.nav-dropdown>li>a:hover {
    color: #fff !important;
}

.searchform-wrapper input {
    height: 45px;
    box-shadow: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 14px;
    border: none;
    border-top: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    box-shadow: none;
    color: #333;
    opacity: 1 !important;
    outline: 0;
}

.ux-search-submit .icon-search {
    background-color: #4d4d4d !important;
    padding: 5px;
    border-radius: 50%;
    margin: 0;
    width: 30px;
    color: #ffffff;
}

.searchform .button.icon {
    width: 55px;
    height: 45px;
    box-shadow: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #000000;
    background: #ffffff;
    border: none;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}

.nav-dropdown>li>a:hover {
    padding-left: 25px
}

.header-block .icon-box {
    align-items: center;
    margin-left: 50px;
}

.header-block .cot2 .icon-box .icon-box-text {
    text-transform: uppercase
}

.header-block .icon-box h3 {
    font-weight: 500;
    font-size: 18px
}

.header-block .large-2 {}

.header-block .cot2 {
    flex-basis: 16%;
    max-width: 16%
}

.section1 .col {
    padding: 0 5px 10px
}

.img {}

.section1 .large-4 img {
    border-radius: 6px
}

.section1 .slider .img {
    margin-bottom: 0 !important
}

.TextCaptions .item {
    font-size: 13px !important;
    color: #4c4c4c !important;
    padding: 0 5px !important
}

.TextCaptions .item.is-nav-selected::after {
    background-color: #FFC107 !important
}

.section1 .slider img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.TextCaptions {
    background: #ffffff !important
}

.product-small .price ins bdi {
    color: #B70F1B;
    font-size: 24px;
    font-weight: bold;
}

.section2 .cot1 .col-inner {
    border-radius: 20px;
    padding: 20px;
    background: #D32027 !important
}

.section2 .cot1 .col-inner .nut-xem-tat-ca {
    background: #01a547
}

.section2 .cot1 .col-inner .col-inner {
    background: none !Important;
    padding: 0;
    border-radius: 0
}

.ux-timer-text {
    background: #fff;
    color: #c60000;
    padding: 5px;
    border-radius: 8px;
    font-size: 17px !important
}

.section2 p {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 15px
}

.nut-xem-tat-ca {
    padding: 7px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0
}

.giuseart_tabs>.nav .tab {
    display: flex;
    margin: 0 15px
}

.archive .term-description {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #c2c2c2;
    padding-top: 20px
}

.term-description img {
    margin: 0 auto;
    display: block
}

.archive .giuseart_tabs>.nav .tab a {
    background: #fff
}

.archive .section3 {
    border-bottom: 1px solid #e9e9e9;
    background: #f7f7f7;
    padding-top: 20px !important
}

.giuseart_tabs .nav {
    margin-bottom: 30px
}

.giuseart_tabs>.nav .tab a {
    background: #ebebeb;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 15px 20px;
    font-size: 15px;
    color: #000
}

.giuseart_tabs>.nav .tab.active a {
    background: #D32027;
    border: none;
    box-shadow: none;
    border-radius: 10px
}

.giuseart_tabs .nav-vertical>li+li {
    border-top: 0
}

.giuseart_tabs>.nav .tab a>img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 99%
}

.giuseart_tabs>.nav .tab a>img:nth-child(2) {
    display: none
}

.giuseart_tabs>.nav .tab.active a>img:nth-child(1) {
    display: none
}

.giuseart_tabs>.nav .tab.active a>img:nth-child(2) {
    display: block
}

.giuseart_tabs>.nav .tab a:before {
    display: none
}

.giuseart_tabs .nav h3 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: center
}

.section3 h2 {
    margin-bottom: 25px
}

.section2 {
    padding-bottom: 0 !important
}

.giuseart_tabs .nav .active h3 {
    color: #000
}

.giuseart_tabs>.tab-panels {
    width: 100%;
    padding: 0
}

.giuseart_tabs .nav.nav-vertical a {
    border-top: 1px solid #d2d2d2;
    text-align: center
}

.giuseart_tabs .nav-vertical {
    margin-bottom: 0
}

.section1 .row-small {
    max-width: 1250px
}

.section2 .flickity-prev-next-button svg {
    background: rgb(255, 255, 255);
    box-shadow: rgb(184, 193, 202) 0 0 10px;
    border-radius: 99%;
    padding: 10px;
    opacity: 1
}

.section2 .flickity-prev-next-button {
    opacity: 1;
    width: 45px
}

.TextCaptions .flickity-prev-next-button {
    display: none
}

.section2 .label-sale-con-lai {
    margin-top: 35px;
    display: block
}

.label-sale-con-lai {
    background: #ff98008a;
    margin-top: 10px;
    padding: 0;
    border-radius: 30px;
    width: 100%;
    display: none
}

.section2 .label-sale-con-lai {
    display: block;
    position: relative
}

.section2 .label-sale-con-lai .loading-bar-fill {
    height: 18px;
    background: darkorange;
    border-radius: 20px
}

.section2 .label-sale-con-lai span {
    position: absolute;
    top: 0;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    padding-left: 10px
}

.product-small .box-text {
    padding-bottom: 15px
}

.woocommerce-result-count,
.woocommerce-ordering select {
    font-size: 14px
}

.breadcrumbs {
    font-weight: 500;
}

.section1 {
    padding-bottom: 5px !important
}

.section3 .product-small .product-title a,
.archive .product-small .product-title a {
    font-size: 16px;
    font-weight: 500
}

.da-ban-text {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    color: #385e71
}

.section2zz .da-ban-text {
    display: none
}

.section3 .flickity-prev-next-button svg {
    background: #fff;
    border-radius: 99px;
    box-shadow: 2px 2px 20px #00000045
}

.list-post .post-item .box-image {
    border-radius: 6px
}

.list-post .post-item .box-text {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-image: linear-gradient(transparent, #000000db);
    padding: 15px
}

.box-blog-post .is-divider {
    display: none
}

.list-post2 .post-item .box-text {
    padding: 0;
    padding-left: 9px
}

.list-post2 .post-item .box-image {
    border-radius: 6px
}

.footer1 .col {
    padding-bottom: 0
}

.footer1 {
    border-top: 1px solid #80808033
}

.footer1 .icon-box h3 {
    margin-bottom: 0;
    font-size: 17px
}

.footer1 .icon-box .icon-box-img svg {
    color: #464646
}

.footer2 ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4px
}

.footer2 h3 {
    font-size: 17px
}

.footer2 .col {
    padding-bottom: 0
}

.footer2 ul {
    margin-bottom: 0
}

.footer2 ul li a:hover {
    text-decoration: underline
}

a.back-to-top {
    background: #D32027 !important;
    border: none !important;
    color: #fff;
}

.absolute-footer {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    color: rgb(0 0 0 / 82%)
}

.list-post2 .post-item .post-title:hover {
    text-decoration: underline
}

.list-post .post-item .post-title:hover {
    color: #D32027
}

.nav-dropdown li.active a {
    /* padding: 10px 20px; */
}

.icon-box-left .has-icon-bg .icon {
    position: absolute;
    width: 100%;
    background: #D32027;
    border-radius: 99%
}

.product-small .product-title a:hover {
    text-decoration: underline
}

.list-post2 .post-item {
    padding-bottom: 18px
}

.xem-tat-ca {
    margin-right: 0;
    background-color: #D32027 !important;
    letter-spacing: 0;
    font-size: 15px;
    color: #3a3a3a !important
}

.section3 .tab-panels .panel {
    text-align: center
}

.nav-dropdown>li>a:hover {}

.nav-pagination>li>a {
    background: #f6f8fa;
    border: none;
    border-radius: 5px
}

.nav-pagination>li>.current {
    border: none;
    background: #D32027;
    border-radius: 4px;
    color: #fff;
}

.btn-tra-gop:hover {
    background: #232323 !important
}

.devvn-popup-title,
.popup-customer-info-group .devvn-order-btn {
    background: #D32027
}

.devvn-popup-quickbuy .nut-mua-tra-gop {
    display: none
}

.form-dien-thoai {
    margin-bottom: 10px;
    background: #f0f0f0;
    padding: 15px 20px 20px;
    border-radius: 6px
}

.form-dien-thoai .des {
    margin-bottom: 5px
}

.form-dien-thoai .des .label {
    font-size: 15px;
    font-weight: 700;
    font-style: italic
}

.form-dien-thoai .des .hotline {
    font-weight: 700;
    font-size: 20px;
    color: #E91E63;
    padding-left: 7px
}

.form-dien-thoai .des2 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #dc0000
}

.form-dien-thoai input {
    margin-bottom: 0;
    box-shadow: none;
    font-size: 14px;
    height: 40px
}

.form-dien-thoai .large-4 input {
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    font-weight: 400;
    height: 40px;
    font-size: 14px
}

.wpcf7-spinner {
    display: none
}

.product-main {
    padding: 20px 0
}

html body .featured-title .page-title-inner .flex-col {
    padding: 0 !important
}

html body .product-main h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 7px
}

html body .product-main .star-rating {
    float: left;
    margin-right: 5px
}

html body .product-main .woocommerce-review-link {
    line-height: 36px;
    font-size: 75%
}

@media(max-width: 1100px) {
    .featured-title .page-title-inner {
        padding-bottom: 10px
    }

    .product-main {
        padding: 10px 0
    }

    html body .product-main h1 {
        font-size: 22px;
        line-height: 1.1
    }

    .product-info .thong-tin-them .ma-sp,
    .product-info .thong-tin-them .luot-xem {
        margin-left: 10px
    }
}

.form-dien-thoai .col {
    padding-bottom: 0
}

.dac-diem-noi-bat {
    margin-top: 20px;
    border: 1px solid #d0d0d0;
    padding: 20px;
    border-radius: 5px
}

.woocommerce-tabs .tabs {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
    padding: 0;
    margin-top: 0 !important;
    display: none;
}

.product-footer .woocommerce-tabs {
    border-top: 0;
    padding: 0;
    margin-top: 15px
}

.woocommerce-tabs li a {
    font-size: 1.25em;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0
}

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

.blog-single .entry-title {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-top: 20px
}

#toc_container.toc_light_blue {
    padding: 15px;
    background: #e9f9ff;
    border: none;
    border-radius: 8px
}

#toc_container a {
    color: #2bc1ef;
    font-size: 16px
}

#toc_container p.toc_title {
    text-align: left;
    font-size: 17px;
    margin-bottom: 5px
}

.thong-tin-meta {
    font-size: 14px;
    color: #979797
}

.thong-tin-meta .tac-gia,
.thong-tin-meta .luot-xem {
    margin-right: 15px
}

.blog-single .large-12 {
    padding-bottom: 0
}

.blog-single .section2 {
    padding-top: 0 !important
}

.bai-viet-lien-quan {
    margin-top: 15px
}

.bai-viet-lien-quan h3 {
    font-size: 1.25em;
    color: #000
}

.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

form.checkout h3 {
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    padding-top: 10px;
    text-transform: none
}

h1.entry-title.mb {
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 0
}

.page-template-default .entry-header {
    text-align: center
}

.row-gioi-thieu {
    margin: 0 auto !important
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper .select2-selection,
.woocommerce-additional-fields__field-wrapper textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px
}

.blog-archive .bai-viet-lien-quan,
.blog-archive .section2 {
    display: none;
}

.blog-archive {
    padding-bottom: 0
}

.bai-viet-lien-quan ul li {
    margin-bottom: 20px;
    list-style: none;
    width: 25%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px
}

.bai-viet-lien-quan h4:hover {
    text-decoration: underline
}

.bai-viet-lien-quan ul li .box-image img {
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center
}

.bai-viet-lien-quan h4 {
    font-size: 16px;
    color: #000;
    line-height: 19px;
    padding-top: 7px;
    height: 46px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 4px
}

.product-info .price {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
    max-width: 100%
}

.product-info .price span.amount {
    color: red;
    font-weight: 700;
    font-size: 20px
}

.single-product .product-info .price span.amount {
    font-size: 32px;
}

.single-product .price del bdi {
    font-size: 20px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 1.2;
    margin-left: 8px;
}

.product-summary del .woocommerce-Price-currencySymbol {}

.product-small .price bdi {
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    margin-left: 5px
}

.bai-viet-lien-quan {
    margin-top: 20px
}

.ux-swatch--label {
    padding: 0 13px
}

.entry-author {
    border: 1px solid #d5d5d5;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px
}

.author-name {
    padding-top: 0
}

.entry-author .author-name a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 19px;
    font-weight: 500;
    color: #000
}

.author-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px
}

.entry-author .xem-them {
    color: #2196F3;
    font-size: 15px
}

html body #popupsale100k .col {
    padding: 0;
    margin: 0
}

html body #popupsale100k .row {
    padding: 0;
    margin: 0
}

.archive-page-header {
    background-image: url("images/flash-sale-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    margin-bottom: 40px
}

html body #content {
    padding: 0;
}

html body.single #content {
    padding-top: 20px;
}

body.page-template-default #content {
    padding-top: 30px;
    padding-bottom: 30px;
}

html body #content .entry-content.single-page {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

html body .featured-title .page-title-inner.container {
    padding: 0;
    justify-content: center;
}

html body .featured-title .page-title-inner.container h1 {
    font-size: 120%;
}

.rank-math-breadcrumb {
    font-size: 14px;
}

.rank-math-breadcrumb a {
    color: #D32027;
}

.archive-page-header {
    padding: 25px 0 20px 0;
    margin-bottom: 30px;
}

html body .blog-archive .post-item .post-title {
    font-size: 17px;
    margin-bottom: 10px;
    color: #b70f1b;
    font-weight: 700;
    line-height: 1.3
}

.blog-archive .rank-math-breadcrumb a {
    color: #eeda1f
}

.blog-archive .gioi-thieu-chung {
    font-size: 15px;
    margin-bottom: 25px !important
}

.blog-archive .page-title {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    /* margin-bottom: 0; */
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-right {
    width: 100% !important;
}

.archive .page-numbers {
    margin-bottom: 30px;
}

.nav>li.reviews_tab {
    display: none;
}

.woocommerce-Tabs-panel {
    display: block !important;
}

.woocommerce-Reviews,
.tab-panels .woocommerce-Tabs-panel--description.entry-content {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.ivole-meter {
    background-color: #eeeeee;
    height: 6px;
    box-shadow: unset;
}

.ivole-meter .ivole-meter-bar {
    background-color: #ffab20;
    box-shadow: none;
}

#reviews .cr-summaryBox-wrap {
    border-radius: 10px;
    padding: 20px 10px;
}

#ivole-histogramTable tr.ivole-histogramRow td {
    font-weight: bold;
}

#ivole-histogramTable tr.ivole-histogramRow a {
    color: #d32027;
}

.tab-panels .panel:not(.active) {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.archive .post-item .col-inner {
    height: 100%;
}

.btn-buy-now {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.btn-buy-now:hover,
.btn-buy-now:focus {
    text-decoration: none;
    background: #f59000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
    background: -moz-linear-gradient(top, #fd6e1d, #f59000);
    background: -ms-linear-gradient(top, #fd6e1d, #f59000);
    background: -o-linear-gradient(top, #fd6e1d, #f59000);
    color: #fff;
}

.btn-buy-now span {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-transform: none;
    font-weight: normal;
}

.khuyen-mai-htg {
    margin-bottom: 2px;
    margin-top: 30px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #ef0b0b;
    font-size: 15px;
    width: 100%;
    box-shadow: 0 0 3px #ef0b0b;
}

.khuyen-mai-htg .tieu-de {
    background: #e31616;
    padding: 5px 20px;
    margin-top: -24px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    max-width: 180px;
    border-radius: 99px;
}

.khuyen-mai-htg .tieu-de i {
    margin-right: 3px;
    font-size: 13px;
}

.khuyen-mai-htg ul {
    margin-bottom: 0;
    vertical-align: middle;
    list-style: none;
    padding: 10px 0 0px 0;
}

.khuyen-mai-htg ul li {
    position: relative;
    margin: 0;
    margin-left: 22px;
    padding-top: 2px;
    margin-bottom: 6px;
}

.khuyen-mai-htg ul li:before {
    content: "";
    background: url('images/fire.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    position: absolute;
    left: -24px;
    top: 0;
}

body .mfp-inline-holder .mfp-content,
.off-canvas-right .mfp-content {
    width: 320px;
}

.comments-area {
    margin-bottom: 30px;
}

body .isures-sdc--wrap {
    padding: 5px 0;
}

.free-ship {
    margin: 10px 0 15px;
}

.free-ship img {
    width: 30px;
}

.row-info {
    font-size: 14px;
    color: silver
}

.row-info span {
    margin-right: 25px
}

.row-info .fa {
    margin-right: 4px
}

.blog-archivez {
    padding-top: 0
}

html body .bai-viet-lien-quan h3 {
    font-size: 100%;
    color: #000;
    line-height: 1.2;
    margin: 5px auto;
    width: 95%;
    height: 40px;
    overflow: hidden;
    font-weight: 500
}

.category .image-cover {
    padding-top: 63% !important;
}

.slide-bao-chi.owl-carousel .owl-nav button.owl-prev {}

.slide-bao-chi.owl-carousel .owl-nav button {
    background: #D32027;
    color: #fff;
    width: 30px;
    min-height: unset;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
}

.slide-bao-chi.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.slide-bao-chi.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}

.category-page-row {
    padding-top: 15px;
}

h1.page-title {
    margin-bottom: 20px;
}

.tax-product_cat h1.page-title {
    text-align: center;
    color: #B70F1B;
}

.breadcrumbs a {
    color: #D32027;
}

.breadcrumbs .divider,
.breadcrumbs .separator {
    opacity: 1;
}

.nav-dropdown-has-border .nav-dropdown {
    padding: 10px;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #D32027;
    margin-bottom: 10px;
}

.dental-post-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.post-thumbnail {
    width: 95px;
}

.post-content {
    flex: 1;
    margin-left: 10px;
}

.post-title a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.title-post-related {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.col-post-2 {
    display: flex;
    flex-wrap: wrap;
}

.item-post {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
    display: block;
}

.item-post figure {
    width: 100%;
    padding-bottom: 66%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

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

.description {}

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

.description .title a {
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 11px;
}

.description .excerpt p {
    margin-bottom: 0;
}

a.view-more-post {}

.detail-bac-si {
    background: rgba(239, 237, 239, 1);
    border-radius: 20px;
    margin-top: 24px;
    display: flex;
    padding: 25px 20px;
}

.detail-bac-si figure {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #D32027;
    overflow: hidden;
    margin-right: 20px;
}

.detail-bac-si figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.detail-bac-si .des {
    flex: 1;
}

.detail-bac-si .des .name {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.detail-bac-si .des .short-des {
    font-size: 0.875rem;
}

.detail-bac-si .des .short-des ul {
    list-style: square;
    padding-left: 0.5em;
    list-style-position: inside;
}

.detail-bac-si .des .short-des ul li {
    margin-bottom: .5em;
}

.detail-bac-si .des .action {
    display: flex;
    gap: 10px;
}

.random-products {
    position: sticky;
    top: 200px;
    z-index: 999;
}

/* Tạo container flex cho form */
.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* 3 trường Name, Email, Phone trên cùng 1 hàng */
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-phone {
    flex: 1;
    min-width: 200px;
    margin: 0 !important;
    order: 1;
}

/* Comment field ở hàng thứ 2 */
.comment-form p.comment-form-comment {
    flex: 100%;
    width: 100% !important;
    margin: 0 !important;
    order: 2;
}

/* Cookies consent luôn ở dưới cùng */
.comment-form p.comment-form-cookies-consent {
    flex: 100%;
    width: 100% !important;
    margin: 0 !important;
    order: 3;
}

/* Submit button cuối cùng */
.comment-form p.form-submit {
    flex: 100%;
    width: 100% !important;
    margin: 0 !important;
    order: 4;
}

.error404 .buy-now-btn {
    margin-top: 30px;
}

.error404 .item-post {
    width: calc(25% - 20px);
}

.error404 .error-404-image {
    width: 50%;
    margin: 0 auto;
}

.error404 .page-title,
.error404 .page-content {
    text-align: center;
}

.info-bs {
    background: #fdfdfd;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 6px 3px #ebebeb;
}

.info-bs .top-info {
    display: flex;
    flex-wrap: wrap;
}

.info-bs .top-info figure {
    width: 40%;
    margin-right: 20px;
}

.info-bs .top-info .name-bs {
    flex: 1;
    display: flex;
    align-items: center;
}

.info-bs .top-info .name-bs h1 {
    margin-bottom: 0;
    color: var(--primary-color);
}

.info-bs .top-info .name-bs h1 strong {}

.bot-info {}

.heading-doctor {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-info {}

.box-info .info {}

.single-doi_ngu .item-post {
    width: calc(25% - 20px);
}

/* Responsive - trên mobile mỗi trường 1 hàng */
@media (max-width: 768px) {

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email,
    .comment-form p.comment-form-phone {
        flex: 100%;
        min-width: auto;
    }
}

@media only screen and (max-width: 1170px) {
    .bg-tt .section-title-main {
        background-size: cover;
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 790px) {
    .off-canvas-left .mfp-content {
        width: 300px
    }

    .off-canvas .nav-vertical>li>a {
        padding-bottom: 13px;
        padding-top: 13px;
        text-transform: none;
        font-size: 19px;
        letter-spacing: 0;
        color: #000;
        text-transform: uppercase;
        font-weight: 400
    }

    .nav:not(.nav-slide) .active>.children {
        padding-bottom: 10px
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #000
    }

    .TextCaptions {
        position: inherit
    }

    .ux-timer-text {
        font-size: 16px !important
    }

    .section2 .cot1 .col-inner .col-inner {
        text-align: center
    }

    .section2 .cot1 .col-inner {
        padding: 10px
    }

    .product-small .price ins bdi {
        font-size: 15px
    }

    .section2 .row2 .col {
        padding-bottom: 0
    }

    .giuseart_tabs>.nav .tab a {
        border-radius: 0;
        min-height: 101px;
        padding: 5px
    }

    .giuseart_tabs>.nav .tab {
        flex-direction: column;
        flex-basis: 20%;
        max-width: 20%;
        display: flex;
        margin: 0
    }

    .giuseart_tabs>.nav .tab a>img {
        width: 55px;
        height: 55px
    }

    .giuseart_tabs .nav h3 {
        font-size: 12px;
        text-align: center;
        line-height: 13px;
        font-weight: 400
    }

    .giuseart_tabs>.nav .tab.active a {
        border-radius: 0
    }

    .section3 h2 {
        margin-bottom: 10px
    }

    .section3 .product-small .product-title a,
    .archive .product-small .product-title a {
        font-size: 14px
    }

    .section4 h2 {
        margin-bottom: 0
    }

    .list-post .post-item .post-title {
        font-size: 18px
    }

    .list-post .post-item {
        padding-bottom: 0
    }

    .list-post2 .post-item .box {
        display: flex
    }

    .list-post2 .post-item .box .box-image {
        width: 55% !important
    }

    .footer1 .col {
        padding-bottom: 20px
    }

    .footer2 .col:first-child {
        flex-basis: 100%;
        max-width: 100%
    }

    .giuseart_tabs .nav {
        margin-bottom: 10px
    }

    .archive .product-small.col {
        padding: 0 5px 10px
    }

    .single-product .badgezzz-container {
        display: none
    }

    .product-main {
        padding: 15px 0
    }

    .product-info {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .single_add_to_cart_button {
        padding: 3px;
        width: 100%;
        margin-bottom: 10px
    }

    .btn-tra-gop {
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px
    }

    .form-dien-thoai {
        padding: 10px
    }

    .form-dien-thoai .col {
        padding-bottom: 10px
    }

    .archive h1.shop-page-title {
        font-size: 25px
    }

    .giuseart_tabs .row .col {
        padding: 0 5px 10px
    }

    .product-footer .woocommerce-tabs {
        margin-top: 0
    }

    .blog-archive .post-item .box {
        display: flex
    }

    .blog-archive .post-item .box .box-image {
        width: 55% !important
    }

    .blog-archive .post-item .box-text {
        padding-top: 0;
        padding-left: 7px
    }

    .blog-archive .from_the_blog_excerpt {
        display: none
    }

    .blog-archive .post-item .post-title {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500
    }

    .blog-single .article-inner {
        border-radius: 0;
        box-shadow: none;
        margin-top: -20px;
        padding: 0
    }

    .blog-single .entry-title {
        color: #222;
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
        margin-top: 0
    }

    .bai-viet-lien-quan ul li {
        width: 50%
    }

    .bai-viet-lien-quan ul li .box-image img {
        height: 140px
    }

    .thong-tin-meta {
        font-size: 12px
    }

    .row-info span {
        display: block;
        line-height: 29px;
        margin-right: 0
    }

    .blog-archive .gioi-thieu-chung .anh-dai-dien {
        text-align: center
    }

    .gioi-thieu-chung h3 {
        font-size: 17px
    }

    .entry-author .mr {
        max-width: 50px;
        margin-right: 10px
    }

    .author-desc {
        -webkit-line-clamp: 5;
        font-size: 13px
    }

    .entry-author .xem-them {
        font-size: 13px
    }

    .thong-tin-tac-gia .large-10 {
        padding-left: 25px;
        padding-right: 25px
    }

    html body {
        max-width: 100% !important;
        overflow-x: hidden !important
    }

    html body {
        max-width: 100% !important;
        overflow-x: hidden !important
    }

    html body .wp-block-image {
        max-width: 100% !important;
        overflow-x: hidden !important
    }

    html body .wp-block-image .aligncenter {
        max-width: 100% !important;
        overflow-x: hidden !important
    }

    html body .wp-block-image figure {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important
    }
}

.woocommerce-product-gallery {
    display: grid;
    gap: 10px
}

.nf-form-cont {
    border: 1px solid #dedede;
    padding: 30px;
    border-radius: 10px;
    width: 520px;
    max-width: 100%;
    margin: 0 auto 30px;
    background: #d32027;
    color: #fff;
}

.nf-form-cont label {
    color: #fff;
}

.nf-form-title {
    font-size: 24px;
    text-align: center;
}

.nf-form-title h3 {
    color: #fff;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #fff !important;
}

.single .nf-form-content input.ninja-forms-field {
    height: 40px;
    border-radius: 6px;
}

.single .nf-form-content input[type=submit] {
    height: auto;
    text-transform: none;
    width: 100%;
    padding: 6px;
    background: #fff;
    color: #d32027;
}

@media only screen and (max-width: 35.999em) {
    .woocommerce-product-gallery {
        gap: 6px
    }
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 17%;
    gap: 1rem;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain
}

@media screen and (max-width: 47.999em) {
    .woocommerce-product-gallery .flex-control-thumbs {
        grid-auto-columns: 12.5%;
        gap: 6px
    }
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 100% !important;
    display: grid
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    inline-size: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    opacity: 1
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 5px solid #D32027
}

@media screen and (max-width: 47.999em) {
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
        border: 2px solid #f2f2f2
    }
}

.woocommerce-product-gallery .flex-control-nav {
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px
}

.woocommerce-product-gallery .flex-control-nav>* {
    scroll-snap-align: start
}

html body .devvn-popup-title {
    background: #D32027;
    background: -moz-linear-gradient(top, #D32027 0%, #01a14f 100%);
    background: -webkit-linear-gradient(top, #D32027 0%, #01a14f 100%);
    background: linear-gradient(to bottom, #D32027 0%, #01a14f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D32027', endColorstr='#01a14f', GradientType=0);
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative
}

html body .popup-customer-info-group .devvn-order-btn {
    background: #D32027
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    background: #aa2231;
    padding: 0 20px !important;
    border-radius: 0;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    border: none
}

.wpcf7 form.sent .wpcf7-response-output {
    background: green
}

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

.wpcf7-form .wpcf7-not-valid {
    border: #aa2231 1px solid !important
}

html body .wpcf7,
html body .wpcf7-form {
    margin: 0
}

.header-main .nav.mobile-nav>li>a {
    color: #D32027 !important
}

html body .htgBlog {
    margin: 10px auto
}

html body .htgBlog .post {
    margin-bottom: 7px
}

html body .htgBlog .entry-header-text-top {
    margin-bottom: 0;
    padding-bottom: 0
}

html body .htgBlog .entry-image img {
    border-radius: 10px;
    margin-bottom: 15px
}

html body .htgBlog .more-link.button {
    background: #D32027;
    border: none;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    color: #eee;
    opacity: .7
}

html body .htgBlog .more-link.button:hover {
    color: #fff;
    opacity: 1
}

@media(min-width: 1000px) {
    html body .htgBlog {
        max-width: 1055px !important;
        padding-top: 0 !important;
        margin-top: 0 !important
    }
}

html body .htgBlog .dkformBlog {
    width: 100%;
    margin: 5px auto 20px auto;
    display: inline-block
}

html body .htgBlog .dkformBlog .form-flat {
    width: 100%;
    display: inline-block
}

html body .htgBlog .dkformBlog .form-flat span.wpcf7-form-control-wrap {
    float: left;
    width: 65%;
    margin-left: 3%
}

html body .htgBlog .dkformBlog form {
    background: #b8ffd0;
    padding: 30px 10px 20px 10px;
    border-radius: 20px
}

html body .htgBlog .dkformBlog input[type="email"] {
    background: #fff
}

html body .htgBlog .dkformBlog input[type="submit"] {
    background: #D32027;
    float: left;
    width: 20%;
    margin-left: 3%
}

html body .blogBVNB {
    margin-top: 10px
}

html body .blog-archive .blogBVNB .post-item .post-title {
    font-size: 120%;
    min-height: 45px
}

.section-title,
.widget-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%
}

html body .section-title-center span:after,
.widget-title:after {}

.widget-title:after {
    background-position-x: left
}

html body .ttLienHe .detail-contact-info i {
    background: #D32027;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff
}

html body form .contact-bottom .col {
    padding-bottom: 10px
}

html body form .contact-bottom input[type=text] {
    position: relative;
    padding-left: 48px
}

html body form .contact-bottom span[data-name=ho-ten]:before,
html body form .contact-bottom span[data-name=dienthoai]:before,
html body form .contact-bottom span[data-name=name-ct]:before,
html body form .contact-bottom span[data-name=phone-ct]:before {
    font-family: fl-icons;
    position: absolute;
    height: 39px;
    width: 39px;
    color: #fff;
    left: 0;
    background: #D32027;
    z-index: 9;
    text-align: center;
    line-height: 39px;
    border-radius: 0 7px 7px 0
}

html body form .contact-bottom span[data-name=dienthoai]:before,
html body form .contact-bottom span[data-name=phone-ct]:before {
    content: "\e600"
}

html body form .contact-bottom span[data-name=ho-ten]:before,
html body form .contact-bottom span[data-name=name-ct]:before {
    content: "\e901"
}

html body form .contact-bottom textarea:before {
    content: "\e900"
}

html body form .contact-bottom input[type=submit] {
    border-radius: 7px
}

html body .htgkhoa {
    margin-top: -30px;
    margin-bottom: 20px;
    width: auto;
    background: rgb(1, 197, 97);
    color: #FFF;
    padding: 5px 20px;
    border-radius: 10px;
    display: table;
    font-weight: 700;
    letter-spacing: .5px
}

.chatfix {
    position: fixed;
    left: 77px;
    z-index: 9999;
    display: block;
    bottom: 10px
}

.chatfix a {
    background: #b70f1b;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 8px
}

.chatfix a img {
    height: 31px
}

.zalochat {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 137px
}

.hotlinefix {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 9999
}

.hotlinefix a {
    display: block;
    background: #b70f1b;
    padding: 15px 15px 15px 20px;
    position: relative;
    border-radius: 32px;
    transition: all .3s linear;
    color: #fff;
    font-size: 19px;
    width: 50px;
    height: 50px
}

.hotlinefix span.round {
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: #b70f1b;
}

.hotlinefix a img {
    height: 23px;
    width: auto;
    display: block;
    margin: 8px auto;
    vertical-align: middle
}

.sub-banner_item__text__title {
    color: #ffcc48;
    font-family: SVN-Gilroy Bold, Verdana, Roboto, Tahoma, sans-serif;
    font-size: 15.5px;
    font-weight: 500
}

.sub-banner,
.sub-banner_item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 95%
}

html body .padding0 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 7px;
    padding-top: 5px
}

html body .padding0 {
    padding: 0 !important
}

html body .single_add_to_cart_button {
    font-size: 13px !important
}

.icon-product {
    background-position: -154px 0px !important
}

.icon-member {
    background-position: -103px 0px !important
}

.icon-shipper {
    background-position: 0 0 !important
}

.icon-refund {
    background-position: -52px 0px !important
}

.icon-combo {
    background-position: -204px 0px !important
}

html body .iconhot h2 {
    position: relative
}


html body .iconhot2 h2 {
    position: relative
}

html body .iconmn h2 {
    position: relative
}

html body .iconLavima h2 {
    position: relative
}


html body .badge-circle,
html body .badge-outline {
    margin: 0;
    height: auto
}

html body .badge-inner.secondary.on-sale {
    background: #0000 radial-gradient(circle, #fb7a01, #fea914) repeat scroll 0 0 !important;
    border-radius: 0 10px 10px 0;
    padding: 0 15px 0 10px;
    margin: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px
}

html body .badge-inner.secondary.on-sale .onsale {
    font-size: 110%
}

html body .infobottomsp {
    background: #0c673c;
    color: #FFF;
    overflow: hidden
}

html body .infobottomsp .col {
    padding: 0;
    font-size: 80%;
    height: 36px;
    line-height: 35px;
    text-align: center
}

html body .infobottomsp .da-ban-text {
    color: #FFF;
    margin: 0;
    padding: 0
}

.product-info .thong-tin-them {
    font-weight: 700
}

.product-info .thong-tin-them span {
    font-size: 90%;
    font-weight: 400;
    color: gray
}

.cart_totals .product-name {
    border: 0;
}

.secondary,
.checkout-button,
.button.checkout,
.button.alt {
    background-color: #d32027;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #d32027;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}


@media only screen and (max-width: 450px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .w-sp-100 {
        width: 100% !important;
    }

    .freeship-all {
        padding: 15px 0 !important;
    }

    .freeship-all .icon-box-img {
        max-width: 40px !important;
        margin-right: 10px;
    }

    .freeship-all .col:nth-child(2) .icon-box-img {
        max-width: 30px !important;
    }

    .freeship-all .col:nth-child(3) .icon-box-img {
        max-width: 20px !important;
    }

    .freeship-all .col:after {
        display: none;
    }

    .freeship-all .icon-box-left .icon-box-img+.icon-box-text {
        margin-top: 5px;
        padding-left: 0;
        font-size: 9px;
    }

    .freeship-all .col {
        padding: 0 5px 5px;
    }

    .freeship-all .icon-box-left .icon-box-img+.icon-box-text br {
        display: none;
    }

    .bg-tt .section-title-main {
        background: none;
        padding: 0;
        font-size: 18px;
        margin: 0 auto;
    }

    .bg-tt .section-title-main p {
        color: rgb(183, 15, 27);
    }

    body .row .row.content-tt {
        width: 100%;
    }

    .content-tt .col:nth-child(1),
    .content-tt .col:nth-child(2) {
        flex-basis: 100%;
        margin: 0 auto 20px;
        padding: 0;
    }

    .content-tt .col-inner {
        padding: 15px;
    }

    .icon-box-text h2 {
        font-size: 1.5rem;
        margin-top: 0 !important;
    }

    .list-doi-ngu .item-sl figure {
        width: 100%;
    }

    .card-container {
        padding-bottom: 30px;
    }

    .card-container .doctor-position {
        margin-top: 10px;
    }

    .card-container .doctor-name,
    .card-container .doctor-position {
        font-size: 2rem;
    }

    .footer-first .img.logo-footer {
        width: 30% !important;
        margin: 0 auto;
    }

    .title-ve-drkam .icon-box-text {
        margin-bottom: 15px;
    }

    .title-ve-drkam h2 {
        margin-top: 16px;
    }

    .blog-archive .post-item .box .box-image {
        width: 100% !important;
    }

    .simple-products-grid.columns-3,
    .simple-products-grid.columns-4 {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: -30px;
    }

    .product-title {
        margin-top: 0;
    }

    .r-doi-ngu .icon-box .icon {
        margin-top: 0;
    }

    .col-inner .row .col:last-child {
        padding-bottom: 0;
    }

    .giai-phap strong {
        font-size: 18px;
        padding: 10px 15px;
    }

    .giai-phap.text-to-left .col:first-child {
        order: 0;
    }

    .tai-sao-chon .content-ts p strong {
        font-size: 32px;
    }

    .item-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .single .entry-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Table có từ 3 cột trở lên */
    table:has(tr > *:nth-child(3)) {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}