.bg-dark-black {
    background: black;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    background: #181818;
    color: white;
    font-family: "Noto Sans", sans-serif;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1920;
    background: rgb(0 0 0 / 75%);
}

.home header {
    background: transparent;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.video-home, .banner-home {
    width: 100%;
    object-fit: cover;
}

.video-home {
    height: 100vh; 
}

.video-text, .banner-text {
    position: absolute;
    top: calc(5.4rem + 5%);
    left: 0;
    right: 0;
    color: white;
    z-index: 1;
}

.video-text .title-section {
    margin: 1rem 0 2rem 0;
    font-size: 4rem;
    color: white;
}

.banner-text {
    color: black;
    width: 60%;
    margin: 0 auto;
    font-size: 1.8rem;
}

.banner-text .title-section {
    font-size: 3.2rem;
    color: black;
}

.video-ss2 .title-section {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #79a6cc, #3d60c5);
}

.video-ss3 .video-text {
    top: 0;
}

.video-ss3 .slide-right {
    position: absolute;
    top: 27%;
    opacity: 0;
}

.active .video-ss3 .slide-right {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    opacity: 1;
}

@keyframes slide-right {
    0% {
        left: -200%;
    }

    100% {
        left: -70px;
    }
}

.video-ss3 .slide-left {
    position: absolute;
    opacity: 0;
}

.active .video-ss3 .slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    opacity: 1;
}

.img-right-top {
    top: 28%;
}

.img-right-bot {
    top: 53%;
}

@keyframes slide-left {
    0% {
        right: -200%
    }

    100% {
        right: -70px
    }
}

.video-ss4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-video {
    text-align: center;
}

.ratio-video-ss4 {
    max-width: 90rem;
    border-radius: 3rem;
    overflow: hidden;
}

.title-video-ss4 {
    font-size: 2.6rem;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #79a6cc, #3d60c5);
    color: transparent;
}

.desc-video-ss4 {
    color: white;
    font-size: 1.8rem;
    margin: 1rem 0 2rem 0;
}

.center-lab {
    text-align: center;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    padding-top: 5vw;
}

.center-lab .desc-section {
    font-size: 1.8rem;
    color: white;
}

.center-lab .logo {
    max-height: 4rem;
}

.item-lab {
    position: absolute;
    width: 15rem;
    height: 15rem;
    border-radius: 100%;
    overflow: hidden;
}

.item-lab:nth-child(1) {
    position: relative;
    width: 20rem;
    height: 20rem;
    z-index: 1;
}

.item-lab:nth-child(1) .lab--tile {
    position: absolute;
    inset: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.7rem;
}

.center-lab-footer {
    position: relative;
}

.desc-center-lab-footer {
    position: absolute;
    bottom: 2rem;
    color: white;
    font-size: 1.6rem;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2b2b2b;
    border: 1px solid #8d8d8d;
    border-radius: 39px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

.input-clock {
    position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.clock-img {
  position: absolute;
  right: 1.3rem;
  top: 1.3rem;
  z-index: 0;
}

.form-contact textarea {
    min-height: 10rem;
}

.form-contact .form-control {
    border-radius: .5rem;
}

.box-experience textarea {
    min-height: 17rem;
    border-radius: 2rem;
}

.health-1 h1 {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    margin: 0;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #5c9bc9, #3d5ec4);
    color: transparent;
    font-weight: bold;
}

.health-2, .health-3 {
    padding-top: 5%;
}

.contrast-box {
    align-items: center;
    background: linear-gradient(180deg, #000, #181818);
    border-radius: 60px 60px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 5%;
    padding: 3rem;
}

.contrast-img-item img {
    max-width: 40rem;
}

.contrast-video-item video {
    max-width: 75rem;
    border-radius: 2rem;
}

.contrast-tab span {
    align-items: center;
    -webkit-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(90deg, #181818, #181818), linear-gradient(90deg, #7aa6cc, #3d60c5);
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline-flex;
    padding: .5rem 2rem;
}

.contrast-video-item {
    margin-top: 3rem;
}

.protect-img-screen img {
    max-height: 40rem;
}

.protect-img-screen {
    text-align: center;
}

.protect-text-screen p {
    font-size: 2.5rem;
    font-weight: bold;
}

.explore-text-screen p {
    font-size: 2.5rem;
    font-weight: bold;
}

.explore-video-item {
    margin-top: 5%;
}

.explore-video-item video {
    border-radius: 2rem;
    overflow: hidden;
}

.explore-2 {
    padding: 10% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.explore-2 .logo {
    text-align: center;
    margin-bottom: 3rem;
}

.explore2-text-screen h1 {
    font-weight: bold;
    margin-bottom: 3rem;
}

.explore2-text-screen span {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #79a6cc, #3d60c5);
    color: transparent;
}

.stores-globally {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 11% 0;
}

.stores-globally .item-stores {
    position: absolute;
    width: 10.5rem;
    height: 10.5rem;
    border: 4px solid #989898;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

.stores-globally .item-stores img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}

.box-stores {
    padding: 24% 0 22%;
    position: relative;
    text-align: center;
    width: 100%;
}

.box-stores .item-stores:nth-child(1) {
    left: 40%;
    top: 22%;
}

.box-stores .item-stores:nth-child(2) {
    left: 65%;
    top: 22%;
}

.box-stores .item-stores:nth-child(3) {
    left: 46%;
    top: 2%;
}

.box-stores .item-stores:nth-child(4) {
    left: 46%;
    top: 85%;
}

.box-stores .item-stores:nth-child(5) {
    left: 28%;
    top: 65%;
}

.box-stores .item-stores:nth-child(6) {
    left: 65%;
    top: 65%;
}

.box-stores .item-stores:nth-child(7) {
    left: 33%;
    top: 44%;
}

.box-stores .item-stores:nth-child(8) {
    left: 28%;
    top: 22%;
}

.box-stores .item-stores:nth-child(9) {
    left: 40%;
    top: 65%;
}

.box-stores .item-stores:nth-child(10) {
    left: 61%;
    top: 44%;
}

.box-stores .item-stores:nth-child(11) {
    left: 52%;
    top: 22%;
}

.box-stores .item-stores:nth-child(12) {
    left: 52%;
    top: 65%;
}

.box-stores .item-stores:nth-child(13) {
    left: 23%;
    top: 44%;
}

.box-stores .item-stores:nth-child(14) {
    left: 35%;
    top: 2%;
}

.box-stores .item-stores:nth-child(15) {
    left: 35%;
    top: 85%;
}

.box-stores .item-stores:nth-child(16) {
    left: 71%;
    top: 44%;
}

.box-stores .item-stores:nth-child(17) {
    left: 58%;
    top: 2%;
}

.box-stores .item-stores:nth-child(18) {
    left: 58%;
    top: 85%;
}

.box-makes-sleep {
    overflow: hidden;
    padding: 22.1% 0;
    position: relative;
    width: 100%;
}

.item-makes-sleep {
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.item-makes-sleep:nth-child(1) {
    left: 26.7%;
    top: 20.5%;
    width: 9%;
}

.item-makes-sleep:nth-child(2) {
    left: 37.5%;
    top: 16.6%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(3) {
    left: 52.2%;
    top: 16.6%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(4) {
    left: 64.7%;
    top: 20.5%;
    width: 9%;
}

.item-makes-sleep:nth-child(5) {
    left: 31.8%;
    top: 38%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(6) {
    left: 43.2%;
    top: 36.4%;
    width: 13.4%;
}

.item-makes-sleep:nth-child(7) {
    left: 57.9%;
    top: 38%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(8) {
    left: 36.5%;
    top: 61.1%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(9) {
    left: 53%;
    top: 61.1%;
    width: 10.4%;
}

.item-makes-sleep:nth-child(10) {
    left: 63.96%;
    top: 61.1%;
    width: 9%;
}

.item-makes-sleep:nth-child(11) {
    left: 26.7%;
    top: 61.1%;
    width: 9%;
}

.makes-user-dot {
    background: #000;
    border-radius: 50%;
    position: absolute;
}

.makes-user-dot:nth-child(12) {
    left: 47%;
    padding-top: 5.8%;
    top: 9%;
    width: 5.8%;
}

.makes-user-dot:nth-child(13) {
    left: 62.5%;
    padding-top: 3.75%;
    top: 16.7%;
    width: 3.75%;
}

.makes-user-dot:nth-child(14) {
    left: 68%;
    padding-top: 2.1%;
    top: 15.7%;
    width: 2.1%;
}

.makes-user-dot:nth-child(15) {
    left: 14%;
    padding-top: 2.1%;
    top: 32%;
    width: 2.1%;
}

.makes-user-dot:nth-child(16) {
    left: 84%;
    padding-top: 2.1%;
    top: 32%;
    width: 2.1%;
}

.makes-user-dot:nth-child(18) {
    left: 17%;
    padding-top: 4.2%;
    top: 45%;
    width: 4.2%;
}

.makes-user-dot:nth-child(19) {
    left: 23.1%;
    padding-top: 7.1%;
    top: 42%;
    width: 7.1%;
}

.makes-user-dot:nth-child(20) {
    left: 69%;
    padding-top: 7.1%;
    top: 42%;
    width: 7.1%;
}

.makes-user-dot:nth-child(21) {
    left: 78%;
    padding-top: 4.2%;
    top: 45%;
    width: 4.2%;
}

.makes-user-dot:nth-child(22) {
    left: 11%;
    padding-top: 2.1%;
    top: 55%;
    width: 2.1%;
}

.makes-user-dot:nth-child(23) {
    left: 24.64%;
    padding-top: 2.1%;
    top: 60%;
    width: 2.1%;
}

.makes-user-dot:nth-child(24) {
    left: 73.28%;
    padding-top: 2.1%;
    top: 60%;
    width: 2.1%;
}

.makes-user-dot:nth-child(25) {
    left: 86.88%;
    padding-top: 2.1%;
    top: 55%;
    width: 2.1%;
}

.makes-user-dot:nth-child(26) {
    left: 30%;
    padding-top: 2.1%;
    top: 82%;
    width: 2.1%;
}

.makes-user-dot:nth-child(27) {
    left: 34%;
    padding-top: 3.75%;
    top: 77%;
    width: 3.75%;
}

.makes-user-dot:nth-child(28) {
    left: 47%;
    padding-top: 5.8%;
    top: 74%;
    width: 5.8%;
}

.makes-user-dot:nth-child(29) {
    left: 62.4%;
    padding-top: 3.75%;
    top: 77%;
    width: 3.75%;
}

.makes-user-dot:nth-child(30) {
    left: 67.9%;
    padding-top: 2.1%;
    top: 82%;
    width: 2.1%;
}

.box-news-center {
    -webkit-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(180deg, #181818, #181818), linear-gradient(0deg, transparent, #000);
    background-origin: padding-box, border-box;
    border: 5px solid transparent;
    border-radius: 60px;
}

.swiper-news-center {
    background: linear-gradient(180deg, #000, transparent);
    border-radius: 60px;
    padding: 3rem;
}

.image-news-center {
    border-radius: 3rem;
}

.item-news-center a {
    color: white;
}

.box-corporate select:invalid {
    color: #6c757d;
}

.box-joinus label.up-file {
    font-size: 2.5rem;
}

.box-joinus label.up-file span {
    font-size: 1.4rem;
    margin-left: 1rem;
}

.box-joinus input.up-file {
    width: 13rem;
    height: 13rem;
    border-radius: 1rem;
    display: flex;
    color: transparent;
    position: relative;
}

input[type="file"] {
    display: none;
}

input[type="file"]::file-selector-button {
    display: none;
}

.box-joinus input.up-file:before {
    content: "\f093";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: lightgrey;
    text-align: center;
    font-size: 3rem;
}

#my-hidden {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: hideDiv 8s forwards;
}

#my-hidden .logo-section img {
    max-height: 8rem;
    margin-bottom: 1rem;
}

@keyframes hideDiv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.text-patent {
    top: 5%;
    color: white;
    width: 100%;
}

.text-patent .title-section {
    color: var(--color-highlight);
}

.box-title-detail {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.faq_item {
    position: relative;
    overflow: hidden;
    border: .1rem solid #212121;
    border-radius: 2rem;
    margin-bottom: 2rem;
    background-color: #000000;
}

.faq_question {
    color: var(--color-highlight);
    position: relative;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 2.9rem 7rem 2.9rem 3.5rem;
}

.faq_question::before {
    position: absolute;
    width: 5.2rem;
    height: 10.1rem;
    border-radius: 2.8rem;
    background-color: #181818;
    content: "";
    top: -2.2rem;
    right: .4rem;
    transform: rotate(-134deg);
}

.faq_question i {
    position: absolute;
    right: 2.7rem;
    top: 2.4rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
}

.faq_question[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="false"] i {
    box-shadow: 0 .4rem .7rem rgba(178, 190, 205, 0.29);
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="true"] i::before {
    content: "\f068";
}

.faq_question[aria-expanded="false"] i::before {
    content: "\2b";
}

.faq_answer .card-body {
    padding: 0 3.5rem 4rem;
    color: var(--color-text);
    font-size: 1.6rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.entire-info-website {
    background: black;
    border-radius: 2rem;
    overflow: hidden;
}

.book-footer {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.book-footer .logo-footer img {
    max-height: 2rem;
}

.book-footer .title-footer {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #7aa6cc, #4f8ce8);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2.4rem;
    margin-top: 1rem;
}

.btn {
    min-width: 21rem;
    text-align: center;
    color: white !important;
    -webkit-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(90deg, #181818, #181818), linear-gradient(90deg, #7aa6cc, #3d60c5);
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 50px;
    text-transform: capitalize;
}

.btn:hover {
    background: linear-gradient(90deg, #7aa6cc, #3d60c5);
}

.footer-menu-horizon .list-unstyled {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-menu-horizon .list-unstyled li {
    border-right: 1px solid white;
    padding-right: 1rem;
}

.footer-menu-horizon .list-unstyled li a {
    color: white;
}

.footer-menu-horizon .list-unstyled li:last-child {
    border: 0;
    padding: 0;
}

.btn-book {
    font-size: 1.3rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile header {
    /* background: #181818; */
}

@media (max-width: 562px) {
    .is-mobile .video-home, .is-mobile .banner-home {
        height: 100%;
    }

    .is-mobile .video-text, .is-mobile .banner-text {
        position: relative;
        padding: 2rem;
        width: 100%;
        color: white;
    }

    .is-mobile .banner-text .title-section {
        color: white;
    }

    .video-text .title-section {
        font-size: 2.5rem;
    }

    .is-mobile .ratio-video-ss4 {
        max-width: 37rem;
    }

    .is-mobile .video-ss4 {
        padding: 3rem 0;
    }

    .video-ss3 img {
        max-width: 15rem;
    }

    .video-ss3 .slide-right {
        top: 52%;
    }

    @keyframes slide-right {
        0% {
            left: -200%;
        }

        100% {
            left: 0;
        }
    }

    .img-right-top {
        top: 50%;
    }

    .img-right-bot {
        top: 70%;
    }

    @keyframes slide-left {
        0% {
            right: -200%
        }

        100% {
            right: 0;
        }
    }

    .is-mobile .item-lab {
        width: 7rem;
        height: 7rem;
        bottom: 60%;
    }

    .is-mobile .item-lab:nth-child(1) {
        width: 20rem;
        height: 20rem;
        top: -15%;
    }

    .is-mobile .item-lab:nth-child(2) {
        top: 0;
    }

    .is-mobile .item-lab:nth-child(3) {
        top: 12%;
        right: 7%;
    }

    .is-mobile .item-lab:nth-child(4) {
        top: 12%;
        left: 7%;
    }

    .is-mobile .item-lab:nth-child(5) {
        bottom: 59%;
        left: -5%;
    }

    .is-mobile .item-lab:nth-child(6) {
        bottom: 59%;
        right: -5%
    }

    .is-mobile .item-lab:nth-child(7) {
        bottom: 39%;
        right: 7%;
    }

    .is-mobile .item-lab:nth-child(8) {
        bottom: 30%;
    }

    .is-mobile .item-lab:nth-child(9) {
        bottom: 39%;
        left: 7%;
    }

    .desc-center-lab-footer {
        bottom: 0;
        font-size: 1.1rem;
        width: 90%;
    }

    .btn-book {
        min-width: 15rem;
        font-size: .9rem;
    }

    .box-stores {
        padding: 100% 0 22%;
    }

    .box-stores .item-stores:nth-child(1) {
        left: 0;
        top: 0;
    }

    .box-stores .item-stores:nth-child(2) {
        left: 25%;
        top: 0;
    }

    .box-stores .item-stores:nth-child(3) {
        left: 50%;
        top: 0;
    }

    .box-stores .item-stores:nth-child(4) {
        right: 0;
        top: 0;
        left: inherit;
    }

    .box-stores .item-stores:nth-child(5) {
        left: 0;
        top: 25%;
    }

    .box-stores .item-stores:nth-child(6) {
        left: 25%;
        top: 25%;
    }

    .box-stores .item-stores:nth-child(7) {
        left: 50%;
        top: 25%;
    }

    .box-stores .item-stores:nth-child(8) {
        right: 0;
        top: 25%;
        left: inherit;
    }

    .box-stores .item-stores:nth-child(9) {
        left: 0;
        top: 50%;
    }

    .box-stores .item-stores:nth-child(10) {
        left: 25%;
        top: 50%;
    }

    .box-stores .item-stores:nth-child(11) {
        left: 50%;
        top: 50%;
    }

    .box-stores .item-stores:nth-child(12) {
        right: 0;
        top: 50%;
        left: inherit;
    }

    .box-stores .item-stores:nth-child(13) {
        left: 0;
        top: 75%;
    }

    .box-stores .item-stores:nth-child(14) {
        left: 25%;
        top: 75%;
    }

    .box-stores .item-stores:nth-child(15) {
        left: 50%;
        top: 75%;
    }

    .box-stores .item-stores:nth-child(16) {
        right: 0;
        top: 75%;
        left: inherit;
    }

    .box-stores .item-stores:nth-child(17) {
        display: none;
    }

    .box-stores .item-stores:nth-child(18) {
        display: none;
    }

    .center-lab {
        height: 80vh;
    }
    
    .contrast-img-item img, .contrast-video-item video {
        max-width: 35rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 375px) {
    .center-lab {
        height: 130vh;
    }
    
    
    .breadcrumbs-section a {
        font-size: 3rem;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .stores-globally .item-stores {
        width: 7.5rem;
        height: 7.5rem;
    }

    .box-stores .item-stores:nth-child(1) {
        left: 40%;
        top: 17%;
    }

    .box-stores .item-stores:nth-child(2) {
        left: 65%;
        top: 17%;
    }

    .box-stores .item-stores:nth-child(3) {
        left: 46%;
        top: -4%;
    }

    .box-stores .item-stores:nth-child(4) {
        left: 46%;
        top: 84%;
    }

    .box-stores .item-stores:nth-child(5) {
        left: 28%;
        top: 62%;
    }

    .box-stores .item-stores:nth-child(6) {
        left: 65%;
        top: 62%;
    }

    .box-stores .item-stores:nth-child(7) {
        left: 33%;
        top: 39%;
    }

    .box-stores .item-stores:nth-child(8) {
        left: 28%;
        top: 17%;
    }

    .box-stores .item-stores:nth-child(9) {
        left: 40%;
        top: 62%;
    }

    .box-stores .item-stores:nth-child(10) {
        left: 61%;
        top: 39%;
    }

    .box-stores .item-stores:nth-child(11) {
        left: 52%;
        top: 17%;
    }

    .box-stores .item-stores:nth-child(12) {
        left: 52%;
        top: 62%;
    }

    .box-stores .item-stores:nth-child(13) {
        left: 23%;
        top: 39%;
    }

    .box-stores .item-stores:nth-child(14) {
        left: 35%;
        top: -4%;
    }

    .box-stores .item-stores:nth-child(15) {
        left: 35%;
        top: 84%;
    }

    .box-stores .item-stores:nth-child(16) {
        left: 71%;
        top: 39%;
    }

    .box-stores .item-stores:nth-child(17) {
        left: 58%;
        top: -4%;
    }

    .box-stores .item-stores:nth-child(18) {
        left: 58%;
        top: 84%;
    }
}

@media (max-width: 1000px) {
     .menu-section .menu-link {
        color: white;
     }
}

@media (min-width: 1350px) {
    .desc-center-lab-footer {
        bottom: 10rem;
    }
    
    .center-lab {
       height: 110vh;
    }
}

@media (min-width: 992px) {
    #sec4, .video-ss4 {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home #sec4, .home .video-ss4 {
        background: black;
    }

    .active .item-lab:nth-child(2) {
        width: 9rem;
        height: 9rem;
        -webkit-animation: item-lab-2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: item-lab-2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes item-lab-2 {
        0% {
            top: 39%;
            left: 48.5%;
            opacity: 0;
        }

        100% {
            top: 3%;
            left: 32%;
            opacity: 1;
        }
    }

    .active .item-lab:nth-child(3) {
        width: 11.5rem;
        height: 11.5rem;
        -webkit-animation: item-lab-3 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: item-lab-3 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes item-lab-3 {
        0% {
            top: 39%;
            right: 46.5%;
            opacity: 0;
        }

        100% {
            top: 3%;
            right: 30%;
            opacity: 1;
        }
    }

    .active .item-lab:nth-child(4) {
        width: 10rem;
        height: 10rem;
        -webkit-animation: item-lab-4 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: item-lab-4 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes item-lab-4 {
        0% {
            top: 39%;
            left: 46.5%;
            opacity: 0;
        }

        100% {
            top: 37%;
            left: 29%;
            opacity: 1;
        }
    }

    .active .item-lab:nth-child(5) {
        width: 13rem;
        height: 13rem;
        -webkit-animation: item-lab-5 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: item-lab-5 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes item-lab-5 {
        0% {
            top: 39%;
            right: 46.5%;
            opacity: 0;
        }

        100% {
            top: 38%;
            right: 28%;
            opacity: 1;
        }
    }

    .active .item-lab:nth-child(6) {
        width: 13rem;
        height: 13rem;
        -webkit-animation: item-lab-6 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: item-lab-6 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes item-lab-6 {
        0% {
            bottom: 39%;
            left: 46.5%;
            opacity: 0;
        }

        100% {
            bottom: -10%;
            left: 32%;
            opacity: 1;
        }
    }

    .item-lab:nth-child(7) {
        bottom: 8%;
        right: 38%;
        width: 7rem;
        height: 7rem;
    }

    .item-lab:nth-child(8) {
        top: 21%;
        left: 18%;
        width: 9rem;
        height: 9rem;
    }

    .item-lab:nth-child(9) {
        bottom: 15%;
        left: 18%;
        width: 9rem;
        height: 9rem;
    }

    .item-lab:nth-child(10) {
        bottom: 4%;
        right: 21%;
        width: 10rem;
        height: 10rem;
    }

    .item-lab:nth-child(11) {
        top: 25%;
        right: 20%;
        width: 8rem;
        height: 8rem;
    }

    .item-lab:nth-child(12) {
        top: 0vw;
        left: 45%;
        width: 10rem;
        height: 10rem;
    }

    .item-lab:nth-child(13) {
        top: 36%;
        left: 4%;
        width: 13rem;
        height: 13rem;
    }

    .item-lab:nth-child(14) {
        bottom: -6%;
        left: 4%;
        width: 11rem;
        height: 11rem;
    }

    .item-lab:nth-child(15) {
        top: 11%;
        right: 9%;
        width: 11rem;
        height: 11rem;
    }

    .item-lab:nth-child(16) {
        bottom: 25%;
        right: 10%;
        width: 11rem;
        height: 11rem;
    }

    .active .scale-in-center {
        -webkit-animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes scale-in-center {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 1;
        }

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

    .box-experience {
        width: 80%;
        margin: 0 auto;
    }

    .health-1 h1 {
        width: 30%;
    }
}
