/* Px to rem */
    /* 
px	rem
40	2,5
20	1,25
14	0,875
24	1,5
80	5
60	3,75
92	5,75
36	2,25
56	3,5
28	1,75
44	2,75
18	1,125
12	0,75
22	1,375
26	1,625
16	1
32	2
38	2,375
48	3
68	4,25
72	4,5
54	3,375
110	6,875
    */
/* End */

/* Common */
body {
    font-family: "Poppins";
    font-size: var(--fontSizeBody);
    line-height: 1.5rem;
    color: var(--neutralN100);
}

.main-container {
    padding: 0 var(--spacingContainer);
}

.text-xs-regular {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
}

.text-s-regular {
    font-family: "Poppins"!important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
}

.text-m-regular {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
}

.text-l-regular {
    font-family: "Poppins"!important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
}

.text-l-medium {
    font-family: "Poppins"!important;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-l-bold {
    font-family: "Poppins"!important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-s-medium {
    font-family: "Poppins" !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}

.text-m-medium {
    font-family: "Poppins"!important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.625rem !important;
}

.text-m-semibold {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}

.text-l-semibold {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.text-xl-bold {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-s-link {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
    text-decoration: underline !important;
}

.text-m-link {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
    text-decoration: underline !important;
}

.text-l-strike-through {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.375rem !important;
    text-decoration: line-through !important;
}

.display-s-regular {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}

.display-s-semibold {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.625rem !important;
}

.display-m-semibold {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.display-l-semibold {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    font-size: 1.375rem !important;
    line-height: 2.375rem !important;
}

.display-s-bold {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.display-l-bold {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 1.375rem !important;
    line-height: 2.375rem !important;
}

.display-2xl-bold {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 1.75rem !important;
    line-height: 2.75rem !important;
}

.text-color-primaryP100 {
    color: var(--primaryP100) !important;
}

.text-color-secondaryBrown {
    color: var(--secondaryBrown) !important;
}

.text-color-secondaryOrange {
    color: var(--secondaryOrange) !important;
}

.text-color-secondaryRed {
    color: var(--secondaryRed) !important;
}

.text-color-neutralN100 {
    color: var(--neutralN100) !important;
}

.text-color-neutralN80 {
    color: var(--neutralN80) !important;
}

.custom-form label {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.custom-form input,
.custom-form textarea {
    border-radius: 0.5rem;
    border: 1px solid var(--neutralN30);
    padding: 0.75rem 1rem;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder   { /* WebKit, Blink, Edge */
    font-size: 16px;
    line-height: 26px;
    color: var(--neutralN60);
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
   line-height: 26px;
   color: var(--neutralN60);
}

.custom-form input::-moz-placeholder,
.custom-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    line-height: 26px;
    color: var(--neutralN60);
}

.custom-form input:-ms-input-placeholder,
.custom-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    line-height: 26px;
    color: var(--neutralN60);
}

.custom-form input::-ms-input-placeholder,
.custom-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
    line-height: 26px;
    color: var(--neutralN60);
}

.custom-form input::placeholder,
.custom-form textarea::placeholder { /* Most modern browsers support this now. */
    font-size: 16px;
    line-height: 26px;
    color: var(--neutralN60);
}

.custom-form .form-item {
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
}

.custom-form .form-label {
    order: -1;
}

.custom-form .btn-submit {
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: var(--accentY60);
    color: var(--neutralN100);
    border: 0;
    border-radius: 2.5rem;
    width: 100%;
}

.cus-btn {
    padding: 8px 1.5rem;
    text-transform: uppercase;
    border-radius: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.cus-btn.small-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.btn-orange {
    background-color: var(--secondaryOrange);
    color: var(--neutralWhite) !important;
    border: 1px solid var(--secondaryOrange);
}

.btn-orange:focus,
.btn-orange:hover {
    background-color: var(--secondaryOrange);
   opacity: 0.8;
}

.wrapper-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--accentY60);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.wrapper-icon .bi-envelope {
    font-size: 20px;
}

.wrapper-icon .bi-telephone {
    font-size: 18px;
}

.delivery-page a {
    text-decoration: underline;
    font-weight: 400;
}

.delivery-page a:hover {
    text-decoration: none;
}

.delivery-page .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.overlay-new {
    position: relative;
    z-index: 5;
    background-color: #fff;

    &::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        z-index: -1;
    }
}

.trade-form label {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    order: -1;
}

.trade-form input,
.trade-form textarea {
    border-radius: 0.5rem;
    border: 1px solid var(--neutralN30);
    padding: 0.75rem 1rem;
}

.trade-form input::-webkit-input-placeholder,
.trade-form textarea::-webkit-input-placeholder   { /* WebKit, Blink, Edge */
    font-size: 16px;
    line-height: 26px !important;
    color: var(--neutralN60);
}
.trade-form input:-moz-placeholder,
.trade-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
   line-height: 26px !important;
   color: var(--neutralN60);
}

.trade-form input::-moz-placeholder,
.trade-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    line-height: 26px !important;
    color: var(--neutralN60);
}

.trade-form input:-ms-input-placeholder,
.trade-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    line-height: 26px !important;
    color: var(--neutralN60);
}

.trade-form input::-ms-input-placeholder,
.trade-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
    line-height: 26px !important;
    color: var(--neutralN60);
}

.trade-form input::placeholder,
.trade-form textarea::placeholder { /* Most modern browsers support this now. */
    font-size: 16px;
    line-height: 26px !important;
    color: var(--neutralN60);
}

.trade-form .form-item {
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
}

.trade-form .btn-submit {
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25rem;
    background-color: var(--accentY60);
    color: var(--neutralN100);
    border: 0;
    border-radius: 2.5rem;
    width: 100%;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}

.btn-submit:hover {
    opacity: 0.7;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    box-shadow: none;
    background-image: none;
    border-color: var(--neutralN30) !important
}

input:focus, textarea:focus {
    border-color: var(--primaryP100) !important;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #D33F3F;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid ~ .form-label {
    background-image: none !important;
    color: #D33F3F;
}

.invalid-feedback:before {
    content: "";
    font-family: bootstrap-icons;
    margin-right: 4px;
}

@media screen and (min-width: 768px) {
    #collapseSidebar {
        display: block !important;
    }

    .text-s-regular {
        font-size: 0.875rem !important;
        line-height: 1.5rem !important;
    }

    .text-m-regular {
        font-size: 1rem !important;
        line-height: 1.625rem !important;
    }

    .text-l-regular {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .text-m-semibold {
        font-size: 1rem !important;
        line-height: 1.625rem !important;
    }

    .text-l-semibold {
        font-weight: 600 !important;
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .text-xl-bold {
        font-size: 1.375rem !important;
        line-height: 2.375rem !important;
    }

    .text-s-link {
        font-size: 0.875rem !important;
        line-height: 1.5rem !important;
    }

    .text-l-strike-through {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .display-s-regular {
        font-size: 1.75rem !important;
        line-height: 2.75rem !important;
    }

    .display-s-semibold {
        font-size: 1.75rem !important;
        line-height: 2.75rem !important;
    }

    .display-m-semibold {
        font-size: 2.25rem !important;
        line-height: 3.5rem !important;
    }

    .display-l-semibold {
        font-size: 3rem !important;
        line-height: 68px !important;
    }

    .display-s-bold {
        font-size: 1.75rem !important;
        line-height: 2.75rem !important;
    }

    .display-l-bold {
        font-size: 3rem !important;
        line-height: 4.25rem !important;
    }

    .display-2xl-bold {
        font-size: 4.5rem !important;
        line-height: 6.875rem !important;
    }

    .custom-form .form-item {
        margin-bottom: 2.5rem;
    }

    .custom-form .btn-submit {
        padding: 13px 2rem;
        font-size: 1rem !important;
        line-height: 1.625rem !important;
        width: auto;
    }

    .cus-btn {
        padding: 13px 82px;
        font-size: 1rem !important;
        line-height: 1.625rem !important;
    }

    .cus-btn.small-padding {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .text-m-link {
        font-family: "Poppins" !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 1.625rem !important;
    }

    .trade-form .form-item {
        margin-bottom: 2.5rem;
    }

    .trade-form .btn-submit {
        padding: 13px 2rem;
        font-size: 1rem !important;
        line-height: 1.625rem !important;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .wrapper-icon {
        width: 3.375rem;
        height: 3.375rem;
        margin-right: 1rem;
    }
}

/* End */
/* -------------------------------------------------------------------------------------------------- */

/* Header */
.delivery-page .top-banner {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
}

.delivery-page .top-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625rem var(--spacingContainer);
    background-color: var(--accentY10);
}

.delivery-page .promo-text {
    display: flex;
    align-items: center;
}

.delivery-page .promo-text:nth-child(2),
.delivery-page .promo-text:nth-child(3) {
    display: none;
}

.delivery-page .promo-text img {
    width: 1.25rem;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
    margin-right: 0.5rem;
}

.delivery-page .promo-text .text-wrapper {
    margin: 0;
}

.delivery-page .header-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.25rem;
}

.delivery-page .logo {
    width: 209px;
    object-fit: cover;
    border: none;
    box-shadow: none;
}

.delivery-page .wrapper-search {
    max-width: 35rem;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    z-index: 99;
}

.delivery-page .search {
    position: relative;
}

.delivery-page .wrapper-search input {
    border: 1px solid var(--neutralN100);
    border-radius: 2.5rem;
    padding: 0.625rem 1.25rem;
    padding-right: 40px;
}

.delivery-page .wrapper-search input:focus, 
.delivery-page .wrapper-search input:focus-visible{
    border: 1px solid #489a19;
    outline: none;
}

.delivery-page .search .icon-search{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .delivery-page .top-banner-content { 
        justify-content: space-between;
    }

    .delivery-page .promo-text,
    .delivery-page .promo-text:nth-child(2),
    .delivery-page .promo-text:nth-child(3) {
        display: block;
    }

    .delivery-page .header-content {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 1.5rem 0;
    }

    .delivery-page .wrapper-search {
        margin-top: 0;
        max-width: 22.5rem;
    }
}

@media screen and (min-width: 992px) {
    .delivery-page .promo-text,
    .delivery-page .promo-text:nth-child(2),
    .delivery-page .promo-text:nth-child(3) {
        display: flex;
    }
}

@media screen and (min-width: 1400px) {
    .delivery-page .wrapper-search {
        margin-top: 0;
        max-width: 35rem;
    }
}


/* End */
/* -------------------------------------------------------------------------------------------------- */

/* Footer */
.footer {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    border-top: 1px solid var(--neutralN20);
}
/* End */
/* -------------------------------------------------------------------------------------------------- */

/* Breadscrumb */
.delivery-page .breadscrumb {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    background-color: var(--neutralN10);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.delivery-page .breadscrumb-title {
   color: var(--neutralN60);
}
/* End */
/* -------------------------------------------------------------------------------------------------- */

/* Sidebar */
.delivery-page .main-content-delivery {
   display: flex;
   flex-direction: column;
}

.delivery-page .other-info-sidebar .footer-links-column {
    text-decoration: none;
    color: var(--neutralN100);
    font-weight: 400;
}

.delivery-page .other-info-sidebar .footer-links-column .text {
    padding: 0.625rem 0;
}

.delivery-page #accordionSidebar {
    max-width: 100%;
}

.delivery-page #accordionSidebar .accordion-button:not(.collapsed) {
    background-color: unset;
    color: var(--neutralN100);
    box-shadow: unset;
}

.delivery-page #accordionSidebar .accordion-button {
    margin: 0.625rem 0;
}

.delivery-page #accordionSidebar .accordion-button::after {
    background-image: unset;
    content: "\f282";
    font-family: bootstrap-icons!important;
    font-weight: 700;
    width: auto;
    height: auto;
}

.delivery-page #accordionSidebar .accordion-button.collapsed + .line {
    display: none;
}

.delivery-page #accordionSidebar .accordion-body,
.delivery-page #accordionSidebar .accordion-button {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}

.delivery-page #accordionSidebar .accordion-button:focus,
.delivery-page #accordionSidebar .accordion-button:hover {
    background-color: unset;
    color: var(--neutralN100);
    box-shadow: unset;
}

.delivery-page #accordionSidebar .accordion-item {
    border: 0;
}

.delivery-page #accordionSidebar .line {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    height: 1px;
    background-color: var(--neutralN30);
    display: block;
}


@media screen and (min-width: 992px) {
    .delivery-page .main-content-delivery {
        /* flex-direction: row; */
        padding: 2.5rem 0;
    }

    .delivery-page .other-info-sidebar .footer-links-column {
        font-weight: 600;
    }

    .delivery-page .other-info-sidebar .footer-links-column.active {
        background-color: var(--accentY10);
    }

    .delivery-page .other-info-sidebar .footer-links-column .text {
        padding: 17px 1.5rem;
    }

    .delivery-page #accordionSidebar .line {
        display: none;
    }
}
 /* End */
 /* -------------------------------------------------------------------------------------------------- */

/* FAQ Page */
.delivery-page .detail-page {
    padding: 1.5rem 0;
    flex-grow: 1;
    min-height: 65vh;
}

.delivery-page .form-contact-desc {
    margin-bottom: 1.75rem;
}

.delivery-page .faq-list {
    margin-top: 24px;
    max-width: 100%;
}

.delivery-page .faq-list .accordion-button {
    padding: 24px 0;
    border: 0;
    color: inherit;
    background-color: white;
    box-shadow: unset;
    white-space: normal;
    position: relative;
}

.delivery-page .faq-list .accordion-button::after {
    background-image: unset;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-family: bootstrap-icons!important;
    font-weight: 400!important;
}

/* .delivery-page .faq-list .accordion-item.parent:not(:last-child) {
    margin-bottom: 1.5rem;
} */

.delivery-page .faq-list .accordion-faq-item  .accordion-button {
   border-bottom: 1px solid var(--neutralN30);
}

.delivery-page .faq-list .accordion-faq-item .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--secondaryBrown);
}

.delivery-page .faq-list .accordion-button:focus, 
.delivery-page .faq-list .accordion-button:hover {
    color: inherit;
    background-color: white;
    box-shadow: unset;
}

.delivery-page .accordion-faq-item .accordion-button.collapsed::after,
.delivery-page .accordion-faq-item .accordion-button:not(.collapsed)::after {
    content: "\f282";
}

.delivery-page .faq-list .accordion-item {
    border: 0;
}

.delivery-page .faq-list .accordion-body {
    padding: 30px 20px;
}

.delivery-page  .faq-list .accordion-faq-item-children {
    border-radius: 0;
    border-bottom: 1px solid var(--neutralN30);
}

/* .delivery-page  .faq-list .accordion-faq-item-children:not(:last-child) {
    margin-bottom: 30px;
} */

/* .delivery-page .accordion-faq-item-children .accordion-button {
    padding-top: 0;
} */

.delivery-page .accordion-faq-item-children .accordion-body {
    padding: 0;
    padding-bottom: 30px;
}

.delivery-page .accordion-faq-item-children .accordion-button::after {
    font-size: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.delivery-page .accordion-faq-item-children .accordion-button.collapsed::after {
    content: "\f4fa";
}

.delivery-page .accordion-faq-item-children .accordion-button:not(.collapsed)::after {
    content: "\f2e6";
    transform: unset;
}

.delivery-page .this-is-the-answer {
    padding-left: 40px;
    padding-right: 40px;
}

.delivery-page .contact-form {
    margin-top: 1.5rem;
}

.delivery-page .contact-form .custom-form {
    margin-top: 1.25rem;
}

.delivery-page .contact-form .contact-email {
    margin-bottom: 1rem;
}

.delivery-page .contact-form .title {
    margin-bottom: 0;
}

.delivery-page .contact-form input[type=phone] {
    -moz-appearance: textfield;
}

.delivery-page .contact-form input[name=phone]::-webkit-outer-spin-button,
.delivery-page .contact-form input[name=phone]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.delivery-page .contact-form .trade-form h2, .delivery-page .contact-form .trade-form h2 {
    color: var(--neutralN100) !important;
}

.delivery-page .contact-form .form-control {
    color: var(--neutralN100) !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

@media screen and (min-width: 992px) {
    .delivery-page .detail-page {
        padding-left: var(--spacingDetaipage);
        padding-right: var(--spacingDetaipage);
    }

    .delivery-page .form-contact-desc {
        margin-bottom: 2.5rem;
    }

    .contact-form {
        margin-top: 3.75rem;
    }

    .delivery-page .contact-form .custom-form {
        margin-top: 3rem;
    }

    .delivery-page .contact-form .contact-email {
        margin-bottom: 0;
    }

    /* .delivery-page .contact-form .title {
        margin-bottom: 0.5rem;
    } */

    .delivery-page .faq-list .accordion-body {
        padding: 0px 40px;
    }

    .delivery-page .faq-list .accordion-body p:last-child {
        margin-bottom: 0px;
    }
    
    .delivery-page .faq-list .accordion-body .accordion-body {
        padding: 0;
        padding-bottom: 40px;
    }

    .delivery-page .contact-form .trade-form {
        margin-top: 3rem;
    }
}
 /* End */
/* -------------------------------------------------------------------------------------------------- */

/* 404 Page */
.not-found-page {
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.not-found-page .wrapper-page {
    min-height: 100vh;
}

.not-found-page .logo {
    max-width: 35rem;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.not-found-page .heading {
    margin: 1rem 0;
}

.not-found-page .title {
    margin-bottom: 0.75rem;
}

.not-found-page .not-found-desc {
    margin-left: 0;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .not-found-page .heading {
        margin: 2rem 0;
    }

    .not-found-page .title {
        margin-bottom: 1rem;
    }

    .not-found-page .not-found-desc {
        margin-bottom: 2.5rem;
    }
}
 /* End */
/* -------------------------------------------------------------------------------------------------- */



/* Coming soon Page */
.coming-soon-page {
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.coming-soon-page .wrapper-page {
    min-height: 100vh;
}

.coming-soon-page .logo {
    max-width: 35rem;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.coming-soon-page .heading {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.coming-soon-page .date-coming {
    max-width: 630px;
    width: 100%;
    background-color: var(--accentY10);
    padding: 0.75rem 0;
    margin-bottom: 2rem;
    border-radius: 12px;
}

.coming-soon-page .title {
    margin-bottom: 2rem;
}

.coming-soon-page  .contact-email {
    margin-bottom: 1rem;
}

.coming-soon-page  .info-coming{
    margin-top: 2rem;
}

.coming-soon-page  .info-coming .label {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .coming-soon-page .heading {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .coming-soon-page .date-coming {
        width: 630px;
        padding: 1.25rem 0;
        margin-bottom: 2.5rem;
    }

    .coming-soon-page  .contact-email {
        margin-bottom: 2.5rem;
    }

    .coming-soon-page  .info-coming{
        margin-top: 2.5rem;
    }

    .coming-soon-page  .info-coming .label {
        margin-bottom: 0.5rem;
    }
}
 /* End */
/* -------------------------------------------------------------------------------------------------- */


/* Blog List */
    /* Header */
.header-blog .header-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.25rem;
}

.header-blog .logo {
    width: 12.5rem;
    object-fit: cover;
    border: none;
    box-shadow: none;
}

.header-blog .wrapper-search {
    max-width: 35rem;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    z-index: 99;
}

.header-blog .search {
    position: relative;
}

.header-blog .wrapper-search input {
    border: 1px solid var(--neutralN100);
    border-radius: 2.5rem;
    padding: 0.625rem 1.25rem;
}

.header-blog .wrapper-search input:focus, 
.header-blog .wrapper-search input:focus-visible{
    border: 1px solid #489a19;
    outline: none;
}

.header-blog .search .icon-search{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .header-blog .header-content {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 1.5rem 0;
    }

    .header-blog .wrapper-search {
        margin-top: 0;
        max-width: 22.5rem;
    }
}

@media screen and (min-width: 1400px) {
    .header-blog .wrapper-search {
        margin-top: 0;
        max-width: 35rem;
    }
}

/* Footer */
.footer-blog {
    border-top: 1px solid var(--neutralN20);
}

/* Breadscrumb */
.blog-breadscrumb {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    background-color: var(--neutralN10);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.blog-breadscrumb span {
    color: var(--neutralN40);
    font-size: 12px;
    line-height: 22px;
}

.blog-breadscrumb .breadscrumb-title {
   color: var(--neutralN60);
}

/* Sidebar */
.blog-list-page .main-content-delivery {
    display: flex;
    flex-direction: column;
 }
 
.blog-list-page .wrapper-item .accordion-sidebar-item  {
    text-decoration: none;
    color: var(--neutralN100);
    font-weight: 400;
    display: block;
}
 
.blog-list-page #accordionSidebar {
    max-width: 100%;
}

.blog-list-page #accordionSidebar .accordion-button:not(.collapsed) {
    background-color: unset;
    color: var(--neutralN100);
    box-shadow: unset;
}

.blog-list-page #accordionSidebar .accordion-button {
    margin: 0.625rem 0;
}
 
.blog-list-page #accordionSidebar .accordion-button::after {
    background-image: unset;
    content: "\f282";
    font-family: bootstrap-icons!important;
    font-weight: 700;
}

.blog-list-page #accordionSidebar .accordion-button.collapsed + .line {
    display: none;
}
 
.blog-list-page #accordionSidebar .accordion-body,
.blog-list-page #accordionSidebar .accordion-button {
    padding: 0;
}
 
.blog-list-page #accordionSidebar .accordion-button:focus,
.blog-list-page #accordionSidebar .accordion-button:hover {
    background-color: unset;
    color: var(--neutralN100);
    box-shadow: unset;
}

.blog-list-page #accordionSidebar .accordion-item {
    border: 0;
}
 
.blog-list-page #accordionSidebar .line {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    height: 1px;
    background-color: var(--neutralN30);
    display: block;
}

.blog-list-page .wrapper-item .accordion-sidebar-item .text {
    display: block;
}

.blog-list-page .blog-list-content {
    margin-top: 1.5rem;
}
 
@media screen and (min-width: 992px) {
    .blog-list-page .main-content {
        flex-direction: row;
        padding: 2.5rem 0;
    }

    .blog-list-page .wrapper-item .accordion-sidebar-item  {
        font-weight: 600;
    }

    .blog-list-page .wrapper-item .accordion-sidebar-item.active {
        background-color: var(--accentY10);
    }

    .blog-list-page .wrapper-item .accordion-sidebar-item .text {
        padding: 17px 1.5rem;
    }

    .blog-list-page #accordionSidebar .line {
        display: none;
    }

    .blog-list-page .blog-list-content {
        margin-top: 0;
    }
}

.blog-list-page .page-title {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.blog-list-page .blog-item {
    margin-bottom: 0.75rem;
}

.blog-list-page .blog-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.blog-list-page .blog-item img:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.blog-list-page .blog-item .info {
    padding: 8px 6px;
}

.blog-list-page .blog-item .info .type:hover {
    text-decoration: none !important;
}

.blog-list-page .blog-item .title {
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.blog-list-page .blog-item .title:hover {
    color: var(--secondaryBrown) !important;
}

.blog-list-page .blog-item .desc {
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.blog-list-page .blog-item .type:hover {
    color: var(--secondaryOrange);
    text-decoration: none;
}

.blog-list-page .blog-pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.blog-list-page .blog-pagination li {
    margin: 0 10px;
}

.blog-list-page .blog-pagination a:hover {
    color: inherit;
}

.blog-list-page .blog-pagination a.next:hover *, .blog-list-page .blog-pagination a.prev:hover * {
    color: var(--primaryP100);
}

.blog-list-page .blog-pagination a, .blog-list-page .blog-pagination span {
    padding: 0 8px;
    text-decoration: none;
    color: var(--neutralN100);
}

.blog-list-page .blog-pagination li.active {
    border-bottom: 1px solid var(--primaryP100);
 }

.blog-list-page .blog-pagination li.active a {
   color: var(--primaryP100);
}

.blog-list-page .blog-pagination .page-numbers .current {
    border-bottom: 1px solid var(--primaryP100);
 }

.blog-list-page .blog-pagination .page-numbers .current {
   color: var(--primaryP100);
}

.max-line-2, .max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.max-line-2 {
    -webkit-line-clamp: 2;
    min-height: 2.5rem;
}

.max-line-3 {
    -webkit-line-clamp: 3;
    min-height: 4.1875rem;
}

.delivery-page .article-social {
    margin-top: 24px;
}

.hide-pc {
    display: none;
}

.hide-mobile {
    display: inline-block;
}

.text-search {
    color: #8A5D3B;
}

.number-result {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 14px !important;
    line-height: 24px !important;
}


@media screen and (min-width: 992px) {
    .blog-list-page .blog-item {
        margin-bottom: 25px;
    }

    .blog-list-page .blog-item .title {
        margin-bottom: 6px;
    }

    .blog-list-page .blog-item .info {
        padding: 0.75rem 1rem;
    }

    .blog-list-page .blog-item .desc {
        margin-bottom: 8px;
    }

    .blog-list-page .blog-pagination ul {
        margin: 0;
    }
    
}
 /* End */
/* -------------------------------------------------------------------------------------------------- */


/* Blog Detail */
    /* Breadscrumb */
.delivery-page .blog-breadscrumb .breadscrumb-title.text {
   color: var(--neutralN100);
}

.delivery-page .back {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.delivery-page .back:hover {
   color: var(--neutralN100) !important;
}

@media screen and (min-width: 768px) {
    .delivery-page .back {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

    /* Article Blog */
.delivery-page .blog-detail-main {
    margin-bottom: 1.25rem;
}

.delivery-page .article-blog .heading {
    color: var(--neutralN100) !important;
}

.delivery-page .article-blog .heading,
.delivery-page .article-blog .type {
    margin-bottom: 1rem;
}

.delivery-page .article-blog .desc {
    margin-bottom: 1.5rem;
}

.delivery-page .article-blog h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 1rem;
    margin-bottom: 4px;
}

.delivery-page .article-blog a,
.delivery-page .article-blog p,
.delivery-page .article-blog ol,
.delivery-page .article-blog ul {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.delivery-page .article-blog a:hover {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.delivery-page .article-blog ol {
    padding-left: 24px;
    list-style-type: decimal;
}

.delivery-page .article-blog ul {
    padding-left: 24px;
    list-style-type: disc;
}

.delivery-page .article-blog img {
    width: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
}

.delivery-page .article-blog ol {
    padding-left: 1rem;
    margin: 0;
}

.delivery-page strong {
    font-weight: 600 !important;
}

.delivery-page .article-social .title-social {
    margin-right: 0.75rem;
    font-family: "Poppins";
    font-size: 1rem;
    line-height: 26px;
}

.delivery-page .article-social .icon-list a {
    margin: 0 0.75rem;
}

.delivery-page .article-social .icon-list a:hover i {
    color: var(--neutralN100) !important;
}

.delivery-page .article-social .icon-list i {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .delivery-page .blog-detail-main {
        margin-bottom: 2.5rem;
    }

    .delivery-page .article-blog .heading,
    .delivery-page .article-blog .type {
        margin-bottom: 0.75rem;
    }

    .delivery-page .article-blog h4 {
        font-size: 1.375rem;
        line-height: 2.375rem;
        margin-top: 1.5rem;
        margin-bottom: 8px;
    }

    .delivery-page .article-blog a,
    .delivery-page .article-blog p,
    .delivery-page .article-blog ol,
    .delivery-page .article-blog ul {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .delivery-page .article-blog a:hover {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}

    /* Related products */
.delivery-page .related-products {
    margin-top: 1rem;
}

.delivery-page .related-products > .title {
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    color: var(--neutralN100) !important;

}

.delivery-page .related-products .product-item {
    margin-bottom: 0;
}

.delivery-page .product-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
    border: 1px solid var(--neutralN30);
}

.delivery-page .product-item a {
    overflow: hidden;
    border-radius: 0.75rem;
}

.delivery-page .product-item a:hover {
    opacity: 0.7;
}

.delivery-page .product-item .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbdbdb;
    opacity: .5;
}

.delivery-page .product-item .tag {
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    color: #fff;
    padding: 4px 12px;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    white-space: nowrap;
    font-weight: 400;
}

.delivery-page .product-item .info {
    margin: 8px 6px 10px;
}

.delivery-page .product-item .title {
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
    color: var(--neutralN100);
    min-height: auto;
}

.delivery-page .product-item .title:hover {
    color: var(--secondaryBrown);
}

.delivery-page .product-item .price-line-through {
    color: var(--neutralN60);
    margin: 0;
}

.delivery-page .product-item .price {
    font-weight: bold !important;
    color: var(--neutralN100);
    margin-bottom: 2px;
}

.delivery-page .product-item .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.delivery-page .product-item .star {
    font-size: 0.75rem;
    color: var(--accentY100);
}

.delivery-page .product-item .pot-size {
    margin: 0;
}

.delivery-page .product-item .pot-size a:hover {
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .delivery-page .related-products {
        margin-top: 0;
    }

    .delivery-page .related-products > .title {
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .delivery-page .related-products .product-item {
        margin-bottom: 1.5rem;
    }

    .delivery-page .product-item .info {
        margin: 0.75rem 1rem 1.25rem;
    }

    .delivery-page .product-item .wrapper {
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 4px;
    }

    .delivery-page .product-item .price {
        margin-bottom: 8px;
    }
}

    /* Banner */
.delivery-page .banner {
    background: url('https://cms.cms-everything.sanphamweb.com/wp-content/uploads/2023/10/banner_member.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 1.25rem;
    padding: 2.5rem 0.625rem;
}

.delivery-page .banner .heading {
    margin-bottom: 0.5rem;
}

.delivery-page .banner .title {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .delivery-page .banner {
        margin-bottom: 62px;
        padding: 6.25rem 0.625rem;
    }

    .delivery-page .banner .heading {
        margin-bottom: 0;
    }

    .delivery-page .banner .title {
        margin-bottom: 2rem;
    }
}

    /* Latest Blogs */
.delivery-page .lasted-blogs .wrapper-title {
    display: block;
    text-align: center;
}

.delivery-page .lasted-blogs .wrapper-title .title {
    margin-bottom: 1rem;
    font-size: 22px;
    line-height: 38px;
    color: var(--neutralN100) !important;
}

.delivery-page .lasted-blogs .lasted-blog-main {
    margin-top: 1.25rem;
}

.delivery-page .lasted-blogs .btn-arrow {
    width: 2rem;
    height: 2rem;
    border-radius: 2.5rem;
    background-color: var(--neutral-white);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--neutralN100);
}

.delivery-page .lasted-blogs .btn-arrow.swiper-button-disabled {
    box-shadow: none;
    background-color: var(--neutralN20);
    cursor: auto;
}

.delivery-page .lasted-blogs .page {
    width: auto;
   display: inline-block;
   margin: 0 1rem;
}

.delivery-page .lasted-blogs .blog-item {
    margin-bottom: 0.75rem;
    display: flex;
}

.delivery-page .lasted-blogs .blog-item > a {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.delivery-page .lasted-blogs .blog-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.delivery-page .lasted-blogs .blog-item img:hover {
    opacity: 0.7;
}

.delivery-page .lasted-blogs .blog-item .info {
    padding: 8px 6px;
    padding-top: 0;
}

.delivery-page .lasted-blogs .blog-item .title {
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.delivery-page .lasted-blogs .blog-item .title:hover {
    color: var(--secondaryBrown) !important;
}

.delivery-page .lasted-blogs .blog-item .desc > * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
}

.delivery-page .lasted-blogs .blog-item .desc + a:hover {
    text-decoration: none !important;
}

.delivery-page .related-products .related-products-pagination {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.delivery-page .related-products .btn-arrow {
    width: 2rem;
    height: 2rem;
    border-radius: 2.5rem;
    background-color: var(--neutral-white);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--neutralN100);
}

.delivery-page .related-products .btn-arrow.swiper-button-disabled {
    box-shadow: none;
    background-color: var(--neutralN20);
    cursor: auto;
}

.delivery-page .related-products .page {
    width: auto;
   display: inline-block;
   margin: 0 1rem;
}

.delivery-page .content ul {
    list-style: none;
}

.delivery-page .content ol {
    list-style: decimal;
}

.delivery-page .content b, .delivery-page .content strong {
    font-weight: 600 !important;
}

@media screen and (min-width: 768px) {
    .delivery-page .lasted-blogs .wrapper-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    .delivery-page .lasted-blogs .wrapper-title .title {
        margin-bottom: 0;
    }

    .delivery-page .lasted-blogs .lasted-blog-main {
        margin-top: 1.625rem;
    }

    .delivery-page .lasted-blogs .btn-arrow {
        width: 3rem;
        height: 3rem;
    }

    .delivery-page .lasted-blogs .blog-item {
        display: block;
    }

    .delivery-page .lasted-blogs .blog-item .desc > * {
        margin-bottom: 4px;
        -webkit-line-clamp: 3;
    }

    .delivery-page .lasted-blogs .blog-item .info {
        padding-top: 8px;
    }
}

@media screen and (min-width: 992px) {
    .delivery-page .lasted-blogs .blog-item {
        margin-bottom: 25px;
    }

    .delivery-page .lasted-blogs .blog-item .title {
        margin-bottom: 6px;
    }

    .delivery-page .lasted-blogs .blog-item .info {
        padding: 0.75rem 1rem;
    }

    .delivery-page .lasted-blogs .blog-item .desc {
        margin-bottom: 8px;
    }


    .delivery-page .related-products .related-products-pagination {
        display: none;
    }
    
}
 /* End */
/* -------------------------------------------------------------------------------------------------- */

/* About Page */
    /* Header */
.header-about .header-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.25rem;
}

.header-about .logo {
    width: 12.5rem;
    object-fit: cover;
    border: none;
    box-shadow: none;
}

.header-about .wrapper-search {
    max-width: 35rem;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    z-index: 99;
}

.header-about .search {
    position: relative;
}

.header-about .wrapper-search input {
    border: 1px solid var(--neutralN100);
    border-radius: 2.5rem;
    padding: 0.625rem 1.25rem;
}

.header-about .wrapper-search input:focus, 
.header-about .wrapper-search input:focus-visible{
    border: 1px solid #489a19;
    outline: none;
}

.header-about .search .icon-search{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .header-about .header-content {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 1.5rem 0;
    }

    .header-about .wrapper-search {
        margin-top: 0;
        max-width: 22.5rem;
    }
}

@media screen and (min-width: 1400px) {
    .header-about .wrapper-search {
        margin-top: 0;
        max-width: 35rem;
    }
}


    /* Footer */
.footer-about {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    border-top: 1px solid var(--neutralN20);
}


    /* Breadscrumb */
.about-breadscrumb {
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
    background-color: var(--neutralN10);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.about-breadscrumb .breadscrumb-title {
    color: var(--neutralN60);
}

.about-page .text-content  {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.about-page .cuspadding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.about-page .text-content.yellow {
    background-color: var(--accentY10);
    padding-left: var(--spacingContainer);
    padding-right: var(--spacingContainer);
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
}

.about-page .text-content .text-content-left  {
    max-width: 100%;
}

.about-page .text-content .text-content-right  {
    padding: 24px;
   
    position: relative;
}

.about-page .text-content .text-content-right  .quote {
    position: absolute;
}

.about-page .text-content .text-content-right  .quote-start {
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(-40%);
}

.about-page .text-content .text-content-right  .quote-end {
    right: 24px;
    bottom: 0;
    transform: translateY(40%);
}

.about-page .text-content .text-content-right .text p:last-child {
    margin-bottom: 0;
}

.about-page .text-content h1 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 3.5rem;
    color: var(--primaryP100);
}

.about-page .text-content h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 2.375rem;
    color: var(--primaryP100);
}

.about-page .text-content h6 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}

.about-page .text-content p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem; 
}

.about-page .text-content .group-text {
    margin-top: 2rem;
}

.about-page .text-content .group-item {
    text-align: center;
}

.about-page .text-content .group-item h6 {
    margin-bottom: 0.5rem;
}

.about-page .text-content .group-item p {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

.about-page .text-content .group-item img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.about-page .text-content-left.custom,
.about-page .text-content-right.custom {
    text-align: center;
}

.about-page .about-banner {
    margin-bottom: 2.5rem;
}

.about-page .about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
}

.about-page .banner-text {
    background-image: url('https://images.unsplash.com/photo-1422205512921-12dac7b3b603?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzZ8fGZsb3dlciUyMGJhbm5lcnxlbnwwfHwwfHx8MA%3D%3D');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: var(--spacingContainer);
    padding-right: var(--spacingContainer);
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
}   

.about-page .banner-text-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .banner-text-content h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.75rem; 
    color: var(--secondaryBrown);
}

.about-page .banner-text-content p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.about-page .slide-img {
    background-color: var(--secondaryBrown);
    padding-left: var(--spacingContainer);
    padding-right: var(--spacingContainer);
    margin-left: calc(var(--spacingContainer) * -1);
    margin-right: calc(var(--spacingContainer) * -1);
  
}

.about-page .img-item:nth-child(odd) + div {
    margin-top: 2.5rem;
}

.about-page .img-item img {
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page .img-item .desc {
    padding: 1.25rem 0;
    text-align: center;
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: var(--primaryP10);
}

.about-page .img-item .desc p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-page .slide-img .img-item {
    background-color: var(--neutralWhite);
    border-radius: 1.25rem;
}

.about-page .slide-img .img-item:hover .ratio {
    opacity: .7;
}

.about-page .slide-img .img-item:hover p {
    color: var(--primaryP100);
}

.about-page .slide-img .img-item a {
    text-decoration: none;
}

.about-page .slide-img .img-item:hover img {
    opacity: 0.7;
}

.about-page .slide-img .img-item:hover .desc {
    color: #489a19 !important;
}


@media screen and (min-width: 768px) {
    .about-page .text-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .about-page .cuspadding {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .about-page .text-content .text-content-left {
        max-width: 90%;
        padding: 16px;
    }

    .about-page .text-content h1 {
        font-size: 3.75rem;
        line-height: 92px;
    }

    .about-page .text-content h2 {
        font-size: 2.25rem;
        line-height: 3.5rem;
    }

    .about-page .text-content h6 {
        font-size: 1.75rem;
        line-height: 2.75rem;
    }

    .about-page .text-content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .about-page .text-content-left.custom,
    .about-page .text-content-right.custom {
        text-align: left;
    }

    .about-page .text-content .group-item p {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 0;
    }

    .about-page .about-banner {
        margin-bottom: 5rem;
    }

    .about-page .banner-text {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .about-page .banner-text-content h2 {
        font-size: 2.25rem;
        line-height: 3.5rem;
    }

    .about-page .banner-text-content p {
        font-size: 1.125rem;
        line-height: 1.75rem; 
    }
    
    .about-page .img-item .desc p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .about-page .slide-img .img-item {
        width: calc(25% - 48px);
        margin-right: 48px;
    }
}

 /* End */
/* -------------------------------------------------------------------------------------------------- */

.trading-testimonal-section {
    position: relative;
    padding: 32px 60px;
    background-color: var(--accentY10);
    border-radius: 20px;
}

.trading-testimonal-section .rating {
    margin-bottom: 48px;
}

.trading-testimonal-section .rating i {
    display: inline-flex;
    color: var(--accentY100);
    font-size: 20px;
    line-height: 20px;
    margin-right: 4px;
}

.trading-testimonal-section .comment{
    color: var(--secondaryBrown);
    font-size: 36px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 48px;
}

.trading-testimonal-section .group-footer {
    display: flex;
    justify-content: space-between;
}

.trading-testimonal-section .group-name-title .name {
    color: var(--neutralN100);
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
}

.trading-testimonal-section .group-name-title .title {
    color: var(--neutralN60);
    font-size: 14px;
    line-height: 24px;
}

.trading-testimonal-section .trading-testimonal-pagination {
    display: flex;
    align-items: center;
    position: absolute;
    right: 60px;
    bottom: 32px;
    z-index: 100;
}

.trading-testimonal-section .trading-testimonal-pagination .custom-pagination {
    align-items: center;
    color: var(--neutralN100);
    font-size: 18px;
    line-height: 28px;
}

.trading-testimonal-section .trading-testimonal-pagination .btn-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--neutralWhite);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.trading-testimonal-section .trading-testimonal-pagination .btn-arrow.btn-arrow-prev {
    margin-right: 16px;
}

.trading-testimonal-section .trading-testimonal-pagination .btn-arrow.btn-arrow-next {
    margin-left: 16px;
}

.trading-testimonal-section .trading-testimonal-pagination .btn-arrow.swiper-button-disabled {
    box-shadow: none;
    background-color: var(--neutralN20);
    cursor: auto;
}

.page-template-page-trading-template #searchform {
    display: none;
}

.best-seller-tag {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 4px 12px;
    background-color: #D33F3F;
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    .blog-list-page {
        min-height: calc(100vh - 40px - 125px - 70px - var(--wp-admin--admin-bar--height, 0px));
    }

    .trading-testimonal-section {
        padding: 24px 20px;
    }

    .trading-testimonal-section .trading-testimonal-swiper {
        margin-bottom: 60px;
    }

    .trading-testimonal-section .rating {
        margin-bottom: 24px;
    }

    .trading-testimonal-section .comment{
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .trading-testimonal-section .group-name-title .name {
        font-size: 16px;
        line-height: 26px;
    }
    
    .trading-testimonal-section .group-name-title .title {
        font-size: 12px;
        line-height: 22px;
    }

    .trading-testimonal-section .trading-testimonal-pagination {
        right: unset;
        height: 48px;
        align-items: center;
    }

    .trading-testimonal-section .trading-testimonal-pagination .btn-arrow {
        width: 32px;
        height: 32px;
    }

    .trading-testimonal-section .trading-testimonal-pagination .btn-arrow.btn-arrow-prev {
        margin-right: 20px;
    }

    .trading-testimonal-section .trading-testimonal-pagination .btn-arrow.btn-arrow-next {
        margin-left: 20px;
    }

    .delivery-page .other-info-sidebar .footer-links-column {
        font-size: 14px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

    .delivery-page .other-info-sidebar .footer-links-column.active {
        display: none;
    }

    .delivery-page #accordionSidebar .accordion-button > span {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .delivery-page .contact-form .trade-form h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
        margin-top: 12px !important;
        margin-bottom: 24px !important;
    }

    .trade-form .btn-submit {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .delivery-page .logo {
        width: 136px;
    }

    .about-page .text-content .text-content-left h2 {
        font-size: 28px;
        line-height: 44px;
        text-align: center;
    }

    .about-page .text-content .text-content-right .text {
        text-align: center;
    }

    .blog-list-page .page-title {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .blog-list-page .blog-item  {
        display: flex;
        margin-bottom: 32px;
    }

    .blog-list-page .blog-item > a {
        display: inline-block;
        width: 100px;
        flex-shrink: 0;
    }

    .blog-list-page .blog-item .info {
        padding: 0;
        margin-left: 16px;
    }

    .blog-list-page .blog-item .info .title {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .blog-list-page .blog-item .info .desc {
        -webkit-line-clamp: 2;
        min-height: 2.5rem;
    }

    .blog-list-page .blog-item .info .desc p {
        margin-bottom: 0;
    }

    .delivery-page .faq-list .accordion-button {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .delivery-page .faq-list .accordion-body p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .delivery-page .contact-form .title {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .delivery-page .contact-form .title + a {
        font-size: 14px !important;
        line-height: 24px !important;
        text-decoration: none !important;
    }

    .custom-form .btn-submit {
        line-height: 24px;
    }

    .blog-list-page .wrapper-item .accordion-sidebar-item.active  {
        display: none;
    }

    .blog-list-page .wrapper-item .accordion-sidebar-item .text {
        display: block;
        padding: 0.625rem 0;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400 !important;
    }

    .delivery-page .detail-page .faq-desc {
        font-size: 14px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
    }

    .hide-pc {
        display: inline-block;
    }
    
    .hide-mobile {
        display: none;
    }

    .search-title {
        margin-top: 24px;
    }

    .text-search-group {
        font-size: 14px !important;
        line-height: 14px !important;
        font-weight: 400 !important;
    }

    .number-result {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    
    .best-seller-tag {
        padding: 2px 12px;
    }
}


.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-color: #7FB85E !important;
    background-image: none !important;
}

.popover-body {
    padding: 0.5rem !important;
}

.bs-popover-end>.popover-arrow {
    transform: translate(0px, 12px) !important;
}