@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #262626;
}

.h-100 {
    height: 100%;
}

#masthead {
    position: fixed;
    z-index: 12;
    width: 100%;
    background-color: #FFF7E3;
}

.heading {
    color: #1c085d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.72px;
    text-align: center;
    margin-bottom: 32px;
}

.heading h2{
    color: #1c085d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.72px;
    text-align: center;
    margin-bottom: 32px;
}

.heading.heading-white {
    color: #ffffff;
}

.heading.heading-white h2{
    color: #ffffff;
}

.header-main .header-inner {
    display: flex;
    align-items: center;
    max-width: 1246px;
    margin: 0 auto;
    padding: 15px 15px 15px;
    top: 0;
    width: 100%;
}

.main-menu ul.nav li {
    margin: 0 16px;
}

.main-menu ul.nav li a:not(.btn) {
    color: #0f0964;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 65px;
    font-weight: 700;
}

.main-menu ul.nav li.nav-item-contact {
    padding-left: 40px;
    border-left: 1px solid #D1D5DB;
    margin-left: 24px;
    margin-right: 0;
}

.header-main .main-menu .nav > li > a:not(.btn) span {
    position: absolute;
    left: 50%;
    top: 0;
    transition: all .5s;
    transform: translate(-50%, 0);
    display: block;
    opacity: 1;
    white-space: nowrap;
}

.header-main .main-menu .nav > li > a:not(.btn) span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, 100%);
    position: absolute;
}

.header-main .main-menu .nav > li > a:not(.btn):hover span:nth-child(1) {
    opacity: 0;
    transform: translate(-50%, -100%);
}

.header-main .main-menu .nav > li > a:not(.btn):hover span:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%);
    top: 50%;
}

.banner-home {
    padding-top: 200px;
    padding-bottom: 112px;
    height: 100vh;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/main-banner-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Home-Firstview__mask {
    height: 100vh;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.box-btn-banner {
    position: absolute;
    left: 15px;
    bottom: -80px;
}

.btn-wrap {
    border: 1px solid #1C085D;
    padding: 8px;
    width: max-content;
}

.btn-link {
    border: 1px solid #1C085D;
    background: transparent;
    color: #1C085D;
    font-size: 2.5rem;
    min-height: 36px;
    font-weight: 500;
    width: max-content;
    padding: 15px 54px 15px 30px;
    transition: .3s;
}

.box-btn-banner-white .btn-wrap {
    border-color: #fff;
}

.box-btn-banner-white .btn-link {
    border: none;
    background: transparent;
    color: #fff;
}

.box-btn-banner-white .btn-link span.line {
    position: absolute;
    background-color: currentColor;
    -webkit-transition: transform .35s ease-out;
    -moz-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
}

.box-btn-banner-white .line-top {
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: right center;
}

.box-btn-banner-white .line-right {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: center top;
}

.box-btn-banner-white .line-bottom {
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left center;
}

.box-btn-banner-white .line-left {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: center bottom;
}

.box-btn-banner-white:hover .line-bottom,
.box-btn-banner-white:hover .line-top {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.box-btn-banner-white:hover .line-left,
.box-btn-banner-white:hover .line-right {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.box-btn-banner-white .btn-link::before {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-right-white.png);
}

.btn-link span:first-child {
    line-height: 1;
    z-index: 1;
}

.btn-link::before {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-right-blue.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 11px;
    right: 16px;
    transition: .3s;
    z-index: 1;
}

.btn-link::after {
    width: 0;
    height: 100%;
    left: 0;
    transition: .3s;
    background-color: #1C085D;
    top: 0 !important;
    transform: none !important;
}

.btn-link:hover::after {
    width: 100%;
}

.btn-link:hover {
    color: #FFF7E3;
    text-decoration: none !important;
}

.btn-link:hover::before {
    right: 10px;
}

.btn-link:hover::before {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-right-white.png);
}

.btn-contact {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #1C085D;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 7px 20px;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.6rem !important;
}

.box-scroll {
    position: absolute;
    top: 0;
    right: 15px;
    height: 150px;
    z-index: 2;
    color: #fff;
}

a.scroll {
    color: #1C085D;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    transform: translateX(-50%) rotate(-90deg);
    line-height: 1;
}

.box-scroll::after {
    content: "";
    position: absolute;
    top: 43px;
    width: 1px;
    height: 150px;
    animation: pathmove 1.8s ease-in-out infinite;
    left: 50%;
    transform: translateX(-50%);
    background: #1C085D;
}

.box-scroll-white a.scroll {
    color: #fff;
}

.box-scroll-white::after {
    background: #fff;
}

/* .main-banner {
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/main-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.banner-home2 {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/main-banner.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 48px;
    position: relative;
    padding-bottom: 50px;
}

.banner-home2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-home2 .btn-link::after {
    content: none;
}

.banner-home2 > .container {
    padding-bottom: 200px;
}

.banner-home .box-btn-banner .btn-wrap {
    border-color: #1C085D;
}

.banner-home .box-btn-banner .btn-wrap a {
    color: white;
    border-color: white;
}

.banner-home .box-btn-banner .btn-wrap a:before {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-right-white.png);
}

.banner-home .box-btn-banner .btn-wrap a:after {
    background-image: linear-gradient(to right, #1C085D 0, #1C085D 33.3333%, rgba(0, 0, 0, 0) 33.3333%, rgba(0, 0, 0, 0) 66.6666%, #1C085D 66.6666%, #1C085D 100%);
    background-size: 300% 100%;
    width: 100%;
    left: 0;
    background-position: left center;
    background-color: rgba(0, 0, 0, 0);
    transition: background-position 0.75s;
}

.banner-home .box-btn-banner .btn-wrap a:hover:after {
    background-position: left 100% center;
}

.box-btn-banner-white {
    bottom: 32px;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 43px;
        opacity: 0;
    }

    30% {
        height: 110px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 150px;
        opacity: 0;
    }
}

.list-box-number {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 168px);
    width: 100%;
    margin: 0 auto;
}

.box-number {
    color: #fff;
    text-align: center;
    width: 216px;
}

.box-number .box-top {
    width: 216px;
    height: 216px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.box-number .box-top span {
    font-size: 64px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1.28px;
}

.box-number .box-top h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 17px;
}

.box-number .box-bottom {
    margin-top: 32px;
}

.section-index {
    padding: 100px 0px;
    position: relative;
}

.section-index::before,
.section-index::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.section-index::before {
    background: linear-gradient(180deg, rgba(252, 93, 89, 0.25) 0%, rgba(105, 186, 247, 0.20) 54.58%, rgba(255, 255, 255, 0.35) 100%);
}

.section-index::after {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/bg-2.png);
    background-size: contain;
    background-position: center;
    height: calc(100% + 500px);
}

.tab-wrap {
    display: flex;
}

.tab-wrap .tab-content {
    width: 416px;
}

.tab-wrap .tab-content ul {
    counter-reset: number;
}

.tab-wrap .tab-content li + li {
    margin-top: 32px;
}

.tab-wrap .tab-content li {
    border-radius: 24px 0px 0px 24px;
    padding: 32px 32px 32px 200px;
    position: relative;
}

.tab-wrap .tab-content li::before {
    counter-increment: number;
    content: "0" counter(number);
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.02em;
    background: #fff;
}

.tab-wrap .tab-content li.active {
    background: #EBE9E9;
    box-shadow: -7px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.tab-wrap .tab-content li.active::before {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.tab-wrap .tab-content li h3 {
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
}

.tab-wrap .tab-panels {
    width: calc(50vw + 183px);
    height: 100%;
    position: absolute;
    left: 431px;
    top: 0;
    overflow: hidden;
}

.tab-wrap .tab-panels img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-index-02 {
    padding: 80px 0px;
    position: relative;
}

/* .section-index-02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;        
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(105, 186, 247, 0.1) 50.94%, rgba(252, 93, 89, 0.1) 100%);
} */
.box-faq-wrap {
    display: flex;
    align-items: center;
}

.box-faq-wrap .box-img {
    width: 457px;
}

.box-faq-wrap .box-text {
    width: calc(100% - 457px);
    margin-left: 32px;
}

.box-faq .toggle-hd p,
.box-faq .toggle-cont p {
    position: relative;
    padding-left: 25px;
}

.box-faq .toggle-hd p::before {
    content: 'Q. ';
    position: absolute;
    top: 0;
    left: 0;
    color: #0f0964;
    font-size: 2rem;
}

.box-faq .toggle-cont p::before {
    content: 'A. ';
    position: absolute;
    top: -2px;
    left: 0;
    color: #e60012;
    font-size: 2rem;
    font-weight: 700;
}

.slider-home {
    position: relative;
}

.slider-home .slider-home-wrap {
    width: 800px;
    position: relative;
    margin-left: auto;
}

.slider-home .slick-dotted.list-slider-home {
    margin-bottom: 10px !important;
}

.slider-home .box-text-slider {
    width: 507px;
    height: 400px;
    background: var(--Second, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #1C085D);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -0.72px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.meta-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-slider .nav-next,
.meta-slider .nav-prev {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.meta-slider .nav-prev {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-slider-left.png);
}

.meta-slider .nav-next {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-slider-right.png);
}

.meta-slider .meta-dot {
    padding-left: 20px;
    padding-right: 20px;
}

.meta-slider .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-slider .slick-dots li {
    margin: 0 12px;
}

.meta-slider .slick-dots li,
.meta-slider .slick-dots li button {
    width: 15px;
    height: 15px;
}

.meta-slider .slick-dots li button {
    border: 1px solid #1C085D;
    border-radius: 50%;
}

.meta-slider .slick-dots li.slick-active button {
    background-color: #1C085D;
}

.meta-slider .slick-dots li button::before {
    content: none;
}

.section-index-03 {
    /* padding-top: 64px; */
    padding-bottom: 20px;
    /* background: linear-gradient(180deg, rgba(252, 93, 89, 0.1) 0%, rgba(105, 186, 247, 0.08) 50.42%, rgba(255, 255, 255, 0.14) 97.81%); */

}

.section-index-03 .box-faq {
    background-color: #fff;
    position: relative;
}

/* .section-index-03 .box-faq::before {
    content: '';
    position: absolute;
    top: 100%;
    right: calc(100% - 30px);
    width: 245px;
    height: 150px;
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/user-faq.png);
    background-repeat: no-repeat;
    background-position: center;
} */
.box-faq .toggle-faq {
    border-bottom: 1px solid #E5E7EB;
    padding: 71px 0;
    /* padding-left: 16px;
    padding-right: 16px; */
}

.box-faq .toggle-cont {
    padding-bottom: 16px;
    font-size: 1.8rem;
}

.box-faq .toggle-hd {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
}

.box-faq .toggle-hd::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 7px;
}

.box-faq .toggle-hd.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.footer-box .img-box .image-cover {
    padding-top: 130px;
}

.footer-box .img-box p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
}

.footer-copyright {
    color: #FFF;
    background-color: #0E042F;
    color: #fff;
    padding: 16px 0px;
}

a.menu-btn {
    width: 50px;
    min-height: 50px;
    position: relative;
    background-color: #fff;
    z-index: 99999;
    transition: none;
    box-shadow: none;
    border-radius: 50%;
    height: auto;
    border: 2px solid #fff;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    top: 15px;
    background-color: #1C085D;
    left: 12px;
    transition: all 0.5s;
    border-radius: 10px;
}

a.menu-btn span:nth-child(2) {
    top: 22px;
}

a.menu-btn span:nth-child(3) {
    top: 29px;
}

a.menu-btn.open {
    border-color: #1C085D;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 22px;
    left: 13px;
    width: 20px;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.list-box-number .slick-next,
.list-box-number .slick-prev {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
}

.list-box-number .slick-next {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-right-white2.png) !important;
    right: -32px;
}

.list-box-number .slick-prev {
    background-image: url(https://tokyo-forent.com/system_panel/uploads/images/arrow-left-white2.png) !important;
    left: -32px;
}

.list-box-number .slick-prev:before,
.list-box-number .slick-next:before {
    content: none;
}

.Home-Firstview__mask img,
.Home-Firstview__mask > .picture {
    flex: 0 0 auto;
    height: 100%;
    max-width: none;
    width: auto;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 30px;
    opacity: 0;
    transition: all 300ms;
    z-index: 99;
}

#go-top.show {
    opacity: 1;
    bottom: 70px;
}

#go-top a {
    display: flex;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: 0.1em;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.45);
    border-radius: 50%;
}

#go-top a img {
    margin: 0 auto;
    max-width: 60px;
    width: 58px;
}

#go-top a span {
    color: #000;
    position: absolute;
    bottom: -20px;
}

a.img-box,
a.btn-contact {
    transition: .3s;
}

a.img-box:hover,
a.btn-contact :hover {
    opacity: 0.6;
}

.footer-logo img {
    max-width: 140px;
}

.list-slider-home .item {
    position: relative;
}

.list-slider-home .item p {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.30);
    font-size: 24px;
    color: #fff;
    padding: 5px 10px;
}

@media (min-width: 767px) {

    .Home-Firstview__mask .picture:after,
    .Home-Firstview__mask .picture::before {
        content: "";
        width: calc((100vw - 100% + 20px) / 2);
        height: 100%;
        background: #FFF7E3;
        position: absolute;
        top: 0;
    }

    .Home-Firstview__mask .picture:after {
        left: calc(100% - 10px);
    }

    .Home-Firstview__mask .picture::before {
        right: calc(100% - 10px);
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .meta-slider {
        position: relative;
        top: 45px;
    }
}

@media (max-width: 767px) {
    .list-slider-home .item p {
        font-size: 18px;
    }

    a:not(.btn):hover {
        opacity: 1;
    }

    body {
        font-size: 1.4rem;
    }

    .heading,
    .slider-home .box-text-slider {
        font-size: 2.8rem;
    }

    .header-main .logo-left .logo {
        width: 177px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        margin: 0;
        padding-left: 0;
    }

    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0;
        padding: 0;
        margin-top: 0px;
        padding-top: 100px;
        color: #000;
        background: #FFF7E3;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
    }

    header .main-menu {
        overflow-y: hidden;
    }

    body.menu-open header:before {
        display: none;
    }

    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }

    .header-main .header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #masthead {
        position: fixed;
    }

    nav.navbar.nav-main {
        overflow: scroll;
        height: 100%;
        padding-bottom: 250px;
        align-items: flex-start;
    }

    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
    }

    .header-wrapper .header-main .main-menu .nav > li {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        margin-top: 25px;
        text-align: left;
    }

    .header-wrapper .header-main .main-menu .nav > li:first-child {
        margin-top: 20px;
    }

    .btn-link {
        font-size: 1.8rem;
        padding: 10px 45px 10px 15px;
    }

    .btn-link::before {
        width: 18px;
        height: 8px;
    }

    .banner-home {
        padding-top: 160px;
    }

    .box-btn-banner {
        left: 50%;
        transform: translateX(-50%);
    }

    .box-scroll {
        top: unset;
        bottom: 40px;
        right: 12px;
    }

    .banner-home2 {
        padding-top: 100px;
        height: 700px;
    }

    .list-box-number {
        max-width: 100%;
    }

    .list-box-number-wrap {
        max-width: 216px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-home .slider-home-wrap {
        width: calc(100% - 8px);
        right: -15px;
    }

    .slider-home .slider-home-wrap .slick-slide img {
        height: 377px;
        width: 100%;
        object-fit: cover;
    }

    .slider-home .box-text-slider {
        width: 300px;
        height: 200px;
        left: 0;
    }

    .slider-home .meta-slider {
        position: absolute;
        bottom: -166px;
        left: calc(50% - 19px);
        transform: translateX(-50%);
    }

    .box-faq-wrap {
        flex-direction: column;
    }

    .box-faq-wrap .box-img {
        width: 100%;
        text-align: center;
    }

    .box-faq-wrap .box-text {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid #E5E7EB;
        margin-top: 32px;
    }

    .box-faq .toggle-faq {
        padding: 10px 0;
    }

    .banner-home {
        height: 100vh !important;
    }

    .section-index-02 {
        padding: 50px 0px;
    }

    #logo {
        z-index: 9999;
    }

    #logo img {
        width: 100px;
    }

    .header-main .main-menu .nav > li > a:not(.btn) span {
        left: 0;
        transform: translate(0, 0);
    }

    .header-main .main-menu .nav > li > a:not(.btn) span:nth-child(2) {
        transform: translate(0, 100%);
        display: none;
    }

    .header-main .main-menu .nav > li > a:not(.btn):hover span:nth-child(1) {
        transform: translate(0, 0);
        opacity: 1;
    }

    .header-main .main-menu .nav > li > a:not(.btn):hover span:nth-child(2) {
        transform: translate(0, -50%);
    }

    #go-top a img {
        width: 45px;
    }

    .main-menu ul.nav li a:not(.btn),
    .btn-contact {
        font-size: 1.8rem;
        line-height: 20px;
    }

    .box-btn-banner-white {
        bottom: 0;
    }

    .box-faq .toggle-hd {
        font-size: 1.8rem;
    }

    .box-faq .toggle-cont {
        font-size: 1.6rem;
    }

    #go-top {
        right: 15px;
    }
}

.list-box-number.pt-50.slick-initialized.slick-slider {
    padding-top: 0
}

@media (min-width: 768px) {
    .list-box-number.pt-50.slick-initialized.slick-slider {
        padding-top: 50px
    }
}

.heading.heading-white h2 {
    text-align: center;
    width: 100%;
    font-size: 2.8rem
}

.pt-sm-0 {
    padding-top: 0!important;
}

@media (min-width: 768px) {
    .pt-sm-0 {
        padding-top: 50px!important;
    }
}

.main-menu ul.nav li.nav-item-contact {
    border-left: 0 solid #D1D5DB
}

@media (min-width: 768px) {
    .main-menu ul.nav li.nav-item-contact {
        border-left: 1px solid #D1D5DB
    }
}

#loading img {
    width: 100% !important
}