.boxAbHome .box-image img {
    max-width: 60px;
    margin: 0px auto;
    display: table;
}

.boxAbHome .box-text {
    padding: 10px 0px 0px;
}

.titboxAbHome h2,
.titboxAbHome h3,
.titboxAbHome h4,
.titboxAbHome h5 {
    text-transform: capitalize;
}

.titboxAbHome .text p {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; /* Đảm bảo line-clamp hoạt động */
}

.secAboutHome .section-bg {
    left: inherit;
    right: 0px;
}

.secAboutHome .section-bg img {
    width: auto;
    height: auto;
    max-width: 340px;
    left: inherit;
    right: 0px;
}

.imgsecAbHome img {
    background-color: rgb(255, 255, 255);
    border-radius: 58px;
    padding: 20px;
    border: 1px solid rgb(233, 232, 242);
}

.titBigSecAb h2,
.titBigSecAb h3,
.titBigSecAb h4 {
    position: relative;
    margin-bottom: 8px;
}

.afterchvduc h2::after,
.afterchvduc h3::after,
.afterchvduc h4::after {
    content: "Chỉnh Hình Việt Đức";
    position: absolute;
    font-size: 70px;
    color: rgb(247 247 247);
    width: 100%;
    text-align: center;
    left: 0px;
    z-index: -1;
    top: -45px;
    font-weight: bold;
    letter-spacing: 3px;
    display: none;
}

.iconBoxTitle {
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 55px;
    border: 1px solid rgb(204, 204, 204);
}

.iconBoxTitle .text h3 {
    margin-bottom: 0px;
}

.iconBoxTitle .text a {
    color: rgb(4, 79, 43);
}

.product-small > .col-inner {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
}

/*.product-small .box-image {
    height: 355px;
    background-color: rgb(225, 241, 231);
}*/

.product-small .box-image img {
    width: 100%;
    object-fit: contain;
    object-position: center top;
}

.product-small .box-text {
    background-color: rgb(245, 245, 245);
    padding-top: 0px;
    position: relative;
    min-height: 95px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-small .product-title {
    text-align: center;
}

.product-small .product-title a {
    text-transform: uppercase;
    text-align: center;
    color: rgb(4, 79, 43);
    font-size: 18px;
}

.boxproduct .flickity-button {
    top: 52%;
}

.sliderunAround .flickity-page-dots {
    display: none;
}

.sliderunAround .flickity-button svg,
.slider .flickity-button svg,
.slideMobile .flickity-button svg{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50px;
    padding: 7px !important;
}

.sliderunAround:hover .flickity-button,
.slideMobile:hover .flickity-button{
    opacity: 1;
}

.BigNumText strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.BigNumText strong em {
    font-style: normal;
    font-size: 95px;
    line-height: 95px;
    margin-right: 10px;
    font-weight: 800;
}

.rowStories {
    background-color: rgb(251, 251, 251);
    border-radius: 30px;
    padding: 15px 5px 0px;
    border: 1px solid rgb(204, 204, 204);
}

.slideFocus .flickity-page-dots .dot {
    border-color: rgb(4, 79, 43);
}

.textCounter {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 29px;
    padding: 7px 5px 0px 10px;
    margin-bottom: 12px;
}

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

.textCounter:last-child {
    margin-bottom: 0px;
}

.col2colCf7 {
    display: flex;
    align-items: flex-start;
}

.itemcolCf7 {
    width: 49%;
    margin-right: 2%;
}

.itemcolCf7:nth-child(2n+2) {
    margin-right: 0px;
}

.imgBoxCf7 {
    right: -80px;
    border-radius: 20px;
    overflow: hidden;
}

.colFormCf7Home > .col-inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#footer {
    margin-top: 100px;
}

#footer .absolute-footer {
    display: none;
}

#footer::before,
#footer::after {
    content: "";
    position: absolute;
    top: -85px;
    width: 5000px;
    height: 85px;
    animation: 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0s infinite normal none running wave;
    transform: translateZ(0px);
    z-index: 1;
    background-color: rgb(4, 79, 43);
    mask: url("../img/wave-pattern_copy.webp") center center repeat-x;
}

#footer::after {
    bottom: 0px;
    animation: 30s linear 0s infinite reverse none running wave;
    opacity: 0.5;
}

.imgmxahoi img {
    max-height: 145px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
}

.addBoxFooter a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.menuCopyRight {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-flow: row;
    gap: 15px;
}

.menuCopyRight .ux-menu-link__link {
    min-height: inherit;
    line-height: inherit;
    padding: 5px 0px 3px;
}

.textsecCpRi p {
    margin-bottom: 0px;
}

.titboxFooter .section-title {
    border-bottom: 1px solid rgba(207, 207, 207, 0.37);
}

.titboxFooter .section-title-normal span {
    border-bottom: 2px solid rgb(1, 67, 35);
    margin-bottom: -2px;
}

.box .box-image .shade {
    opacity: 0.6;
}

.box.box-overflow .box-image,
.box.box-shade .box-image {
    border-radius: 20px;
}

.box.box-overflow .box-text,
.box.box-shade .box-text {
    padding: 5px 5px 8px 15px;
}

.box.box-overflow .box-text h2,
.box.box-overflow .box-text h3,
.box.box-overflow .box-text h4,
.box.box-overflow .box-text h5,
.box.box-shade .box-text h2,
.box.box-shade .box-text h3,
.box.box-shade .box-text h4,
.box.box-shade .box-text h5 {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.btncatpropage {
    font-size: 30px;
}

.section-title-container {
    margin-bottom: 0px;
}

.section-title-container .section-title-bold {
    margin: 0px;
}

.section-title-bold .section-title-main {
    border-color: rgb(4, 79, 43);
}

.section-title-bold b {
    background-color: rgb(4, 79, 43);
    opacity: 1;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
    height: 40px;
    box-shadow: none;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid rgb(227, 227, 227);
}

textarea {
    box-shadow: none;
    border-radius: 10px;
}

.wpcf7-form .wpcf7-submit {
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 7px;
    background-color: #cfa907;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    height: 38px;
    min-height: 38px;
    line-height: 37px;
}

.from_the_blog_excerpt {
    font-size: 16px;
    line-height: 22px;
}

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

.post-item .post-meta {
    font-size: 14px;
}

.post-item .post-title {
    margin: 0px;
}

.slider-style-focus .img img {
    border-radius: 20px;
}

.slider-style-focus .flickity-slider > .img {
    margin: 0px 15px;
    opacity: 0.45;
    width: 66% !important;
}

.slider-style-focus .flickity-slider > .img.is-selected {
    opacity: 1;
    transform: scale(1);
    z-index: 9;
}

.slider-style-focus .flickity-slider > :not(.is-selected) {
    transform: scale(0.8);
}

@media (max-width: 849px) {
    .slider-style-focus .flickity-slider > .img {
        margin: 0px 8px;
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .slider-style-focus .flickity-slider > .img {
        width: 100% !important;
    }
}

@keyframes wave {
    0% { margin-left: 0px; }
    100% { margin-left: -1600px; }
}

@keyframes swell {
    0%, 100% { transform: translate3d(0px, -25px, 0px); }
    50% { transform: translate3d(0px, 5px, 0px); }
}

.btnCenter {
    margin: 0px auto;
    display: table;
}

.single-product .product .row.content-row > .col.large-9 {
    padding-right: 15px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.single-product .product #product-sidebar {
    padding-left: 15px;
    padding-top: 30px;
}

.widget {
    padding: 20px 15px;
    background-color: rgb(225, 241, 231);
    border-radius: 20px;
}

.widget .widget-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: rgb(4, 79, 43);
    font-size: 20px;
}

.widget_media_image {
    padding: 0px;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
}

.widget_media_image img {
    width: 100%;
}

#product-sidebar #custom_html-8 {
    padding: 20px 10px;
    background-color: rgb(225, 241, 231);
    border-radius: 20px;
}

.single-product .product-main {
    padding-top: 30px;
}

.product-main .product-info.summary {
    padding: 0px;
}

.woocommerce-breadcrumb.breadcrumbs a {
    font-size: 15px;
    font-weight: 500;
}
.boxAbHome .text p{
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
ol ol, ol ul, ul ol, ul ul{
    margin: 0;
}