html {
    scroll-behavior: smooth;
}

:root {
    --white : #FFFFFF;
    --white1 : #F6F6F6;
    --white2 : #D9D9D9;
    --black1 : #505050;
    --gray1 : #878787;
    --gray2 : #BEBEBE;
    --gray3 : #D0D0D0;
}

.fw-bold {font-family: 'manrope-b' !important;}
.t-underline {text-decoration: underline;}

/* >>>>>>>>> HOVER <<<<<<<<< */
.hover-bold:hover {
    font-family: 'manrope-b' !important;
    transition: .3s ease all;
}
/* >>>>>>>>> END HOVER <<<<<<<<< */

/* >>>>>>>>> FONTS <<<<<<<<< */
i {font-style: italic;}

.f-noto-sans-r {font-family: 'noto-sans-r' !important;}
.f-manrope-b {font-family: 'manrope-b' !important;}

/* >>>>>>>>> END FONTS <<<<<<<<< */

/* >>>>>>>>> MARGIN <<<<<<<<< */
.mt7 {margin-top: 7px;}
.mt12 {margin-top: 12px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt27 {margin-top: 27px;}
.mt38 {margin-top: 38px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}

.mb10 {margin-bottom: 10px;}
.mb22 {margin-bottom: 22px;}
.mb50 {margin-bottom: 50px;}
.mb58 {margin-bottom: 58px;}
/* >>>>>>>>> END MARGIN <<<<<<<<< */

/* >>>>>>>>> PADDING <<<<<<<<< */
.pt20 {padding-top: 20px;}
.pt40 {padding-top: 40px;}
.pt80 {padding-top: 80px;}
.pt100 {padding-top: 100px;}

.pb100 {padding-bottom: 100px;}
.pb120 {padding-bottom: 120px;}
.pb140 {padding-bottom: 140px;}
.pb160 {padding-bottom: 160px;}
.pb180 {padding-bottom: 180px;}
.pb200 {padding-bottom: 200px;}
/* >>>>>>>>> END PADDING <<<<<<<<< */

/* >>>>>>>>> WIDTH <<<<<<<<< */
.w350p {width: 350px;}
.w200p {width: 200px;}

.w24 {width: 24%;}
.w45 {width: 45%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w42 {width: 42%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w72 {width: 72%;}
.w77 {width: 77%;}
.w80 {width: 80%;}
.w84 {width: 84%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
/* >>>>>>>>> END WIDTH <<<<<<<<< */

/* >>>>>>>>> DISPLAY <<<<<<<<< */
.d-flex {display: flex;}
/* >>>>>>>>> END DISPLAY <<<<<<<<< */

.gap-50 {gap: 50px;}

/* >>>>>>>>> COLOR <<<<<<<<< */
.c-black1 {color: var(--black1) !important;}
/* >>>>>>>>> END COLOR <<<<<<<<< */

/* >>>>>>>>> FONT SIZE <<<<<<<<< */
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f40 {font-size: 40px;}
.f70 {font-size: 70px;}
/* >>>>>>>>> END FONT SIZE <<<<<<<<< */

.mobile-only-900,
.mobile-only-600 {
    display: none;
}

body {
    background: var(--white1) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'cormorant-r' !important;
}

p, a {
    font-family: 'manrope-r' !important;
}

p b, 
p strong {
    font-family: 'manrope-b' !important;
}

a {  
    transition: 0.3s ease-in;
}

.title-60 > * {
    font-size: 55px;
    color: var(--black1);
    font-family: 'cormorant-l' !important;
}

.title-16 > * {
    font-size: 16px;
    color: var(--black1);
    font-family: 'manrope-r' !important;
}

.subtitle-17_nt > *,
.subtitle-17_nt p {
    font-size: 17px;
    color: var(--black1);
    font-family: 'noto-sans-r' !important;
    line-height: 27px;
    letter-spacing: 2px;
}

.menu-white-wrapper, 
.home-logo-white {
    display: none;
}


menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.3s ease-in;
}

menu.scroll {
    background: var(--white1);
}

#menu-mobile {
    transition: .3s ease all;
}

#mobile-menu.scroll {
    background: var(--white1);
}

menu.scroll #desk-menu .menu-wrapper{
    padding-top: 22px;
    padding-bottom: 15px;
}

menu #desk-menu ul li a {
    font-family: 'manrope-m';
    font-size: 16px;
    color: var(--black1);
    text-decoration: none;
    letter-spacing: 1px;
}


menu #desk-menu ul li a:hover {
  /* opacity: .5; */
    padding-bottom: 100px;
  transition: .3s ease all;
  font-family: 'manrope-b' !important;
}

menu #desk-menu .menu-wrapper {
    padding-top: 52px;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in;   
}


menu #desk-menu .menu-logo {
    width: 18%;
}

menu #desk-menu .menu-link {
    width: 54%;
}

menu #desk-menu .menu-link > ul {
    display: flex;
    gap: 25px;
}

menu #desk-menu .menu-sosmed {
    width: 27%;
    text-align: right;
}

menu #desk-menu ul li a.active, 
#mobile-menu-open ul li a.active {
    font-family: 'manrope-b' !important;
}

.has-dropdown {
    position: relative;
}

.dropwdown-menu {
    position: absolute;
    padding-top: 14px;
    left: 1px;
    display: none;
}

.menu-second {
    display: none;
}

.menu-second.service {
    display: block;
}

.has-dropdown:hover .menu-second
{
    display: block;
}

/* .has-dropdown:hover .dropwdown-menu ul {
    background: var(--white);
    padding: 10px 13px;
} */

.dropwdown-menu ul li {
  margin-bottom: 5px;
}

.dropwdown-menu ul li a {
    color: var(--gray1) !important;
}


.container {
    width: 92%;
    margin: 0 auto;
    max-width: 1440px;
}

#banner .banner-left {
    /* width: 60%; */
    padding-top: 203px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

#banner .banner-left .banner-title > * {
    padding: 20px 0 2px;
    /* border-right: 2px solid var(--black1); */
    width: 56%;
    font-family: 'cormorant-r' !important;
}

#banner .banner-right {
    width: 40%;
}

#banner .banner-right .banner-bg {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 964px;
    width: 100%;
}

#banner .banner-right .banner-bg.mobile {
    display: none;
}

#banner .banner-home {
    display: flex;
    justify-content: end;
}

.desc-14 {
    font-size: 14px;
    color: var(--black1);
    line-height: 20px;
}

.desc-16 {
    font-size: 16px;
    color: var(--black1);
    line-height: 22px;
}

.desc-18 {
    font-size: 18px;
    color: var(--black1);
    line-height: 27px;
}

.banner-sub-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 24px;
    width: 90%;
    position: relative;
}

.banner-jp-text {
    right: -15px;
    position: absolute;
}

.banner-jp-text p {
    writing-mode: vertical-rl;
    font-size: 28px;
    letter-spacing: 12px;
}

.banner-home {
    position: relative;
}

#pop-home {
    position: fixed;
    left: 12%;
    bottom: 0;
    z-index: 98;
    width: max-content;
}

#pop-home .pop-content {
  background: var(--white);
  width: max-content;
  padding: 20px 30px;
  border: 1px solid var(--black1);
  position: relative;
}

.pop-home-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

#pop-home .pop-header {
    display: flex;
    justify-content: space-between;
}

#pop-home .pop-header h3 {
    font-family: 'manrope-r' !important;
    font-size: 24px;
    color: var(--black1);
}

.pop-body h3 {
    font-family: 'manrope-r' !important;
    font-size: 16px;
    color: var(--black1);
    margin: 35px 0;
}

.input-pop {
    font-family: 'manrope-r' !important;
    background: none;
    border: none;
    display: block;
    width: 364px;
    border-bottom: 1px solid var(--black1);
    font-size: 16px;
    padding: 6px 0;
    max-width: 100%;
    min-height: 16px;
    border-radius: 0;
}

.form-custom,
select.form-custom {
    width: 100%;
    color: var(--black1) !important;
}

textarea.form-custom {
    height: 100px;
    position: relative;
}

.form-wrapper {
    margin-bottom: 5px;
}

.form-label {
    font-family: 'manrope-r' !important;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
    color: var(--black1) !important;
}

.form-wrapper input[type=file] {
    border-bottom: 0;
    /* color: var(--white1) !important; */
    font-family: 'manrope-r' !important;
}

.form-wrapper input {
    color: transparent;
  }

.form-wrapper input::-webkit-file-upload-button {
    visibility: hidden;
}

.form-wrapper input::before {
    content: 'SELECT FILE';
    color: var(--black1) !important;
    display: inline-block;
    border: 1px solid var(--black1);
    border-radius: 3px;
    padding: 8px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    width: 225px;
}

.form-wrapper input:hover::before {
    border-color: var(--gray1);
}
.form-wrapper input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.recaptcha-wrapper {
    padding: 7px 7px 6px;
    background: #fff;
    width: max-content;
}


.form-submit {
    display: block;
    border: 1px solid var(--black1);
    color: var(--black1);
    font-size: 16px;
    text-decoration: none;
    font-family: 'manrope-sb' !important;
    padding: 5px 12px;
    width: 225px;
    background: unset;
}


textarea.form-custom::placeholder {
    position: absolute;
    bottom: 6px;
}

.input-pop::placeholder {
    color: var(--gray2);
}

.form-custom::placeholder {
    color: var(--black1) !important;
}

select.input-pop {
    -webkit-appearance: none;
    background: url('../../img/icon/arrow-dropdown.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 98%;
}

select.input-pop, 
input[type=date].input-pop {
    color: var(--gray2);
}

.pop-footer {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}

.pop-footer p {
    color: var(--black1);
    font-family: 'manrope-r' !important;
    font-size: 11px;
}

.btn-submit-pop {
    display: block;
    border: 1px solid var(--black1);
    color: var(--black1);
    font-size: 16px;
    text-decoration: none;
    font-family: 'manrope-sb' !important;
    padding: 7px 12px;
}

.sec-padding {
    padding: 350px 0;
}

#home-intro-service {
    position: relative;
}


#home-intro-service h2 {
    font-size: 110px;
    font-family: 'manrope-m' !important;
    color: var(--black1);
    text-align: center;
    line-height: 130px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}


.home-collection-headlines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(var(--index-section-spacing) * 2) auto;
    /* max-width: 1200px; */
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.home-collection-headlines__background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-background);
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease 50ms
}

.home-collection-headlines__headline {
    transition: opacity .15s ease .1s;
}

.home-collection-headlines__headline.headline-3 {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.home-collection-headlines__headline > a {
    font-family: folio, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    font-size: 120px;
    letter-spacing: .02em;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-weight: 200;
    font-family: 'manrope-m' !important;
    color: var(--black1);
    text-decoration: none;
    letter-spacing: 10px;
}

.home-collection-headlines__headline > a:not(:last-child) {
    margin-right: .5ch
}

.home-collection-headlines__image {
    width: 700px;
}

.img-headline_3 {
    width: 500px;
}

.img-headline_1 {
    position: relative;
    left: 293px;
    top: 33px;
}

.img-headline_2 {
    position: relative;
    left: -285px;
    top: 33px;
}

.img-headline_3 {
    position: relative;
    left: -378px;
    top: 60px;
}

.headline-jp-text {
    font-family: 'noto-sans-r' !important;
    font-size: 23px;
    color: var(--black1);
}

.headline-jp-1 {
    position: absolute;
    left: -63px;
    top: 283px;
}

.headline-jp-2 {
    position: absolute;
    right: 176px;
    top: 283px;
}

.headline-jp-3 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 146px;
    text-align: center;
}

.home-collection-headlines__caption {
    transition: opacity .15s ease .1s;
    transform: translate(-50%, -50%);
    position: absolute;
    width: calc(var(--column) * 6 + var(--gutter) * -1);
    top: 50%;
    left: 50%;
    opacity: 0
}


@media (hover: hover) {

    .home-collection-headlines__headline:focus > .home-collection-headlines__caption,
    .home-collection-headlines__headline:hover > .home-collection-headlines__caption {
        opacity: 1
    }
}

@media (hover: hover) {

    .home-collection-headlines:focus .home-collection-headlines__background,
    .home-collection-headlines:hover .home-collection-headlines__background {
        opacity: 90%
    }

    .home-collection-headlines:focus .home-collection-headlines__headline,
    .home-collection-headlines:hover .home-collection-headlines__headline {
        opacity: 0
    }

    .home-collection-headlines:focus .home-collection-headlines__headline:focus,
    .home-collection-headlines:focus .home-collection-headlines__headline:hover,
    .home-collection-headlines:hover .home-collection-headlines__headline:focus,
    .home-collection-headlines:hover .home-collection-headlines__headline:hover {
        opacity: 1
    }
}

#home-intro-product {
    padding-bottom: 150px;
}

.product-wrapper {
    display: flex;
}

.home-product-right {    
    position: absolute;
    right: 0;
}

.home-product-right .product-img {
    background-size: cover !important;
    width: 350px;
    height: 420px;
}

.home-product-mid  {
    padding-top: 200px;
    display: flex;
    width: 68%;
    justify-content: space-between;
}

.tgb-slide-item {
    height: 945px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.bg-tgb-slide-backdrop {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

#home-slider-tgb {
    position: relative;
    overflow-x: clip;
}

#home-slider-tgb .tgb-content {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    color: var(--white);
}


#home-slider-tgb .tgb-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#home-slider-tgb .tgb-slide-text {
    /* width: 33%; */
}

.tbg-slide-product {
    font-size: 16px;
    line-height: 20px;
}

.tgb-slide-text.mid {
    width: 70%;
    text-align: center;
}

.tgb-slide-text-m > * ,
.tgb-slide-text-m p{
    font-family: 'cormorant-l' !important;
    font-size: 70px;
}

.tgb-slide-subtitle {
    color: var(--white);
    font-size: 16px;
    margin-top: 18px;
}

.tgb-slide-text-m .sup {
    margin-left: -20px;
    font-size: 40px;

}

.tgb-slide-text-r {
    width: 15%;
}

.tgb-slide-text-r > * {
    line-height: 22px;
}

#home-slider-tgb .slick-dots {
    bottom: 30px;
    z-index: 4;
}

#home-slider-tgb .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#home-slider-tgb  .slick-dots li.slick-active button:before {
    color: var(--white) !important;
}
#home-slider-tgb  .slick-dots li button:before {
    font-size: 16px;
    color: var(--white2) !important;
    opacity: 1;
}

.journal-wrapper {
    display: flex;
    justify-content: space-between;
}

.journal-wrapper .jn-text,
.journal-wrapper .journal-link {
    width: 20%;
}

.journal-wrapper .journal-link {
    display: flex;
    justify-content: end;
    align-items: start;
}

.journal-wrapper .journal-list {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
}

.journal-wrapper .journal-list .jl-header > img {
    width: 100%;
}

.journal-wrapper .journal-list .jl-title > *,
.journal-wrapper .journal-list .jl-title * {
    font-size: 20px;
    font-family: 'cormorant-m' !important;
    color: var(--black1) !important; 
    margin-top: 15px;
    line-height: 25px;
}

.journal-wrapper .journal-list .jl-abstract > *{
    font-size: 14px;
    color: var(--black1);
    margin-top: 15px;
    line-height: 20px;
}

.journal-wrapper .journal-list .jl-btn {
    font-size: 12px;
    color: var(--black1);
    margin-top: 20px;
    line-height: 18px;
    border: 1px solid var(--black1);
    display: block;
    width: max-content;
    padding: 5px 20px 4px;
    text-decoration: none;
}

#journal-page .page-content {
    display: flex;
}

#journal-page .page-intro {
    display: flex;
    justify-content: space-between;
}

#journal-page #filter {
    margin-top: 9px;
}

.jn-more {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 17px;
    color: var(--black1);
    font-family: 'cormorant-m' !important;
    text-decoration: none;
}

.jn-title > * {
    font-size: 17px;
    color: var(--black1);
    font-family: 'cormorant-m' !important;
    
}

.jn-subtitle > * {
    font-size: 18px;
    color: var(--black1);
    font-family: 'noto-sans-r' !important;
    margin-top: 19px;
}

#journal {
    padding: 150px 0 150px;
}

.journal-thumb {
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 225px;
}

#home-credential .hc-text {
    position: absolute;
    left: auto;
    right: 0;
    text-align: center;
    z-index: 2;
}

#home-credential .hc-text > *{
    font-family: 'manrope-m' !important;
    font-size: 200px;
    color: var(--black1);
}

#home-credential {
    position: relative;
    padding: 500px 0 300px;
    overflow-x: clip;
}


#home-credential #img-cre-1 {
    position: absolute;
    left: 10%;
    top: 27%;
    z-index: 3;
    width: 450px;
}

#home-credential #img-cre-2 {
    position: absolute;
    left: 44%;
    top: -5%;
    z-index: 3;
    width: 300px;
}

#home-credential #img-cre-3 {
    position: absolute;
    left: 64%;
    top: 81%;
    z-index: 1;
    width: 250px;
}

#home-credential #img-cre-4 {
    position: absolute;
    left: 82%;
    top: 43%;
    z-index: 3;
    width: 450px;
}

.shop-title {
    font-size: 55px;
    letter-spacing: 2px;
    color: var(--black1);
    line-height: 66px;
}

.shop-desc {
    font-family: 'manrope-r';
    color: var(--black1);
    font-size: 16px;
}

.shop-wrapper {
    display: flex;
    justify-content: center;
    width: 54%;
    margin: 60px auto;
}


.shop-wrapper .shop-item {
    width: 50%;
    padding: 45px 0;
}

.shop-wrapper .shop-item:first-child {
    border-right: 1px solid var(--black1);
}
#shop .img-shopee {
    width: 230px;
    background-size: contain !important;
    background-position: center !important;
    height: 50px;
    margin: 0 auto;
}

#shop .img-tokped {
    width: 230px;
    background-size: contain !important;
    background-position: center !important;
    height: 50px;
    margin: 0 auto;
}

.shop-btn {
    text-decoration: none;
    border: 1px solid #505050;
    color: var(--black);
    display: block;
    width: 250px;
    margin: 30px auto 0;
    padding: 10px 0;
    font-size: 12px;
}

.shop-btn-lg {
    text-decoration: none;
    border: 1px solid #505050;
    color: var(--black);
    display: block;
    width: 300px;
    padding: 13px 0;
    font-size: 15px;
    text-align: center;
}

footer {
    padding-bottom: 90px;
}

.section-padding {
    padding: 280px 0 160px;
}

.page-title {
    font-size: 55px;
    letter-spacing: 2px;
    color: var(--black1);
    margin-bottom: 24px;
    font-family: 'manrope-m' !important;
}

.page-subtitle {
    font-family: 'noto-sans-r' !important;
    font-size: 21px;
    color: var(--black1);
    letter-spacing: 5px;
}

.page {
    display: flex;
}

.faq-wrapper {
    padding-top: 69px;
    padding-right: 100px;
    width: 72%;
}

.sub-faq {
    margin-bottom: 60px;
}

.faq-wrapper .sub-faq-title {
    font-family: 'manrope-sb' !important;
    color: var(--black1);
    font-size: 20px;
    margin-bottom: 20px;
}

.acc-title {
    font-family: 'manrope-r' !important;
    color: var(--black1);
    font-size: 16px;
}

.faq-desc {
    font-family: 'manrope-r' !important;
    color: var(--black1);
    font-size: 16px;
    line-height: 22px;
}

.faq-img {
    width: 100%;
    margin-top: 116px;
    margin-bottom: 10px;
}

.intro-content-desc {
    margin: 65px 0 40px;
}

.main-btn {
    text-decoration: none;
    border: 1px solid #505050;
    color: var(--black);
    display: block;
    width: 250px;
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.intro-content-hl {
    margin-top: 165px;
}

.intro-content-hl img {
    margin-bottom: 15px;
}


.intro-content-hl p {
    color: var(--black);
    font-size: 10px;
    font-family: 'manrope-r' !important;
}

.intro-content-hl h3 {
    color: var(--black);
    font-size: 18px;
    margin: 8px 0 18px;
}

#journal-page .intro-filter {
    margin-top: 100px;
}

#journal-page .intro-filter li {
    margin-bottom: 20px;
}

#journal-page .intro-filter li a {
    text-decoration: none;
    color: var(--black);
    font-size: 28px;
    font-family: 'cormorant-m' !important;
    position: relative;
}

#journal-page .intro-filter li a:hover {
    opacity: .3;
}

#journal-page .intro-filter li a span {
    text-decoration: none;
    color: var(--black);
    font-size: 12px;
    font-family: 'manrope-m' !important;
    position: absolute;
    top: 3px;
    right: -32px;
}

#filter {
    display: flex;
    justify-content: end;
}

#filter input {
    font-family: 'manrope-r' !important;
    background: none;
    border: none;
    display: block;
    width: 450px;
    border-bottom: 1px solid var(--black1);
    font-size: 16px;
    padding: 6px 8px;
    color: var(--black1);
    --webkit-appreance: none; 
    background: url(../../img/icon/search.svg);
    background-repeat: no-repeat !important;
    background-position-x: 95%;
    background-position-y: 7px;
}


#filter input::placeholder {
    color: var(--gray2);
}

#journal-list {
    display: grid;
    column-gap: 60px;
    row-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 80px;
}

#journal-list .journal-item {
    border: 1px solid var(--black1);
}

#journal-list .journal-inner {
   text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 45px 0 30px;
}

#journal-list .journal-inner * {
    color: var(--black1) !important;
}

#journal-detail .date,
#journal-list .journal-inner .date {
    font-size: 11px;
    margin-top: 20px;
    font-family: 'manrope-r' !important;
}

#journal-list .journal-inner .title {
    font-size: 20px;
    margin-top: 18px;
    height: 60px;
    line-height: 26px;
}

#journal-list .journal-inner .body {
    font-size: 15px;
    line-height: 20px;
    margin-top: 25px;
    height: 80px;
}

#journal-list .journal-inner .journal-rm {
    font-size: 15px;
    display: block;
    margin-top: 30px;
}

#pagination ul {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 70px;
}

#pagination li a {
    color: var(--black1) !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'manrope-m' !important;
    padding: 0 3px 3px;
}

#pagination li a.active {
    border-bottom: 2px solid var(--black1);
}

#pagination li a:hover {
    /* border-bottom: 2px solid var(--black1); */
    opacity: .4;
}


.locations-wrapper {
    display: flex;
    margin-top: 32px; 
}

.locations-wrapper .loc-title {
    width: 32%;
}

.locations-wrapper .loc-list {
    width: 58%;
}

.locations-wrapper .loc-title h2 {
    font-size: 20px;
    font-family: 'manrope-sb' !important;
    text-transform: uppercase;
    color: var(--black1);
}

.locations-wrapper .loc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}


.locations-wrapper .loc-list .header img {
    width: 100%;
}

.locations-wrapper .loc-list .body * {
    color: var(--black1) !important;
}

.locations-wrapper .loc-list .body h3 {
    font-size: 27px;
    margin-top: 27px;
}

.locations-wrapper .loc-list .body h4 {
    font-size: 13px;
    margin-top: 18px;
    line-height: 17px;
    font-family: 'manrope-b' !important;
}

.locations-wrapper .loc-list .body p {
    font-size: 13px;
    line-height: 17px;
}

.locations-wrapper .loc-list .body a {
    font-size: 13px;
    line-height: 17px;
    display: flex;
    gap: 7px;
    margin-top: 6px;
}


#journal-detail .journal-detail-header {
    text-align: center;
}

#journal-detail .journal-detail-header h1,
#journal-detail .journal-detail-header p {
    font-size: 38px;
    margin-top: 20px;
    color: var(--black1);
    margin-bottom: 30px;
    font-family: 'cormorant-r' !important;
}

#journal-detail .journal-detail-header img {
    max-width: 90%;
}

#journal-detail .date {
    text-align: center;
}

#journal-detail .journal-detail {
    width: 65%;
    margin: 60px auto 0;
    border-bottom: 1px solid var(--black1);
    /* padding-bottom: 60px; */
}

#journal-detail .journal-detail p {
  font-size: 16px; 
  color: var(--black1);
  line-height: 22px;
}

#journal-detail .journal-detail h1, 
#journal-detail .journal-detail h2, 
#journal-detail .journal-detail h3
{
    font-size: 38px;
    color: var(--black1);
    text-align: center;
    margin: 20px 0;
}

.journal-detail h3 span {
    /* font-size: 38px; */
    color: var(--black1) !important;
}


#journal-detail .journal-detail h4,
#journal-detail .journal-detail h5,
#journal-detail .journal-detail h6
{
    margin: 20px 0; 
    font-size: 21px;
    color: var(--black1);
    font-family: 'manrope-sb' !important;
    text-align: left;
}

#journal-detail .journal-detail img {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

#journal-detail .journal-detail ol li {
    font-size: 21px;
    font-family: 'manrope-sb' !important;
    list-style-type: decimal !important;
    margin-bottom: 42px;
}

#journal-detail .journal-detail ol li h1, 
#journal-detail .journal-detail ol li h2, 
#journal-detail .journal-detail ol li h3,
#journal-detail .journal-detail ol li h4,
#journal-detail .journal-detail ol li h5,
#journal-detail .journal-detail ol li h6 
{
    font-size: 21px;
    color: var(--black1);
    font-family: 'manrope-sb' !important;
    text-align: left;
}

#journal-detail .journal-detail ol {
    margin-left: 20px;
}

#journal-detail .journal-detail ol li p {
    margin-left: -18px;
} 

.page-banner {
    width: 100%;
    height: 965px;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.banner-title > * {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 2px;
    color: var(--black1);
    margin-bottom: 22px;
    font-family: 'manrope-m' !important;
}

.banner-subtitle {
    width: 40%;
}

.banner-title h1 span {
    width: 85%;
    display: block;
}

.banner-title-jp > * {
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--black1);
    font-family: 'noto-sans-r' !important;
}

.content-padding {
    padding: 100px 0;
}

.content-title-45 > *,
.content-title-45 p {
    font-size: 45px;
    color: var(--black1);
    font-family: 'cormorant-r' !important;
    line-height: 55px;
}

.content-title-55 > * {
    font-size: 55px;
    color: var(--black1);
    font-family: 'cormorant-r' !important;
    line-height: 65px;
}

#trainers {
    padding-top: 14px;
    padding-bottom: 50px;
    text-align: center;
}

#trainers .trainer-wrapper {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 60px auto 0;
    gap: 60px;
}

#trainers .trainer-wrapper .header img {
    width: 100%;
}

#trainers .trainer-wrapper .body h3 {
    font-size: 25px;
    text-align: left;
    font-family: 'manrope-b' !important;
    color: var(--black1);
    margin-top: 24px;
}

#trainers .trainer-wrapper .body h6 {
    font-size: 16px;
    text-align: left;
    font-family: 'manrope-r' !important;
    color: var(--black1);
    margin-top: 7px;
}

.footer-wrapper {
    display: flex;
}

.footer-wrapper .footer-logo {
    width: 20%;
    z-index: 50;
    position: relative;
}

.footer-wrapper .footer-mid {
    width: 45%;
}

.footer-wrapper .footer-link2 {
    width: 35%;
}

.footer-wrapper .footer-location {
    justify-content: space-between;
}

.footer-wrapper ul li a {
    color: var(--black1);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
}

.footer-wrapper ul li {
    padding-bottom: 10px;
}

.footer-wrapper ul li a:hover {
    font-family: 'manrope-b' !important;
    transition: .3s ease-out;
}

.footer-link {
    display: flex;
    flex-wrap: wrap;
}

.footer-link .from-subscribe {
    width: 100%;
}

.form-subscribe {
    width: max-content;
}

.foot-title > * {
    font-family: 'manrope-r' !important;
    color: var(--black1);
    font-size: 16px;
}

.footer-sosmed ul {
    display: flex;
    gap: 25px;
    margin-top: 219px;
}

.grid-wrap {
    width: 100%;
}

.d-none {display: none;}

#service-lash-img {
    width: 88%;
    display: flex;
    justify-content: end;
}

#service-nails-img {
    width: 88%;
    margin-left: 160px;
}

#service-waxing-img {
    width: 79%;
    margin-left: 160px;
}

.service-img h2 {
    font-size: 110px;
    font-family: 'manrope-m' !important;
    color: var(--black1);
    letter-spacing: 10px;
}

.service-img {
    position: relative;
    margin-bottom: 80px;
}

#service-lash-img .headline {
    position: absolute;
    right: 472px;
    top: 71px;
}

#service-nails-img .headline {
    position: absolute;
    right: 292px;
    top: 84px;
}

#service-waxing-img .headline {
    position: absolute;
    right: 0;
    left: 0;
    top: 240px;
    text-align: center;
}

.service-img p {
    font-size: 22px;
    font-family: 'noto-sans-r' !important;
    color: var(--black1);
    margin-top: 40px;
}

.superscript-title {
    font-size: 17px;
}

.superscript-subtitle {
    font-size: 8px;
}

.superscript-desc {
    font-size: 8px;
}

.waxing-list-item {
    display: flex;
    padding-bottom: 60px;
}

.waxing-list-item:not(:last-child) {
    border-bottom: 1px solid var(--black1);
}

.waxing-list-item:not(:first-child) {
    padding-top: 60px;
}

.waxing-list-item .left {
    width: 40%;
}

.waxing-list-item .right {
    width: 60%;
}

.waxing-list-item h4 {
    color: var(--black1);
    font-size: 16px;
}

/* .waxing-list-item ol {
    list-style-type: decimal-leading-zero;
}

.waxing-list-item ol li {
    position: relative;
    font-family: 'manrope-b' !important;
}
.waxing-list-item ol li::marker {
    font-size: 12px;
}

.waxing-list-item ol li::before {
    content: '(';
    position: absolute;
    left: -30px;
    top: 0;
    font-size: 12px;
}

.waxing-list-item ol li::after {
    content: ')';
    position: absolute;
    left: -5px;
    top: 0;
    font-size: 12px;
} */
.waxing-list-item ol li {
    display: flex;
    gap: 5px;
    width: 80%;
}
.waxing-list-item ol li:not(:first-child) {
    margin-top: 30px;
}

.waxing-list-item ol li .number {
    font-family: 'manrope-m';
    font-size: 10px;
    margin-top: -2px;
}

.waxing-list-item ol li h4 {
    color: var(--black1);
    font-size: 16px;
    font-family: 'manrope-b' !important;
    line-height: 8px;
}

.waxing-list-item ul {
    list-style-type: disc;
    margin-left: 20px;
}

.waxing-list-item ul li {
  margin-bottom: 5px;
  width: 80%;
}

.waxing-list-item p {
    line-height: 20px;
}

#guarantee-period .img-gp {
    width: 330px;
    height: 330px;
    background-position: center !important;
    background-size: cover !important;
}

#guarantee-period .guarantee-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 55%;
    margin: 140px auto 0;
    gap: 50px;
}


#guarantee-period .guarantee-line {
    height: auto;
    width: 1px;
    background: var(--black1);
    margin: 0 auto;
}

#guarantee-period .shop-btn {
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

#guarantee-period .guarantee-wrapper h4 {
    font-family: 'manrope-r' !important;
    font-size: 10px;
    margin-top: 21px;
    margin-bottom: 8px;
}

#guarantee-period .guarantee-wrapper h6 {
    font-size: 20px;
}

.desc-list ul {
    list-style-type: disc;
    margin-left: 20px;
    font-family: 'manrope-r';
}

#nails-slide-wrapper {
    position: relative;
}

#nails-slider {
    width: 90%;
    margin: 0 auto;
}

#nails-slider img {
    width: 96%;
    margin: auto;
}

.nav-detail-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
    justify-content: center;
    gap: 15px;
    margin: 0 auto 140px;
}

/* .nav-detail-wrapper ul.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    gap: 15px;
    margin-bottom: 140px;
} */
   
.nav-detail-wrapper ul li a {
    color: var(--black1);
    font-size: 16px;
    border: 1px solid var(--black1);
    width: 250px;
    display: block;
    text-align: center;
    padding: 12px 0px;
    text-decoration: none;
    transition: .3s ease-out;
}


.nav-detail-wrapper ul li a:hover {
    background: var(--black1);
    color: var(--white) !important; 
}

.nav-detail-wrapper ul li a.active {
    background: var(--black1);
    color: var(--white) !important; 
}

.banner-add h5 {
    font-family: 'carmorant-sb' !important;
}

.banner-add h6 {
    font-family: 'noto-sans-r' !important;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.banner-add > *{
    color: var(--white) !important;
    font-size: 16px;
    
}
.banner-add p {
    font-family: 'manrope-r' !important;
}

.banner-add {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 96;
    /* top: 650px; */
    bottom: 50px;
}

.banner-add .desc-list {
    font-size: 14px;
    line-height: 21px;
}

.banner-add h5 {
    font-size: 14px;
}

.banner-add h6 {
    font-size: 15px;
}

.banner-add .container {
    display: flex;
}


#nails-slider .slide-arrow {
    top: 47%;
    z-index: 99;
    position: absolute;
    width: 44px;
    cursor: pointer;
    transition: .3s ease all;
}

#nails-slider .slide-arrow:hover {
    opacity: .5;
}

#nails-slider .arr-l {
    left: -75px;
}

#nails-slider .arr-r {
    right: -75px;
}

#lash-detail .header {
    text-align: center;

}
#lash-detail .title h2{
    color: var(--black1);
    font-family: 'manrope-m' !important;
    font-size: 65px;
    letter-spacing: 6px;
}

#lash-detail .title h3{
    color: var(--black1);
    font-family: 'noto-sans-r' !important;
    font-size: 26px;
    letter-spacing: 2px;
    margin-top: 25px;
}

#lash-detail .body {
    display: flex;
    margin-top: 90px;
    gap: 40px;
    color: var(--black1);
}


#lash-detail .body .detail {
    width: 50%;
}
#lash-detail .body .product-detail {
    width: 40%;
}




#lash-detail .body .detail .suitable {
    margin: 40px 0;
}

#lash-detail .body .detail .content {
    width: 89%;
}

#lash-detail .body .detail .content p{
    font-size: 16px;
    line-height: 20px;
    font-family: 'manrope-r' !important;
}

#lash-detail .body .detail .content p strong {
    font-size: 16px;
    line-height: 20px;
    font-family: 'manrope-b' !important;
}

#lash-detail .body .detail .content p em {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}

#lash-detail .body .detail .content ul li {
    list-style: disc;
    margin-left: 20px;
}

#lash-detail .body .detail .acc-lash .available {
    margin-bottom: 10px;
}

#lash-detail .body .detail .acc-lash .accordion-header {
    font-family: 'manrope-b' !important;
}

#lash-detail .body .detail .acc-lash .acc-sub {
    display: flex;
    margin-bottom: 31px;
    margin-top: 30px;
}

#lash-detail .body .detail .acc-lash .acc-body-subtitle {
    width: 21%;
}

#lash-detail .body .detail .acc-lash .acc-body-subtitle p {
    font-family: 'manrope-b' !important;
}

#lash-detail .body .detail .acc-lash .acc-thickness {
   margin: 20px 0;
}


#mobile-menu-wrapper {    
    display: none;
}

#mobile-menu {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    padding-top: 40px;
    height: max-content;
    padding-bottom: 20px;
} 

#mobile-menu .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#mobile-menu .cta ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

#mobile-menu .cta .btn-ig {
    width: 30px;
    margin-right: 30px;
}

#mobile-menu .cta .btn-menu {
    width: 35px;
}

#mobile-menu-open {
    /* display: none; */
    left: -100%;
    margin-top: 112px;
    background: var(--white1);
    position: fixed;
    overflow-y: scroll;
    /* top: 0;
    right: 0;
    bottom: 0; */
    width: 100%;
    height: 100vh;
    z-index: 101;
    top: 0;
}

#mobile-close,
#mobile-open {
    position: absolute;
    right: 0;
    top: 0;
}

#mobile-open {
    /* top: 2px; */
    top: 22px;
}

#mobile-open.home-only-open {
    top: 57px;
}

#mobile-close {
    top: 21px;
}

#mobile-close.home-only-close {
    top: 56px;
}

#mobile-menu-open ul {    
    padding-top: 100px;
}

#mobile-menu-open li {
    margin-bottom: 30px;
}

#mobile-menu-open a {
    font-size: 35px;
    color: var(--black1);
    font-family: 'manrope-m' !important;
    text-decoration: none;
    transition: .3s ease-in-out;
}


#mobile-menu-open a:hover {
    font-family: 'manrope-b' !important;
    text-decoration: underline;
}

#mobile-close {
    display: none;
}

#mobile-menu {
    display: none;
}

.img-locations {
    width: 100%;
    height: 234px;
    background-position: center !important;
    background-size: cover !important;
}

.dropwdown-menu-mob ul {
    padding-top: 20px !important;
}

.dropwdown-menu-mob ul li:not(:last-child) {
    margin-bottom: 12px !important;
}

.dropwdown-menu-mob {
    transition: .3s ease-out;
}

.has-dropdown-mob {
    margin-bottom: 22px !important;
}

.has-dropdown-mob a {
    position: relative;
}

/* .has-dropdown-mob a.base::after {
    content: url(../../img/icon/arrow-down-menu.svg);
    display: block; 
    position: absolute;
    right: 0;
    transition: .3 ease;
    right: -27px;
    top: -3px;

} */


.has-dropdown-mob a.base {
    display: flex;
    gap: 15px;
    width: max-content;
}

.has-dropdown-mob a.base img {
    position: absolute;
    top: 10px;
}

.dropwdown-menu-mob ul li a {
    color: var(--gray1) !important;
    font-size: 15px !important;
    margin-left: 35px;
}

.dropwdown-menu-mob {
    display: none;
}

/* .has-dropdown-mob:hover .dropwdown-menu-mob {
    display: block;
}

.has-dropdown-mob:hover a.base img  {
    transform: rotate(180deg);
}
 */

.mob-open-filter {
    display: none;
    margin: 60px 0 22px;
}

.mob-open-filter a {
    display: flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
}

.mob-open-filter a {
    font-size: 16px;
    font-family: 'carmorant-r' !important;
    color: var(--black1) !important;
    text-decoration: none;
}

.mob-open-filter a img {
    width: 9px;
    transition: .3s ease-in-out;
}
#list-filter {
    display: none;
}

.career-desc {
    color: var(--black1);
    font-size: 16px;
}

.career-desc a {
    color: var(--black1);
    font-size: 16px;
}

.career-desc a {
    display: flex;
    gap: 10px;
}

.career-desc a img {
   width: 15px;
}

.trainer-wrapper .footer a {
    display: flex;
    font-family: 'manrope-b' !important; 
    color: var(--black1);
    text-decoration: none;
    word-wrap: 100%;
    font-size: 16px;
    justify-content: space-between;
    border-bottom: 1px solid var(--black1);
    margin-top: 20px;
    padding-bottom: 8px;
    transition: .3s ease-in-out;
}

.trainer-wrapper .footer img {
   width: 10px;
}

.trainer-wrapper .footer a:hover {
    opacity: .5;
}


.pop-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: flex;
    justify-items: center;
    align-items: center;
    display: none;
}

.pop-wrapper .pop-backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.pop-wrapper .pop-inner {
    background: var(--white1);
    z-index: 1002;
    width: 60%;
    max-height: 600px;
    overflow-y: scroll;
    margin: auto;
    padding: 60px;
}

.pop-wrapper .pop-inner .header {
    display: flex;
    justify-content: space-between;
}

.pop-wrapper .pop-inner .header * {
    font-family: 'manrope-b' !important;
    color: var(--black1);
    font-size: 25px;
}

.pop-wrapper .pop-inner .header a {
    transition: .3s ease-in-out;
}

.pop-wrapper .pop-inner .header a:hover {
    opacity: .5;
}

.pop-wrapper .pop-inner .header img {
    width: 20px;
}


.pop-wrapper .pop-inner .body h4 {
    font-size: 25px;
    margin-top: 35px;   
    font-family: 'carmorant-b' !important;
}

.pop-wrapper .pop-inner .body ul {
    margin-left: 20px;
    list-style: disc;
    font-family: 'manrope-r';
    font-size: 16px;
    margin-top: 20px;
}

.pop-wrapper .pop-inner .body ul li {
    margin-bottom: 5px;
}

#promo-mobile {
    display: none;
    margin-top: 70px;
}

#credentials {
    width: 100%;
    overflow-x: clip;
}

.creden-wrapper {
    position: relative;
    width: 100%;
}

.creden-wrapper.odd .creden-mid {
    padding-bottom: 350px;
}

.creden-wrapper.even .creden-mid {
    padding-bottom: 150px;
}
.creden-mid {
    position: relative;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.creden-mid .creden-mid-inside img {
    width: 350px;
}

.creden-item {
    position: absolute;
    width: max-content;
}

.creden-wrapper.odd .creden-mid .creden-item-1 {
    top: 145px;
    left: -177px;
    /* right: 100px; */
}
.creden-wrapper.odd .creden-mid .creden-item-2 {
    top: 30px;
    right: -224px;
    /* left: 110px; */
}
.creden-wrapper.odd .creden-mid .creden-item-3 {
    /* left: 120px; */
    right: -224px;
    top: 332px;
}

.creden-wrapper.even .creden-mid .creden-item-1 {
    top: -120px;
    /* left: -277px; */
    right: 100px;
}
.creden-wrapper.even .creden-mid .creden-item-2 {
    top: 150px;
    /* right: -224px; */
    left: 110px;
}

.creden-wrapper.odd .creden.divider {
    padding-bottom: 550px;
    position: relative;
}

.creden-wrapper.even .creden.divider {
    padding-bottom: 400px;
    position: relative;
}

.creden.divider > div {
    position: absolute;
}

.creden.divider .creden-divider-2 {
    right: 0;
}

.creden.divider .creden-divider-1 img {
    min-width: 400px;
    max-width: 300px;
}

.creden.divider .creden-divider-2 img {
    min-width: 250px;
    max-width: 300px;
}

.creden-item img {
    max-width: 350px;
}

.creden-item {
    transition: .3s ease all;
}

.creden-title {
    padding-bottom: 80px;
}

.creden-title > * {
    font-size: 100px;
    font-family: 'manrope-m' !important;
    text-align: center;
    color: var(--black1);
    letter-spacing: 10px;
}

#home-sticky-pop {
    z-index: 120;
    position: fixed;
    background: var(--white);
    width: 100%;
    padding: 7px 0;
}

.home-only {
    padding-top: 55px !important;
}


#home-sticky-pop .container {
    display: flex;
    justify-content: space-between;
}

#home-sticky-pop .container img {
    width: 20px;
}

#home-sticky-pop .container h3 {
    font-family: 'manrope-r' !important;
    color: var(--black);
    font-size: 20px;
}

.dd-minus {
    display: none;
}

#banner-lash {
    position: relative;
}

.journal-list-image {
    width: 70%;
}

.journal-detail-image {
    width: 31%;
}

.journal-list-bg {
    width: 250px;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
}


.btn-view-catalogue {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.more-info-academy  {
    display: flex;
    align-items: center;
    gap: 6px;
}

.more-info-academy img {
    padding-top: 6px;
}

.more-info-academy p {
    font-family: 'manrope-m' !important;
}

.more-info-academy a {
    color: var(--black1) !important;
    font-family: 'manrope-m' !important;
}


.menu-second {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    background: #fff;
    top: 130px;
    transition: .3s;
}

.menu-second .menu-second-wrapper {
    width: 48%;
    margin: 0 auto;
}

.menu-second ul {
    width: 64%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

.menu-second ul li a{
   text-decoration: none;
   color: var(--black1) !important;
   font-size: 18px;
}

.menu-second ul li a:hover {
    font-family: 'manrope-b' !important; 
    letter-spacing: 1px;
}

.menu-second.scroll {
    top: 89px;
    border-top: 1px solid var(--black1);
    border-bottom: 1px solid var(--black1);
}

.empty-data {
    text-align: center; 
    padding-top: 150px;
    padding-bottom: 100px;
    font-size: 16px;
    font-family: 'manrope-r';
    color: var(--black1);
}
 

#home-sticky-pop {
    display: none;
}

/* ADDITIONAL WELCOME */

.main-title {
    color: var(--black1);
    font-family: 'manrope-m' !important;
    font-size: 35px;
    position: relative;
    width: max-content;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

.bottom-nav {
    margin-bottom: 30px;
}

.bottom-nav a {
    color: var(--black1);
    font-family: 'manrope-sb' !important;
    font-size: 17px;
    letter-spacing: 1px;
}

.bottom-nav .container-mobile:last-child {
    text-align: right;
}

.bottom-nav{
    margin-top: 40px;
    margin-bottom: 70px;
}

.section-page-wrapper {
    margin-top: 230px;
}

#pricelist {
    padding-bottom: 160px;
}

#pricelist .container {
    display: flex;
}

#pricelist .pricelist-image {
    order: 3;
    width: 20%;
    margin-top: 60px;
}

#pricelist .pricelist-link {
    order: 2;
    padding-right: 100px; 
    margin-top: 60px;
    padding-left: 30px;
}

#more-wrapper .container {
    display: flex;
}

#more-wrapper .container .more-item-list {
    width: 68%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 10px; 
    margin-top: 90px;
    padding-left: 60px;
}

/* #more-wrapper .more-items .inner {
    height: 100px;
} */

.nav-location {
    display: flex;
    gap: 50px;
    margin-top: 14px; 
}

.nav-location li { 
height: max-content;
   width: 174px;
   text-align: center;
   border: 1px solid var(--black1);
}

.nav-location li a { 
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--black1);
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    /* font-size: 12px; */
    font-family: 'manrope-sb' !important;
    font-size: 18px;
}

.nav-location li a.active {
    background: var(--black1);
    color: var(--white1);
}

/* HOME ADD */
#pop-home {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 99;
}

#pop-home .backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute; 
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


.scroller {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}


.scroller section {
    scroll-snap-align: start;
    scroll-snap-type: y proximity;
}

/* width */
.scroller::-webkit-scrollbar {
    width: 0;
}

/* Track */
.scroller::-webkit-scrollbar-track {
    box-shadow: unset; 
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: none; 
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: unset; 
}

.section {
  display: flex;
  flex-direction: column;
  position: relative;
}

#banner {
  height: 100vh;
}

#home-intro-service {
  height: auto;
}

#home-intro-product {
  height: 90vh;
  padding-top: 10vh;
}

#home-slider-tgb {
  height: 100vh;
}

#section2 {
  height: 200vh;
  background: #ff8c42;
}

#home-quick-link  {
    margin-top: 50px;
    width: 552px;
    max-width: 100%;
}

#home-quick-link a {
    font-family: 'manrope-sb' !important;
    font-size: 24px;
    color: var(--black1);
    text-decoration: none; 
    letter-spacing: 1px;
    padding: 16px 0 14px;
    display: block;
    border-bottom: 1.5px solid var(--black1);
}

.menu-white-wrapper {
    display: none;
}

/* HOME ADD */