*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Agency';
    src: url('../fonts/SVN-Agency.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
figure {
    text-decoration: none !important;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

input:focus {
    box-shadow: none !important;
}

body {
    font-size: 16px;
    font-style: normal;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(180deg, #001D3E 0%, rgba(0, 29, 62, 0.5) 30.25%, rgba(0, 29, 62, 0.7) 50%, transparent 93%);

}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.rmRootGroup {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.rmItemLv1>.rmLink {
    padding: 0 10px;
    margin: 0 10px;
    color: #fff;
    font-family: 'Agency';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    word-spacing: 3px;
    opacity: 0.5;

}

.rmItemLv1 .rmLink.active,
.rmItemLv1 .rmLink:hover {
    font-weight: 600;
    opacity: 1;
}

.rmItemLv1>.rmLink.active::before,
.rmItemLv1>.rmLink:hover::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF7534;
}

.box-language {
    position: relative;
    color: #fff;
}

.box-language select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 2rem;
}

.box-language .select-icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.75rem;
}

#language-select {
    background: #ffffff2b;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 5px 25px 5px 10px;
    font-size: 16px;
    font-family: 'Agency';
    cursor: pointer;
    text-transform: uppercase;
}

#language-select:focus-visible {
    outline: none;
}

#language-select option {
    color: #000;
}

.banner {
    background-color: #001D3E;
}

.banner.banner-home {
    background: #001D3E url('../imgs/banner-home.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
    position: relative;
}

.banner.banner-about {
    background: #001D3E url('../imgs/banner-about.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-products {
    background: #001D3E url('../imgs/banner-products.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-products-ios {
    background: #001D3E url('../imgs/banner-products-ios.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-products-android {
    background: #001D3E url('../imgs/banner-products-android.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-products-web {
    background: #001D3E url('../imgs/banner-products-web.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-library {
    background: #001D3E url('../imgs/banner-library.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner.banner-contact {
    background: #001D3E url('../imgs/banner-contact.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Agency';
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 96px;
    letter-spacing: 11px;
    text-align: center;
    color: #8BFBFC;
    text-shadow: 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.page-home .banner-title {
    text-shadow: 4px 2px 24px rgba(139, 251, 252, 0.32);
    letter-spacing: 15px;
}

.banner-description {
    font-weight: 400;
    font-size: 72px;
    line-height: 108px;
    letter-spacing: 11px;
    text-align: center;
    color: #fff;
}

.page-home .banner-description {
    text-shadow: 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.inner-about-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px 0;
    position: relative;
}

.description-about-home {
    padding: 0 12px;
}

.ios-app-2 .description-about-home {
    width: 1300px;
    position: absolute;
    max-width: 100%;
    margin: auto;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 50px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.img-about-home img {
    width: 100%;
}

.title-about-home {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 0px;
    color: #263667;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.title-about-home::before {
    content: 'TMEDILAB';
    font-family: 'Agency';
    font-weight: 400;
    font-size: 160px;
    color: #021D370A;
    position: absolute;
    top: -40px;
    right: 0;
    line-height: 1;
    /* z-index: -1; */

}

.about-vision.products-android .title-about-home::before {
    display: none;
}

.content-about-home {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    text-align: justify;
}

.about-library .content-about-home {
    color: #263667;
}

.see-more {
    color: #0080FF;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline !important;
}

.see-more i {
    font-weight: 600;
}

.see-more:hover {
    color: #263667;
}

.inner-application-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px 0 50px;
    text-align: center;
    margin: 0 80px;
}

.inner-application-home a {
    display: block;
}

.item-application-home {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 45px;
    border-radius: 26px;
}

.inner-application-home a:nth-child(1) .item-application-home {
    background: url('../imgs/app-ios.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.inner-application-home a:nth-child(2) .item-application-home {
    background: url('../imgs/app-android.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.inner-application-home a:nth-child(3) .item-application-home {
    background: url('../imgs/app-web.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.name-application-home {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    line-height: 48px;
    margin-top: 20px;
    color: #fff;
}

.why-choose {
    background: #1E2A46;
    color: #fff;
    padding: 50px 0;
    position: relative;
}

.why-choose::before {
    content: 'TMEDILAB';
    font-family: 'Agency';
    font-weight: 400;
    font-size: 280px;
    color: #FFFFFF0A;
    position: absolute;
    top: 50%;
    left: -70px;
    line-height: 1;
    transform: rotate(-90deg);
}

.top-why-choose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.title-why-choose {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}

.content-why-choose {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFFCC;
    margin-bottom: 20px;
    text-align: justify;

}

.why-choose .see-more:hover {
    color: #fff;
}

.mid-why-choose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    text-align: center;
    padding: 70px 0px;

}

.name-item-mid-why-choose {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin: 20px 0;
}

.desc-item-mid-why-choose {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFFCC;
}

.bot-why-choose {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    text-align: center;
    padding: 0 80px;
}

.item-bot-why-choose img {
    width: 100%;
}

.item-bot-why-choose .img-item-bot-why-choose {
    position: relative;
    margin-bottom: 50px;
}

.item-bot-why-choose .img-item-bot-why-choose::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 64px;
    height: 64px;
    background: #0080FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    border-radius: 100%;
}

.item-bot-why-choose:nth-child(1) .img-item-bot-why-choose::before {
    content: '1';
}

.item-bot-why-choose:nth-child(2) .img-item-bot-why-choose::before {
    content: '2';
}

.item-bot-why-choose:nth-child(3) .img-item-bot-why-choose::before {
    content: '3';
}

.item-bot-why-choose:nth-child(4) .img-item-bot-why-choose::before {
    content: '4';
}

.name-item-bot-why-choose {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
}

.footer {
    background: url('../imgs/banner-footer.jpg') no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.inner-top-footer {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    gap: 100px;
}

.desc-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.menu-footer ul,
.info-footer ul {
    padding: 0;
    list-style: none;
}

.name-menu-footer,
.name-info-footer {
    font-family: 'Agency';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menu-footer ul li a,
.info-footer ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.menu-footer ul li a:hover {
    color: #FF7534;
}

.bot-footer {
    padding: 10px 0;
    background: #FFFFFF1A;

}

.inner-bot-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.social i {
    color: #fff;
    font-size: 20px;
}

small.small-title {
    font-family: 'Agency';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.banner.banner-about .banner-title,
.banner.banner-products .banner-title,
.banner.banner-products-ios .banner-title,
.banner.banner-products-android .banner-title,
.banner.banner-products-web .banner-title,
.banner.banner-library .banner-title,
.banner.banner-contact .banner-title {
    font-size: 72px;
}

.banner.banner-about .banner-description,
.banner.banner-products .banner-description,
.banner.banner-products-ios .banner-description,
.banner.banner-products-android .banner-description,
.banner.banner-products-web .banner-description,
.banner.banner-library .banner-description,
.banner.banner-contact .banner-description {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.about-about {
    background: linear-gradient(90deg,
            #fff 0%,
            #fff 40%,
            #F4F5F7 40%,
            #F4F5F7 100%);
}

.about-vision .inner-about-home,
.about-about .inner-about-home {
    align-items: center;
}

.about-vision .title-about-home::before {
    left: 0;
}

.desc-mission {
    padding: 0 30px 0 0;
}

.about-mission {
    display: grid;
    grid-template-columns: minmax(max-content, 480px) auto;
    gap: 70px;
    padding: 100px 0;
    background: linear-gradient(90deg,
            #fff 0%,
            #fff 15%,
            #F4F5F7 15%,
            #F4F5F7 100%);
    position: relative;
}

.about-mission::after {
    content: 'TMEDILAB';
    font-family: 'Agency';
    font-weight: 400;
    font-size: 160px;
    color: #021D370A;
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 1;
}

.img-mission img {
    width: 100%;
}

.name-mission {
    color: #263667;
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.list-mission {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 50px;
}

.item-mission {
    max-width: 500px;
}

.top-item-mission {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;

}

.top-item-mission .title-item-mission {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #263667;

}

.bot-item-mission {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #263667;

}

.about-mission .bot-item-mission {
    color: #212529;

}

.history {
    background: rgba(30, 42, 70, 1);
    padding: 35px;
    color: #fff;
    /* height: 500px; */
}

.history .swiper-wrapper {
    align-items: center;
}

.slider-history {
    width: 70%;
}

.swiper-slide.item-history {
    width: 68%;
    display: grid;
    grid-template-columns: 400px auto;
    gap: 30px;
    padding: 15px;
    align-items: center;
}

.swiper-slide.item-history:last-child {
    width: 100%;
}

.description-history {
    /* display: none; */
}

.swiper-slide.item-history.swiper-slide-active .description-history {
    display: block;
}

.img-history {
    border: 7px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 5px 5px 7px 3px #000000;
    transform: rotate(45deg);
    width: 225px; 
    aspect-ratio: 1/1;
}

.img-history img {
    transform: rotate(-45deg) scale(1.3);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.item-history.swiper-slide-active .img-history {
    border: 7px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 5px 5px 7px 3px #000000;
    transform: rotate(0deg);
    width: 100%; 
}

.swiper-slide.item-history.swiper-slide-active .img-history img {
    transform: rotate(0deg) scale(1);
}

.title-history {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.content-history {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.nav-history {
    background: rgba(30, 42, 70, 1);
    padding-bottom: 50px;
}

.inner-nav-history {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.drag-history {
    border-radius: 50px;
    border: 2px solid rgba(0, 128, 255, 1);
    color: #fff;
    padding: 10px 10px 10px 25px;
    font-size: 24px;
    user-select: none;
}

.swiper-button-disabled img {
    opacity: 0;
}

.name-core-value {
    transform: rotate(-90deg);
    color: rgba(38, 54, 103, 1);
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    white-space: nowrap;
    transform-origin: center top;
}

.inner-core-value {
    display: flex;
    align-items: center;
    justify-content: end;
}

.img-core-value {
    flex-grow: 1;
}

.img-core-value img {
    width: 100%;
}

.about-core-value {
    position: relative;
}

.about-core-value::before {
    content: 'TMEDILAB';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Agency';
    font-weight: 400;
    font-size: 160px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(2, 29, 55, 0.04);
}

.list-core-value {
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}

.title-item-core-value {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #263667;
    margin-bottom: 20px;
    position: relative;
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: max-content auto;
}

.title-item-core-value span {
    width: 90px;
    height: 90px;
    background: #0080FF;
    font-family: 'Montserrat-Bold';
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.plain-item-core-value {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #263667;
    text-align: justify;
}

.social-responsibility {
    padding: 50px 0;
}

.inner-social-responsibility {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 50px;
    align-items: center;
}

.title-social-responsibility {
    color: #263667;
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 50px;
    position: relative;
}

.title-social-responsibility::before {
    content: '';
    height: 3px;
    background: #0080FF;
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 0;

}

.content-social-responsibility {
    font-family: 'Montserrat' !important;
    color: #263667;
}

.content-social-responsibility p,
.content-social-responsibility h1,
.content-social-responsibility h2,
.content-social-responsibility h3,
.content-social-responsibility h4,
.content-social-responsibility h5,
.content-social-responsibility h6,
.content-social-responsibility strong {
    font-family: 'Montserrat' !important;
}

.application-products {
    padding: 50px 0 0;
    position: relative;
}

.title-application-products {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: #263667;

}

.application-products::before {
    content: 'TMEDILAB';
    position: absolute;
    top: 60px;
    left: 0;
    font-family: 'Agency';
    font-weight: 400;
    font-size: 160px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(2, 29, 55, 0.04);
}

.about-vision.products-android {
    padding: 50px 0;
    background: linear-gradient(90deg,
            #F4F5F7 0%,
            #F4F5F7 20%,
            #fff 20%,
            #fff 100%);
}

.apply-cv {
    background: rgba(244, 245, 247, 1);
    padding: 80px 0;
    text-align: center;
}

.title-apply-cv {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(38, 54, 103, 1);
}

.desc-apply-cv {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(38, 54, 103, 1);
    margin-bottom: 30px;
}

a.link-apply-cv {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    background: #0080FF;
    color: #fff;
    border-radius: 50px;
    padding: 9px 30px;
    display: inline-block;
}

.about-about.products-web {
    margin-bottom: 50px;
}

.main-menu,
.rmItem.rmItemLv1.has-child {
    position: relative;
}

.main-menu .rmSlide.rmSlideLv1 {
    left: 0;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    z-index: 999;
}

.main-menu .rmItem.rmItemLv1.has-child:hover .rmSlide.rmSlideLv1,
.main-menu .rmItem.rmItemLv1.has-child.open .rmSlide.rmSlideLv1 {
    opacity: 1 !important;
    transform: rotateX(0);
    visibility: visible !important;
}

.main-menu .rmItem.rmItemLv1.has-child.force-closed:hover .rmSlide.rmSlideLv1 {
    opacity: 0 !important;
    transform: rotateX(90deg) !important;
    visibility: hidden !important;
}

.main-menu .rmLink i {
    transition: all 0.3s;
}

.main-menu .rmItem.rmItemLv1.has-child:hover>.rmLink i,
.main-menu .rmItem.rmItemLv1.has-child.open>.rmLink i {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.main-menu .rmItem.rmItemLv1.has-child.force-closed:hover>.rmLink i {
    transform: rotate(0deg);
}

.rmGroupLv1 {
    background: #fff;
    list-style: none;
    padding: 0;
}

.rmGroupLv1 .rmLink {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    text-transform: uppercase;
}

.rmGroupLv1 li:last-child .rmLink {
    border-bottom: none;
}

.rmGroupLv1 .rmLink.active,
.rmGroupLv1 .rmLink:hover,
.rmGroupLv1 .rmLink.active:hover {
    background: #0080FF;
    border-bottom: 1px dashed #0080FF;
    color: #fff;
    font-weight: 400;
}

.rmGroupLv1 .rmLink:hover {
    background: #FF7534;
    border-bottom: 1px dashed #FF7534;
}

.about-products-ios {
    padding-right: 100px;
}

.ios-app-2 .about-products-ios {
    padding-right: 0px;
}

.about-products-ios .img-about-home img {
    width: 100%;
}

.prev-slider-app-1,
.prev-slider-app-2,
.prev-slider-app-3,
.prev-slider-app-4 {
    background: url('../imgs/slide-left.svg') no-repeat center center / 100% 100%;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 95%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.next-slider-app-1,
.next-slider-app-2,
.next-slider-app-3,
.next-slider-app-4 {
    background: url('../imgs/slide-right.svg') no-repeat center center / 100% 100%;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.swiper-button-disabled {
    visibility: hidden;
}

.swiper-button-disabled {
    visibility: hidden;
}

.slide-app {
    position: relative;
    overflow: hidden;
}

.inner-slide-app .swiper {
    overflow: unset;
}

.inner-slide-app {
    position: relative;
    user-select: none;
}

.item-slide-app {
    text-align: center;
}
.ios-app-1{
     padding-bottom: 50px;
}
.ios-app-2 {
    background: #1E2A46;
    padding-bottom: 50px;
}

.ios-app-2 .img-about-home {
    grid-column: 2/3;
}

.ios-app-2 .content-about-home,
.ios-app-2 .title-about-home {
    color: #fff;
}

.ios-app-2 .title-about-home::before {
    color: #ffffff0a;
}

.slide-library {
    padding: 100px 0;
    background: linear-gradient(90deg,
            #F4F5F7 0%,
            #F4F5F7 60%,
            #fff 60%,
            #fff 100%);
}

.slide-library-item img {
    width: 100%;
}

.img-event img {
    width: 100%;
}

.next-library {
    background: url('../imgs/btn_orange_next.svg') no-repeat center center / 100% 100%;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0.5;
}


.prev-library {
    background: url('../imgs/btn_orange_prev.svg') no-repeat center center / 100% 100%;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0.5;
}

.next-library:hover,
.prev-library:hover {
    opacity: 1;
}

.pagination-library {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF7534;
}

.swiper-pagination-bullet {
    background: #ff7434a8;
    width: 40px;
    height: 5px;
    border-radius: 0%;
}

.work-environment {
    padding: 50px 0;
}

.work-environment-title {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #263667;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.work-environment-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background: #0080FF;
}

.item-work-environment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.item-work-environment img {
    width: 100%;
}

.title-work-environment {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FF7534;
    margin-bottom: 20px;
}

.details-work-environment {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #212529;

}

.event {
    padding: 50px 0;
    background: #1E2A46;
    color: #fff;
}

.event .work-environment-title {
    color: #fff;
}

.list-event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
    text-align: center;
}

.title-event {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.page-library .title-about-home {
    padding-bottom: 20px;
}

.page-library .title-about-home::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0%;
    height: 2px;
    width: 100px;
    background: #0080FF;
}

.list-activities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 0 50px;
}

.list-activities .title-event {
    color: #263667;

}

.info-company,
.contact {
    padding: 50px 0;
}

.name-company,
.title-contact {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 0px;
    color: #263667;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.name-company::before,
.title-contact::before {
    content: '';
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    background: #0080FF;
}

.desc-company {
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.desc-company span {
    font-family: 'Montserrat-Bold';
}

.content-contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.item-customer label {
    font-family: 'Montserrat-Bold';
    margin-bottom: 10px;
    display: block;
    color: #212529;
}

.content-contact input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.content-contact input:focus-visible {
    outline: unset;
}

.item-customer.content-customer {
    grid-column: 1/4;
}

.item-customer.content-customer #content {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.item-customer.content-customer #content:focus-visible {
    outline: unset;
}

.send-contact {
    text-align: center;
    margin-top: 10px;
}

.send-contact button {
    height: 64px;
    border: unset;
    background: #0080FF;
    color: #fff;
    font-family: 'Montserrat';
    padding: 0 120px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 24px;
}

.desc-item-mid-why-choose p,
.content-why-choose p,
.content-about-home p,
.content-history p,
.bot-item-mission p,
.plain-item-core-value p,
.content-social-responsibility p,
.details-work-environment p {
    margin-bottom: 0;
}

.item-work-environment:last-child {
    margin-bottom: 0;
}

.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 9999;
    background: #fb3;
    color: #fff;
    width: 65px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s;
}

.scroll-top.show {
    opacity: 0.7;
    visibility: visible;
    transform: translateX(0);
}

.scroll-top:hover {
    opacity: 1;
    transition: all 0.3s;
}

.ic-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.box-ic {
    display: flex;
    align-items: end;
    justify-content: space-between;

}

.ic-mouse,
.ic-share {
    cursor: pointer;
    transition: all 0.3s;
}

.ic-mouse:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.box-social {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.box-social.active {
    display: flex;
}

.box-social a {
    color: #fff;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
}

.fix-menu {
    position: fixed;
    left: 30px;
    bottom: 100px;
    z-index: 999;
    color: #fff;

}

.item-menu {
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    cursor: pointer;
}

.item-menu span {
    visibility: hidden;
}

.item-menu::before {
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100%;
}

.item-menu.active::after {
    content: '';
    height: 26px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(calc(-50% + 6px), -13px);
    border: 3px solid #0080FF;
    border-radius: 100%;
}

.fix-menu.light-bg {
    color: #263667;
}

.fix-menu.light-bg .item-menu::before {
    background: #263667;
}

.list-item-contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}

.button-disabled {
    display: none;
}

@media (min-width: 576px) {
    .ios-app-2 .description-about-home {
        max-width: 540px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 768px) {
    .ios-app-2 .description-about-home {
        max-width: 720px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 992px) {
    .ios-app-2 .description-about-home {
        max-width: 960px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 1200px) {
    .ios-app-2 .description-about-home {
        max-width: 1140px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 1400px) {
    .ios-app-2 .description-about-home {
        max-width: 1320px;
        padding-right: 12px;
        padding-left: 12px;
    }
}