body {
    box-sizing: border-box;
}

nav {
    box-shadow: 0 2px 14px 0 #c8cdd6;
}

.nav-link.active {
    --bs-navbar-active-color: #ff4521;
}

.btn-danger {
    --bs-btn-bg: #fb5b39;
    --bs-btn-border-color: #fb5b39;
}

.btn-success {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ff4521;
    --bs-btn-border-color: #ff4521;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #FFFFFF;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #ff4521;
    --bs-btn-active-border-color: #ff4521;
}

.btn-danger {
    --bs-btn-hover-color: #ff4521;
    --bs-btn-hover-border-color: #ff4521;
    --bs-btn-hover-bg: transparent;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: .6rem;
}

img {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    /*.swiper-slide img {*/
    /*    min-height: 600px;*/
    /*    max-height: 600px;*/
    /*}*/
}

.swiper-slide div.position-absolute {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-jum {
    background-image: url(/dist/images/jumbotron-homepage.19e726.svg);
    overflow: auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.swiper-slide h1 {
    font-size: 3rem;
}

.why-choice img.icon {
    width: 42px;
    height: 42px;
}

.product img.icon {
    width: 60px;
    height: 60px;
}

.product .nav-pills {
    --bs-nav-pills-link-active-bg: rgba(0, 0, 0, 0);
    --bs-nav-pills-link-active-color: #000000;
}

.product .nav-pills .nav-link {
    transition: all .15s ease-in-out;
    color: #000000;
    margin-bottom: .2rem;
}

.product .nav-pills .nav-link.active {
    background-image: url(/dist/images/home_bg_product_yellow.png);
    background-size: cover;
    background-position: right center;
    color: #fb5b39;
}

.product .nav-pills .nav-link:hover {
    color: #fb5b39;
}


.product ul li::marker {
    color: #fb5b39;
}

.product .nav-pills .nav-link img {
    display: block;
}

.product .nav-pills .nav-link img.active {
    display: none;
}

.product .nav-pills .nav-link.active img:not(.active) {
    display: none;
}

.product .nav-pills .nav-link.active img.active {
    display: block;
}

nav {
    transition: all 0.5s;
}

.nav-dark-75 {
    background: rgba(26, 29, 48, 0.76);
    color: #ffffff;
}

.navbar-dark {
    --bs-navbar-color: #ffffff;
}

.navbar-dark .btn {
    --bs-btn-color: #ffffff;
}

.logo-white {
    display: none;
}

.logo-dark {
    display: block;
}

.navbar-dark .logo-white {
    display: block;
}

.navbar-dark .logo-dark {
    display: none;
}

.safety .bg {
    background-image: url(/dist/images/home_bg_security.png);
}

.safety img.icon {
    width: 120px;
    height: 86px;
}

.bg-252842 {
    background: #252842;
}

.bg-191c2f {
    background: #191C2F;
}

footer .bg {
    background-image: url(/dist/images/footer-bg.595893.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1d30;
}

footer .small {
    font-size: .8rem;
}

@media screen and (max-width: 1200px) {
    .swiper-slide h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-slide h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 992px) {
    .about img {
        height: auto;
    }
}

@media screen and (max-width: 350px) {
    .swiper-slide h1 {
        font-size: 1.5rem;
    }
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.post-item {
    border-bottom: 1px #e7eaf3 solid;
    text-decoration: none;
    color: #000000;
    transition: all .3s ease-in-out;
}

.post-item:hover {
    background-color: #feeeeb;
}

.post-item img {
    object-fit: cover;
    border-radius: 5px;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

section.category .post-list .post-item {
    box-shadow: -1px 1px 4px 0 #e7e7e7;
    border-radius: 5px;
}

.post-read {
    box-shadow: 0 2px 14px 0 #c8cdd6;
}

@media screen and (max-width: 768px) {
    .product li {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }

    .w-md-80 {
        width: 80%;
    }

}

.banner .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .box {
    padding: 8rem 0;
}

.banner .box .right a {
    display: block;
    text-align: center;
}

.banner .box .right a img {
    width: 55%;
    height: auto;
    border-radius: 8px;
}


@media screen and (max-width: 996px) {
    .navbar-brand img {
        max-width: 120px;
    }
}


.logo {
    max-width: 170px!important;
}