/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*------------- Menu -----------------*/
.elementor-element.menu-header .elementor-nav-menu .menu-item .elementor-item {
    position: relative;
}

.elementor-element.menu-header .elementor-nav-menu .menu-item .elementor-item::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #ed252a;
    bottom: -5px;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-element.menu-header .elementor-nav-menu .menu-item .elementor-item.elementor-item-active::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ed252a;
    bottom: -5px;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-element.menu-header .elementor-nav-menu .menu-item:hover .elementor-item::after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*---------- Trang chủ --------------*/
.title-effect .elementor-heading-title {
    height: 48px; 
}

.desc-effect p {
    display: block;
    display: -webkit-box;
    max-height: 80px; 
    -webkit-line-clamp: 3; 
    visibility: visible; 
    text-overflow: ellipsis;
    overflow:hidden;
    -webkit-box-orient: vertical; 
}
/*----- Hình tròn --------*/
.wrap-introduce {
    position: relative;
}

.comming-soon {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 15rem;
    top: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #ed252a;
    -webkit-box-shadow: 1rem 1rem 3rem rgba(29, 29, 29, 0.16);
    box-shadow: 1rem 1rem 3rem rgba(29, 29, 29, 0.16);
    z-index: 10;
}

.comming-soon__wrap p {
    font-weight: bold;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.comming-soon__wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.comming-soon__arrow {
    position: absolute;
    bottom: 0;
    right: -4rem;
    z-index: 10;
}
/*------------------------*/
.home-effect .item-effect {
    position: relative;
    border-radius: 0.6rem;
    transition: .3s;
}
.home-effect .item-effect:hover {
    background-color: #148a43;
    box-shadow: 1rem 1rem 3rem rgba(29, 29, 29, 0.16);
    color: #fff;
    transition: .3s;
}

.home-effect .item-effect::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 90%;
    width: 2px;
    background-color: #7c7c7c;
}

.home-effect .item-effect:last-child::after {
    display: none;
}


.home-effect .item-effect:hover .title-effect .elementor-heading-title,
.home-effect .item-effect:hover .desc-effect p,.home-effect .item-effect:hover .more-btn .elementor-heading-title a {
    color: #fff;
}


.slider-main {
    position: relative;
    width: 100%;
    height: 100%;
    
}

.img-slider {
    position: absolute;
    top: 0;
    left: 0;
}

.content-intro::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: -19.9rem;
    width: 20rem;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: #b9131b;
}

.heading {
    position: relative;
}

.img-heading {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-- Sản phẩm nổi bật trang chủ --*/
.star-comment ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item .slick-slide {
    margin: 0 20px;
}
.woocommerce-shop .woocommerce-ordering select {
    border-radius: 30px;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #fff;
}

p.woocommerce-result-count {
    font-size: 16px;
} 

.product-archive .wrapper-feature {
    background-color: transparent;
}

.elementor-element.product-archive .woocommerce ul.products li.product .woocommerce-loop-product__title {
    border-bottom: 0;
}

.product-archive .wrapper-feature .txt-contact {
    display: none;
}

.product-feature .woocommerce ul.products li.product img {
    height: 295px;
    object-fit: contain;
}

.product-feature .woocommerce ul.products li.product .woocommerce-loop-product__title {
    border-bottom: dotted 2px #ed252a;
    border-spacing: 5px;
    margin-bottom: 20px;
}

.product_type_simple.add_to_cart_button.txt-contact,
.product_type_simple.add_to_cart_button.txt-contact:hover {
    position: relative;
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #ed252a;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
}

.wrapper-feature .added_to_cart.wc-forward {
    display: none;
}

.wrapper-feature {
    background-color: #f7fafa;
    padding: 20px;
    border-radius: 30px;
}

.product-feature .woocommerce ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.product-feature .related.products ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    transition: .4s ease-in-out;
}

.product-feature .woocommerce ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img,
.product-feature .related.products ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
    transition: .4s ease-in-out;
}

.product-feature .woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link.woocommerce-loop-product__link img,
.product-feature .related.products ul.products li.product:hover .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    transform: translateY(-10px) rotate(10deg);
    transition: .4s ease-in-out;
}

.product-feature .woocommerce ul.products li.product:hover .over-bubble,
.product-feature .related.products ul.products li.product:hover .over-bubble{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.over-bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.6s cubic-bezier(0.52, 0.28, 0.08, 1.245);
    transition: 0.6s cubic-bezier(0.52, 0.28, 0.08, 1.245);
    z-index: 10;
}

.over-bubble .bub.b1 {
    position: absolute;
    right: 108px;
    bottom: 95px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./assets/image/bub1.png);
}

.over-bubble .bub.b2 {
    position: absolute;
    left: 92px;
    bottom: 123px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./assets/image/bub2.png);
}

.over-bubble .bub.b3 {
    position: absolute;
    left: 142px;
    bottom: 26px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./assets/image/bub3.png);
}

.over-bubble .bub.b4 {
    position: absolute;
    left: 66px;
    bottom: 38px;
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./assets/image/bub4.png);
}

.over-bubble .bub.b5 {
    position: absolute;
    right: 88px;
    top: 118px;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./assets/image/bub5.png);
} 

.home-process {
    position: relative;
}

.home-process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    z-index: -1;
    background-color: #f3f9f5;
}

.home-process-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.home-process-img .e-con-inner img {
    position: relative;
    z-index: 1;
}



/*---- Phần process -----*/
.title-small .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
}

.title-small .elementor-heading-title::before,
.title-small .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.1rem;
    width: 2rem;
    background-color: #148a43;
}

.title-small .elementor-heading-title::before {
    left: 0;
}

.title-small .elementor-heading-title::after {
    right: 0;
}

.home-process .image-juice-01 .elementor-widget-container img {
    position: absolute;
    top: 500px;
    right: -80px;
}

.image-process-03 {
    position: relative;
}

.image-process-03::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 300px;
    border-radius: 100%;
    background-color: #fff;
    z-index: -1;
}
/*------ Blog -----*/
.blog-home .elementor-post__excerpt {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blog-home .elementor-post__thumbnail::before, 
.blog-home .elementor-post__thumbnail::after {
    content: 'Click Here!';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 138, 67, 0.16);
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in;
    z-index: 1;
    font-family: "Quicksand", sans-serif;
}

.blog-home .elementor-post .elementor-post__thumbnail::before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.blog-home .elementor-post .elementor-post__thumbnail::after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.blog-home .elementor-post:hover .elementor-post__thumbnail:after,
.blog-home .elementor-post:hover .elementor-post__thumbnail::before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.blog-home .elementor-post .elementor-post__thumbnail__link {
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.blog-home .elementor-post .elementor-post__thumbnail {
    transition: 0.6s ease-in-out;
}

.blog-home .elementor-post:hover .elementor-post__thumbnail {
    transform: scale(1.3);
    transition: 0.6s ease-in-out;
}

.blog-home .elementor-post .elementor-post__title {
    display: block;
    display: -webkit-box;
    max-height: 48px; 
    -webkit-line-clamp: 2; 
    visibility: visible; 
    text-overflow: ellipsis;
    overflow:hidden;
   -webkit-box-orient: vertical; 
}

/*Blog loop item*/
.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:before,
.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:after {
    content: 'Click Here!';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 138, 67, 0.16);
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in;
    z-index: 1;
    font-family: "Quicksand", sans-serif;
}

.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.blog-item:hover .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:before,
.blog-item:hover .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container:after {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.blog-item .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container img {
    transition: 0.6s ease-in-out;
}

.blog-item:hover .blog-image .e-con-inner .elementor-widget-image .elementor-widget-container img {
    transform: scale(1.3);
    transition: 0.6s ease-in-out;
}

.blog-item .title-blog .elementor-heading-title a {
    display: block;
    display: -webkit-box;
    min-height: 48px; 
    -webkit-line-clamp: 2; 
    visibility: visible; 
    text-overflow: ellipsis;
    overflow:hidden;
   -webkit-box-orient: vertical; 
}

.blog-item .excerpt-blog .elementor-widget-container {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
/*--------------------- Giới thiệu -------------*/
.content-year {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
}

.content-year::after,
.content-year::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.1rem;
    width: 300px;
    background-color: rgba(29, 29, 29, 0.1);
}

.content-year::after {
    left: 0;
}

.content-year::before {
    right: 0;
}

@keyframes rotateBorder {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
/*------------------------- Sản phẩm --------------------*/

.image-product .elementor-widget-container {
    border-radius: 20px;
    overflow: hidden;
}

.category-product-home .count {
    display: none;
}

.sidebar-product {
    box-shadow: 0px 4px 24px 0px #00000014;
    padding: 15px 20px;
    height: 100%;
    border-radius: 20px;
}

.sidebar-product .product-categories li {
    list-style: none;
}

.sidebar-product .product-categories li a {
    font-family: "Nunito Sans", Sans-serif;
    color: #11447b;
    list-style-type: none;
}

.sidebar-product .product-categories li a::before {
    content: "";
    display: block;
    transform: translate(-20px, 20px);
    height: 2px;
    width: 20px;
    background-color: #b8e5a4;
}

.sidebar-product .product-categories li a:hover {
    color: #209548;
}

.sidebar-archive {
    box-shadow: 0px 4px 24px 0px #00000014;
    padding: 60px 60px;
    height: 100%;
    border-radius: 20px;
}

/* .item-post .elementor-post.elementor-grid-item {
    box-shadow: 0px 0px 20px 0px #00000014;
} */

.item-post .elementor-post__text {
    padding: 18px;
}
/*--------------- Chi tiết sản phẩm ------------*/
/* .product-archive .related.products h2 {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 25px;
    position: relative;
} */

.gallery-product .swiper-slide-inner img {
    height: 650px;
    object-fit: contain;
}


/*---- Hiệu ứng trang chủ -----*/
body.single-product .elementor-product-simple form.cart{
    display:block!important;
}
body.single-product .elementor-product-simple form.cart .wpcpq-wrap{
    margin-bottom: 15px;
}

#order_review .shop_table tr.cart_item,#order_review .shop_table thead {
    display: none;
}
.button-cart {
    position: fixed;
    bottom: 155px;
    right: 20px;
    z-index: 9999;
    display: none;
}

.button-cart a img {
    width: 20px;
    height: 20px;
    filter: brightness(200);
}

.button-cart a {
    background-color: #991724;
    border: 1px solid #a1a0a0;
    display: block;
    padding: 9px 13px;
    border-radius: 50%;
}

.animate-zoom:hover .image-product .elementor-widget-container img {
    transform: scale(1.4);
    transition: 0.4s;
}

.item-process .elementor-image-box-img {
    position: relative;
}

.item-process .elementor-image-box-img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -8px;
    background-image: url(/wp-content/uploads/2024/10/home-procress-border.png);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotateBorder 3s infinite linear;;

}

/*-------------- Sản phẩm -------------*/
.icon-process-product {
    border: 5px solid #148a43;
    background-color: #fef5ea;
    width: 99px;
    height: 99px;
    margin: 0 auto;
    line-height: 90px;
    border-radius: 50%;
}

.delivery {
    position: relative;
}

.delivery::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #89bf96;
    z-index: 1;
}

.gallery-product .elementor-swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.gallery-product .elementor-swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

/*--------- Giỏ hàng - Thanh toán ----------*/
.woo-cart {
    font-family: "Quicksand", sans-serif;
}

.woo-cart .shop_table thead tr th,
.woo-info .woocommerce-message {
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}

.woo-cart .woocommerce .product-name a {
    font-size: 15px;
    color: #000;
}

.woo-cart .woocommerce .product-thumbnail img {
    height: 53px;
    object-fit: contain;
}

.woo-cart .woocommerce .product-quantity input {
    padding: 0;
}

.woo-cart .woocommerce .product-subtotal .woocommerce-Price-amount.amount {
    color: #ed252a;
    font-weight: 500;
}

.woo-cart .woocommerce .woocommerce-cart-form button {
    background-color: #ed252a;
    color: #fff;
    font-weight: 400;
}

.woo-cart .wc-proceed-to-checkout {
    display: none;
}

.woo-cart .cart_totals {
    display: none;
}

.title-checkout .elementor-heading-title {
    position: relative;
}

.title-checkout .elementor-heading-title::after {
    content: "";
    background: url(/wp-content/uploads/2024/10/dot_title.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 10px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.title-checkout .elementor-heading-title::before {
    content: "";
    background: url(/wp-content/uploads/2024/10/dot_title.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 10px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.woo-checkout .woocommerce-shipping-fields {
    display: none;
}

.woo-checkout .woocommerce-additional-fields {
    display: none;
}

.woo-checkout .woocommerce-checkout .col-1 {
    width: 100%;
}

.woo-checkout .woocommerce-billing-fields h3 {
    display: none;
}

.woo-checkout .woocommerce form .form-row label, 
.woo-checkout .woocommerce-page .form .form-row label {
    display: none;
}

.woo-checkout .woocommerce form .form-row-first, 
.woo-checkout .woocommerce form .form-row-last, 
.woo-checkout .woocommerce-page form .form-row-first, 
.woo-checkout .woocommerce-page form .form-row-last {
    width: 50%;
}

.woo-checkout input,
.woo-checkout select {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}

.woo-checkout #order_review_heading {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #ed252a;
}

.woo-checkout .woocommerce-checkout-review-order-table tr th ,
.woo-checkout .woocommerce-checkout-review-order-table tbody tr td,
.woo-checkout .woocommerce-shipping-totals {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #000;
}

.woo-checkout .woocommerce-checkout-payment {
    font-size: 14px;
}

.woo-checkout #place_order {
    background-color: #ed252a;
    font-size: 14px;
}

.woo-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #666;
    border-radius: 3px;
}

.woo-checkout .select2-container .select2-selection--single {
    height: 38.86px;
}

.woo-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38.86px;
}

.woo-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38.86px;
    font-size: 14px;
}

.woo-cart .woocommerce a.remove {
    line-height: 0.8;
}

.home .woocommerce-message {
    display: none;
}

.box-top .elementor-cta__bg-overlay {
    display: none;
}

.box-ingredient .elementor-image-box-content .elementor-image-box-description {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    visibility: visible; 
    text-overflow: ellipsis;
    overflow:hidden;
 -webkit-box-orient: vertical; 
}

/*--------- stikey icon MXH mobile */
.header-mobile-fixed {
    display: none;
}

.slider-item .slick-slide:nth-child(even) {
    margin: 80px 0px;
} 

.slider-item .e-con-inner.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*------- Trang chi tiết sản phẩm ----*/
.single-product .elementor-widget-container .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart {
    display: block!important;
}

/*------------ blog trang chủ --------------*/

@media (max-width: 768px) {

    /*----Phần Slider trang chủ ----*/
    .slider-main .video-image {
        position: static !important;
        
    }

    .slider-main .video-image video {
        object-fit: cover;
    }

    .slider-main .video-image .elementor-widget-container {
        height: 450px;
    }

    .home-wrapper:after {
        height: 180px;
    }
    
    .home-process .image-juice-01 .elementor-widget-container img {
        position: absolute;
        top: 500px;
        right: 0;
    }

    .home-process::before {
        height: 300px;
    }

    .content-box-process {
        background-color: #f3f9f5;
    }

    .delivery::after {
        display: none;
    }

    .wrapper-feature {
        padding: 5px;
    }

    .home-effect .item-effect::after {
        display: none;
    }

    .content-year::after, .content-year::before {
        width: 40px !important;
    }

    .product-feature .woocommerce ul.products li.product img {
        height: 180px;
    }

    .item-process .elementor-image-box-img::before {
        left: 15px;
    }

    .gallery-product .swiper-slide-inner img {
        height: auto;
    }

    .button-cart {
        display: block !important;
    }
    
    .header-mobile-fixed {
        display: block !important;
        position: fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #0a522a;
        width: 100%;
        height: auto;
        z-index: 9999;
    }
    
    .header-mobile-fixed .icon-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        padding: 8px 20px;
    }
    
    .header-mobile-fixed .icon-mobile svg {
        color: #fff;
        width: 20px;
    }
    
    .header-mobile-fixed .icon-mobile span {
        display: block;
        color: #fff;
        font-size: 14px;
        font-family: Quicksand, sans-serif;
    }
    
    .slider-item .e-con-inner.slick-initialized.slick-slider .slick-list.draggable .slick-track {
        align-items: unset;
        justify-content: flex-start;
    }
    
    .slider-item .slick-slide:nth-child(even) {
        margin: 40px 0px;
    }
}

@media (max-width: 900px) {
    .image-process-03::after {
        width: 400px;
    }

    .content-year::after, .content-year::before {
        width: 200px;
    }

    .delivery::after {
        transform: rotate(90deg);
    }

    .home-effect .item-effect:nth-child(2)::after {
        display: none;
    }

    
    
}
