/* ============================================
   Web Options & UX Components Styles
   Extracted from main.css
   ============================================ */

/* ============================================
   FEATURED SLIDER SECTION
   ============================================ */
#featured {
    position: relative;
    float: left;
    width: 100%;
}

#featured:before {
    content: "";
    width: 100%;
    height: 43px;
    background-image: url(../../images/line_slider.png);
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.featured {
    float: left;
    width: 100%;
}

.featured.swiper {
    position: relative;
    overflow: hidden;
}

.featured.swiper .swiper-wrapper {
    display: flex;
}

.featured.swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}

.featured_item {
    position: relative;
}

.featured_image {
    position: relative;
    width: 100%;
}

.featured_image img {
    width: 100%;
    height: auto;
    display: block;
}

.featured_content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
    left: calc((100% - 1145px)/2);
    width: auto;
    background-color: rgba(255, 255, 255, 0.54);
    padding: 20px;
    z-index: 10;
}

.box_featured_content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.featured_content .h22 {
    font-weight: bold;
    margin: 0 0 25px;
    font-family: 'Pacifico';
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 30px;
    color: #000;
}

.featured_content .h22 span {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    margin: 0;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 30px;
    color: #0682d2;
    font-weight: 500;

    display: block;
}

.featured_content>span {
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
    color: #000;
    line-height: 1.6;
}

.featured_content a {
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-decoration: none;
    margin-top: auto;
    /* Đẩy button xuống dưới cùng */
    align-self: flex-start;
    /* Căn trái */
}

.featured_content a:hover span {
    background-color: transparent;
    color: #fff;
}

.featured_content a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.featured_content a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

.featured_content a span {
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px;
    margin: 0;
    color: #0682d2;
}

/* Banner Slider Navigation - Next/Prev Arrows */
.paginator-center {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.paginator-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

/* Swiper Navigation Buttons */
.featured.swiper .swiper-button-next,
.featured.swiper .swiper-button-prev,
.paginator_next,
.paginator_prev {
    position: absolute;
    top: calc(50% - 55px);
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: 2px solid #333;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    margin-top: 0;
}

.featured.swiper .swiper-button-next:hover,
.featured.swiper .swiper-button-prev:hover,
.paginator_next:hover,
.paginator_prev:hover {
    background-color: #fff;
    border-color: #c93795;
    transform: translatey(-50%) scale(1.1);
}

.featured.swiper .swiper-button-next,
.paginator_next {
    right: 25px;
}

.featured.swiper .swiper-button-prev,
.paginator_prev {
    left: 25px;
}

/* Icon Next - Font Awesome chevron-right */
.featured.swiper .swiper-button-next:after,
.paginator_next:before {
    content: '\f054';
    /* fa-chevron-right */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: #333;
    display: inline-block;
}

.featured.swiper .swiper-button-next:hover:after,
.paginator_next:hover:before {
    color: #c93795;
}

/* Icon Prev - Font Awesome chevron-left */
.featured.swiper .swiper-button-prev:after,
.paginator_prev:before {
    content: '\f053';
    /* fa-chevron-left */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: #333;
    display: inline-block;
}

.featured.swiper .swiper-button-prev:hover:after,
.paginator_prev:hover:before {
    color: #c93795;
}

/* Override Swiper default styles */
.featured.swiper .swiper-button-next:after,
.featured.swiper .swiper-button-prev:after {
    margin: 0;
    font-size: 20px;
}

/* Xóa thẻ li trong paginator/slick dots */
.slick-dots li,
.paginator li,
.pagination li,
.slider-pagination li {
    display: none !important;
}

.slick-dots,
.paginator ul,
.pagination ul,
.slider-pagination ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================
   FEATURED SLIDER - RESPONSIVE STYLES
   ============================================ */

/* Mobile - Hide paginator arrows */
@media screen and (max-width: 767px) {
    #featured:before {
        display: none;
    }

    .paginator_next,
    .paginator_prev {
        top: 50%;
        display: none !important;
    }

    .featured_content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px);
        max-width: none;
        padding: 15px;
        text-align: center;
    }

    .box_featured_content {
        text-align: center;
    }

    .featured_content .h22 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .featured_content .h22 span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .featured_content>span {
        font-size: 13px;
        display: block;
        margin-bottom: 15px;
    }

    .featured_content a {
        display: inline-block;
        font-size: 12px;
    }

    .featured_content a span {
        padding: 5px 15px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .paginator_next,
    .paginator_prev {
        top: 50%;
    }
}

/* ============================================
   SLOGAN SECTION
   ============================================ */
.slogan {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
}

.box_slogan {
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    font-size: 25px;
}

.box_slogan_bg {
    background-color: #fff;
    padding: 2px;
}

.box_slogan_text {
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 1px;
}

.box_slogan_text span {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #000000;
    font-style: italic
}

/* ============================================
   ICANFOR SECTION
   ============================================ */
body div.icanfor {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
}

.icanfor {
    background-image: url(../../images/bg_icanfor.jpg);
    width: 100%;
    float: left;
    padding: 182px 0 36px;
    background-size: 100%;
    margin-top: -50px;
}

.icanfor .title {
    text-align: left;
    display: inline-block;
}

.icanfor_item_icon {
    width: 55px;
    height: 55px;
    background-color: #0682d2;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    float: left;
    margin-right: 25px;
}

.icanfor_item_content {
    width: calc(100% - 80px);
    float: left;
    color: #111111;
    font-weight: 300;
}

.icanfor_item {
    margin-bottom: 35px
}

.icanfor_item_content p {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.icanfor_item_icon span {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/* ============================================
   CUSTOMER FEELING SECTION
   ============================================ */
.customerfeeling {
    padding: 55px 0;
    width: 100%;
}

.customerfeeling_title {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.customerfeeling_title .h222 {
    text-align: center;
    background-color: rgba(201, 55, 149, 0.2);
    color: #fff;
    border-radius: 50%;
    line-height: 55px;
    margin: 0;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}

.customerfeeling_title .h222 i {
    text-align: center;
    background-color: #c93795;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.customerfeeling_title h2 {
    text-align: center;
    background-color: rgba(201, 55, 149, 0.2);
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
}

.customerfeeling_title h2 i {
    display: inline-block;
    background-color: #c93795;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

/* Customer Feeling Item */
.box-camnhan-post-item {
    float: none;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.box-camnhan-post-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.box-camnhan-post-item .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box-camnhan-post-item .large-3,
.box-camnhan-post-item .large-9 {
    padding-left: 15px;
    padding-right: 15px;
}

.box-camnhan-post-item-image {
    max-width: 95px;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
    flex-shrink: 0;
}

.box-camnhan-post-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.box-camnhan-post-item-content {
    flex: 1;
    min-width: 0;
}

.camnhan-post-item-exerpt {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.camnhan-post-item-exerpt p {
    margin: 0 0 10px 0;
}

.camnhan-post-item-exerpt p:last-child {
    margin-bottom: 0;
}

.camnhan-post-item-exerpt .read-link {
    margin-left: 5px;
    font-weight: 500;
    display: inline-block;
}

.camnhan-post-item-title {
    margin-top: 15px;
}

.camnhan-post-item-title h3 {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.camnhan-post-item-title h3 span {
    text-transform: initial;
}

.box-camnhan-post-item-content p,
.box-camnhan-post-item-content {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.box-camnhan-post-item-title {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.box-camnhan_slider {
    float: left;
    width: 100%;
    position: relative;
}

.box-camnhan_slider .swiper-button-next,
.box-camnhan_slider .swiper-button-prev,
.box-camnhan_slider .swiper-pagination {
    display: none !important;
}

/* ============================================
   HOAYEUTHUONG SECTION
   ============================================ */
.hoayeuthuong {
    float: left;
    width: 100%;
}

.hoayeuthuong_box {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.hoayeuthuong_product {
    position: relative;
}

.hoayeuthuong_product_description {
    position: absolute;
    top: 0;
    left: 49%;
    background-image: url(../../images/hoa_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 33.33333333%;
    transform: translateX(-50%) !important;
    color: #fff;
    border-radius: 8px;
    padding: 100px;
    min-height: 885px;
    z-index: 999;
    text-align: center
}

.hoayeuthuong_product_description h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 115px;
    line-height: 45px;
    margin-bottom: 65px
}

.hoayeuthuong_product_description span {
    display: block;
}

.hoayeuthuong_product_description .hoayeuthuong_title_first {
    font-size: 85px;
    margin-bottom: 20px
}

/* .hoayeuthuong_product_description .hoayeuthuong_title_second - Reserved for future use */

.hoayeuthuong_product_description p {
    margin-bottom: 35px
}

.hoayeuthuong_product_description a {
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
    z-index: 99999;
}

.hoayeuthuong_product_description a:hover span {
    background-color: transparent;
    color: #fff;
}

.hoayeuthuong_product_description a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.hoayeuthuong_product_description a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

.hoayeuthuong_product_description a span {
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px;
}

/* Product Box Styling */
.hoayeuthuong_product_item_box,
.related_product_item_box {
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
}

.hoayeuthuong_product_item_box:hover,
.related_product_item_box:hover {
    border-color: #c93795;
    box-shadow: 0 4px 12px rgba(201, 55, 149, 0.15);
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.hoayeuthuong_product_item_image,
.related_product_item_image {
    float: left;
    width: 100%;
    position: relative;
    background-color: #0682d2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px
}

.hoayeuthuong_product_item_image img,
.related_product_item_image img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.hoayeuthuong_product_item_hover,
.related_product_item_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.hoayeuthuong_product_item_hover a,
.related_product_item_hover a {
    display: inline-block;
    padding: 0px 25px;
    background-color: #fff;
    border: 2px solid #0682d2;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    line-height: 38px;
    height: 40px;
    transition: all 0.3s;
    font-weight: bold;
}

.hoayeuthuong_product_item_hover a:hover,
.related_product_item_hover a:hover {
    background-color: #0682d2;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
    transition: all 0.3s;
}

.hoayeuthuong_product_item_hover a.muanhanh_icon,
.related_product_item_hover a.muanhanh_icon {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #0682d2;
    border: 2px solid #fff
}

.hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_image img,
.related_product_item_box:hover .related_product_item_image img {
    opacity: 0.5;
    transition: all 0.3s;
}

.hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_hover,
.related_product_item_box:hover .related_product_item_hover {
    opacity: 1;
    transition: all 0.3s;
}

.hoayeuthuong_product_item_title,
.related_product_item_title {
    text-align: center;
    float: left;
    width: 100%;
}

.hoayeuthuong_product_item_title h3 a,
.related_product_item_title h3 a {
    font-size: 18px;
    color: #202020;
    margin: 0 0 5px;
    line-height: 25px;
    font-weight: normal
}

.hoayeuthuong_product_item_title h3:hover a,
.related_product_item_title h3:hover a {
    color: #c93795;
}

.hoayeuthuong_product_item_title bdi,
.related_product_item_title bdi {
    line-height: 22px;
}

.hoayeuthuong_product_item_title h3,
.hoayeuthuong_product_item_title h3 a {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.hoayeuthuong_product_item_title .woocommerce-Price-amount {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.hoayeuthuong_product_item_hover .quickviews {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* Swiper slider cho hoayeuthuong products */
.hoayeuthuong_product_slider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.hoayeuthuong_product_slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.hoayeuthuong_product_slider .swiper-slide {
    height: auto;
    width: 100%;
    flex-shrink: 0;
    flex-basis: 100%;
    box-sizing: border-box;
}

.hoayeuthuong_product_slider .swiper-slide .row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
}

.hoayeuthuong_product_slider .swiper-slide .row::before,
.hoayeuthuong_product_slider .swiper-slide .row::after {
    content: " ";
    display: table;
}

.hoayeuthuong_product_slider .swiper-slide .row::after {
    clear: both;
}

.hoayeuthuong_product_slider .swiper-slide .row>.columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
}

@media screen and (min-width: 40em) {
    .hoayeuthuong_product_slider .swiper-slide .row>.large-4.columns {
        width: 33.33333333%;
    }
}

.hoayeuthuong_slider_navigation {
    display: none !important;
}

.hoayeuthuong_slider_prev,
.hoayeuthuong_slider_next {
    display: none !important;
}

/* ============================================
   CATEGORY PRODUCT MAIN SECTION
   ============================================ */
.category_product_main {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.category_product_main .large-3.columns {
    min-height: 326px;
}

.category_product_main .product_category_title {
    height: 338px;
    border-radius: 8px;
    background-image: url(../../images/bg_category.jpg);
    background-size: 100%;
    margin: 0 15px;
    max-width: calc(25% - 30px);
    margin-bottom: 25px;
}

.product_category_title.change {
    height: 326px;
    border-radius: 8px;
    background-image: url(../../images/bg_category_1.jpg);
    background-size: 100%;
    margin: 0 15px;
    max-width: calc(25% - 30px);
    margin-bottom: 25px;
}

.product_category_title_content {
    text-align: center;
    padding: 100px 25px 25px;
    color: #fff;
}

.product_category_title_content h3 {
    color: #fff;
    font-family: Pacifico;
    text-shadow: 1px 2px 6px #1471af;
    font-size: 40px;
    margin: 0 0 45px;
    line-height: 55px;
    position: relative;
}

.product_category_title_content h3:after {
    content: url(../../images/line_item_title.png);
    position: absolute;
    left: 50%;
    top: 60px;
    line-height: 0;
    transform: translateX(-50%);
}

.product_category_title_content a {
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
}

.product_category_title_content a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.product_category_title_content a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

.product_category_title_content a span {
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px;
}

/* ============================================
   READ MORE / READ LINK STYLES
   ============================================ */
.read-more-mb,
.read-more-mb span {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.read-link {
    cursor: pointer;
    color: var(--color-accent, #0682d2);
    text-decoration: underline;
    transition: color 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.read-link:hover {
    color: var(--color-primary, #333);
}

.read-link.expanded {
    font-weight: 500;
}

.read_div {
    display: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    animation: fadeIn 0.3s ease;
}

.read_div.show {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ============================================
   CONTAINER & LAYOUT FIXES
   ============================================ */
.customerfeeling .container,
.hoayeuthuong .container,
.about-us .container,
.icanfor .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.category_product_main .row,
.hoayeuthuong_product_slider .row,
.box-camnhan-post-item .row {
    margin-left: -15px;
    margin-right: -15px;
}

.category_product_main .columns,
.category_product_main [class*="columns"],
.hoayeuthuong_product_slider .columns,
.hoayeuthuong_product_slider [class*="columns"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media screen and (max-width: 767px) {


    .box_slogan_text {}

    .box_slogan_text span {
        font-size: 13px;
    }

    .hoayeuthuong_product_mobile {
        width: 100%;
        overflow: hidden;
    }

    .hoayeuthuong .hoayeuthuong_product_mobile .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .hoayeuthuong_product_mobile .row>.columns {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        float: none !important;
        box-sizing: border-box;
    }

    .hoayeuthuong_product_mobile .row>.columns:nth-child(2n+1) {
        clear: left;
    }

    .hoayeuthuong_product_item_box,
    .related_product_item_box {
        padding: 8px !important;
        border-radius: 6px;
    }

    .hoayeuthuong_product_item_box:hover,
    .related_product_item_box:hover {
        transform: translateY(-2px);
    }

    .category_product_main .columns,
    .category_product_main [class*="columns"],
    .category_product_main .large-3.columns,
    .category_product_main .small-6.columns,
    .hoayeuthuong_product_slider .columns,
    .hoayeuthuong_product_slider [class*="columns"],
    .hoayeuthuong_product_slider .swiper-slide .row>.columns,
    .box-camnhan-post-item .columns,
    .box-camnhan-post-item [class*="columns"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .category_product_main .row,
    .hoayeuthuong_product_slider .row,
    .box-camnhan-post-item .row,
    .hoayeuthuong_product_slider .swiper-slide .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .customerfeeling .container,
    .hoayeuthuong .container,
    .about-us .container,
    .icanfor .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hoayeuthuong_box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hoayeuthuong_box .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hoayeuthuong_product_description {
        position: static;
        transform: inherit;
        width: 100%;
        max-width: none;
        background-size: cover;
        min-height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 25px;
        padding: 25px;
    }

    .category_product_main .large-3.columns {
        min-height: auto;
        max-width: none;
        margin-top: 0px;
        background-size: cover;
        background-position: center;
    }

    .category_product_main {
        margin: 0;
    }

    .icanfor {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        padding: 25px 0;
        min-height: 100%;
        height: auto;
    }

    .customerfeeling {
        padding: 0;
        text-align: center;
    }

    .box-camnhan-post-item {
        margin-bottom: 20px;
    }

    .box-camnhan-post-item .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .box-camnhan-post-item .large-3,
    .box-camnhan-post-item .large-9 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-camnhan-post-item-image {
        margin-bottom: 20px;
    }

    .box-camnhan-post-item-content {
        text-align: center;
    }

    .camnhan-post-item-exerpt {
        text-align: left;
    }

    .hoayeuthuong_product_slider .swiper-slide .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hoayeuthuong_slider_navigation {
        display: none !important;
    }

    .hoayeuthuong_product_slider_left,
    .hoayeuthuong_product_slider_right {
        height: auto;
    }
}

@media screen and (max-width: 64em) {
    .hoayeuthuong_product_description {
        position: static !important;
        transform: none !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0;
        padding: 30px 20px !important;
        min-height: auto !important;
    }

    .hoayeuthuong_product_description.animate.fadeInLeft {
        animation-name: fadeIn !important;
        transform: none !important;
        left: auto !important;
    }

    .hoayeuthuong_product_description h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

    .hoayeuthuong_product_description .hoayeuthuong_title_first {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }

    .hoayeuthuong_product_description p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .hoayeuthuong_product_description a {
        font-size: 14px !important;

    }
}

@media screen and (max-width: 48em) {
    .hoayeuthuong_product_description {
        padding: 25px 15px !important;
    }

    .hoayeuthuong_product_description h3 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 30em) {
    .hoayeuthuong_product_description {
        padding: 20px 15px !important;
        margin: 15px 0 !important;
    }

    .hoayeuthuong_product_description h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .hoayeuthuong_product_description .hoayeuthuong_title_first {
        font-size: 32px !important;
        margin-bottom: 8px !important;
    }

    .hoayeuthuong_product_description p {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }

    .hoayeuthuong_product_description a {
        font-size: 13px !important;

    }
}

/* ============================================
   ANIMATION FIXES
   ============================================ */
.hoayeuthuong_box {
    position: relative;
    overflow: visible;
}

.hoayeuthuong_product_description.animate.fadeInLeft {
    left: 49% !important;
    animation-name: fadeInLeftCentered !important;
    -webkit-animation-name: fadeInLeftCentered !important;
    -moz-animation-name: fadeInLeftCentered !important;
    -ms-animation-name: fadeInLeftCentered !important;
    -o-animation-name: fadeInLeftCentered !important;
}

@keyframes fadeInLeftCentered {
    0% {
        opacity: 0;
        left: calc(49% - 200px);
    }

    100% {
        opacity: 1;
        left: 49%;
    }
}

@-webkit-keyframes fadeInLeftCentered {
    0% {
        opacity: 0;
        left: calc(49% - 200px);
    }

    100% {
        opacity: 1;
        left: 49%;
    }
}

@-moz-keyframes fadeInLeftCentered {
    0% {
        opacity: 0;
        left: calc(49% - 200px);
    }

    100% {
        opacity: 1;
        left: 49%;
    }
}

@-ms-keyframes fadeInLeftCentered {
    0% {
        opacity: 0;
        left: calc(49% - 200px);
    }

    100% {
        opacity: 1;
        left: 49%;
    }
}

@-o-keyframes fadeInLeftCentered {
    0% {
        opacity: 0;
        left: calc(49% - 200px);
    }

    100% {
        opacity: 1;
        left: 49%;
    }
}

/* ============================================
   FLOWERSIGHT (ABOUT-US) SECTION
   ============================================ */
.about-us {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 60px 20px;
    position: relative;
}

.about-us .container {
    position: relative;
    z-index: 1;
}

.about-us img {
    width: auto !important;
    height: auto;
    max-width: 120px;
    display: block;
    margin: 0 auto 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.about-us .us-title {
    font-family: 'Pacifico', cursive;
    font-weight: 500;
    font-size: 36px;
    color: #475d5d;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: block;
}

.about-us .us-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
}

.about-us .us-text-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.about-us .us-text-content::-webkit-scrollbar {
    width: 8px;
}

.about-us .us-text-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.about-us .us-text-content::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #ff6b9d, #c44569);
    border-radius: 10px;
}

.about-us .us-text-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #c44569, #ff6b9d);
}

.about-us .us-text-content p {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0 0 20px 0;
    line-height: 1.9;
}

.about-us .us-text-content p:last-child {
    margin-bottom: 0;
}

.about-us .us-text-more {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.9;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #f0f0f0;
}

.about-us .us-text-more p {
    margin: 0 0 15px 0;
}

.about-us .us-text-more p:last-child {
    margin-bottom: 0;
}

.about-us .us-text-more h1,
.about-us .us-text-more h2,
.about-us .us-text-more h3,
.about-us .us-text-more h4,
.about-us .us-text-more h5,
.about-us .us-text-more h6 {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    color: #475d5d;
    margin: 20px 0 15px 0;
}

.about-us .us-text-more ul,
.about-us .us-text-more ol {
    margin: 15px 0;
    padding-left: 30px;
}

.about-us .us-text-more li {
    margin: 8px 0;
    line-height: 1.8;
}

.about-us .us-text-more strong {
    color: #475d5d;
    font-weight: 600;
}

.about-us .us-text-more a {
    color: #c44569;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.about-us .us-text-more a:hover {
    color: #ff6b9d;
    border-bottom-color: #ff6b9d;
}

.mobile-img-gioithieu img {
    max-width: 100%;
    width: auto !important;
}

.mobile-img-gioithieu img.sp-gt {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

/* ============================================
   ICANFOR & CUSTOMER FEELING - ADDITIONAL RESPONSIVE
   ============================================ */
@media screen and (max-width: 800px) {
    .about-us {
        padding: 18px;
        padding-top: 50px;
    }

    .about-us .us-title {
        font-size: 25px;
    }

    .icanfor {
        background-size: auto;
        position: static;
    }
}

@media screen and (min-width: 1800px) {
    body div.icanfor {
        background-size: contain;
    }
}

@media screen and (max-width: 991px) {
    body div.icanfor {
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .about-us h3.us-title {
        font-size: 24px;
    }

    .about-us .us-text-content {
        padding: 20px 15px;
        max-height: 350px;
    }

    .about-us .us-text-content p,
    .about-us .us-text-more {
        font-size: 13px;
    }
}