/*your custom css goes here*/
@font-face {
    font-family: 'Argue';
    src: url('/public/assets/fonts/Argue-regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Italianno';
    src: url('/public/assets/fonts/Italianno-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Thin-Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Light-Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Book-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Bold-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Black-Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Ultra.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('/public/assets/fonts/SVN-Gotham-Ultra-Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}


body {
    font-family: "SVN-Gotham";
    font-weight: normal;
    font-style: normal;
}

#suggestion-box .suggest-item {
    padding: 8px 12px;
    cursor: pointer;
}

#suggestion-box .suggest-item:hover {
    background-color: #f1f1f1;
}

#suggestion-box * {
    opacity: 1;
}

td.hidden-button-aiz>div>button.dropdown-toggle {
    display: none;
}

.la-1_5x {
    font-size: 1.5em;
}

.la-1_75x {
    font-size: 1.75em;
}

ul.header {
    list-style-type: none;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

ul.header li a {
    color: #000;
    font-weight: 450;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 4rem;
}

.gap-5 {
    gap: 5rem;
}

.nav-user-info {
    max-height: 75px;
    height: 75px;
}

@media (max-width: 640px) {
    .header-wraper {
        display: none;
    }
}

.font-argue,
.feature-item__name,
.section__title {
    font-family: 'Argue', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.franchise-policy-section,
.recruitment-section,
.culture-section,
.reviews-section,
.news-section,
.product-section,
.story-section,
.medicinal-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.medicinal-section img {
    max-height: 12rem;
    width: -webkit-fill-available;
    object-fit: contain;
}

.jp-btn,
.medicinal-section .btn {
    display: block;
    background: #765A3E;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 30px;
    gap: 4px;
    angle: 0 deg;
    opacity: 1;
    padding: 12px 32px;
}

.feature-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.feature-item:nth-child(2n - 1)>div:first-child {
    justify-items: end;
}

.feature-item:nth-child(2n - 1)>div:first-child .feature-item__description {
    text-align: end;
}

.feature-item:not(:last-child) {
    position: relative;
}

.feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #848484;
    width: 75%;
    opacity: .3;
}

.feature-item__name {
    font-size: 18px;
    color: #765A3E;
}

@media (min-width:768px) {
    .feature-item__description {
        width: 75%;
    }
}

.feature-item__description {
    display: block;
    margin: 1rem 0;
}

.story-section .content {
    font-size: 16px;
}

.story-section .slogan {
    width: 80%;
    place-self: center;
    line-height: 3.875rem;
    letter-spacing: 5px;
}

.story-section .slogan * {
    font-family: 'Italianno', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    color: #765A3E;
}

.story-section .slogan .slogan-head {
    display: flex;
}

.story-section .slogan .slogan-head span {
    margin-top: 2rem;
}

.story-section .slogan .slogan-body {
    display: flex;
    gap: 1rem;
    justify-content: end;
}

.story-section .slogan .slogan-body .slogan-body-right {
    white-space: nowrap;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-left {
    justify-items: left;
}

.nav-jp {
    margin-bottom: .5rem;
}

.nav-jp,
.product-section .nav-tabs {
    justify-content: center;
    border: none;
    gap: 1rem;
}

.nav-jp .nav-item .nav-link,
.product-section .nav-item .nav-link {
    border: 1px solid #765A3E;
    background: var(--white, #FFFFFF);
    background: #fff;
    width: 215;
    height: 48;
    border-radius: 30px;
    gap: 4px;
    opacity: 1;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
}

.nav-jp .nav-item .nav-link.active,
.product-section .nav-item .nav-link.active {
    background: #765A3E;
    color: #fff;
}

.aiz-card-box {
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 0px 50px 0px #00000014; */
    box-shadow: 0px 0px 10px 0px #90909026;
}

.recruitment-section {
    max-height: 45rem;
    height: 30rem;
    background: linear-gradient(263.59deg, #DECDBD -1.14%, #DECDBD 99.03%);
    position: relative;
}

.recruitment-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #F3E0CB;
    border-top-left-radius: 600px;
    border-bottom-left-radius: 600px;
}

.recruitment-section>div>div,
.recruitment-section>div {
    height: 100%;
}

.email-registration-section,
.franchise-policy-section__content,
.recruitment-section__content {
    align-content: center;
}

.email-registration-section .section__title,
.franchise-policy-section__content .section__title,
.recruitment-section__content .section__title {
    margin: 0;
    text-align: start;
}

.franchise-policy-section__content span,
.recruitment-section__content span {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    margin: 1rem 0 1rem 0;
    display: block;
}

.recruitment-section__img {
    position: relative;
}

.recruitment-section__img img {
    position: absolute;
    max-height: 33rem;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.franchise-policy-section__img>div {
    position: relative;
    max-height: 30rem;
    height: 30rem;
    width: 30rem;
    border-radius: 50%;
    display: block;
}

.franchise-policy-section__img img {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .franchise-policy-section__content span {
        width: 65%;
    }
}

.email-registration-section {
    background: #765A3E;
    padding: 5rem 0;
    margin-top: 4rem;
}

.email-registration-section_content * {
    font-family: "Argue";
    color: #fff;
}

.grid {
    display: grid;
}

.footer-menu-title {
    font-family: "Argue";
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.footer-widget *:not(span) {
    color: #252528;
}

.about_us_description {
    font-size: 20px;
    line-height: 25px;
    color: #765A3E;
    font-weight: 700;
    width: 44%;
}

@media (max-width:640px) {
    .section__title {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .franchise-policy-section,
    .recruitment-section,
    .culture-section,
    .reviews-section,
    .news-section,
    .product-section,
    .story-section,
    .medicinal-section {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    .franchise-policy-section__content span,
    .recruitment-section__content span {
        margin: .25rem 0 .75rem 0;
        font-size: 16px;
        line-height: 24px;
    }


    .feature-item:nth-child(2n - 1)>div:first-child .feature-item__description {
        text-align: center;
    }

    .feature-item:nth-child(2n - 1)>div:first-child {
        justify-items: unset;
        order: 1;
    }

    .feature-item:nth-child(2n - 1)>div:last-child {
        order: 0;
    }

    .feature-item:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .medicinal-section img {
        height: 10rem;
    }

    .feature-item,
    .franchise-policy-section {
        text-align: -webkit-center !important;
    }

    .franchise-policy-section__img {
        justify-items: center;
        margin: 1rem 0;
    }

    .franchise-policy-section__img>div {
        max-height: 18rem;
        height: 18rem;
        width: 18rem;
    }

    .story-section .slogan * {
        font-size: 35px;
        line-height: 100%;
    }

    .story-section .slogan {
        width: 100%;
    }

    .story-section .slogan .slogan-body {
        flex-direction: column;
        gap: 0;
    }

    .slogan-head {
        text-align: start;
    }

    .slogan-body-left {
        text-align: center;
    }

    .slogan-body-right {
        text-align: end;
    }

    .email-registration-section {
        padding: 2rem 0;
    }

    .about_us_description {
        width: 100%;
    }

    .footer-widget .col-12:first-child {
        border-bottom: 1px solid rgba(132, 132, 132, 0.3);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .footer-widget .col-12:last-child {
        border-top: 1px solid rgba(132, 132, 132, 0.3);
    }

    .jp-btn {
        padding: .5rem 1rem;
    }

    .aiz-user-panel {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.custom-pagination .pagination {
    gap: 4px;
}

.custom-pagination .page-item .page-link {
    border: none;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 4px;
    padding: 1px;
    font-weight: 500;
}

.custom-pagination .page-item.active .page-link {
    background-color: #212121;
    color: #fff;
}

.custom-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    cursor: default;
}

.custom-pagination .page-link:hover {
    background-color: #ddd;
    color: #000;
}

.custom-pagination .pagination {
    gap: 4px;
}

.custom-pagination .page-item .page-link {
    border: none;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 4px;
    padding: 1px;
    font-weight: 500;
}

.custom-pagination .page-item.active .page-link {
    background-color: #212121;
    color: #fff;
}

.custom-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    cursor: default;
}

.custom-pagination .page-link:hover {
    background-color: #ddd;
    color: #000;
}

.fs-italic {
    font-style: italic;
}

.modal-jp .modal-content {
    padding-top: .5rem;
}

.modal-jp .modal-header {
    position: relative;
    border: 0;
}

.modal-jp .modal-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Argue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
}

.input-group-jp .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

form .input-group-jp .input-group-append,
.input-group-jp div.form-control,
.input-group-jp input {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-jp .input-group-text,
.input-group-jp div.form-control,
.input-group-jp input:focus,
.input-group-jp input {
    border: none;
    background: #FAFAFA;
}

.input-group-jp input:focus,
.input-group-jp input {
    color: #252528;
}

.input-group-jp {
    border-radius: 12px;
}

form .input-group-jp .input-group-append {
    border: none;
    background: #FAFAFA;
}

form .input-group-jp input {
    border-radius: 0;
}

.membership {
    font-family: sans-serif;
    color: #0A0A0A;
    border-radius: 30px;
    padding: .05rem .5rem;
    padding-top: .1rem;
}

.membership.gold {
    background: #FEBA11;
}

.membership.silver {
    background: #CFCFCF;
}

.membership.diamond {
    background: #4C5866;
    color: #FEBA11
}

.membership.bronze {
    background: #81441F;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.block {
    display: block;
}

@media (max-width:1199px) {
    .story-section .slogan {
        width: 100%;
    }

    .franchise-policy-section__img>div {
        width: 25rem;
        height: 25rem;
    }

    .recruitment-section__img img {
        max-height: 20rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:991px) {
    .slogan img {
        max-width: 3rem;
    }

    ul.header {
        flex-direction: column;
    }

    .recruitment-section__content {
        height: fit-content;
        margin-top: 2rem;
    }

    .recruitment-section {
        height: 35rem;
    }

    .recruitment-section::after {
        bottom: 0;
        top: unset;
        right: 0;
        left: 0;
        border-top-right-radius: 600px;
        border-bottom-left-radius: unset;
        width: 100%;
        height: 50%;
    }

    .franchise-policy-section__content .section__title {
        text-align: center;
        margin-bottom: 1rem;
    }

    .franchise-policy-section__img>div {
        width: 18rem;
        height: 18rem;
        justify-self: center;
    }
}

@media (min-width:640px) and (max-width:991px) {
    .section__title {
        font-size: 27px;
        margin-bottom: 1rem;
    }

    .story-section .slogan .slogan-body {
        white-space: nowrap;
        justify-content: center;
    }

    .story-section .slogan * {
        font-size: 40px;
    }

    .story-section .slogan {
        line-height: 2.875rem;
    }

    .franchise-policy-section__content span {
        width: 100%;
    }

    .franchise-policy-section {
        text-align: -webkit-center;
    }
}

@media (max-width:640px) {
    #forgot_password_modal .modal-title {
        font-size: 1rem;
    }
}


.btn-outline-primary.active {
    background-color: var(--primary) !important;
}

.circle-wrapper {
    width: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(0deg 0% 95%);
    box-shadow: 0px 2px 24px 0px #0000001F;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-wrapper.half-right .circle {
    left: -10px;
}

.circle-wrapper.half-left .circle {
    left: 0;
}

.about-us-page .content {
    line-height: 30px;
}

.sort-wrapper {
    width: 25%;
    text-align: end;
}

.sort-wrapper>div>button.dropdown-toggle {
    border: 0;
}

@media (max-width:1199px) {
    #introduce-wrapper .section__title {
        font-size: 36px;
        line-height: 50px;
    }

    #introduce-wrapper .section__sub_title {
        font-size: 28px;
        line-height: 40px;
    }

    #introduce-wrapper .btn-jp {
        font-size: 16px;
    }
}

@media (min-width:1199px) {
    #introduce-wrapper .section__title {
        font-size: 72px;
        line-height: 88px;
    }

    #introduce-wrapper .section__sub_title {
        font-size: 52px;
        line-height: 68px;
    }

    #introduce-wrapper .btn-jp:not(.btn-sm) {
        font-size: 23px;
    }
}

#introduce-wrapper .section__sub_title,
#introduce-wrapper .section__title {
    white-space: nowrap;
    color: #F0AD2D;
}

.floating-btn {
    animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.fp-watermark {
    display: none;
}

#fp-nav {
    z-index: 2001 !important;
}

#fp-nav span {
    background: #fff !important;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.banner-image {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.banner-image.active {
    opacity: 1;
    transform: translateX(0);
}

.section.bg-loaded,
.section.bg-loading {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section.bg-loading {
    background-color: #e6e6e6;
    transition: background-image 0.3s ease-in-out, opacity 0.5s ease;
    opacity: 0;
}

.section.bg-loaded {
    opacity: 1;
}

.aiz-card-box .disc-amount {
    margin-right: -37%;
    width: 37%;
    opacity: 0 !important;
}

.aiz-card-box:hover .disc-amount {
    margin-right: 0;
    width: auto;
    opacity: 1 !important;
}

.custom-shadow {
    box-shadow: 0px 0px 6px 0px #00000026;
}

.custom-card-shadow {
    box-shadow: 0px 4px 60px 0px #04060F0D;
}

.hov-primary:hover {
    background-color: var(--primary) !important;
    color: white !important;
}

.hov-primary {
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.hide-scrollbar {
    scrollbar-width: none;
}


.menu-level-1>a.has-megamenu:hover,
.menu-level-1:hover>a.has-megamenu,
.menu-level-1.active>a.has-megamenu {
    color: var(--primary) !important;
}

.menu-level-2>a.has-megamenu:hover,
.menu-level-2:hover>a.has-megamenu,
.menu-level-2.active>a.has-megamenu {
    color: var(--primary) !important;
}

.menu-level-2 .megamenu a:hover,
.menu-level-2 .megamenu a.active {
    color: var(--primary) !important;
}

/* Cấp 1 */
.menu-level-1 {
    position: relative;
}

.menu-level-1>.megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    z-index: 999;
}

.menu-level-1:hover>.megamenu {
    display: block;
}

/* Cấp 2 */
.menu-level-2 {
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.menu-level-2>.megamenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    z-index: 999;
    min-width: 200px;
}

.menu-level-2:hover>.megamenu {
    display: block;
    padding-left: 10px;
}