:root{
    --mi-base-color:rgba(178,22,35,1);
}
body {
    background:#fff;
    font-family:Arial,Helvetica,sans-serif
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family:Jost,Arial,Helvetica,sans-serif;
    font-weight: bolder;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: inherit;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
}
p{
    text-decoration: inherit;
    color: #212529;
    font-family: Arial,Helvetica,sans-serif;
}
.mi-h1{
    font-size: 3.125rem !important;
}
.mi-base-a{
    color: #b21623;
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
}
.mi-base-a span{
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    margin-left: 2rem;
}
.mi-base-a i{
    transition: all .5s;
    transform:translate(.75rem)
}
.mi-base-a:hover i{
    /*left: 1rem;*/
    transform:translate(1.75rem)
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}
.mi-hidden{
    display: none;
}
.mi-font-family{
    font-family: Jost,Arial,Helvetica,sans-serif;
}
.mi-base-size{
    font-size: 1em !important;
}
.mi-base-size-small{
    font-size: .75em !important;
}
.mi-pt-10{
    padding-top: 10em !important;
}
.mi-pt-8{
    padding-top: 8em !important;
}
.mi-pt-7{
    padding-top: 7em !important;
}
.mi-stricked-menu{
    transition: all .5s;
}
.mi-stricky-fixed{
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
}
.mi-stricky-fixed .mi-menu{
    color: #000000 !important;
}
.mi-stricky-fixed ul li.search-icon{
    display: flex;
    align-items: center;
    margin-left: .5rem;
}
.mi-stricky-fixed ul li i{
    font-size: 1.45rem;
}
.mi-menu{
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
}
a.mi-menu:hover{
    color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
}
.mi-sub-menu{
    font-size: .75em;
    color: #f7f7f7 !important;
}
.mi-sub-menu:hover{
    color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
    transition: all .5s;
}
#topSearchArea .container{
    text-align: center;
    padding: 2rem 0 1rem;
}
#topSearchArea .container input{
    border: none;
    border-bottom: 1px solid #797979;
    width: 80%;
    font-size: 1.25rem;
    background-color: #eeeeee;
    height: 3rem;
    padding: 0 .5rem;
}
.mi-lang-select{
    width: 600px;
    padding: 1em 1em .5em;
}
.mi-lang-select li{
    width: 31.33%;
    float: left;
    margin-bottom: .65em;
    margin-right: 3%;
}
.mi-lang-select li:nth-child(3n){
    margin-right: 0;
}
.mi-lang-select li a{
    color: #333333;
    font-size: .75em;
    display: flex;
    align-items: center;
    transition: all .3s;
    padding: .1em;
}
.mi-lang-select li a:hover{
    color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
    background-color: #f1f1f1;
}
.mi-lang-select li a img{
    margin-right: .3em;
}
.mi-logo,.mi-logo1{
    width: auto;
    height: 3em;
}
.mi-logo img,.mi-logo1 img{
    width: auto;
    height: 3em;
}
.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.miSwiper{
    width: 100%;
    background-color: #EEEEEE;
    height: 50em;
}
.miSwiper .carousel-caption{
    top: 25% !important;
    left: 20%;
    right: 20%;
}
.miSwiper .carousel-caption h1{
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1;
}
.miSwiper .carousel-caption .desc{
    font-size: 1.5rem;
    color: #ffffff;
}
.miSwiper .carousel-caption a{
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
    font-size: 1rem;
}
.miSwiper .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer{
    padding-top: 3.75rem;
    background: #1a171b;
    color: #ffffff;
}
.footer-bottom {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:2rem;
    text-align:center;
    border-top:0.0625rem solid #ffffff;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:60px;
    padding-right:60px;
    margin-top:1.25rem;
    padding-top:1.5625rem;
    margin-bottom:1.25rem;
}
#footer .row{
    width: 100%;
    overflow: hidden;
    color: #fff;
    margin-left: 0;
}
#footer .row p{
    color: #ffffff;
}
.footer-bottom p {
    margin:0;
    color: #fff;
}
@media (min-width:992px) {
    .footer-bottom {
        text-align:center;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
}
.footer-bottom .link-pages {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    gap:4px;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-text-decoration:none;
    text-decoration:none;
}
@media (min-width:992px) {
    .footer-bottom .link-pages {
        margin-top:0;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
    }
}
.footer-bottom .link-pages .link {
    -webkit-text-decoration:none;
    text-decoration:none;
    cursor:pointer;
}
@media (min-width: 992px) {
    .footer-right .social-buttons{
        margin-top: 0.3125rem;
        margin-bottom: 0;
    }
}
.footer-right .social-buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer-right .social-buttons {
        margin-top: 0.3125rem;
        margin-bottom: 0;
    }
}
.footer-right .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-right .social-buttons .social {
    border-radius: 3.125rem;
    width: 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-right .social-buttons .social i{
    color: #ffffff;
    font-size: 2.3rem;
}
.link, .link:hover {
    transition: all .3s ease;
}
.link {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
#footer .logo-nextTech{
    display: flex;
    justify-content: flex-end;
}
#footer .contact-us{
    border-bottom: 0.0625rem solid #ffffff;
    padding-bottom: 3rem;
}
.footer-form button{

}
.footer-form input{
    background: hsla(0,0%,100%,.4);
    color: #fff !important;
    border-radius: 0;
    height: 3rem;
    border: none;
}
.footer-form input:focus,.footer-form textarea:focus {
    color: var(--bs-body-color);
    background: hsla(0,0%,100%,.4);
    border-color: hsla(0,0%,100%,.4);
    outline: 0;
    box-shadow: none;
}
.footer-form textarea{
    background: hsla(0,0%,100%,.4);
    color: #fff !important;
    border-radius: 0 !important;
    border: none;
}
.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.mi-news .card{
    border-radius: 0 !important;
}
.mi-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0) !important;
    padding: 1rem 0;
    margin-bottom: 7rem;
}
.mi-pagination .pagination{
    margin-bottom: 0;
}
.mi-pagination .pagination li{
    background: none !important;
}
.mi-pagination .pagination .page-item .page-link{
    background: none !important;
    color: #333333;
    border: none;
    font-size: 1.25rem;
}
.mi-pagination .pagination .active > .page-link{
    font-weight: bold;
    color: #dc3545;
}

.contentBlock-content {
    margin-top: 3.125rem;
    margin-bottom: 3rem;
    max-width: 100%;
    overflow: hidden;
}
.contentBlock-content p:first-child {
    margin-bottom: 3.75rem;
}
.contentBlock-content p{
    line-height: 1.7;
    font-size: 1.25rem;
    color: var(--bs-body-color);
}
.contentBlock-content ul p{
    display: contents;
}
.contentBlock-content img{
    width: 100%;
}
@media (min-width: 992px) {
    .contentBlock-content {
        margin-top: 5.625rem;
    }
}
.sanity a {
    color:#b21623
}
.sanity li {
    list-style-type:disc;
    list-style-position:inside;
    font-size: 1.25rem;
}
.sanity .inlineimage img {
    width:100%;
    height:auto;
    display:block;
    position:static
}
.sanity>* {
    margin-top:0;
    margin-bottom:1.875rem
}
.sanity>:last-child {
    margin-bottom:0
}
.contentBlock .sanity>:first-child {
    margin-bottom:3.75rem
}
.contentBlock-content li::marker {
    color:#b21623;
    font-size:1.875rem;
}
.contentBlock-content li h2,
.contentBlock-content li h3 {
    display:inline;
}
.ctaBannerBlock-front {
    position:relative;
    z-index:2;
    background:rgba(178,22,35,0.9);
}
.ctaBannerBlock-front .ctaBannerBlock-content {
    color:#ffffff;
}
.ctaBannerBlock-front.with-image {
    background:rgba(178,22,35,0.5);
}
.ctaBannerBlock-inner {
    padding-top:3.75rem;
    padding-bottom:3.75rem;
}
.ctaBannerBlock-top {
    margin-top:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-align-items:flex-start;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    position:relative;
}
.ctaBannerBlock-cta {
    cursor:pointer;
    -webkit-transition-property:all;
    transition-property:all;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
    -webkit-transition-timing-function:cubic-bezier(0.77,0,0.175,1);
    transition-timing-function:cubic-bezier(0.77,0,0.175,1);
}
.ctaBannerBlock-cta .btn{
    width: 100%;
    border-radius: 0;
}
.ctaBannerBlock-cta:hover,
.ctaBannerBlock-cta:focus,
.ctaBannerBlock-cta:active {
    color:#000000;
    border-radius: 0;
}
@media(min-width:992px) {
    .p-big,
    .p-medium {
        font-size:2.1875rem
    }
    .p-medium {
        font-size:1.5625rem
    }
}
/*.btn,
button {
    display:block;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    padding:.5rem 1.5625rem;
    border:none;
    border-radius:0;
    !*background:#000;*!
    !*color:#fff;*!
    -webkit-appearance:none;
    text-decoration:none
}
.btn:hover,
button:hover {
    !*color:#000;*!
    !*background:rgba(0,0,0,.03);*!
    transition:all .3s ease-in-out
}
.btn.red,
button.red {
    background:#b21623;
    color:#fff
}
.btn.black,
button.black {
    background:#000;
    color:#fff
}
.btn.grey,
button.grey {
    background:hsla(0,0%,100%,.6);
    color:#fff
}
.btn.white,
button.white {
    background:#fff;
    color:#000
}
.btn.cta,
button.cta {
    background:none
}
.btn--border,
button--border {
    text-transform:lowercase;
    border:2px solid #b21623;
    border-radius:25px;
    color:#b21623!important
}
.btn--border:active,
.btn--border:focus,
.btn--border:hover,
button--border:active,
button--border:focus,
button--border:hover {
    background:#b21623;
    color:#fff!important
}*/
.back-btn {
    background:none;
    outline:none;
    color:#000;
    border:none;
    padding:0;
    width:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:1.3;
    text-transform:none
}
.back-btn.is-white {
    color:#fff
}
.back-btn.is-white .icon g {
    stroke:#fff
}
.back-btn:hover {
    color:#b21623;
    text-decoration:underline;
    background:none
}
.back-btn:hover .icon {
    transform:rotate(-180deg) translateX(.25rem)
}
.back-btn:hover .icon g {
    stroke:#b21623
}
.back-btn .icon {
    width:1rem;
    height:.875rem;
    transform:rotate(-180deg);
    margin-right:.625rem;
    transition-property:all;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(.77,0,.175,1)
}
.back-btn .icon svg {
    vertical-align:top
}
.back-btn .icon g {
    transition-property:all;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(.77,0,.175,1);
    stroke:#000
}
.btn.red, button.red {
    background: #b21623;
    color: #fff;
}

.recommend-data img.cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend-data .card{
    margin: 0 !important;
    padding: 0 !important;
    height: 28rem;
    border: none;
}
.recommend-data .card .card-body,.family-list .card .card-body{
    margin: 0 !important;
    padding: 0 !important;
}
.family-list .card{
    margin: 0 !important;
    padding: 0 !important;
    height: 42rem;
    border: none;
    position: relative;
    overflow: hidden;
}
.family-list img.cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.family-list .card .title{
    position: absolute;
    height:auto;
    bottom:0;
    padding:1.875rem;
    background:rgba(0,0,0,0.3);
    z-index:2;
    -webkit-transition-property:all;
    transition-property:all;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
    -webkit-transition-timing-function:cubic-bezier(0.77,0,0.175,1);
    transition-timing-function:cubic-bezier(0.77,0,0.175,1);
    font-size: 1.5625rem;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    margin: 0;
}
.mi-dropdown-menu li{
    height: 2.5rem;
}
.dropdown-menu{
    top: 15px !important;
    border-radius: 0;
}
.dropdown-menu .dropdown-item{
    color: #333333;
    font-size: .95rem;
    overflow: hidden;
}
.dropdown-menu .dropdown-item span{
    margin-left: 0;
    transition-duration: .8s;
}
.dropdown-menu .dropdown-item:hover span{
    margin-left: 1rem;
}
.dropdown-menu .dropdown-item i{
    transform: translate(.01rem);
    text-indent: -100px;
}
.dropdown-menu .dropdown-item:hover i{
    transform: translate(.5rem);
    text-indent: 0;
}
.nav-link{
    color: #ffffff;
    font-weight: bold;
}
.nav-link:hover,.nav-link:focus{
    color: var(--bs-red);
}
.mi-stricky-fixed .nav-link{
    color: #000000;
}
.mi-mb-lg{
    margin-bottom: 6rem;
}

.mobile-nav__toggler i.fa-bars{
    font-size: 2rem;
    color: #ffffff  ;
}
.mi-stricky-fixed .mobile-nav__toggler i.fa-bars{
    color: #000000;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255,255,255,.8)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}
.scrollarea {
    overflow-y: auto;
}
#bdNavbar{
    background: #b21623;
    width: 100%;
}
#bdNavbar .offcanvas-header{
    margin-bottom: 1rem;
    border-bottom: 1px solid #932D2D;
    /*padding-bottom: 1rem;*/
}
#bdNavbar .offcanvas-header .offcanvas-title{
    width: 50%;
}
#bdNavbar .offcanvas-header .button{
    color: #ffffff;
}
#bdNavbar .offcanvas-header .offcanvas-title img{
    width: 100%;
}
#bdNavbar .offcanvas-body a{
    color: #ffffff !important;
    font-size: .95rem;
    font-weight: bold;
}
#bdNavbar .offcanvas-body .btn-toggle{
    color: #ffffff !important;
    font-size: 1.25rem;
}
#bdNavbar .offcanvas-body .btn-toggle:focus,#bdNavbar .offcanvas-body a{
    background-color: #b21623 !important;
}
.mi-btn-link{
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    font-size: 1.25rem !important;
    padding-left: 2rem;
}
.mi-news .card .mi-pt-7{
    padding-top: 20rem !important;
}

.margin-top-2{
    margin-top: 2rem;
}
.margin-top-5{
    margin-top: 5rem;
}

#videoPlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.99);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
}
#videoPlay video{
    margin-left: 15%;
    margin-top: 5%;
}
#videoPlay .close{
    position: absolute;
    top: 30px;
    right: 50px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bolder;
    font-size: 36px;
}

.saf-online {
    width:var(--online);
    position:fixed;
    right:10px;
    bottom:20%;
    z-index:99
}
.saf-online.hideOnline {
    opacity:0;
    visibility:hidden;
    transition:all 0.5s
}
.saf-make .saf-online.hideOnline,
.saf-online.hideOnline.on {
    opacity:1;
    visibility:visible
}
.saf-online .p_list {
    width:100%;
    height:auto
}
.saf-online .saf-lineitem {
    display:block;
    width:50px;
    height:50px;
    position:relative;
    padding:1px;
    position:relative
}
.saf-online .saf-lineitem.backTop {
    cursor:pointer
}
.saf-online .saf-lineitem saf-icon {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#003894;
    border-radius:var(--oradius);
    box-shadow:0 0 5px rgba(0,0,0,0.1)
}
.saf-online .saf-lineitem saf-icon a {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.saf-online .saf-lineitem saf-icon svg {
    width:20px;
    height:20px
}
.saf-online .saf-lineitem saf-icon svg path {
    fill:#fff
}
.saf-online .saf-lineitem saf-icon img {
    width:20px;
    height:20px;
    display:block
}
.saf-online .saf-lineitem > p {
    width:max-content;
    background:#003894;
    color:#fff;
    font-size:14px;
    position:absolute;
    right:100%;
    top:50%;
    transform:translate(-35px,-50%);
    border-radius:5px;
    z-index:1;
    opacity:0;
    visibility:hidden;
    transition:all 0.5s
}
.saf-online .saf-lineitem > p.codeimg {
    padding:5px
}
.saf-online .saf-lineitem > p:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:5px solid transparent;
    border-left:5px solid #003894;
    position:absolute;
    left:100%;
    top:50%;
    transform:translate(0,-50%)
}
.saf-online .saf-lineitem > p a {
    display:block;
    padding:10px 15px;
    color: #ffffff
}
.saf-online .saf-lineitem > p img {
    width:130px;
    height:auto
}
.saf-online .saf-lineitem:hover > p {
    transform:translate(-5px,-50%);
    opacity:1;
    visibility:visible
}
.saf-online .saf-lineitem:hover saf-icon svg path {
    fill:#fff
}
.saf-online .saf-lineitem saf-icon a .db_text {
    display: none;
}
.lang-mobile{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    border-top: 1px solid #ffffff;
    padding-top: 1rem;
}
.lang-mobile a{
    width: 33.33%;
    margin: 5px 0;
    font-size: .85rem !important;
}
.lang-mobile a img{
    margin-right: .1rem;
}