h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/*box-img 1x1*/
.box-img {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
    /*border-radius: 8px;*/
    /* 如果有圓角 */
}

.box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/*box-img 9x16 直式*/
.box-img-9-16 {
    position: relative;
    width: 100%;
    padding-top: calc(16 /9 * 100%);
    overflow: hidden;
    /*border-radius: 8px;*/
    /* 如果有圓角 */
}


.box-img-9-16 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    /* 可改成 contain 看需求 */
    /* object-fit: cover + 確保圖片比例一致 */
    /* object-fit: contain + 背景色填補 */
}

.box-img-16-9 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(9 / 16 * 100% + 45px);
    position: relative;
    /*border-radius: 8px;*/
    /* 如果有圓角 */
}

.box-img-16-9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/*box-img 4x5 直式*/
.box-img-4-5 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(5 / 4 * 100%);
    position: relative;
    /*border-radius: 8px;*/
    /* 如果有圓角 */
}

.box-img-4-5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/*====================================*/
/*  Header  */
/*====================================*/

.header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.header-meta {
    position: absolute;
    top: 20px;
    right: 50px;
}

.header-primary-menu li>.menu-item-link {
    font-weight: 500;
}

.sticky .header-primary-menu li>.menu-item-link {
    color: #333;
    font-weight: 500;
}

.offcanvas-menu .offcanvas-header .btn-close {
    color: #333 !important;
}

.mobile-primary-menu li>.menu-item-link,
.mobile-primary-menu li.menu-item-has-children .mobile-menu-expand::after {
    color: #333 !important;
}

.mobile-primary-menu li>.menu-item-link {
    padding: 10px 20px;
    display: block;
}

a.menu-item-link:active span,
a.menu-item-link:focus span,
a.sub-item-link:active span,
a.sub-item-link:focus span {
    color: #BC8157;
}

/* Banner */

.pcbanner {
    display: block;
}

.msbanner {
    display: none;
}

.swiper-wrapper .single-slider {
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    color: white;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 45%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}


/*====================================*/
/* 漢堡icon */
/*====================================*/

.sticky {
    height: 80px;
}

.sticky .header-meta__action li .action {
    color: #212121;
}

/*====================================*/
/*  product  */
/*====================================*/
.btn-product22 {
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.product-item.product-item-07 h5.product-item__title {
    font-family: "黑體-繁", "微軟正黑體", sans-serif;
    font-size: 1.2rem;
}

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

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

.Portfolio-pc {
    background: url(../images/bg/bg2.jpg) no-repeat top left;
    background-size: 100%;
    display: block;
}

.news-section {
    background-color: #fff;
    text-align: center;
    padding: 2rem 1rem;
}

.features-card-wrapper {
    padding: 40px 20px;
    margin-top: 200px;
}

h2.section-title__title {
    font-family: 'PMingLiU', 'MingLiU', 'Microsoft JhengHei', 'Songti TC', serif !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 7px;
}

h3.features-card-title {
    margin-bottom: 30px;
    font-family: 'PMingLiU', 'MingLiU', 'Microsoft JhengHei', 'Songti TC', serif !important;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 9px;
}

.news-list {
    max-width: 900px;
    margin: 30px auto;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.news-date,
.news-tag,
.news-title-text {
    font-size: 1rem;
    color: #333;
}

.news-date {
    text-align: left;
    flex: 0.4;
}

.news-tag {
    text-align: center;
    flex: 0.3;
    background-color: #e9e9e9;
    padding: 5px;
    margin: 0 10px;
    font-weight: 500;
}


.news-title-text {
    flex: 3;
    font-weight: 500;
    text-align: left;
}

/*首頁-點圖放大*/

.product-img {
    overflow: hidden;
    /* 防止放大超出外框 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    display: block;
    max-width: 100%;
    transition: transform 0.4s ease;
    transform-origin: bottom right;
    /* 確保以中心為縮放基準 */
}

.product-img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}



/*====================================*/
/* slideshow */
/*====================================*/
/*花藝課程*/

.product-area {
    position: relative;
    padding-top: 100px;
}

.bg3 {
    background: url(../images/bg/bg3.jpg) no-repeat top right;
    background-size: 100%;
    padding-bottom: 0;
    background-color: #fff;
}

.slideshow-group h3 {
    font-family: 'PMingLiU', 'MingLiU', 'Microsoft JhengHei', 'Songti TC', serif !important;
    margin-bottom: 1rem;
    letter-spacing: 4px;
    text-align: center;
    font-size: 1.5rem;
}

.slideshow-wrapper {
    flex-direction: column;
    align-items: center;
}

.slideshow-group h3 {
    margin-bottom: 1rem;
    letter-spacing: 4px;
}

.slideshow-group .slideshow-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.slideshow-group .slide {
    display: none;
}

.slideshow-group .slide img {
    width: 100%;
    border-radius: 8px;
}

.slideshow-group .prev,
.slideshow-group .next {
    position: relative;
    top: 10px;
    background-color: transparent;
    color: #333;
    font-size: 20px;
    transition: transform 0.2s ease, background-color 0.3s;
    user-select: none;
}

.slideshow-group .prev:hover,
.slideshow-group .next:hover {
    background-color: transparent;
    color: #666;
}

.slideshow-group .prev {
    left: 45%;
}

.slideshow-group .next {
    right: -55%;
}


.slideshow-group .btn-group {
    margin-top: 1.5rem;
}

.slideshow-group .btn-group a {
    display: inline-block;
    margin: 0 1rem;
    padding: 10px 20px;
    background: #333;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.slideshow-group .btn-group a:hover {
    background: #666;
}

hr.underline {
    width: 60px;
    margin: 0.5rem auto 2rem auto;
    border: none;
    border-bottom: 1px solid #333;
}

.btn-img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.btn-img:hover {
    transform: scale(1.1);
}

.slideshow-group .slideshow-content {
    margin-top: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    font-size: 1rem;
    color: #333;
}

.slideshow-content ul {
    display: inline-block;
    text-align: left;
    margin: 0 0 10px;
    padding-left: 0;
}

.slideshow-content ul li i {
    padding-right: 10px;
}

.slideshow-btn-group {
    text-align: center;
    width: 100%;
    margin: 20px auto 50px;
    display: inline-flex;
    justify-content: center;
}

.slideshow-btn-group a {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
    float: left;
}

.slideshow-btn-group img {
    max-width: 150px;
}

/*作品*/

.product-active .swiper {
    padding: 0 15px;
}

.product-item-style-01 {
    border-radius: 0 !important;
}

.product-active .swiper-button-next,
.product-active .swiper-button-prev {
    background-color: #fff;
    color: #000;
}

.product-active .swiper-button-next:hover,
.product-active .swiper-button-prev:hover {
    background-color: #cdbb99;
    color: #333;
}

/*====================================*/
/*  About Us  */
/*====================================*/
.breadcrumb {
    padding: 200px 0 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

.breadcrumb-about {
    padding: 150px 0 50px;
}

.breadcrumb_content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb_title {
    font-size: 1.7rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "黑體-繁", "微軟正黑體", sans-serif;
    line-height: 1.5;
}

.breadcrumb_text {
    font-size: 1rem;
    color: #ffffff;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
}


.section-padding {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-title-10 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
}

.section-title-10__subtitle {
    color: #cdbb99;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Montaga", serif !important;
}

.section-title-10__title {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 黑體-繁, 微軟正黑體, sans-serif !important;
}

.section-title-10__text {
    font-size: 1rem;
    font-weight: 600;
    max-width: 500px;
    width: 100%;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-family: 黑體-繁, 微軟正黑體, sans-serif !important;
}

.section-title-10 img {
    margin-top: 20px;
    width: 50%;
    height: 100%;
}

.aboutus-image {
    height: 100%;
    width: calc((100vw - 100%) / 2 + 100%);
    min-width: calc((100vw - 100%) / 2 + 100%);
    position: relative;
}

.aboutus-image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    position: relative;
    width: 100%;
}

.aboutus-image::after {
    position: relative;
    width: 95%;
    height: 50px;
    left: 200px;
    top: -5px;
    border: 1px solid #cdbb99;
    content: "";
    z-index: 1;
    display: block;
}


.aboutus-image-two {
    width: 100%;
    right: 0;
    position: relative;
}

.aboutus-image-two::after {
    position: relative;
    width: 110%;
    height: 50px;
    left: -300px;
    top: -23px;
    border: 1px solid #cdbb99;
    content: "";
    z-index: 1;
    display: block;
}

.aboutus-image-two img {
    height: 700px;
    position: relative;
    z-index: 2;
}

.text-start {
    text-align: left !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.section-title-10 ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.8;
    padding-bottom: 0;
    font-size: 1rem;
    letter-spacing: 2px;
}

.section-title-10 ul li i {
    color: #cdbb99;
    padding-right: 7px;
}

i.fa {
    color: #cdbb99 !important;
}

.text-coffee {
    color: #2f2412 !important;
}

.section-title-10 h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

ul.list-unstyled {
    padding-left: 25px;
    padding-bottom: 10px !important;
}


.breadcrumb-bg {
    position: relative;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
    /* 這裡控制淡白透明度 */
    pointer-events: none;
    /* 讓滑鼠事件穿透，不影響內容操作 */
    z-index: 0;
}

.breadcrumb-bg .container {
    position: relative;
    z-index: 1;
}


/*====================================*/
/* 熱銷花禮推薦 */
/*====================================*/

.sidebars_widget__title {
    font-size: 1.5rem;
    font-family: "黑體-繁", "微軟正黑體", sans-serif !important;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 0;
}

.default-padding {
    padding-top: 50px;
    padding-bottom: 80px;
}

.default-padding2 {
    padding-top: 50px;
    padding-bottom: 0;
}

.default-padding .row {
    display: flex;
    /* 很重要！一定要有這行 */
}


.pagination-m {
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.pagination-m ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}


.pagination-m ul li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination-m ul li a.active {
    border-radius: 4px;
    background-color: #cdbb99;
    color: white;
}

.product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    transition: all 0.3s ease;
    height: 100%;
}

.product-card .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.product-card .card-content img {
    transition: transform 0.4s ease;
    transform-origin: right bottom;
    /* 關鍵：以中心點放大 */
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* 保持比例裁切，避免變形 */
}

.product-card:hover .card-content img {
    transform: scale(2.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-card .card-content .card-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
}

.card-info .title5 {
    color: #000;
    padding-bottom: 4px;
    margin: auto;
    font-size: 1.3rem;
    font-family: "黑體-繁", "微軟正黑體", sans-serif !important;
}

.card-info .title5:hover {
    color: #cdbb99;
    font-weight: 600;
}


/*====================================*/
/* 商品內頁+商品圖輪播 Swiper */
/*====================================*/
.mb-20 {
    margin-bottom: 20px;
}

ul.category-navbar li {
    margin-bottom: 10px;
    margin-top: 5px;
}

.shop-topbar-item h3 {
    display: inline-block;
    border-radius: 0.25rem;
    padding: 10px 20px;
    color: #cdbb99;
}

.shop-topbar-item {
    margin-bottom: 30px;
}

.category-navbar .category-title {
    font-size: 1rem;
    font-weight: 400;
    color: #66512c;
    padding: 10px 20px;
    float: left;
    width: 100%;
}

.category-navbar a:hover {
    color: #fff;
    background-color: #bc8157;
    border-radius: 10px;
}

h3.sidebars_widget__title.active>a,
.category-navbar .active>a {
    color: #333;
    background-color: #ffdcc4;
    display: inline-block;
    width: auto;
    padding: 10px 25px 10px 35px;
    border-radius: 10px;
}

ul {
    padding-left: 0;
}

ul:last-child {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

/*商品圖輪播 Swiper */
.product-thumb-vertical {
    /*height: 540px;*/
}

.product-thumb-vertical .swiper-slide {
    /*margin: 0 !important;*/
    padding: 0;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumb-vertical .swiper-slide::before {
    z-index: 998;
}


/*商品資訊簡介*/

.product-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1.25rem;
}

.product-info .type {
    display: inline-block;
    border-radius: 0.25rem;
    padding: 0.25rem 1.25rem;
    background-color: #cdbb99;
    color: #333;
    margin-bottom: 0.75rem;
}

.product-info-head h2 {
    line-height: 2;
}

.productH4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 5px 0;
}

.text-cdbb99 {
    color: #cdbb99;
}

.pt-20 {
    padding-top: 20px;
}

.btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    height: 56px;
    line-height: 56px;
    padding: 0 36px;
    border: 0px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}

.btn-dark2 {
    background-color: #cdbb99;
    color: #fff;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover,
.btn-dark2:focus,
.btn-dark2:active,
.btn-dark2:hover {
    background-color: #fff;
    border: 2px solid #cdbb99;
    color: #cdbb99;
}


h5.price span {
    font-size: 1.2rem;
}

.product-info h5 .default {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
}

.product-card .price:has(.onSale:not(:empty)) .default,
.product-info .price:has(.onSale:not(:empty)) .default,
.product-item__content .price:has(.onSale:not(:empty)) .default {
    text-decoration: line-through;
}


.product-info .price .onSale {
    padding-left: 10px;
    color: #f11717;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

hr {
    width: 100%;
    border-top-width: 2px;
}

/*====================================*/
/* 花藝課程 */
/*====================================*/
.blog-post-two__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-post-two__btn {
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.blog-post-two .blog-post-two_thumb img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-post-two:hover .blog-post-two_thumb img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.4s ease;
}

.custom-container {
    max-width: 1170px;
}

/*====================================*/
/* 常見Q&A*/
/*====================================*/

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left !important;
    padding-right: 1.5rem;
    /* 避免箭頭被遮擋 */
}

.accordion-button span {
    display: inline-block;
    margin-right: 0.5em;
    flex: 1;
    /* 讓文字區塊撐開到剩餘空間 */
}

.text-content {
    flex: 1;
    text-align: left;
}

.accordion-button i {
    flex-shrink: 0;
    /* 防止箭頭被壓縮 */
    margin-left: 1em;
    /* 可依需要調整距離 */
}

.faq .accordion-button.collapsed {
    color: #bc8157 !important;
}

/*====================================*/
/* contact聯絡我們 */
/*====================================*/

.contact-section3_content__icon {
    color: #cdbb99;
    font-size: 2rem;
}

.contact-section3_content__title {
    font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
    font-size: 1rem;
    margin: 20px 0 5px;
}

.contact-section3_content__text {
    font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
    font-size: 1rem;
    margin: 0 0 15px;
}

/*====================================*/
/* scroll-top + btn*/
/*====================================*/

.fixed-links {
    position: fixed;
    right: 40px;
    bottom: 110px;
    z-index: 998;
}

.fixed-links a.fixed-img {
    position: relative;
    right: 0;
    bottom: -5px;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: inherit;
    display: block;
    margin-bottom: 5px;
}

.fixed-links .fixed-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 999;
}

.scroll-top {
    background-color: transparent;
    border: none;
    right: 40px;
}

.scroll-top:hover {
    background-color: transparent;
    border: none;
}


/*====================================*/
/* footer */
/*====================================*/
.footer_logo img {
    padding: 60px 0 20px;
}

.footer_bottom {
    padding: 3rem 0;
}

.footer_menu {
    display: inline-flex;
}

footer ul li {
    color: #000;
}

ul.footer_menu a {
    margin-right: 15px;
    color: #000;
}

ul.footer_menu a:hover {
    color: #cdbb99;
}

ul.footer_menu i {
    color: #cdbb99;
    padding: 0 1px 0 10px;
}

.site-footer {
    text-align: center;
    padding: 1rem 0;
}

.footer-line {
    width: 100%;
    margin: 0 auto 0.5rem;
    border: none;
    border-top: 1px solid #cdbb99;
}

.footer-text {
    margin: 20px 0;
    color: #333;
    font-size: 0.95rem;
}

/*====================================*/
/*  media  */
/*====================================*/


@media (min-width: 576px) {

    .product-card .price,
    .product-info .price {
        height: auto;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .header-logo a img {
        width: 50%;
    }

    .pc-banner {
        display: block;
    }

    .sm-banner {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
        margin-bottom: 40px;
    }

}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .aboutus-image-two img {
        height: 500px;
    }
}


@media screen and (max-width: 1200px) {
    h3.features-card-title {
        margin-bottom: 10px;
    }

}



@media (max-width: 991px) {

    .navbar-header {
        margin: 0;
        background-color: transparent;
        padding: 5px 20px;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        /* 確保在最上層 */
        background-color: #fff;
        /* 可依需要設定背景色，避免內容穿透 */
        color: #000;
    }

    .navbar {
        height: 85px !important;
        background-color: #fff;
    }

    .navbar-nav {
        text-align: right;
        padding-right: 45px;
    }

    .navbar-light .navbar-toggler {
        margin-bottom: 50px;
        color: #fff;
    }

    nav.navbar.navbar-default {
        background-color: transparent;
        border: none;
    }

    .navbar-default .navbar-collapse.collapse.in {
        background-color: #fff;
        border: none;
        overflow: visible !important;
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 9998;
    }

    .navbar-default .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a9a9a9;
        width: 36px;
        height: 2px;
        margin: 8px 30px;
    }

    .navbar-nav>li>a {
        padding: 15px 20px;
        color: #000 !important;
    }

    #slide {
        margin-top: 85px !important;
    }

    div#navbarMain.navbar-collapse.collapse.show {
        background-color: #fff !important;
        display: block !important;
        top: -55px;
        position: relative;
    }

    .logo img {
        position: relative;
        top: 15px;
        left: 38px;
        z-index: 99;
    }

    .footer_menu {
        list-style: none;
        margin-bottom: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    footer ul li {
        padding-bottom: 15px;
    }

    .aboutus-image {
        width: 100%;
        height: auto;
        min-width: 100%;

    }

    .panel-default {
        padding-bottom: 20px;
    }

    .footer_logo img {
        width: 80%;
    }


    .aboutus-image-two img,
    .section-title-10 img {
        width: 100%;
        height: auto;
    }

    .category-navbar .category-title {
        width: auto;
    }


    .sm-pt-0 {
        padding-top: 0 !important;
    }

    aside {
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-thumb-vertical {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .header-logo a img {
        width: 35%;
    }

    .md-dsnone {
        display: none;
    }

    .pcbanner {
        display: none;
    }

    .msbanner {
        display: block;
    }


    .Portfolio-sm {
        display: block;
        background: url(../images/bg/bg2-480.jpg) no-repeat top left;
        background-size: 100%;
    }

    .news-item {
        display: inline-flex;
        width: 100%;
        flex-wrap: nowrap;
    }

    .news-date,
    .news-title-text {
        text-align: left;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    .news-tag {
        font-size: 1rem;
    }

    .features-card-wrapper {
        margin-top: 125px;
    }

    .bg3 {
        background-size: cover;
    }

    .footer_logo img {
        width: 90%;
    }

    .slideshow-group .slideshow-content {
        max-width: 100%;
        margin-left: 50px;
        margin-right: 50px;
    }

    .aboutus-image-two img {
        height: 100%;
    }

    .aboutus-image-none {
        display: none;
    }

    .single-product-vertical-tab .swiper-button-prev,
    .single-product-vertical-tab .swiper-button-next {
        height: 35px;
        width: 35px;
    }

    .product-thumb-vertical {
        height: 405px;
    }

    .swiper-slide {
        padding: 0 5px;
    }

    .single-blog-title {
        line-height: 1.5;
    }

}

@media (max-width: 575px) {
    .pcbanner {
        display: none;
    }

    .features-card-wrapper {
        margin-top: 75px;
    }

    .news-tag {
        flex: 1;
    }

    .section-title-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-thumb-vertical {
        height: 420px;
    }
}

@media (max-width: 480px) {
    .pcbanner {
        display: none;
    }

    .msbanner {
        display: block;
    }


    .msbanner .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 479px) {
    .product-thumb-vertical {
        height: 250px;
    }
}