.logo {
    display: block;
}

.header-menu {
    width: auto;
    float: right;
}

.header-menu li {
    margin-right: 40px;
}

.served {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 52px 0 181px;
    background: #fff;
}

.served-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 90px;
}

.served-left {
    position: relative;
    display: flex;
    min-width: 379px;
    flex-direction: column;
}

.served-left img {
    width: 100%;
}

.served-txt {
    display: flex;
    width: 100%;
    background-color: rgb(85, 87, 97);
    align-items: center;
    min-height: 106px;
    padding-left: 37px;
}

.served-txt p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: SansSC-Medium;
}

.served-right {
    position: relative;
    width: 65%;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    justify-content: space-between;
}

.served-right p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 25px;
}

.served-right p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
}

.oil {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mySwiper5 {
    width: 75%;
}

.mySwiper5 .swiper-slide {
    flex-shrink: 0;
    width: 166px;
}
.mySwiper5 .swiper-slide a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.mySwiper5 .swiper-slide a img {
	width: 100%;
}
.served-right .oil span {
    display: flex;
    width: calc(25% - 17.4px);
    max-width: 166px;
    font-size: 20px;
    padding-top: 28px;
    color: #fff;
    background-color: #99263f;
    margin-right: 16px;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-family: SansSC-Bold;
}

.served-right .oil img {
    margin-right: 17.4px;
}

.served-right .oil img:last-of-type {
    margin: 0;
}

.served-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin-left: 50%;
}

.served-more span {
    font-size: 20px;
    color: #f4d126;
    text-transform: uppercase;
    font-family: SansSC-Medium;
    margin-top: 16px;
}

.served-more .s-down {
    transform: rotate(-90deg);
    font-size: 82.76px;
    color: #666666;
    line-height: 0.8;
    margin-top: 0px;
    margin-right: -15px;
}

.served-hidden {
    display: none;
}

@media only screen and (min-width: 500px) {
	.mySwiper5 .swiper-slide {
	    width: 166px;
	}
}
@media only screen and (max-width: 1350px) {
    .served-left {
        position: relative;
        display: flex;
        width: auto;
        min-width: auto;
        flex-direction: column;
    }
    .served-txt {
        min-height: 100px;
        padding-left: 20px;
    }
    .served-txt p {
        font-size: 19px;
    }
    .served-right {
        width: 64%;
    }
    .served-right {
        width: 64%;
        display: flex;
        flex-direction: column;
        margin-left: 16px;
    }
    .served-right .oil span {
        margin-right: 0;
    }
    .mySwiper5 {
        width: 74%;
    }
    .served-more .s-down {
        font-size: 65px;
    }
    .served-more span {
        font-size: 18px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1200px) {
    .served {
        margin-top: 37px;
        padding: 35px 0;
    }
    .served-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 35px;
    }
    .served-left {
        width: auto;
        min-width: auto;
        height: fit-content;
    }
    .served-right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .served-right p {
        margin-bottom: 25px;
    }
    .served-right p:first-of-type {
        margin-bottom: 8px;
    }
    .served-right .oil span {
        display: none;
    }
    .mySwiper5 {
        width: 98%;
    }
    .served-more .s-down {
        font-size: 46px;
    }
    .served-more span {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .served {
        margin-top: 40px;
        padding: 35px 0;
    }
    .served-left {
        width: auto;
        min-width: auto;
    }
    .served-right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .served {
        margin-top: 25px;
        padding: 30px 0;
    }
    .served-right .oil span {
        display: none;
    }
    .served-right .oil img {
        margin-right: 0;
    }
    .mySwiper5 {
        width: 100%;
    }
    .swiper-backface-hidden .swiper-slide {
        display: flex;
        margin-right: 10px !important;
    }
    .served-more {
        margin-left: auto;
    }
    .ion-chevron-down:before {
        content: "\f123";
        font-size: 26px;
    }
    .served-more span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .served-txt p {
        font-size: 18px;
        line-height: normal;
    }
    .served-txt {
        min-height: 96px;
    }
}