@font-face {
    font-family: 'GothamRnd';
    src: url('../fonts/GothamRnd-Bold.woff2') format('woff2'),
        url('../fonts/GothamRnd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('../fonts/GothamRnd-Book.woff2') format('woff2'),
        url('../fonts/GothamRnd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('../fonts/GothamRnd-BookItalic.woff2') format('woff2'),
        url('../fonts/GothamRnd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

:root {
    --bs-body-font-family: 'GothamRnd', sans-serif;
    --bs-body-color: #5a5a5a;
    --bs-body-color-rgb: 90, 90, 90;
    --bs-primary-rgb: 6, 180, 233;
    --bs-success-rgb: 147, 200, 67;
    --bs-info-rgb: 51, 130, 196;
    --bs-warning-rgb: 255, 217, 57;
    --bs-danger-rgb: 240, 109, 68;
    --bs-border-color: #dddddd;
    --bs-light-rgb: 235, 235, 235;
    --bs-border-radius-xxl: 1.4rem;
    --c1: #06b4e9;
    --c2: #93c843;
    --c3: #3382c4;
    --c4: #ffd939;
    --c5: #f06d44;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-bg: #202225;
    --bs-body-bg-rgb: 32, 34, 37;
    --bs-body-color: #ececec;
    --bs-body-color-rgb: 236, 236, 236;
    --bs-primary-rgb: 146, 230, 255;
    --bs-success-rgb: 169, 222, 89;
    --bs-info-rgb: 100, 183, 252;
    --bs-warning-rgb: 255, 217, 57;
    --bs-danger-rgb: 240, 109, 68;
    --c1: #92e6ff;
    --c2: #a9de59;
    --c3: #64b7fc;
}

::selection {
    background-color: #222222;
    color: #fff;
}

html[data-bs-theme="grey"] {
    filter: grayscale(1) !important;
}

strong {
    font-weight: 500;
}


/* ------ header ------ */
#logo {
    height: 38px;
}

.banTxt {
    padding-left: 6rem;
    padding-right: 6rem;
}

.bannerImg {
    filter: grayscale(1);
    mix-blend-mode: soft-light;
    opacity: .4;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.imgBn {
    margin-bottom: 4rem;
}

.imgBn img {
    aspect-ratio: 958 / 538;
}

#carouselMain .carousel-indicators {
    bottom: 60px;
}

.carousel-indicators [data-bs-target] {
    height: 5px;
}

@media (max-width:1400px) {
    #logo {
        height: 30px
    }

    .banTxt {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .banTxt .display-4 {
        font-size: 2.9rem
    }

    .banTxt .fs-3 {
        font-size: 1.5rem !important
    }
}

@media (max-width:1200px) {
    .banTxt .display-4 {
        font-size: 2.4rem
    }

    .banTxt .fs-3 {
        font-size: 1.3rem !important
    }
}

@media (max-width:992px) {
    .imgBn {
        margin-bottom: 0
    }

    .banTxt {
        margin-bottom: 5rem
    }

    #carouselMain .carousel-indicators {
        margin-bottom: 0;
        position: relative !important;
    }
}

@media (max-width:768px) {
    #logo {
        height: 28px
    }

    .banTxt {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .banTxt .display-4 {
        font-size: 1.9rem
    }

    .banTxt .fs-3 {
        font-size: 1.18rem !important
    }
}

@media (max-width:576px) {
    .imgBn img {
        aspect-ratio: 530 / 330
    }
}


/* ------ iElement ------ */
.iElement {
    left: -2%;
    pointer-events: none;
    top: -4%;
}

.iElement svg {
    height: 114%;
}

.iElement2 {
    pointer-events: none;
    right: 15%;
    top: -4%;
}

.iElement2 svg {
    height: 97%;
}

.iElement3 {
    height: 100%;
    right: 4%;
    position: absolute;
    pointer-events: none;
    top: -4%;
    z-index: -1;
}

html[data-bs-theme="dark"] .iElement3 {
    display: none;
}

.iElement3 svg {
    height: 114%;
    max-height: 840px;
}

.iElement4 {
    left: 45.5%;
    pointer-events: none;
    top: 24%;
    transform: translateX(-50%);
}

.iElement4 svg {
    height: 800%;
}

@media (max-width:1200px) {
    .iElement2 {
        right: -6%
    }

    .iElement2 svg {
        height: 80%
    }

    .iElement3 {
        right: -7%
    }

    .iElement3 svg {
        height: 900px
    }
}

@media (max-width:992px) {
    .iElement3.v2 svg {
        display: none
    }
}

@media (max-width:768px) {
    .iElement svg {
        height: 74%
    }

    .iElement3 svg {
        height: 700px
    }

    .iElement4 svg {
        height: 460%
    }
}

@media (max-width:576px) {
    .iElement {
        left: -16%
    }

    .iElement2 {
        right: -24%
    }

    .iElement2 svg {
        height: 54%
    }

    .iElement3 {
        right: -24%
    }

    .iElement3 svg {
        height: 500px
    }
}


/* ------ navBar ------ */
#navBarMain.scroll {
    box-shadow: 0 0 30px rgba(40, 40, 40, .2);
}

html[data-bs-theme="dark"] #navBarMain.bg-white {
    background-color: var(--bs-body-bg) !important;
}

#navBarMain .nav-link {
    --bs-nav-link-color: #7c7c7c;
    font-size: 1.05rem;
    font-weight: 600;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    position: relative;
    text-transform: uppercase;
}

html[data-bs-theme="dark"] #navBarMain .nav-link {
    --bs-nav-link-color: #e9e9e9;
}

#navBarMain .nav-link:hover {
    color: var(--c1);
}

#navBarMain .nav-link .fa-arrow-up-right-from-square {
    margin-left: 6px;
    opacity: .6;
    position: relative;
    top: -1px;
}

#navBarMain .navbar-nav .nav-link.active,
#navBarMain .navbar-nav .nav-link.show {
    color: var(--c2);
}

#navBarMain .navbar-nav .nav-link.active::after {
    background-color: var(--c2);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: -3px;
    transform: translateX(-50%);
    width: 8px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 184, 184, .4);
}

@media (max-width:1400px) {
    #navBarMain .nav-link {
        font-size: 1rem;
        padding-left: .8rem;
        padding-right: .8rem;
    }
}

@media (max-width:992px) {
    #navBarMain .nav-link {
        font-size: 1.05rem;
        padding-left: .95rem;
    }

    #navBarMain .navbar-nav .nav-link.active::after {
        height: 7px;
        left: 0;
        top: 17px;
        transform: none;
        width: 7px;
    }
}


/* ------ btn ------ */
.btn {
    font-size: 1.15rem;
    font-weight: 500;
    padding: .6rem 1.1rem;
}

.btn-primary {
    --bs-btn-bg: var(--c1);
    --bs-btn-border-color: var(--c1);
    --bs-btn-hover-bg: var(--c3);
    --bs-btn-hover-border-color: var(--c3);
    --bs-btn-active-bg: var(--c3);
    --bs-btn-active-border-color: var(--c3);
}

.btn-outline-primary {
    --bs-btn-color: var(--c1);
    --bs-btn-border-color: var(--c1);
    --bs-btn-hover-bg: var(--c1);
    --bs-btn-hover-border-color: var(--c1);
    --bs-btn-active-bg: var(--c1);
    --bs-btn-active-border-color: var(--c1);
    --bs-btn-disabled-color: var(--c1);
    --bs-btn-disabled-border-color: var(--c1);
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c3);
    --bs-btn-border-color: var(--c3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c1);
    --bs-btn-hover-border-color: var(--c1);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c3);
    --bs-btn-active-border-color: var(--c3);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c3);
    --bs-btn-disabled-border-color: var(--c3);
}

html[data-bs-theme="dark"] .btn-info {
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
}

.btn-outline-info {
    --bs-btn-color: var(--c3);
    --bs-btn-border-color: var(--c3);
    --bs-btn-hover-bg: var(--c3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: var(--c3);
    --bs-btn-active-bg: var(--c3);
    --bs-btn-active-border-color: var(--c3);
    --bs-btn-disabled-color: var(--c3);
    --bs-btn-disabled-border-color: var(--c3);
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c2);
    --bs-btn-border-color: var(--c2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c3);
    --bs-btn-hover-border-color: var(--c3);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c2);
    --bs-btn-active-border-color: var(--c2);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c2);
    --bs-btn-disabled-border-color: var(--c2);
}

html[data-bs-theme="dark"] .btn-success {
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
}

.btn-outline-light {
    --bs-btn-hover-color: var(--c3);
}

.btn-light {
    --bs-btn-hover-bg: #f3f3f3;
    --bs-btn-hover-color: var(--c1);
    --bs-btn-hover-border-color: #fff;
}

.btn-outline-warning {
    --bs-btn-color: #f3e2b4;
    --bs-btn-border-color: #f3e2b4;
    --bs-btn-hover-bg: #f3e2b4;
    --bs-btn-hover-border-color: #f3e2b4;
    --bs-btn-active-bg: #f3e2b4;
    --bs-btn-active-border-color: #f3e2b4;
    --bs-btn-disabled-color: #f3e2b4;
    --bs-btn-disabled-border-color: #f3e2b4;
}

.btn-outline-success {
    --bs-btn-color: var(--c2);
    --bs-btn-border-color: var(--c2);
    --bs-btn-hover-bg: var(--c2);
    --bs-btn-hover-border-color: var(--c2);
    --bs-btn-active-bg: var(--c2);
    --bs-btn-active-border-color: var(--c2);
    --bs-btn-disabled-color: var(--c2);
    --bs-btn-disabled-border-color: var(--c2);
}

.btn-light {
    --bs-btn-color: var(--bs-body-color);
}

html[data-bs-theme="dark"] .btn-light {
    --bs-btn-bg: var(--bs-body-bg);
    --bs-btn-hover-bg: var(--bs-body-bg);
}

.btn-close:focus {
    box-shadow: 0 0 0 .22rem rgba(40, 40, 40, .12);
}


/* ------ misc ------ */
.lastP p:last-child {
    margin-bottom: 0;
}

.fs-5b {
    font-size: 1.15rem;
}

.fs-5c {
    font-size: 1.08rem;
}

.bg-gradient1 {
    background: linear-gradient(90deg, rgb(1, 152, 210) 0%, rgba(61, 176, 167, 1) 50%, rgb(126, 170, 69) 100%);
}

.bg-gradient2 {
    background: linear-gradient(110deg, rgb(1, 152, 210) 0%, rgba(61, 176, 167, 1) 50%, rgb(126, 170, 69) 100%);
}

.bg-gradient3 {
    background: linear-gradient(110deg, rgb(48, 132, 182) 0%, rgb(0, 195, 255) 100%);
}

.bg-gradient4 {
    background: linear-gradient(110deg, #3382c4 0%, #029ac9 100%);
}

.mainPad {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.directionWidth {
    max-width: 340px;
}

.link-dark {
    color: #5a5a5a !important;
}

html[data-bs-theme="dark"] .link-dark {
    color: #ececec !important;
}

.link-light {
    color: #fff !important;
}

.link-light:hover {
    color: #ccf58e !important;
}

.link-info:hover {
    color: var(--c1) !important;
}

.link-success:hover {
    color: var(--c1) !important;
}

.bg-body-secondary {
    background-color: #f4f4f4 !important;
}

html[data-bs-theme="dark"] .bg-body-secondary {
    background-color: #17191b !important;
}

.boxFoot::after {
    background-color: #f4f4f4;
    bottom: -60px;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

html[data-bs-theme="dark"] .boxFoot::after {
    background-color: var(--bs-body-bg);
}

.shadowFc {
    box-shadow: 0 0 30px rgb(40, 40, 40, .15);
}

html[data-bs-theme="dark"] .shadowFc {
    box-shadow: 0 0 30px rgb(200, 200, 200, .15);
}

.shadowFc2 {
    box-shadow: 0 0 0 1px rgb(40, 40, 40, .25);
}

html[data-bs-theme="dark"] .shadowFc2 {
    box-shadow: 0 0 0 1px rgb(240, 240, 240, .25);
}

.shadowFc3 {
    box-shadow: 0 0 30px rgba(40, 40, 40, .2);
}

.aboutImg {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.catalogueImg {
    max-height: 245px;
}

.imgGallery {
    aspect-ratio: 290 / 230;
}

.smallx2 {
    font-size: .8rem;
}

.textBalance {
    text-wrap: balance;
}

.hoverBlue:hover {
    color: var(--c3);
}

.embedContainer {
    border-radius: 1.1rem;
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embedContainer.map {
    padding-bottom: 30%;
}

.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titleUpm {
    margin-top: -.5rem;
}

.pointer {
    cursor: pointer;
}

.descText {
    color: #959595;
}

@media (max-width:1400px) {
    .fs-5 {
        font-size: 1.2rem !important
    }

    .mainPad {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .catalogueImg {
        max-height: 224px;
    }
}

@media (max-width:992px) {
    .mainPad {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .mainPad.v2 {
        padding-bottom: 2rem;
        padding-top: 0;
    }

    .d5Fc {
        font-size: calc(1.7rem + 2.1vw);
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .d6Fc {
        font-size: calc(1.5rem + 2.1vw);
    }

    .embedContainer.map {
        padding-bottom: 50%;
    }

    .titleUpm {
        margin-top: 0;
    }
}

@media (max-width:576px) {
    .embedContainer.map {
        padding-bottom: 98%;
    }

    .fs-5c {
        font-size: 1rem;
    }

    .catalogueImg {
        max-height: 200px;
    }

    .directionWidth {
        max-width: initial;
    }
}


/* ------ wrapBrands ------ */
.wrapBrands {
    box-shadow: 0 0 30px rgb(40, 40, 40, .15);
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: -3.3rem;
    padding: 2rem 3.5rem;
}

.wrapBrands img {
    display: block;
    margin: auto;
    max-height: 44px;
    width: 140px;
}

@media (max-width:1400px) {
    .wrapBrands img {
        max-height: 36px;
        width: 110px;
    }
}

@media (max-width:768px) {
    .wrapBrands {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        margin-top: -2.1rem;
        padding: 1.2rem 1.7rem;
    }

    .wrapBrands img {
        max-height: 28px;
        width: 90px;
    }
}


/* ------ products index ------ */
.wrapHospital {
    width: 350px;
}

.pIcon {
    background: linear-gradient(110deg, rgb(51, 130, 196) 0%, rgb(126, 170, 69) 100%);
    height: 320px;
    width: 320px;
}

.pIcon.v2 {
    height: 380px;
    width: 380px;
}

.pIcon:hover {
    background: linear-gradient(110deg, rgb(126, 170, 69) 0%, rgb(51, 130, 196) 100%);
}

.pIcon::after {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    bottom: -12px;
    content: '';
    left: -12px;
    position: absolute;
    right: -12px;
    top: -12px;
}

.prLink img {
    border: 6px solid transparent;
    transition: all 0.3s ease;
}

.prLink:hover img {
    transform: scale(.97);
}

.prLink h2 {
    transition: all 0.3s ease;
}

.prLink:hover h2 {
    color: var(--c2) !important;
}

@media (max-width:1800px) {
    .wrapHospital {
        width: 304px;
    }

    .pIcon {
        height: 250px;
        width: 250px;
    }

    .pIcon.v2 {
        height: 380px;
        width: 380px;
    }
}

@media (max-width:1500px) {
    .wrapHospital {
        zoom: .9;
    }
}

@media (max-width:1400px) {
    .wrapHospital {
        zoom: .85;
    }

    .wrapCircles .h3 {
        font-size: 1.5rem;
    }

    .pIcon {
        height: 230px;
        width: 230px;
    }

    .pIcon.v2 {
        height: 320px;
        width: 320px;
    }
}

@media (max-width:1200px) {
    .wrapHospital {
        width: auto;
        zoom: .95;
    }

    .pIcon {
        height: 250px;
        width: 250px;
    }

    .pIcon.v2 {
        height: 280px;
        width: 280px;
    }
}

@media (max-width:768px) {
    .wrapCircles .h3 {
        font-size: 1.65rem;
    }

    .pIcon {
        height: 224px;
        width: 224px;
    }

    .pIcon.v2 {
        height: 240px;
        width: 240px;
    }
}


/* ------ service ------ */
.serviceText .h4 {
    font-size: 1.4rem;
}

.sIcon {
    margin-top: -2px;
}

@media (max-width:1400px) {
    .serviceText .h4 {
        font-size: 1.15rem;
    }

    .serviceText i.fs-2 {
        font-size: 1.6rem !important;
    }

    .techImg {
        height: 350px !important;
    }

    .wrapSupport h2 {
        zoom: .85;
    }
}

@media (max-width:1200px) {
    .techImg {
        height: auto !important
    }
}

@media (max-width:768px) {
    .wrapSupport h2 {
        zoom: 1
    }
}


/* ------ inside ------ */
.aside {
    border-right: 1px solid #ddd;
    width: 320px;
}

.internalBanner img {
    height: 620px;
    opacity: .75;
}

.internalTitle {
    background-color: var(--c2);
    border-radius: 3rem 0 0 3rem;
    bottom: 16%;
    color: #fff;
    padding: .7rem 40% .7rem 2rem;
    position: absolute;
    right: 0;
    z-index: 4;
}

html[data-bs-theme="dark"] .internalTitle {
    color: var(--bs-body-bg);
}

.insideGrad {
    background: linear-gradient(110deg, rgb(48, 132, 182) 0%, rgb(0, 195, 255) 100%);
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
}

.lineBox::after {
    border: 1px solid var(--c1);
    border-radius: .8rem;
    content: "";
    height: calc(100% - 38px);
    left: 18px;
    pointer-events: none;
    position: absolute;
    top: 18px;
    width: calc(100% - 38px);
}

.lineBox.v2::after {
    border: 1px solid var(--c2);
}

.bg-white2 {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
}

html[data-bs-theme="dark"] .bg-white2 {
    background-color: rgba(23, 25, 27, .6);
}

@media (max-width:1400px) {
    .internalBanner img {
        height: 480px;
    }

    .internalTitle {
        bottom: 18%;
        padding: .7rem 30% .7rem 2rem;
    }
}

@media (max-width:1200px) {
    .aside {
        width: 290px;
    }
}

@media (max-width:992px) {
    .aside {
        border-bottom: 1px solid #ddd;
        border-right: none;
        width: initial;
    }

    .internalTitle {
        bottom: 40px;
        padding: .7rem 2rem .7rem 2rem;
    }
}

@media (max-width:768px) {
    .lineBox::after {
        height: calc(100% - 14px);
        left: 7px;
        top: 7px;
        width: calc(100% - 14px);
    }
}

@media (max-width:576px) {
    .internalBanner img {
        height: 280px;
    }

    .internalTitle {
        bottom: 24px;
        padding: .7rem 2rem;
    }
}

@media (max-width:450px) {
    .internalTitle {
        max-width: 334px;
    }
}


/* ------ internalBanner ------ */
.internalBanner2 {
    background: linear-gradient(110deg, rgb(1, 152, 210) 0%, rgba(61, 176, 167, 1) 50%, rgb(126, 170, 69) 100%);
}


/* ------ mainText ------ */
.mainText p+h2,
.mainText p+h3,
.mainText p+h4,
.mainText ul+h2,
.mainText table+h2 {
    margin-top: 2.7rem;
}

.mainText p:last-child {
    margin-bottom: 0;
}

.mainText figure {
    width: 100%;
}

.mainText figure img {
    border-radius: 1.2rem;
    height: auto;
    width: 100%;
}

.mainText figcaption {
    font-size: .875em;
    font-style: italic;
    margin-top: .3rem;
}

.mainText .embed-container {
    margin-bottom: 1rem;
}

.mainText .embed-container+h2,
.mainText .embed-container+h3,
.mainText .embed-container+h4 {
    margin-top: 2rem;
}

.mainText a {
    color: var(--c3);
    font-weight: 500;
}

.mainText a:hover {
    color: var(--c2);
}

.mainText ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 .5rem;
}

.mainText>ul:last-child {
    margin: 0;
}

.mainText ul li {
    padding: 2px 0 2px 20px;
    position: relative;
}

.mainText ul li::before {
    content: "\f111";
    color: var(--c2);
    font: var(--fa-font-solid);
    font-size: .5rem;
    left: 0;
    position: absolute;
    top: 12px;
}

.mainText .list-group li::before {
    top: 18px;
}

.mainText .text-right {
    text-align: right;
}

.mainText figure.table {
    overflow-x: auto;
}

.mainText .table {
    --bs-table-bg: transparent;
    --bs-table-color: #333e48;
}

.mainText table {
    margin-bottom: 1.9rem;
    width: 100%;
}

.mainText table th,
.mainText table td {
    border-bottom: 1px solid #bcbcc9 !important;
    font-size: 1.05rem;
    line-height: 1.3rem;
    padding: .6rem .5rem;
}

.mainText table th p,
.mainText table td p {
    margin-bottom: 0;
}

.mainText table th {
    border-bottom: 2px solid var(--c6) !important;
    color: var(--c6);
    font-weight: 500;
}

@media (max-width:768px) {
    .mainText ul {
        margin: 0 0 .8rem 0;
    }

    .mainText .w-50 {
        width: 100% !important
    }
}


/* ------ footer ------ */
.wrapFooter {
    margin-top: -4rem;
}

footer .fa-arrow-up-right-from-square {
    margin-left: 6px;
    opacity: .6;
    position: relative;
    top: -1px;
}

footer .link-light:hover {
    color: #b4e36d !important;
}

.footArrow {
    margin-top: 6px;
}

#logo2 {
    height: 34px;
}

@media (max-width:768px) {
    #logo2 {
        height: 30px
    }
}


/* ------ whatsapp ------ */
#waBtn {
    background: rgb(37, 211, 102) none repeat scroll 0% 0% !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
    bottom: 20px;
    height: 50px;
    padding: 5px;
    right: 20px;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 200;
}

@media (max-width:768px) {
    #waBtn {
        bottom: 12px;
        height: 42px;
        right: 12px;
        width: 42px;
    }
}


/* ------ btTop ------ */
.btTop {
    background-color: rgba(60, 60, 60, .4);
    backdrop-filter: blur(5px);
    border: none;
    border-radius: .5rem;
    bottom: 27px;
    color: #fff;
    display: none;
    font-size: 1rem;
    height: 36px;
    line-height: 35px;
    outline: none;
    position: fixed;
    right: 86px;
    text-align: center;
    transition: all 0.3s ease;
    width: 36px;
    z-index: 1040;
}

.btTop:hover {
    background-color: var(--c3);
    color: #fff;
}

@media (max-width:768px) {
    .btTop {
        bottom: 17px;
        height: 32px;
        line-height: 31px;
        right: 66px;
        width: 32px;
    }
}


/* ------ blog ------ */
.wrapBlog {
    padding-bottom: 10rem;
}

.wrapBlog a:hover.card,
.wrapBlog2 a:hover.card {
    box-shadow: 0 0 0 3px rgba(6, 180, 233, .8) !important;
}

.wrapBlog a:hover h5,
.wrapBlog2 a:hover h5 {
    color: var(--c1);
}

.wrapBlog img,
.wrapBlog2 img {
    aspect-ratio: 300 / 210;
}

@media (max-width:992px) {
    .wrapBlog {
        padding-bottom: 6.5rem
    }
}


/* ------ store ------ */
.prImg {
    aspect-ratio: 200 / 200;
    max-width: 200px;
}

.bannerImg2 {
    filter: grayscale(1);
    mix-blend-mode: soft-light;
    opacity: .4;
}

html[data-bs-theme="dark"] #highlightPr .bg-white {
    background-color: var(--bs-body-bg) !important;
}

#highlightPr a:hover {
    box-shadow: inset 0 0 0 3px rgba(147, 200, 67, .95) !important;
}

#highlightPr a:hover h3 {
    color: var(--c2) !important;
}

#highlightPr .splide__arrows {
    display: flex;
    gap: .6rem;
    justify-content: end;
    margin-top: 1rem;
}

#highlightPr .splide__arrow {
    background-color: #fff;
    height: 2.3rem;
    position: relative;
    transform: none;
    width: 2.3rem;
}

#highlightPr .splide__arrow svg {
    fill: var(--c1);
}

#highlightPr .splide__arrow--prev {
    left: initial;
}

#highlightPr .splide__arrow--next {
    right: initial;
}

@media (max-width:1400px) {
    .storeTxt {
        zoom: .9
    }
}

@media (max-width:1200px) {
    .storeTxt {
        zoom: .95
    }
}

@media (max-width:992px) {
    #highlightPr .splide__arrows {
        justify-content: center;
    }
}

@media (max-width:768px) {
    .prImg {
        max-width: 150px
    }
}


/* ------ insideMenu ------ */
.insideMenu .nav-link {
    color: #6c757d;
    font-size: 1.12rem;
}

html[data-bs-theme="dark"] .insideMenu .nav-link {
    color: #d4dadf;
}

.insideMenu .nav-link:hover {
    color: var(--c3);
}

.insideMenu .nav-link i {
    opacity: .5;
    margin-top: 6px;
}

.insideMenu .nav-link.active {
    color: var(--c3);
    font-weight: 500;
}

html[data-bs-theme="dark"] .insideMenu .nav-link.active {
    color: var(--c3);
}

.insideMenu .nav-link.active i {
    opacity: 1;
}

@media (max-width:768px) {
    .insideMenu .nav-link {
        font-size: 1.02rem;
    }
}


/* ------ toggleSubmenuBtn ------ */
#toggleSubmenuBtn {
    background-color: rgba(255, 255, 255, .25);
    border: none;
    color: var(--bs-body-color);
    font-size: 1.1rem;
    font-weight: 500;
}

#toggleSubmenuBtn .fas {
    color: var(--c2);
    transition: transform 0.3s ease;
}

#toggleSubmenuBtn.collapsed .fas {
    transform: rotate(0deg);
}

#toggleSubmenuBtn:not(.collapsed) .fas {
    transform: rotate(-180deg);
}

@media (max-width:768px) {
    #toggleSubmenuBtn {
        font-size: 1.05rem;
    }
}


/* ------ form-control ------ */
.form-control {
    border-color: #d2d2d2;
    font-size: 1.1rem;
    padding: .6rem 1.1rem;
}

.form-select {
    border-color: #d2d2d2;
    font-size: 1.1rem;
    padding: .6rem 2.25rem .6rem 1.1rem;
}

.form-label {
    font-weight: 500;
    margin-bottom: .3rem;
    padding-left: .3rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--c3);
    box-shadow: 0 0 0 .25rem rgba(51, 130, 196, .22);
}

.form-select.dark {
    background-color: rgba(34, 34, 34, .3);
    border-color: rgba(34, 34, 34, .05);
    color: #fff;
    font-size: 1rem;
    padding: .375rem 2.35rem .375rem .85rem;
}

.form-select option {
    background-color: #fff;
    color: #5a5a5a;
}


/* ------ pagination ------ */
.paginationInside .page-link {
    border: 1px solid #ddd;
    color: var(--bs-body-color);
    min-width: 36px !important;
}

.active>.page-link,
.page-link.active {
    background-color: var(--c1);
    border-color: var(--c1);
    color: #fff;
    font-weight: 500;
    text-align: center;
}

html[data-bs-theme="dark"] .active>.page-link,
html[data-bs-theme="dark"] .page-link.active {
    color: var(--bs-body-bg);
}

.page-link:focus {
    box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: 0 0 0 .25rem rgba(186, 186, 186, .2);
}


/* ------ breadcrumb ------ */
.breadcrumb a {
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .breadcrumb a {
    color: rgba(255, 255, 255, .9);
}

.breadcrumb a:hover {
    color: var(--c3);
}

[data-bs-theme="dark"] .breadcrumb a:hover {
    color: #d5ff96;
}

[data-bs-theme="dark"] .breadcrumb-item.active {
    color: #fff;
}

.hiddenText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20ch;
}


/* ------ accordion ------ */
.accordion {
    --bs-accordion-active-color: var(--c3);
    --bs-accordion-active-bg: #ebfaff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(6, 180, 233, .18);
    --bs-accordion-border-radius: 1rem;
    --bs-accordion-inner-border-radius: 1rem;
}

html[data-bs-theme="dark"] .accordion {
    --bs-accordion-active-bg: #17191b;
}

.accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233382c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233382c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}


/* ------ products inside ------ */
.wrapPr {
    width: 150px;
}

.wrapPr img {
    max-height: 170px;
}

.wrapPr2 {
    max-height: 600px;
}

.wrapPr3 {
    max-height: 54px;
}

.listPrbg {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(1px);
}

html[data-bs-theme="dark"] .listPrbg {
    background-color: rgba(23, 25, 27, .6);
}

#carouselDetail .carousel-indicators [data-bs-target] {
    opacity: .4;
}

#carouselDetail .carousel-indicators .active {
    opacity: 1;
}

[data-bs-theme="dark"] #carouselDetail.carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"]#carouselDetail.carousel .carousel-indicators [data-bs-target] {
    background-color: var(--c2);
}

.circleNum {
    background-color: #474747;
    border-radius: .4rem;
    color: #fff;
    font-size: .78rem;
    padding: .1rem .5rem;
    position: absolute;
    left: 28px;
    top: 5px;
}

.padTitle {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

@media (max-width:992px) {
    .wrapPr2 {
        max-height: 380px;
    }

    .quoteLink {
        position: absolute !important;
        right: 15px;
        top: 9px;
    }

    .circleNum {
        top: 9px;
    }
}

@media (max-width:768px) {
    .wrapPr2 {
        max-height: 260px;
    }
}

@media (max-width:576px) {
    .wrapPr img {
        max-height: 150px;
    }
}

@media (max-width:420px) {
    .padTitle {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}


/* ------ access ------ */
#accessBtn {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
    border: none;
    color: var(--bs-body-color);
    font-size: 3rem;
    height: 48px;
    left: 14px;
    line-height: 0;
    margin: 6px 0 0 0;
    outline: none;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 48px;
    z-index: 100001;
}

html[data-bs-theme="dark"] #accessBtn {
    background-color: var(--bs-body-bg) !important;
    box-shadow: 0 0 0 2px rgba(40, 40, 40, .9);
}

#accessBtn:hover {
    color: #393939;
}

html[data-bs-theme="dark"] #accessBtn:hover {
    color: var(--c1);
}

#optionsMenu {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(52, 52, 52, .2);
    left: -470px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 310px;
    z-index: 1000000;
}

html[data-bs-theme="dark"] #optionsMenu,
html[data-bs-theme="dark"] #optionsMenu .bg-white {
    background-color: #1c1e20 !important;
}

html[data-bs-theme="dark"] #optionsMenu .text-white {
    color: #202225 !important;
}

#optionsMenu .list-group-item:hover {
    background-color: #f7faff;
}

[data-bs-theme="dark"] #optionsMenu .list-group-item:hover {
    background-color: #17191b;
}

#optionsMenu .list-group-item.active {
    --bs-list-group-active-bg: #ebfaff;
    --bs-list-group-active-color: var(--c3);
    --bs-list-group-active-border-color: #abcfdb;
}

[data-bs-theme="dark"] #optionsMenu .list-group-item.active {
    --bs-list-group-active-bg: #2c3033;
    --bs-list-group-active-color: #ddebff;
    --bs-list-group-active-border-color: #767a7c;
}

#optionsMenu .list-group-item.active:hover {
    background-color: #f7faff;
}

[data-bs-theme="dark"] #optionsMenu .list-group-item.active:hover {
    background-color: #17191b;
}

html[data-bs-theme="dark"] #closeOptions {
    color: #202225 !important;
}

@media only screen and (max-width:1200px) {
    #accessBtn {
        bottom: 12px;
        top: initial;
        transform: initial;
    }

    #optionsMenu {
        bottom: 12px;
        top: initial;
        transform: initial;
    }
}


/* ------ aboutLogos ------ */
#wrapCarrusel {
    margin-left: 3rem;
    margin-right: 3rem;
    mix-blend-mode: darken;
}

html[data-bs-theme="dark"] #wrapCarrusel {
    mix-blend-mode: screen;
    filter: invert(1) grayscale(1);
}

.splide__arrow {
    background: var(--c2) !important;
    opacity: 1 !important;
}

.splide__arrow:hover {
    background: var(--c3) !important;
}

.splide__arrow svg {
    fill: #fff !important;
}

#aboutLogos .splide__arrow--prev {
    left: -2rem;
}

#aboutLogos .splide__arrow--next {
    right: -2rem;
}

#aboutLogos .splide__slide img {
    mix-blend-mode: darken;
}


/* ------ fancybox ------ */
.fancybox__container {
    --fancybox-bg: rgba(40, 40, 40, .8) !important;
}

.fancybox__caption {
    text-align: center;
}

.fancybox-image {
    border-radius: 1.5rem;
}

.iconGallery {
    overflow: hidden;
}

.galleryContainer .iconGallery img {
    transition: all 0.3s ease;
}

.galleryContainer:hover .iconGallery img {
    opacity: 0.4;
    transform: none;
}

.galleryContainer .iconGallery:hover img {
    opacity: 1 !important;
    transform: scale(1.1);
    z-index: 2;
}


/* ----------- google -----------*/
#google_translate_element .goog-te-combo {
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 4px;
    font-size: 1rem;
    padding: .7rem 1rem;
    text-transform: capitalize;
    width: 100%;
}

[data-bs-theme="dark"] #google_translate_element .goog-te-combo {
    background-color: #202225;
}

.frm-btn {
    color: #fff !important;
    transition: background-color 0.3s ease;
}

.frm-btn:hover {
    background-color: #06b4e9 !important;
}
