:root {
    --oran: #ff671f;
    --blu: #002f75;
    --swiper-theme-color: #002f75!important;
}
body{
    font-size: 1rem;
}
a{
    box-shadow: none!important;
    text-decoration: none!important;
}
.btn[l-datal4jf] {
    border-radius: 0!important;
}
.mt50{
    margin-top: 50px;
}

.mb15{
    margin-bottom: 15px;
}

.mb40{
    margin-bottom: 40px;
}

.mb50{
    margin-bottom: 50px;
}

.mb120{
    margin-bottom: 120px;
}

.mb32{
    margin-bottom: 32px;
}

.pr15{
    padding-right: 15px;
}

.pl15{
    padding-left: 15px;
}
.pl36{
    padding-left: 36px;
}
.pl50{
    padding-left: 50px;
}

.pb70{
    padding-bottom: 70px;
}

.pt70{
    padding-top: 70px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold;
}
.section{
    overflow: hidden;
}
#main .container-fluid{
    padding: 0!important;
}
#banner{
    padding: 0;
    margin: 0;
    position: relative;
}

#banner .banner-background{
    width: 100%;
    height: calc(100vw * 0.4375);
    max-height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#banner .banner-background .sp-banner-title{
    display: none;
    font-size: 4rem;
    font-weight: bolder;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 15px;
    z-index: 10;
}

#banner .banner-background::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001e4d;
    z-index: 1!important;
    opacity: 0.4;
}

#banner img{
    width: 100%;
}

#banner .container-fluid{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

#banner .banner-content{
    position: relative;
    height: 100%;
    padding-top: calc(100vw * 0.065);
}

/* #banner nav{
    position: absolute;
    top: 20px;
} */

#banner .banner-breadcrumb{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 4;
}

#banner nav .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: unset;
    color: rgb(219, 220, 220);
    font-size: 12px;
}

#banner nav .breadcrumb a{
    color: rgb(219, 220, 220);
}

#banner nav ol.breadcrumb{
    overflow: hidden;
}

#banner nav ol.breadcrumb li.breadcrumb-item{
    white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: rgb(219, 220, 220);
    content: ">";
}

#banner .models .title{
    text-align: right;
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    margin-right: -15px;
}

#banner .models .industry-icons{
    width: 400px;
    flex-direction: row-reverse;
}

#banner .models .industry-icons>div{
    padding: 5px;
}
#banner .filter{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
}

#banner .filter .filter-group{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:center;
}

#banner .filter .filter-item{
    padding: 0 4%;
}

#banner .filter-value ,#banner .filter-title{
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

#banner .filter-value {
    font-size: 3.625rem;
    font-weight: bold;
}

#banner .filter-value > span{
    font-size: 2rem;
}

#banner .filter .filter-group > .filter-item:not(:first-child){
    border-left: 1px solid #fff;
}

#banner .filter .filter-btn{
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1rem;
    border: 1px solid #fff;
    max-width: 180px;
    white-space: nowrap;
}

#banner .filter .filter-btn:not(:first-child){
    margin-top: 10px;
}

#navbar {
    background-color: #f1f3f2;
}

#navbar .navbar-icon{
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#navbar .navbar-title{
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 56px;
    padding: 0 1%;
}

#navbar .navbar-list{
    list-style:none;
    margin:0px;
}

#navbar .navbar-list > li{
    float: left;
}

#navbar .navbar-list > li:hover {
    background-color: #ddd;
}

#navbar .navbar-list > li a{
    display: block;
    padding: 20px 20px;
    color: #181919;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#navbar .navbar-btn{
    padding: 15px 0;
}

.section .title{
    position: relative;
    color: var(--blu);
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.section .title:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 6px;
    margin-left: -40px;
    content: '';
    background-color: var(--oran);
}

#description .content{
    font-size: .9rem;
    line-height: 1.75;
    color: rgb(84, 88, 89);
}

#features .content .d-flex .col:last-child {
    background-image: url(../img/img_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#features .d-flex .col:last-child{
    display: flex;
    display: -webkit-flex;
}
#features .d-flex .col:last-child .article{
    align-self: center;
    width: 100%;
    padding: 7%;
}
#features .d-flex .article,
#description .content {
    font-size: 1rem;
    line-height: 1.5;
    color: #545859;
}
#features .d-flex .article ul,
#description .content ul {
    list-style: inherit;
}
#features .d-flex .article ul li,
#description .content ul li {
    font-size: .9rem;
}
#features .d-flex .article .h2,
#description .content .h2{
    font-size: 1.5rem;
    font-weight: bolder;
    color: #181919;
}

#features .d-flex .col:last-child .article p,
#description .content .col:last-child .article p{
    font-size: .9rem;
}

#features .d-flex .article ul, #features .d-flex .article ol,
#description .content ul, #description .content ol{
    list-style: initial;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
#features .content img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}
#features .content .d-flex{
    overflow: hidden;
}
#features .content img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

#deg360 {
    background-color: #ddd;
}

.main-360img-box{
    max-width: 800px;
    margin: auto;
}

#specifications .content .group .group-bar{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 51px;
    font-weight: bold;
    color: #545859;
    background-color: #f2f2f2;
    /* border-bottom: 1px solid #f2f2f2; */
    position: relative;
}

#specifications .content .group .group-bar:first-child{
    font-size: 1.75rem;
    color: #000;
    /* border-bottom: none; */
}

#specifications .content .group .group-bar::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
    border-left: 2px solid #54585b;
    border-top: 2px solid #54585b;
    transform:rotate(225deg);
    -ms-transform:rotate(225deg); 	/* IE 9 */
    -moz-transform:rotate(225deg); 	/* Firefox */
    -webkit-transform:rotate(225deg); /* Safari 和 Chrome */
    -o-transform:rotate(225deg); 	/* Opera */
}

#specifications .content .group .group-bar.collapsed::after{
    top: 23px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}

#specifications .content .group .group-bar:first-child::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ff671e;
    top: 0;
    right: 0;
}

#specifications .content .group .group-bar:first-child::after{
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff;
    top: 22px;
    right: 15px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}

#specifications .content .group .group-bar:first-child.collapsed::after{
    top: 10px;
    right: 15px;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */
}

#specifications .content .group .d-flex{
    background-color: #fff;
    color: #000;
    height: 50px;
    line-height: 51px;
    border-bottom: 1px solid #f2f2f2;
}

#specifications .content .group .group-table {
    width: 100%;
}
#specifications .content .group .group-table tr{
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    color: #181919;
}

#specifications .content .group .group-table tr td {
    padding-left: 36px;
    height: 50px;
}
#specifications .content .group .group-table tr td:first-child{
    width: 40%;
}
#gallery{
    background-image: url(../img/Gallery_bg.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-pills .nav-link{
    color: #ff671e;
    width: 150px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ff671e;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff671e;
}

.nav-pills .nav-item{
    padding: 0 15px;
}


#pills-tabContent{
    position: relative;
}

#pills-tabContent .tab-pane{
    max-width: 800px;
    width: 80%;
    margin: auto;
}

#pills-tabContent .video-embeds {
    position: relative;
    padding-top: 70%;
}

#pills-tabContent .video-embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}


#pills-tabContent .video-embed-content {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.swiper-button-next span, .swiper-button-prev span{
    font-size: 5rem;
}
#equipment {
    background-color: #f7f8f8;
}

/* #equipment .swiper-container{
    overflow: visible!important;
} */

.card.product-card-item{
    border: unset;
    border-bottom: #ffffff solid 5px;
    border-radius: 0;
}
.card.product-card-item:hover {
    border-bottom: #ff671f solid 5px;
    box-shadow: 0px 0px 16px 0px lightgrey;
}
.card.product-card-item .swiper-container .swiper-wrapper{
    padding-bottom: 5px;
}
.card.product-card-item .card-title {
    color: #18191a;
    margin: unset;
}

.card.product-card-item .heightlight {
    position: absolute;
    right: 0;
    top: 10px;
    height: 26px;
}

.card.product-card-item .card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card.product-card-item .card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card.product-card-item .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card.product-card-item .card-footer {
    padding: 36px 20px 40px;
    border: unset;
    background-color: white;
}
.card.product-card-item .card-footer h5 {
    font-size: 1.5rem;
    font-weight: bold;
}
.card.product-card-item .card-footer .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    min-height: 180px;
}

.card.product-card-item .card-footer .list-group-item {
    padding: 0;
    margin-top: 20px;
    border: unset;
    line-height: 20px;
    color: #18191a;
}
.card.product-card-item .aside{
    display: none;
}
#showEquipment{
    display: none;
    position: absolute;
    background-color: #54585a;
    padding: 20px 20px;
    border-bottom: #ff671f solid 5px;
    z-index: 500;
}
#showEquipment::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
    border-width: 9px;
    border-bottom-color: #54585a;
    top: -18px;
    left: 35px;
}
#showEquipment .aside {
    display: flex;
    flex-wrap: nowrap;
}
#showEquipment .aside .aside-item{
    box-sizing: border-box;
    width: 200px;
    padding-left: 30px;
    padding-top: 20px;
}
#showEquipment .aside .aside-item:hover{
    background: rgba(255,255,255,0.1);
  }
#showEquipment .aside .aside-item ul li {
    color: #ffffff;
    margin-bottom: 15px;
}
#showEquipment .aside .aside-item ul li p{
    margin-bottom: 8px;
    font-size: 1.125rem;
}
#showEquipment .aside-item:not(:first-child) {
    border-left: 1px solid #ffffff;
    padding-left: 50px;
}
@media (max-width: 992px) {
    #showEquipment .aside .card-footer {
        padding: 26px 20px 30px;
    }
    #showEquipment .aside .card-footer h5 {
        font-size: 1.3rem;
    }
    #showEquipment .aside .card-footer .list-group{
        min-height: 141px;
    }
    #showEquipment .aside .card-footer .list-group-item {
        margin-top: 15px;
        line-height: 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 1200px) {
    #banner .banner-background{
        max-height: 600px;
        height: calc(100vw * 0.5);
    }
    #banner .models .title{
        font-size: 3.8rem;
    }
    #banner .models .industry-icons{
        width: 350px;
    }
    #banner .filter-value{
        font-size: 3.1rem;
    }

    #banner .filter .filter-btn {
        max-width: 160px;
        padding: .2rem .75rem;
    }
    .swiper-button-next span, .swiper-button-prev span{
        font-size: 4.8rem;
    }
}

@media (max-width: 992px) {
    .mt50{
        margin-top: 40px;
    }

    .mb15{
        margin-bottom: 13px;
    }

    .mb40{
        margin-bottom: 30px;
    }

    .mb50{
        margin-bottom: 40px;
    }

    .mb32{
        margin-bottom: 24px;
    }

    .pr15{
        padding-right: 13px;
    }

    .pl15{
        padding-left: 13px;
    }

    .pl50{
        padding-left: 40px;
    }

    .pb70{
        padding-bottom: 50px;
    }
    .pt70{
        padding-top: 50px;
    }
    .section .title{
        font-size: 2rem;
    }
    .section .title:after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 80px;
        height: 5px;
        margin-left: -40px;
    }
    #banner .banner-background{
        min-height: 500px;
        height: calc(100vw * 0.6);
    }
    #banner .models .title{
        font-size: 3.3rem;
    }
    #banner .models .industry-icons{
        width: 320px;
    }
    #banner .filter-value{
        font-size: 2.6rem;
    }
    #banner .filter .filter-btn {
        max-width: 140px;
        padding: .15rem .65rem;
    }
    #navbar .navbar-list > li a {
        padding: 20px 9px;
        font-size: 0.875rem;
    }
    #navbar .navbar-btn {
        display: none;
    }
    #features .content > div {
        display: block!important;
        margin-bottom: 15px;
    }
    #features .d-flex .article,
    #description .content {
        padding: 7% 5% 0px 5%;
        font-size: 0.875rem;
    }
    #features .d-flex .article .h2,
    #description .content .h2 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    #features .d-flex .article ul,
    #description .content ul{
        margin: 0;
    }
    #specifications .content .group .group-bar:first-child {
        font-size: 1.75rem;
        color: #000;
    }
    .card-footer {
        padding: 26px 15px 30px;
    }
    #specifications .content .group .group-bar {
        height: 45px;
        line-height: 46px;
    }
    #specifications .content .group .group-bar:first-child::before {
        width: 45px;
        height: 45px;
    }
    #specifications .content .group .group-bar:first-child::after {
        border-width: 8px;
        top: 20px;
        right: 14px;
    }
    #specifications .content .group .group-bar::after {
        right: 17px;
        top: 17px;
    }
    .swiper-button-next span, .swiper-button-prev span{
        font-size: 4.5rem;
    }
}

@media (max-width: 768px) {
    .section .title{
        font-size: 1.75rem;
    }
    .section .title:after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 80px;
        height: 4px;
        margin-left: -40px;
    }
    #specifications .content .group .group-table tr td:last-child {
        padding-left: 0;
        padding-right: 36px;
        height: 50px;
        text-align: right;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2.1875rem;
    }
    #banner .banner-background .sp-banner-title {
        display: block;
    }
    #banner .models .industry-icons{
        flex-direction: row;
    }
    #banner .banner-background {
        min-height: 320px;
        height: calc(100vw * 0.6);
    }
    #banner .container-fluid {
        position: static;
    }
    /* #banner .models {
        margin-top: 20px;
    } */
    #banner .banner-content {
        padding-top: 20px;
    }
    #banner .models .float-right{
        float: none!important;
    }
    #banner .models .title {
        display: none;
    }
    #banner .models .industry-icons {
        width: 100%;
        margin: 0;
    }
    #banner .filter {
        position: static;
        margin-top: 10px;
        text-align: unset;
    }
    #banner .filter > .filter-group {
        display: block;
        margin-bottom: 10px;
    }
    #banner .filter-value, #banner .filter-title{
        color: #000;
        text-align: left;
    }
    #banner .filter-value, #banner .filter-title > div{
        text-align: left;
    }

    #banner .filter .filter-btn {
        display: block;
        flex: 1;
        font-size: 1rem;
        max-width: 100%;
        padding: .65rem 1.75rem;
        border-color: #000;
        color: #000;
        margin: 10px 15px;
    }
    #banner .filter .filter-item {
        padding: 0;
        margin-bottom: 15px;
    }
    #navbar .navbar-icon {
        display: none;
    }
    #navbar .navbar-btn,  #navbar .navbar-title{
       display: none;
    }


    #features .d-flex .article,
    #description .content {
        padding: 7% 5% 7% 5%;
        font-size: 0.875rem;
    }
    .nav-pills .nav-item {
        padding: 0 8px;
    }

    .nav-pills .nav-link {
        width: 100px;
    }
    .swiper-button-next span, .swiper-button-prev span{
        font-size: 3.2rem;
    }
    #navbar .navbar-list {
        overflow-x: auto;
        white-space: nowrap;
    }
    #navbar .navbar-list > li {
        float: none;
        display: inline-block;
    }
    #features .d-flex .article .h2,
    #description .content .h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {

    #gallery .container{
        padding: 0;
    }
    .nav-pills .nav-link {
        width: 80px;
        font-size: 0.8rem;
    }
    .pl36{
        padding-left: 1.625rem;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 1.8125rem;
    }
    #banner .banner-background .sp-banner-title{
        font-size: 3rem;
        bottom: 15px;
    }
    #banner .banner-background {
        min-height: 250px;
        height: calc(100vw * 0.54);
    }

    #banner .filter .filter-btn {
        padding: .55rem .75rem;
        margin: 10px 8px;
    }

    .section .title {
        font-size: 1.6rem;
    }

    #specifications .content .group .group-bar:first-child {
        font-size: 1.25rem;
    }
    .swiper-button-next span, .swiper-button-prev span{
        font-size: 2.5rem;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    #specifications .content .group .group-table tr td {
        padding-left: 10px;
        font-size: 12px;
    }
    #specifications .content .group .group-table tr td:last-child {
        padding-right: 10px;
    }
    .pl36{
        padding-left: 10px;
    }
 }
