/*your custom css goes here*/

@font-face {
    font-family: "Andes Rounded";
    src: url("../fonts/AndesRounded.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Andes Rounded";
    src: url("../fonts/AndesRoundedBold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Andes Rounded";
    src: url("../fonts/AndesRoundedExtraBold.ttf") format("truetype");
    font-weight: 900;
}

.menu-user {
    margin-right: 360px;
    margin-top: -3px;
}

.aiz-notify.alert {
    border-radius: 12px;
    border: 1px solid #acb8b6;
    padding: 24px;
    width: auto;
    background: #fcf9f2;
    min-width: 423px;
    max-width: 100%;
    @media screen and (max-width: 575px) {
        min-width: auto;
    }
}

.aiz-notify.alert > span {
    display: block;
    color: #00251f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 32px;
    position: relative;
    padding-left: 32px;
}

.aiz-notify.alert > span::before {
    height: 24px;
    width: 24px;
    display: inline-block;
    content: "";
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}

.aiz-notify.alert-success > span::before {
    content: url("../img/check-circle.svg");
}

.aiz-notify.alert-warning > span::before {
    content: url("../img/check-circle.svg");
}

.aiz-notify.alert-error > span::before {
    content: url("../img/check-circle.svg");
}

.aiz-notify.alert button.close {
    height: 24px;
    width: 24px;
    opacity: 1;
    margin-top: -12px;
    right: 24px !important;
}
.aiz-notify.alert-success {
    /*background-color: #00251f !important;*/
}

@media screen and (max-width: 1500px) {
    .menu-user {
        /*margin-right: 90px;*/
    }
}

.container-header {
    padding: 0 0 0 60px;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .container-header {
        padding: 0;
    }
}

.btn.btn-primary {
    background: #084735;
    font-size: 18px;
    color: #fff;
    transition: 0.5s all;
    border-color: #084735;
    border-radius: 30px;
    padding: 15px 20px;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #fff !important;
    border-color: #084735 !important;
    color: #084735 !important;
    cursor: pointer;
}

.btn.btn-secondary {
    background: transparent;
    font-size: 18px;
    color: #084735;
    transition: 0.5s all;
    border-color: #084735;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 32px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-primary:focus {
    border: 1px solid #084735 !important;
    background: #084735 !important;
    color: #fff !important;
    cursor: pointer;
}

/* .aiz-main-wrapper {
    overflow-x: hidden;
} */
@keyframes arcu-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

#chat-with-us {
    z-index: 1000000;
    right: 20px;
    bottom: 80px;
    position: fixed !important;
    height: 80px;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#chat-with-us .badge {
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: center;
    place-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif,Arial;
    font-size: 12px;
    min-width: 20px;
    line-height: 1;
    padding: 0 6px;
    height: 20px;
    border-radius: 10px;
    z-index: 1;
    transition: transform .225s cubic-bezier(.4,0,.2,1) 0ms;
    background-color: #c00;
    color: #fff;
    top: 1px;
    right: 1px;
    font-weight: 700;
    transform: scale(0)
}
#chat-with-us .pulsation {
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-animation: arcu-pulse 2s infinite;
    animation: arcu-pulse 2s infinite
}
#chat-with-us .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
#chat-with-us .pulsation.stop {
    -webkit-animation: none;
    animation: none
}

#chat-with-us .message-icon {
    height: 80px;
    min-width: 80px;
    padding-left: 80px;
    right: 0;
    background-color: #084735;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
#chat-with-us .icon-chat, #chat-with-us .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: auto
}
#chat-with-us .icon-chat .img-24 {
    margin: auto;
}
#chat-with-us .icon-chat svg{
    width: 28px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 28px;
    margin: auto
}
#chat-with-us .icon-close svg {
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    font-size: 22px;
    margin: auto
}
#chat-with-us .icon-chat p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14.5px;
}
#chat-with-us .type-chat-block {
    background-color: transparent;
    background-color: #fcf9f2;
    box-shadow: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s all;
    transform: translate3d(0, -20%, 0);
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 90px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000000;
}
#chat-with-us .chat-item-container {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s all;
    overflow: hidden;
}
#chat-with-us .chat-item-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0s .2s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#chat-with-us .chat-item-container ul li{
    margin: 0;
    padding: 0;
    transition: transform 0s .2s;
    transition-timing-function: cubic-bezier(.3,0,.3,1);
    transform: translate3d(0, 500px, 0);
}
#chat-with-us .chat-item-container ul li .messanger{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    min-height: 54px;
    text-decoration: none;
    flex-direction: row-reverse;
    padding-right: 70px !important;
    padding: 0;
}
#chat-with-us .messanger .item-icon {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    right: 10px;
    left: unset;
    transition: .3s;
}
#chat-with-us .messanger svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
#chat-with-us .messanger .item-label {
    margin: 0;
    font-size: 15px;
    color: #084735;
    padding: 0;
    line-height: 17px;
    text-align: left;
    font-size: 16px;
}
#chat-with-us.show-chat .type-chat-block, #chat-with-us.show-chat .chat-item-container {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
#chat-with-us.show-chat .chat-item-container ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
}
#chat-with-us.show-chat .chat-item-container li {
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-duration: .4s;
    transform: translate3d(0, 0, 0);
}

.icon-cart i {
    font-size: 22px;
}

.text-black {
    color: #000;
}

.gap-3 {
    gap: 12px;
}

.border-ACB8B6 {
    border-color: #acb8b6 !important;
}

.text-8F8876 {
    color: #8f8876 !important;
}

.text-small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.text-medium {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.text-title {
    color: #fcf9f2;
    font-family: "Andes Rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 110%;
    letter-spacing: 0.92px;
}

.copy-right-box {
    margin: 0 !important;
    padding: 23px 90px;
}

.copy-right-box a,
.copy-right-box span {
    letter-spacing: 0.3px;
    font-size: 14px;
}

.text-xxl:hover,
.text-xxl.active {
    color: #e65000;
    background-color: unset !important;
}

.min-width-270 {
    min-width: 270px;
}

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

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

.mr-32px {
    margin-right: 32px;
}

.text-header-left {
    color: #4a5863;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 55px;
    margin: 0;
}

.text-header-left span {
    color: #e65000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.menu-header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.071);
    min-height: calc((100vh - 85px) * 2 / 3.5);
    height: 100%;
}
.w-186px {
    width: 186px;
}

.text-xxl {
    color: #1d413b;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
}

.w-lg-186px {
    width: 186px !important;
}

.menu-header .left-content {
    width: 445px;
    background: #003129;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 64px;
    gap: 24px;
    float: left;
}

.menu-header .title {
    color: #fcf9f2;
    font-family: "Andes Rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 110%;
    letter-spacing: 0.3px;
}

.menu-header .address,
.menu-header .open-close-time {
    color: #fcf9f2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.3px;
    opacity: 0.7;
}

.menu-header .right-content {
    width: -webkit-fill-available;
    overflow: auto;
    width: 100%;
    display: flex;
    text-align: right;
}

.menu-header ul {
    display: flex;
    padding: 40px;
    width: 100%;
    margin: 0;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    align-items: flex-end;
    list-style-type: none;
}

.footer-logo {
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 89px;
    height: auto;
}

.footer-logo {
    width: 299px;
    justify-content: center;
}
.footer-right {
    width: calc(100% - 300px);
}
.footer-right .link-list > * {
    max-width: calc((100% - 30px)/ 3);
    width: 100%;
    flex: 0 0 33.33%;
    padding-right: 10px;
}

.footer-right .link-list {
    padding: 48px 90px 20px;
}

.footer-right .link-list {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    gap: 10px;
}

.title-footer {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-right .link-list li,
.footer-right .link-list li * {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.3px;
}

.footer-right ul.social a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.footer-right .social {
    display: flex;
    gap: 62px;
    padding: 0;
    margin: 0 !important;
}

.footer-right .list-inline-item:not(:last-child) {
    margin: 0;
}

.footer-right ul {
    margin-bottom: 0;
}

.social-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding: 23px 71px 23px 90px;
}

.copy-right-box a {
    color: #fff;
    text-transform: capitalize;
}

.copy-right-box a:hover {
    color: var(--hov-primary);
}

.w-186 {
    width: 186px;
}

@media (min-width: 1500px) {
    .container,
    .container-xxl {
        max-width: 1920px;
        padding: 0 60px;
    }
    .container.container-header {
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .footer-right ul {
        margin: 0 !important;
    }

    .footer-logo {
        padding: 20px 16px;
    }

    .footer-logo {
        border-right: 0;
        border-left: 0;
    }

    .footer-logo img {
        width: 80px;
    }
    .footer-right .social {
        gap: 50px;
    }
}

/* slider banner home */

.home-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset;
    right: 0;
    left: unset;
    max-width: 130px;
    display: flex;
    flex-direction: column;
    top: 273px;
    gap: 43px;
    text-align: left;
}

.home-slider-banner .swiper-pagination-bullet-active {
    background-color: unset;
}

.home-slider-banner .swiper-pagination-clickable .swiper-pagination-bullet {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    width: auto;
    height: auto;
    background: unset;
    position: relative;
}

.home-slider-banner
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0;
}

.home-slider-banner
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: calc(100% - 27px);
    margin-left: auto;
}

.home-slider-banner
    .swiper-pagination-clickable
    .swiper-pagination-bullet::after {
    content: "";
    display: block;
    height: 1px;
    background: #909090;
    position: absolute;
    top: 0;
    width: calc(100% - 32px);
    right: 0;
}

.home-slider-banner .content-slider {
    position: absolute;
    bottom: 200px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 45px;
    width: 100%;
    align-items: flex-end;
    z-index: 3;
}

.home-slider-banner .swiper-slide > div {
    position: relative;
    padding-bottom: 47.89%;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}

.home-slider-banner h2 {
    color: #fcf9f2;
    font-family: "Andes Rounded";
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: 838px;
    margin: 0;
}

.link-product {
    width: 510px;
    height: 200px;
    background: #fcf9f2;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.link-product h3 {
    margin: 0;
    padding: 24px 24px 18px;
    color: #003129;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    text-transform: uppercase;
}

.link-product a {
    position: absolute;
    bottom: 26px;
    right: 37px;
}

.img-banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.home-banner-area .swiper-slide > div::before {
    content: "";
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.home-banner-area {
    position: relative;
    overflow: hidden;
}
.guest .nav-user-info {
    padding: 31.5px 24px !important;
}
.guest.logged .nav-user-info {
    padding: 21.5px 24px !important;
}
.nav-user-info .nav-user-img img{
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .home-banner-area {
        height: calc(100vh - 84px);
    }
    .h-full {
        height: 100%;
    }
}

.home-slider-banner {
    width: 100%;
}

@media screen and (max-width: 991.98px) {
    .home-slider-banner h2 {
        font-size: 50px;
        max-width: 100%;
    }
    .link-product {
        width: 100%;
    }
}
/* auto scroll section */

.scroll {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
}
.d-scroll,
.m-scroll {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    animation: scrollText 20s infinite linear;
    margin: 0;
    font-size: 0;
    justify-content: space-between;
    width: fit-content;
}
.d-scroll {
    display: none;
}
.m-scroll {
    display: flex;
}
.gif-mobile {
    display: none;
}
.image-with-text-wrapper
    .feature-row--no-overlapping
    .homepage-featured-content-wrapper {
    column-gap: 32px;
}
.flow-homepage
    .image-with-text-wrapper
    .homepage-content--image.large--one-half
    div {
    height: 100%;
}
.flow-homepage
    .image-with-text-wrapper
    .homepage-content--image.large--one-half
    img {
    height: 100%;
}
@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-19.5%);
    }
}

/* introduction-home */

.introduction-home {
    min-height: 600px;
    position: relative;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.introduction-home .introduction-subtitle {
    color: #013129;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.8px;
    min-width: 368px;
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid #32231e;
    position: absolute;
    top: -14px;
    padding-bottom: 9px;
}

.introduction-home .introduction-box {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
}

.introduction-home .introduction-text {
    color: #1e3227;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.introduction-home .introduction-space {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    min-width: 368px;
    display: inline-block;
    width: fit-content;
    opacity: 0;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) {
    .introduction-home {
        min-height: 400px;
    }
}

/* reason-choose */

.reason-choose {
    background: #fcf9f2;
    max-width: 100%;
    padding: 65px 60px 160px 60px;
}

.reason-choose > img {
    margin-bottom: 40px;
}

.reason-choose > h2 {
    color: #003129;
    font-family: "Andes Rounded";
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 76px;
    max-width: 650px;
}

.reason-choose .content {
    display: flex;
}

.reason-choose .content .item {
    border-radius: 32px 0px 0px 32px;
    padding: 48px;
    padding-right: 88px;
    width: calc(25% + 40px);
    margin-left: -40px;
}

.reason-choose .content .item:first-of-type {
    margin: 0;
}

.reason-choose .content .item:last-of-type {
    width: 25%;
    padding-right: 48px;
    border-radius: 32px;
}

.reason-choose .content .title {
    color: #fff;
    font-family: "Andes Rounded";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.reason-choose .content .description {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: 150%;
}

.reason-choose .content .item img {
    padding: 28px 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
    .reason-choose .content {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .reason-choose .content .item {
        width: calc(50% + 40px);
        margin: 0;
    }

    .reason-choose .content .item:nth-child(2n) {
        width: 50%;
        padding-right: 48px;
        border-radius: 32px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 768px) {
    .reason-choose {
        padding: 60px 24px;
    }

    .reason-choose > h2 {
        font-size: 50px;
        margin-bottom: 24px;
    }

    .reason-choose > img {
        margin-bottom: 24px;
    }
}

/* core-values */

.core-values-container {
    max-width: 1493px;
    margin: 0 auto;
    width: 100%;
}

.core-values {
    padding: 145px 60px 408px;
    overflow: hidden;
    min-height: 780px;
}

.pattern-line {
    background-image: url("../img/pathern-mobile.png");
    background-color: #fcf9f2;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: -120px;
    background-size: 40%;
    position: relative;
    overflow: hidden;
}
/* .pattern-line::before {
    content: '';
    background: url(../img/pattern.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 536px;
} */

.core-values img {
    margin-bottom: 40px;
}

.core-values h2 {
    color: #003129;
    font-family: "Andes Rounded";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 79.2px;
    max-width: 100%;
    margin-bottom: 42px;
}

.core-values .description {
    max-width: 588px;
    margin-bottom: 32px;
    position: relative;
}

.core-values .description p {
    color: #003129;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 12px;
}

.core-values .description p strong {
    color: #e65000;
}

.core-values .link {
    color: #817351;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    padding: 8px 20px;
    border-radius: 35px;
    border: 1px solid #817351;
    display: inline-block;
    margin-top: 14px;
}

.core-values svg {
    margin-left: 16px;
}

.core-values svg path {
    transition: all 0.5s ease;
}

.core-values .link:hover {
    color: var(--hov-primary);
    border: 1px solid var(--hov-primary);
}

.core-values .link:hover svg path {
    stroke: var(--hov-primary);
}

.core-values .content {
    margin-left: 183px;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 1894px) {
    .core-values {
        padding: 64px 100px;
    }
}

@media screen and (max-width: 1440px) {
    .core-values .content {
        margin: 0;
    }

    .core-values {
        padding: 60px 32px;
    }
}

@media screen and (max-width: 768px) {
    .core-values {
        padding: 60px 24px;
    }
}

@media screen and (max-width: 576px) {
    .core-values img {
        margin-bottom: 16px;
    }

    .core-values {
        padding: 24px 16px;
    }
    .core-values .description {
        margin-bottom: 16px;
        padding-left: 0;
    }

    .core-values .link {
        padding: 0px 20px;
        background: #fff;
    }

    .core-values .description::before {
        left: 0;
    }
}

/* effort */

.introduction-home .effort-box .introduction-subtitle {
    color: #fcf9f2;
    border-color: #fcf9f2;
}

.introduction-home .effort-box .introduction-text {
    color: #fcf9f2;
}
/* growing_areas */
.growing_areas {
    padding: 60px 0 0 60px;
}
.growing_areas-container {
    position: relative;
    display: flex;
}

.growing_areas .left-content {
    width: 100%;
    max-width: 621px;
    padding-right: 25px;
    border-right: 1px solid #dedad2;
    position: relative;
}

.growing_areas .left-content .pagination {
    align-items: baseline;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 30px;
    width: 100%;
    z-index: 2;
}

.growing_areas .left-content img {
    margin-bottom: 32px;
}

.growing_areas .left-content h2 {
    color: #003129;
    font-family: "Andes Rounded";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 79.2px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
}

.growing_areas .description {
    opacity: 0.8;
    color: #003129;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.growing_areas .description p {
    margin-bottom: 29px;
}

.growing_areas .right-content {
    max-width: calc(100% - 646px);
    width: 100%;
    margin-left: 25px;
    height: 100%;
}

.growing_areas .swiper-pagination-current {
    color: #3f382b;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.369px;
}

.growing_areas .swiper-pagination-custom {
    color: #c0bbab;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.369px;
}

.growing_areas .swiper-redirect {
    display: flex;
    gap: 24px;
}

.growing_areas .swiper-button-disabled path {
    stroke: #c0bbab;
}

.growing_areas .map-box {
    max-width: 459px;
    width: 100%;
}

.growing_areas .intro-image {
    max-width: calc(100% - 471px);
    object-fit: cover;
    width: 100%;
}

.growing_areas .right-content .swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.growing_areas .right-content .map-box {
    position: relative;
}

.growing_areas .right-content .map-box .map-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.growing_areas .right-content .map-image {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80%;
    object-fit: cover;
}

@media screen and (max-width: 1894px) {
    .growing_areas {
        padding: 64px 0 0 60px;
    }

    .growing_areas .left-content h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .growing_areas {
        flex-direction: column;
        padding: 60px 24px;
        gap: 32px;
    }

    .growing_areas .left-content {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        border: 0;
    }

    .growing_areas .right-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .growing_areas {
        padding: 24px 16px;
        gap: 16px;
    }
}

@media screen and (max-width: 576px) {
    .growing_areas .left-content img {
        margin-bottom: 16px;
    }

    .growing_areas .left-content h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .growing_areas .description {
        font-size: 16px;
    }
}
/* coffee-stories */
.coffee-stories {
    padding: 160px 60px;
    background: #fcf9f2;
}

.coffee-stories > img {
    margin-bottom: 32px;
}

.coffee-stories > h2 {
    color: #003129;
    font-family: "Andes Rounded";
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.coffee-stories > h2 a {
    color: #e65000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.coffee-stories .blogs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.coffee-stories .blogs img {
    width: 100%;
}

.coffee-stories .blogs .blog {
    position: relative;
    height: fit-content;
}

.coffee-stories .blogs .blog .title-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 32px;
}

.coffee-stories .blogs .blog h2 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.coffee-stories .blogs .blog a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 1894px) {
    .coffee-stories {
        padding: 120px 60px;
    }

    .coffee-stories > h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .coffee-stories .blogs {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width: 576px) {
    .coffee-stories .blogs {
        grid-template-columns: 1fr !important;
    }

    .coffee-stories > h2 {
        font-size: 32px;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 16px;
        gap: 16px;
    }

    .coffee-stories {
        padding: 32px 16px;
    }

    .coffee-stories > img {
        margin-bottom: 16px;
    }
}

/* gift-box */

.gift-box {
    display: flex;
    flex-direction: column;
    gap: 100px;
    background: #fcf9f2;
    z-index: 100;
}

.gift-container {
    max-width: 1580px;
    margin: 0 auto;
    width: 100%;
}

.gift-box h2 {
    color: #003129;
    text-align: center;
    font-family: "Andes Rounded";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 35px;
}

.gift-box .swiper {
    width: 553px;
    padding: 0 50px;
}

.gift-box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 91.67%;
}

.gift-box .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gift-box {
    padding: 40px 60px 80px;
}

.list-option-swiper {
    display: flex;
    flex-direction: column;
    gap: 44px;
    list-style: none;
    padding: 0;
}

.list-option-swiper li {
    position: relative;
    cursor: pointer;
    padding-left: 44px;
}
.list-option-swiper li.active label {
    position: relative;
}
.list-option-swiper li.active label::after {
    content: "";
    width: 385px;
    height: 1px;
    background: #b3b0a9;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.swiper-gift-box .search-more {
    color: #e65000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.list-option-swiper li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.list-option-swiper .check {
    position: absolute;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    left: 0;
    background: #d9d9d9;
    transform: translate(0, -50%);
    top: 50%;
}

.list-option-swiper .active input ~ .check {
    background: rgba(230, 80, 0, 0.2);
}

.list-option-swiper .active input ~ .check::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #e65000;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.list-option-swiper label {
    color: #242f37;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    cursor: pointer;
}

.list-option-swiper .active label {
    color: #e15911;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.list-option-swiper .option-swiper svg {
    display: none;
}

.list-option-swiper .active.option-swiper svg {
    display: inline-block;
    margin-left: 24px;
}

.swiper-gift-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.gift-box .buy-now {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 35px;
    background: #00251f;
    min-width: 192px;
}

.gift-box .add-to-cart-home {
    color: #00251f;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 35px;
    border: 1px solid #00251f;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    margin-right: 0;
}

.gift-box .add-to-cart-home:hover svg,
.gift-box .add-to-cart-home:active svg,
.gift-box .add-to-cart-home:focus svg {
    filter: invert(99%) sepia(4%) saturate(2%) hue-rotate(31deg)
        brightness(105%) contrast(100%);
}

.gift-box .buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-self: flex-end;
    justify-content: end;
    height: fit-content;
    position: relative;
}

.gift-box .buttons::after {
    content: "";
    width: 285px;
    height: 1px;
    background: #b3b0a9;
    position: absolute;
    right: 80%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.buy-now-home,
.out-of-stock {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 35px;
    background: #00251f;
    border: 0;
    min-width: 200px;
    border: 1px solid #00251f;
}
.out-of-stock:hover,
.out-of-stock:focus {
    border: 1px solid #00251f;
    background: #fff;
    color: #00251f;
}

.gift-box .infomation {
    padding: 40px 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift-box .infomation .content {
    width: calc(100% / 3);
}

.gift-box .infomation .content {
    padding: 0 52px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 562px;
}

.gift-box .infomation .content:first-child {
    padding-left: 0;
}
.gift-box .infomation .content:last-child {
    padding-right: 0;
}

.gift-box .infomation .content .title {
    color: #003129;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.3px;
}

.gift-box .infomation .content .description {
    color: #88847d;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.gift-box .infomation .content:nth-child(2n) {
    border-left: 1px solid #e5e4e2;
    border-right: 1px solid #e5e4e2;
}

@media screen and (max-width: 1894px) {
    .gift-box > h2 {
        font-size: 50px;
    }
    .gift-box {
        padding: 32px;
        gap: 32px;
    }
}

@media screen and (max-width: 1440px) {
    .gift-box > h2 {
        font-size: 50px;
    }
    .gift-box .infomation {
        padding-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .gift-box .swiper {
        width: 100%;
    }
    .gift-box .swiper {
        height: auto;
    }
    .swiper-gift-box .swiper-3d .swiper-slide-shadow {
        height: auto;
    }
    .swiper-gift-box .swiper-slide {
        height: fit-content;
    }

    .gift-box .infomation {
        flex-direction: column;
        gap: 24px;
    }

    .gift-box .infomation .content {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
    }

    .gift-box .infomation .content:nth-child(2n) {
        border: 0;
    }

    .list-option-swiper {
        align-self: baseline;
    }

    .gift-box .buttons {
        align-self: baseline;
    }
}

@media screen and (max-width: 576px) {
    .swiper-gift-box .swiper-slide {
        height: fit-content;
    }

    .swiper-gift-box .swiper-slide img {
        width: 100%;
    }

    .swiper-gift-box .swiper-3d .swiper-slide-shadow {
        height: auto;
    }

    .gift-box .swiper {
        height: auto;
    }

    .gift-box {
        padding: 32px 16px;
    }
}

/* introduction-flavor */

.effort-section {
    position: relative;
    z-index: 1;
}

.effort-section::after {
    content: "";
    position: absolute;
    background: url(../img/Layer_11.png) no-repeat;
    right: 0;
    top: 0;
    display: inline-block;
    width: 261px;
    height: 340px;
}

.introduction-flavor {
    padding: 60px;
    position: relative;
    background: #fcf9f2;
    overflow: hidden;
}
.introduction-flavor-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.introduction-flavor::before {
    content: "";
    background: url("../img/light.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    z-index: 3;
}

.introduction-flavor h2 {
    color: #716646;
    text-align: center;
    font-family: "Andes Rounded";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 86.4px;
    margin: 0;
}

.introduction-flavor .main-image {
    z-index: 2;
    position: relative;
}

.introduction-flavor .main-image > img {
    display: block;
    max-width: 1038px;
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 10;
    position: relative;
}

.introduction-flavor .description {
    color: #737068;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 1184px;
    margin: auto;
    padding: 0 20px;
}

.introduction-flavor .scroll {
    position: absolute;
    z-index: 1;
    /* height: 237px; */
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.introduction-flavor .scroll span {
    display: inline-block;
}

.introduction-flavor .bg {
    width: 2413.112px;
    height: 1420.544px;
    transform: rotate(-1.427deg);
    position: absolute;
    left: -100px;
    bottom: -235px;
    fill: radial-gradient(
        15.28% 76.53% at 79.95% 17.02%,
        #f54f01 0%,
        rgba(245, 79, 1, 0) 100%
    );
    mix-blend-mode: lighten;
    filter: blur(21.399999618530273px);
    z-index: 3;
}

@media screen and (max-width: 1894px) {
    .introduction-flavor h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .introduction-flavor .bg {
        left: 0;
    }

    .introduction-flavor {
        padding: 60px 20px;
    }

    .introduction-flavor h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .introduction-flavor {
        gap: 24px;
    }

    .introduction-flavor .description {
        font-size: 20px;
    }
    .introduction-flavor {
        padding: 60px 24px;
    }
}

.circle-container {
    position: absolute;
    width: 800px;
    height: 800px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
    top: -16%;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.circle-container > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.circle-container > :nth-of-type(1) {
    transform: rotate(0deg) translate(400px) rotate(0deg);
}
.circle-container > :nth-of-type(2) {
    transform: rotate(72deg) translate(400px) rotate(-45deg);
}
.circle-container > :nth-of-type(3) {
    transform: rotate(144deg) translate(400px) rotate(-90deg);
}
.circle-container > :nth-of-type(4) {
    transform: rotate(216deg) translate(400px) rotate(-135deg);
}
.circle-container > :nth-of-type(5) {
    transform: rotate(288deg) translate(400px) rotate(-180deg);
}

.circle-container img {
    display: block;
    border-radius: 50%;
    width: 365px;
    height: 365px;
}
.circle-container img:hover {
    filter: grayscale(0);
}

.circle-container > * {
    transition: transform 0.5s ease-in-out;
}

@media screen and (max-width: 1894px) {
    /* .circle-container img {
        width: 200px;
        height: 200px;
    }

    .circle-container {
        width: 400px;
        height: 400px;
    } */
}

/* category */

.banner-container .swiper-slide {
    min-height: 1000px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.banner-container .content {
    max-width: 1090px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 324px;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
}

.banner-container .content .title {
    color: #fcf9f2;
    font-family: "Andes Rounded";
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}

.banner-container .content .description {
    color: #bebebe;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.banner-container .content .description span {
    color: #ff894b;
}

.banner-container .bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

.banner-swiper {
    position: relative;
}

.banner-container .swiper .swiper-pagination-banner {
    z-index: 1;
    position: absolute;
    bottom: 300px;
    max-width: 1090px;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, 0);
    bottom: 300px;
    left: 50%;
    display: flex;
    gap: 12px;
}

.banner-container
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.banner-container
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    flex-shrink: 0;
    opacity: 1;
    border-radius: 17px;
    background: #6e6e6e;
    margin: 0;
}

.banner-container
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-container
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.h-476px {
    height: 476px !important;
}

.product-name-category {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #c6c6c6;
}

.product-name-category h3,
.product-name-category a {
    color: #003129;
    font-size: 22px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    line-height: 24.2px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
    margin: 0;
}

.del-price-product * {
    color: var(--secondary);
    font-size: 18px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
}

.price-product * {
    color: #e65000;
    font-size: 18px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
}

.aiz-card-box {
    padding-bottom: 74px;
}

.mt-112px {
    margin-top: 112px !important;
}

.title-category {
    color: #003129;
    font-family: "Andes Rounded";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.nav-user-info {
    padding: 22px 24px !important;
}
.coffee-stories .blogs .blog a svg {
    width: 59px;
    height: 59px;
}

.link-product img {
    width: 81px;
}
.swiper-gift-box .sgb-left {
    display: flex;
    flex-direction: column;
}
.logo-mobile {
    display: none;
    @media screen and (max-width: 991.98px) {
        display: block;
        width: 109px;
    }
}
.logo-PC {
    display: block;
    @media screen and (max-width: 991.98px) {
        display: none;
    }
}

/*Blog Detail V2*/
.blog-detail .bt-banner .banner-main {
    position: relative;
}
.blog-detail .bt-banner .banner-main img {
    width: 100%;
}
.blog-detail .bt-banner .banner-main .content-banner {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    padding: 80px 120px;
    bottom: 0;
}
.blog-detail .bt-banner .banner-main h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    color: #fcf9f2;
    max-width: 665px;
    margin-bottom: 24px;
    font-family: "Plus Jakarta Sans";
}
.blog-detail .bt-banner .banner-main p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #bebebe;
    max-width: 960px;
}

.blog-detail .ce-main {
    background: #fcf9f2;
    padding: 80px 120px;
}
.blog-detail .ce-main h3 {
    font-size: 48px;
    line-height: 72px;
    color: #003129;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
}
.blog-detail .ce-main p {
    font-size: 20px;
    line-height: 30px;
    color: #003129;
    margin-bottom: 30px;
    font-family: "Plus Jakarta Sans";
}
.blog-detail .img-content {
    display: inline-block;
    width: 100%;
}
.blog-detail .img-content .image-left {
    max-width: 966px;
    width: 100%;
    float: left;
    margin-right: 34px;
}
.blog-detail .img-content .image-left img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}
.blog-detail .img-content .content-right {
    max-width: calc(100% - 1000px);
    float: left;
}
.blog-detail .ce-iframe {
    padding: 80px 120px;
}
.blog-detail .ce-iframe h1 {
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 32px;
}
.blog-detail .ce-iframe p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 0;
}
.blog-detail .ce-iframe .img-iframe {
    margin-top: 80px;
}
.blog-detail .ce-iframe .img-iframe img {
    width: 100%;
}
.blog-detail .\32 columns {
    display: flex;
    flex-direction: row;
    column-gap: 33px;
}
.blog-detail .how-to-use {
    padding: 80px 120px;
    position: relative;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.7) 100%
        ),
        url("../img/blog/bottom-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-detail .how-to-use h3 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    color: #003129;
    font-family: "Plus Jakarta Sans";
    color: #fff;
}
.blog-detail .how-to-use p {
    font-size: 20px;
    line-height: 30px;
    color: #003129;
    margin-bottom: 30px;
    font-family: "Plus Jakarta Sans";
    color: #fff;
}
.blog-detail .how-to-use img {
    width: 100%;
}
.blog-detail .row-bottom {
    margin-top: 40px;
}
.blog-detail .row-bottom ul li {
    font-size: 20px;
    line-height: 30px;
    color: #003129;
    font-family: "Plus Jakarta Sans";
}
.blog-detail .row-bottom h3,
.blog-detail .row-bottom p,
.blog-detail .row-bottom ul li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}
.blog-detail .how-to-use h3,
.blog-detail .how-to-use p {
    color: rgba(255, 255, 255, 0.8);
}
.blog-detail .row-bottom h3 {
    margin-bottom: 20px;
}
.blog-detail .cei-bottom p {
    position: relative;
    padding-left: 30px;
}
.blog-detail .cei-bottom p::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 0;
}
.blog-detail .row-bottom ul {
    padding-left: 20px;
}
.blog-detail .row-bottom ul li {
    position: relative;
}
.blog-detail .row-bottom ul li::before {
    content: "-";
    position: absolute;
    top: 0px;
    left: -20px;
}
@media screen and (max-width: 1640px) {
    .blog-detail .img-content .image-left {
        max-width: 687px;
    }
    .blog-detail .img-content .content-right {
        max-width: calc(100% - 721px);
    }
    .blog-detail .row-middle.img-content .image-left {
        max-width: 584px;
    }
    .blog-detail .row-middle.img-content .content-right {
        max-width: calc(100% - 628px);
    }
    .list-option-swiper {
        gap: 30px;
    }
    .blog-detail .bt-banner .banner-main h2,
    .blog-detail .ce-main h3,
    .blog-detail .ce-iframe h1 {
        font-size: 44px;
        line-height: 66px;
    }
}
@media screen and (max-width: 1365px) {
    .list-option-swiper {
        gap: 15px;
    }
    .blog-detail .ce-main,
    .blog-detail .bt-banner .banner-main .content-banner,
    .blog-detail .ce-iframe,
    .blog-detail .how-to-use {
        padding: 40px;
    }
    .blog-detail .ce-iframe h1,
    .blog-detail .bt-banner .banner-main h2,
    .blog-detail .bt-banner .banner-main p {
        max-width: 100%;
    }
    .blog-detail .img-content .image-left,
    .blog-detail .row-middle.img-content .image-left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .blog-detail .img-content .content-right,
    .blog-detail .row-middle.img-content .content-right {
        max-width: 100%;
    }
    .blog-detail .bt-banner .banner-main img {
        min-height: 370px;
    }
    .blog-detail .img-content .image-left img {
        min-height: auto;
    }
}
@media screen and (max-width: 991.98px) {
    .blog-detail .\32 columns {
        flex-direction: column;
    }
    .blog-detail .cei-bottom p {
        padding-left: 0;
    }
    .blog-detail .cei-bottom p::after {
        display: none;
    }
    .blog-detail .cei-bottom .content-right {
        margin-top: 20px;
    }
    .blog-detail .ce-iframe .img-iframe {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .blog-detail .ce-main,
    .blog-detail .bt-banner .banner-main .content-banner,
    .blog-detail .ce-iframe,
    .blog-detail .how-to-use {
        padding: 20px;
    }
    .blog-detail .bt-banner .banner-main img {
        min-height: 546px;
        object-fit: cover;
    }
    .blog-detail .ce-main h3,
    .blog-detail .ce-iframe h1,
    .blog-detail .how-to-use h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .blog-detail .ce-main p,
    .blog-detail .ce-iframe p,
    .blog-detail .how-to-use p,
    .blog-detail .row-bottom ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .blog-detail .img-content {
        display: flex;
        flex-direction: column;
    }
    .blog-detail .img-content .image-left {
        order: 2;
    }
    .blog-detail .img-content .content-right {
        order: 1;
    }
    .blog-detail .ce-iframe h1 {
        margin-bottom: 24px;
        color: rgba(255, 255, 255, 0.8);
    }
    .blog-detail .ce-iframe p {
        color: rgba(255, 255, 255, 0.8);
    }
    .blog-detail .row-bottom ul li {
        color: rgba(255, 255, 255, 0.8);
    }
    .blog-detail .row-middle.img-content .image-left {
        margin-bottom: 0;
    }
    .blog-detail .row-bottom {
        margin-top: 20px;
    }
}
/*End Blog Detail V2*/

@media screen and (max-width: 1640px) {
    .home-slider-banner h2 {
        font-size: 100px;
        max-width: 628px;
    }
    .introduction-home .introduction-box {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 55%;
        left: 50%;
        max-width: 1064px;
        width: 100%;
        padding: 0 20px;
    }
    .introduction-home .introduction-subtitle {
        font-size: 14px;
        line-height: 15.6px;
    }
    .introduction-home .introduction-text {
        font-size: 20px;
        line-height: 30px;
    }
    .gift-box .buttons {
        justify-content: center;
    }
    .swiper-gift-box {
        display: flex;
        width: 100%;
    }
    .swiper-gift-box .sgb-left {
        width: 300px;
    }
    .swiper.swiper-cards {
        max-width: calc(100% - 648px);
        width: 100%;
        padding: 0 8px;
    }
    .gift-box .buttons {
        max-width: 300px;
        width: 100%;
    }
    .gift-box {
        padding: 32px 100px;
    }
    .gift-box h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .list-option-swiper label,
    .list-option-swiper .active label {
        font-size: 16px;
        line-height: 24px;
    }
    .list-option-swiper li .search-more {
        font-size: 16px;
        line-height: 24px;
    }
    .gift-box .infomation .content .title {
        font-size: 20px;
        line-height: 22px;
    }

    .gift-box .infomation .content .description {
        font-size: 16px;
        line-height: 24px;
    }

    .introduction-flavor h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .introduction-flavor .description {
        font-size: 20px;
        line-height: 30px;
        max-width: 1024px;
        width: 100%;
    }
    .growing_areas .left-content {
        max-width: 405px;
    }
    .growing_areas .right-content {
        max-width: calc(100% - 392px);
    }
    .core-values .description p {
        font-size: 20px;
        line-height: 24px;
    }

    .core-values h2 {
        font-size: 48px;
        margin-bottom: 30px;
        line-height: 52.8px;
    }
    .core-values .content {
        margin-left: 0;
    }
    .core-values {
        padding: 64px 150px;
    }
    .no-login-info {
        font-size: 13px;
    }
    .min-width-270 {
        min-width: 235px;
    }
    .min-width-270 + .min-width-270 {
        min-width: 215px;
    }
    .menu-user {
        margin-right: 250px;
    }
    .gift-container {
        max-width: 1064px;
        padding: 0 20px;
    }
    .introduction-flavor-container {
        max-width: 1064px;
        padding: 0 20px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
    .introduction-home {
        min-height: 390px;
    }
    .core-values-container {
        max-width: 1064px;
    }
    .circle-container img {
        width: 300px;
        height: 300px;
    }
    .circle-container {
        top: -32%;
        right: -205px;
    }

    .growing_areas .left-content h2 {
        font-size: 48px;
        line-height: 52.8px;
    }
    .growing_areas .description {
        font-size: 16px;
        line-height: 25px;
    }
    .growing_areas .swiper-pagination-current {
        font-size: 32px;
        line-height: 35.2px;
    }
    .growing_areas .swiper-pagination-custom {
        font-size: 16px;
        line-height: 17.6px;
    }
    .coffee-stories > h2 {
        font-size: 48px;
        list-style: 52.8px;
    }
    .coffee-stories .blogs .blog h2 {
        font-size: 20px;
        list-style: 30px;
    }
    .pattern-line {
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: 35%;
    }
}

@media screen and (max-width: 1540px) {
    .home-slider-banner .content-slider {
        padding: 0 60px;
    }
    .home-slider-banner h2 {
        font-size: 90px;
    }
    .link-product {
        width: 350px;
        margin: 0;
    }
    .home-slider-banner
        .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 80px;
    }
    .footer-logo {
        width: 231px;
    }
    .footer-right {
        width: calc(100% - 232px);
    }
    .footer-logo img {
        width: 89px;
    }
    .footer-right .link-list {
        padding: 32px 62px 24px;
    }
    .social-box {
        padding: 18px 41px 18px 62px;
    }
    .text-title {
        font-size: 18px;
    }
    .copy-right-box {
        padding: 18px 63px;
    }
    .coffee-stories .blogs .blog a svg {
        width: 26px;
        height: 29px;
    }
    .coffee-stories .blogs .blog .title-box {
        padding: 20px;
    }
    .home-banner-area .scroll img {
        height: 84px;
    }
    .home-banner-area .scroll {
        margin-top: -84px;
    }
}

@media screen and (max-width: 1440px) {
    .menu-header ul {
        gap: 25px;
    }
    .text-xxl {
        font-size: 36px;
        line-height: 110%;
    }

    .banner-container .content .description {
        color: #bebebe;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin: 0;
    }
    .effort-section .introduction-box {
        padding-right: 260px;
    }
    .growing_areas .map-box {
        max-width: 350px;
    }
    .growing_areas .intro-image {
        max-width: calc(100% - 362px);
    }
    .growing_areas .description {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
    }
    .gift-box .buttons {
        max-width: 300px;
    }
    .swiper.swiper-cards {
        max-width: calc(100% - 648px);
    }
    .circle-container {
        top: -32%;
        right: -200px;
    }
    .footer-right .link-list {
        padding: 24px 45px 24px;
    }
    .title-footer {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .text-title {
        font-size: 18px;
    }
    .footer-right .link-list li, .footer-right .link-list li * {
        font-size: 14px;
    }
    .footer-right ul.social a {
        font-size: 14px;
    }
    .copy-right.text-medium {
        font-size: 14px;
    }
    .social-box {
        padding: 12px 45px;
    }
    .copy-right-box {
        padding: 12px 45px;
    }
}
@media screen and (max-width: 1365px) {
    .circle-container {
        top: -32%;
        right: -300px;
    }
    .pattern-line {
        background-position-y: -120px;
    }
}
@media screen and (max-width: 1199.98px) {
    .home-slider-banner .content-slider {
        bottom: 100px;
    }
    .home-slider-banner
        .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 60px;
    }
    .link-product {
        height: 180px;
    }
    .growing_areas .left-content .pagination {
        position: static;
        margin-top: 30px;
    }
    .gift-box {
        padding: 32px 20px;
    }
    .gift-box .infomation {
        padding-top: 40px;
    }
    .growing_areas {
        padding: 64px 0 0 20px;
    }
    .coffee-stories {
        padding: 60px 20px;
    }
    .home-slider-banner .content-slider {
        padding: 0 50px;
    }
    .home-slider-banner h2 {
        font-size: 70px;
        max-width: calc(100% - 400px);
    }
    .swiper-gift-box {
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .swiper-gift-box .sgb-left {
        width: 50%;
        float: left;
        gap: 25px;
    }
    .swiper.swiper-cards {
        max-width: 50%;
        float: left;
        padding: 0 40px;
    }
    .gift-box .buttons {
        justify-content: flex-start;
        max-width: 100%;
        padding-top: 30px;
    }
    .growing_areas-container {
        display: inline-block;
        width: 100%;
    }
    .growing_areas .left-content {
        width: 100%;
        max-width: 100%;
        border-right: none;
        margin-bottom: 30px;
    }
    .growing_areas .right-content {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .growing_areas .map-box {
        max-width: 40%;
    }
    .growing_areas .map-box img {
        width: 100%;
    }
    .growing_areas .intro-image {
        max-width: calc(60% - 12px);
    }
    .footer-right .link-list {
        padding: 32px 20px 24px;
    }
    .social-box > div {
        width: 50%;
        flex: 0 0 50%;
    }
    .social-box {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
        padding: 23px 20px;
    }
    .text-title {
        text-align: right;
    }
    .copy-right-box {
        padding: 23px 20px;
    }
    .list-option-swiper li.active label::after,
    .gift-box .buttons::after {
        display: none;
    }
}
@media screen and (max-width: 991.98px) {
    .home-banner-area {
        height: calc(100vh - 66px);
    }
    .home-slider-banner .swiper-slide > div {
        min-height: calc(100vh - 66px);
    }
    .pattern-line {
        background-size: 100%;
    }
    .buy-now-home,
    .gift-box .add-to-cart-home {
        min-width: 200px;
    }
    .home-slider-banner .content-slider {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }
    .home-slider-banner h2 {
        font-size: 50px;
        max-width: 100%;
    }
    .introduction-home {
        min-height: 300px;
    }
    .gift-box h2,
    .introduction-flavor h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .list-option-swiper {
        gap: 20px;
    }
    .gift-box .infomation .content .title {
        font-size: 20px;
    }
    .gift-box .infomation .content {
        gap: 10px;
    }
    .introduction-flavor::before {
        content: "";
        background: url("../img/light-mobile.png") no-repeat;
        position: absolute;
        top: -40px;
        right: -250px;
        width: 100%;
        height: 100%;
        mix-blend-mode: lighten;
        z-index: 3;
    }
    .introduction-flavor {
        padding-top: 0;
    }
    .circle-container {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 650px;
    }
    .list-option-swiper li {
        padding-left: 30px;
    }
    .core-values .link,
    .buy-now-home,
    .gift-box .add-to-cart-home {
        font-size: 18px;
    }
    .introduction-home .introduction-text {
        font-size: 18px;
    }
    .growing_areas {
        padding: 48px 20px 0 20px;
    }
    .core-values {
        padding: 48px 20px;
    }
    .introduction-flavor {
        padding: 0 0 60px 0;
    }
    .gift-box {
        padding: 32px 0;
    }
    .footer-logo {
        border: none;
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    .footer-right {
        width: 100%;
        border-top: 1px solid #ffffff40;
    }
    .footer-right > * {
        padding: 0 20px;
    }
    .social-box,
    .copy-right-box {
        border: none;
        padding: 20px;
    }
    .social-box {
        border-top: 1px solid #ffffff40;
        border-bottom: 1px solid #ffffff40;
        margin: 20px 0 !important;
    }
    .container-header {
        padding: 12px 20px;
    }
    .aiz-top-menu-sidebar.active .collapse-sidebar {
        overflow: hidden;
    }
    .footer-right .aiz-accordion-wrap {
        /*pointer-events: none;*/
    }
    .footer-right .aiz-accordion-panel {
        max-height: 100%;
        overflow: unset;
    }
    .footer-right .aiz-accordion-panel a {
        color: #fff;
    }
    .aiz-accordion-heading .aiz-accordion:after {
        opacity: 0;
    }
    .footer-right .aiz-accordion-wrap {
        margin-bottom: 15px;
    }
    .footer-right ul li {
        font-size: 14px;
        line-height: 15.4px;
        font-weight: 400;
        opacity: 0.7;
        letter-spacing: 0.3px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    .footer-right ul li:last-child {
        margin-bottom: 0;
    }
    .footer-right .aiz-accordion-heading .aiz-accordion {
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Plus Jakarta Sans", sans-serif;
        line-height: 17.6px;
        letter-spacing: 0.3px;
        font-weight: 600;
    }
    .footer-right .footer-widget {
        padding-top: 20px;
    }
    .menu-mobile .menu-header .right-content {
        overflow: hidden;
        width: 100%;
        padding-bottom: 0;
    }
    .menu-mobile .menu-header {
        top: 67px;
    }
    .menu-header {
        display: inline-block;
        min-height: 445px;
        height: 100%;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 575.98px) {
    .home-slider-banner h2 {
        font-size: 45px;
        line-height: 50px;
        max-width: 100%;
    }
    .swiper-gift-box {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    .swiper-gift-box .sgb-left {
        width: 100%;
        float: none;
        order: 2;
    }
    .swiper.swiper-cards {
        max-width: 100%;
        order: 1;
        padding: 0 40px;
    }
    .gift-box .buttons {
        position: static;
        order: 3;
        width: 100%;
        max-width: 274px;
        margin: 0 auto;
        padding-top: 0;
    }
    .gift-box .buttons button {
        width: 100%;
    }
    .gift-box h2,
    .introduction-flavor h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .effort-section .introduction-box {
        padding-right: 61px;
    }
    .effort-section::after {
        content: "";
        position: absolute;
        background: url(../img/Layer_11.png) no-repeat;
        right: 0;
        top: 0;
        display: inline-block;
        width: 75px;
        height: 120px;
        background-size: 100%;
    }
    .introduction-home .introduction-space,
    .introduction-home .introduction-subtitle {
        min-width: 150px;
    }
    .introduction-flavor .description {
        padding: 0;
        position: relative;
        z-index: 3;
        font-size: 16px;
        line-height: 24px;
    }
    .introduction-home .introduction-text {
        font-size: 16px;
        line-height: 24px;
    }
    .link-product {
        width: 100%;
    }
    .social-box > div {
        width: 100%;
        flex: 0 0 100%;
    }
    .text-title {
        text-align: left;
        margin-top: 30px !important;
    }
    .social-box {
        flex-direction: column;
    }
    .copy-right-box {
        gap: 20px;
        flex-direction: column;
    }
    .copy-right-box .text-medium {
        font-size: 14px;
        line-height: 15.4px;
        letter-spacing: 0.3px;
    }
    .coffee-stories .blogs img {
        height: 280px !important;
        object-fit: cover;
    }
    .introduction-flavor-container {
        gap: 30px;
    }
    .add-to-cart-box .add-to-cart.btn-secondary-base,
    .add-to-cart-box .add-to-cart.btn-primary {
        width: 100%;
        min-width: 100%;
    }
    .add-to-cart-box .add-to-cart.btn-secondary-base {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .swiper-gift-box {
        display: flex;
    }
    .swiper-gift-box .sgb-left {
        order: 2;
        gap: 5px;
    }
    .swiper.swiper-cards {
        order: 1;
    }
    .list-option-swiper {
        display: flex;
        flex-direction: row;
        gap: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    .list-option-swiper label {
        display: none;
    }
    .swiper-gift-box .search-more {
        margin-top: 0;
        justify-content: center;
        margin-bottom: 10px;
    }
    .list-option-swiper .check {
        height: 14px;
        width: 14px;
    }
    .list-option-swiper .active input ~ .check::before {
        width: 5px;
        height: 5px;
    }
    .introduction-flavor::before {
        top: -100px;
        right: 0;
    }
    .core-values {
        min-height: 700px;
    }
    .option-choice-form .aiz-radio-inline {
        display: inline-block;
    }
    .option-choice-form .aiz-radio-inline label {
        height: 36px;
        margin-bottom: 5px;
    }
    .product .text-left {
        margin-top: 30px;
    }
    .pattern-line {
        background-position-y: 180px;
        background-position-x: -80px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner-area {
        height: calc(100vh - 154px);
    }
    .home-slider-banner .swiper-slide > div {
        min-height: calc(100vh - 154px);
    }
}
