﻿img{width:100%}
.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.banner-title {
    position: absolute;
    bottom: 47%;
    color: #fff;
    text-align: center;
    width: 100%;
}
.banner-title p{font-size:1.5rem}
.banner-title h2{font-size:4rem}
.book-box{position:relative;background:#f9f9f9}
.book {
    background: #fff;
    width: 50%;
    margin: auto;
    padding: 5rem 0;
    text-align: center;
    color: #be9562;
}
.book-desc {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
.swiper-pagination-bullet {
    width: 95px;
    height: 6px;
    border-radius: 10px;
    opacity: .1;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity:1
}
.desc {
    padding-top: 5rem;
    font-size: var(--small-font-size);
    line-height: 1.75;
    background:#fff
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
}
.section-desc{margin-top:1rem}
.standard{text-align:center;background:#f9f9f9}
.swiper-box {
    background: #be9562;
    margin-top: 5rem;
    padding: 10rem 5%;
    position:relative
}
.swiper-slide{background:#fff}
.swiper-slide div{padding:2rem;color:#be9562}
.ch_t{font-size:1.25rem}
.eng_t{font-size:1rem}
.swiper-button-next, .swiper-button-prev {
    width: 20px;
    background-size: 20px 44px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:5%}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left:5%}
.swiper-pagination {
    bottom: 5rem;
    width:100%;
    left:0;
}
.swiper-pagination-bullet{margin:0 4px}
.system{text-align:center;padding:8rem 0}
.system-c {
    background: url("/Images/quality/system/pic (5).jpg")no-repeat center;
    background-size: cover;
    color: #fff;
    margin-top: 5rem;
    display: flex;
    padding: 22rem 5rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.system-i{    margin: 1rem 4rem;}
.system-i img{width:5rem;margin-bottom:2rem}
.system-ch{font-size:1.5rem}
.system-eng{font-size:1rem}