.logo {
    display: block;
}

.header-menu {
    width: auto;
    float: right;
}

.header-menu li {
    margin-right: 40px;
}

.banner {
    background: url(../img/quality-banner.png);
    background-size: cover;
}

.quality {
    position: relative;
    width: 100%;
    margin: 75px 0 81px;
    padding-top: 69px;
    background: #fff;
}

.equipment {
    margin: 22px 0 114px;
}

.equipment h2 {
    position: relative;
    width: 100%;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
    color: #99263f;
    text-transform: uppercase;
    font-family: SansSC-Medium;
}

.equipment h2 span {
    background-color: #ffffff;
    position: relative;
    padding-right: 10px;
    z-index: 2;
}

.equipment h2:after {
    content: "";
    position: absolute;
    display: flex;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #99263f;
    flex-direction: row;
    z-index: 1;
}

.equipment p {
    font-size: 14px;
    color: #000;
    margin: 26px 0 34px;
    line-height: 24px;
    font-family: SansSC-Light;
}

.equipment-list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 136px;
}

.mySwiper6 .swiper-slide {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mySwiper6 .swiper-slide img {
    width: 100%;
    min-height: 247px;
}

.equipment-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.equipment-item img {
    width: 100%;
}

.equipment-text {
    display: flex;
    width: 100%;
    background-color: #555761;
}

.equipment-text p {
    position: relative;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 45px 0 42px 37px;
    text-transform: uppercase;
    font-family: SansSC-Medium;
}


/* .equipment2 h2:after {
    content: "";
    position: absolute;
    display: flex;
    left: 75px;
    top: 48%;
    width: calc(100% - 75px);
    height: 3px;
    background: #99263f;
    flex-direction: row;
} */

.equipment-list .swiper-button-next,
.equipment-list .swiper-button-prev {
    color: #99263f;
    top: 35.5%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
    background-color: #fff;
    padding: 15px;
}

.equipment-list .swiper-button-prev {
    left: 10px;
}

.equipment-list .swiper-button-next {
    right: 10px;
}

@media only screen and (max-width: 1300px) {
    .mySwiper6 .swiper-slide img {
        width: 100%;
        height: -webkit-fill-available;
        min-height: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .quality {
        margin: 50px 0 2.3em;
        padding: 2.5em 0 23px;
    }
    .equipment-list {
        margin-bottom: 60px;
    }
    .equipment-text p {
        font-size: 19px;
        padding: 40px 0 35px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .quality {
        margin: 30px 0;
        padding: 25px 0;
    }
    .equipment-list {
        margin-bottom: 50px;
    }
    .mySwiper6 .swiper-slide {
        margin-bottom: 30px;
    }
    .equipment-item {
        margin-bottom: 30px;
    }
    .equipment-text p {
        font-size: 15px;
        padding: 21px 0 22px 33px;
    }
    .equipment-list .swiper-button-next,
    .equipment-list .swiper-button-prev {
        top: calc(50% - 30px);
    }
}

@media only screen and (max-width: 750px) {
    .equipment-list {
        margin-bottom: 25px;
    }
    .equipment h2 {
        font-size: 18px;
    }
    .mySwiper6 .swiper-slide {
        width: 100%;
        margin-bottom: 30px;
    }
    .equipment-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .equipment-text p {
        font-size: 18px;
        padding: 40px 0 47px 15px;
    }
}