 /* :root {
    --bs-body-font-size: 0.95rem;
} */

body {
    background-color: #fff;
    overflow-x: hidden;
}

/*.card{
    font-size: var(--bs-body-font-size) !important;
}

.bg-light {
    background-color: #f1f4f8 !important;
} */

/* .container {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
} */

/* .navbar {
    padding: .3rem 1rem;
} */
.bg-light {
    background-color: #f1f4f8 !important;
}

.web-logo {
    /* height: 2.5rem; */
    height: 2.188rem;
}


/* scrollbar */
*::-webkit-scrollbar {
    width: .65rem;
}
 
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.063rem var(--bs-primary);
}
 
*::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
}


.nav-link {
    color: var(--bs-text-muted) !important;
    font-weight: normal !important;
}

.company-h-underline:after {
    background: var(--bs-gray)!important;
}

/*  */
/* #home-section {
    height: 40vh
}
     */
#home-section{
    height:70vh;
}

@media (min-width: 576px) {
    #home-section {
        height:70vh
    }
}

@media (min-width: 992px) {
    #home-section {
        height:55vh
    }
}

.space-topics {
    height: 220px;
    background-size: cover;
    background-position: center
}

@media (max-width: 1200px) {
    .space-topics {
        height: 180px
    }
}

@media (max-width: 768px) {
    .space-topics {
        height: 150px
    }
}

@media (max-width: 576px) {
    .space-topics {
        height:220px
    }
}

@media (max-width: 400px) {
    .space-topics {
        height: 180px
    }
}

.bar-footer .footer-btn-contact {
    font-size: .845rem !important;
}

@media (max-width: 768px) {
    .list-icon {
        font-size: 21px;
        margin-right: -3px;
        margin-left: -4px;
    }
}

img.w-40px {
    width: 2.5rem!important;
}
img.h-40px {
    height: 2.5rem!important;
}

.offcanvas-batoi-website img {
    width: 15px !important;
}

.accordion-button {
    font-size: 1.1rem !important;
}

.accordion-body {
    font-size: .9rem;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-white) !important;
}

.accordion-active-link-dark .accordion-button:not(.collapsed) {
    color: var(--bs-black) !important;
}

.offcanvas-batoi-website .accordion-button {
    font-size: .95rem;
}

#navbar-megamenu, .home-megamenu a {
    font-size: .9rem;
    line-height: 1.5rem;
}

.align-megamenu-center {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.triangle-up-dropmenu.show {
    background-color: #fff;
    z-index: 1;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom: 0;
    border-right: 0
}

.triangle-up-dropmenu {
    display: none;
}

.triangle-up-dropmenu.show {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    z-index: 99999;
    transform: translateX(-50%);
    transform: rotate(45deg)
}

.triangle-up-dropmenu.show-top {
    z-index: 99999!important;
    bottom: -8px!important;
}

/* .nav-link {
    color: #6c757d!important;
    font-size: var(--bs-body-font-size);
    font-weight: 400 !important;
    margin-left: 0rem;
}

footer a {
    color: #212529 !important;
    font-size: .84rem !important;
}

.apex-section-h5 {
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}

.apex-lh-md {
    line-height: 1.5;
}

.btn {
    font-family: var(--font-family) !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family)!important;
    line-height: 1.2!important;
    font-weight: 400;
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4!important;
}

#navbar-megamenu a,
.home-megamenu {
    font-size: .95rem;
    line-height: 1.5rem
}

.dropdown-menu {
    max-width: none!important;
}

.megamenu-text {
    font-size: .8rem;
    color: #6c757d;
}

.megamenu-dropdown.show .megamenu-triangle {
    width: 20px;
    height: 20px;
    background-color: #f1f4f8 ;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    transform: translateX(-50%) rotate(45deg)
}

.megamenu-dropdown {
    position: relative !important;
    color: #6c757d!important;
} */