.banner,
.banner .swiper-slide {
    height: 270px;
}

.about {
    background-image: none;
    height: 440px;
    margin-bottom: 60px;
}

.about-content {
    color: #000;
    padding: 0 40px;
}

.about-content .corp-name>div>div:nth-of-type(1) {
    display: none;
}

.about-content p {
       font-size: 18px;
    letter-spacing: 1px;
    text-indent: 2em;
    line-height: 36px;
    margin-bottom: 20px;
}

.about-content .statistics,
.about-content .statistics span {
    color: var(--color-primary);
}

.icon.icon-castle {
    background-image: url(../images/gsjs/icon-castle.png);
}

.icon.icon-building {
    background-image: url(../images/gsjs/icon-building.png);
}

.videos {
    margin-top: var(--section-margin);
    text-align: center;
    user-select: none;
}

.videos h3 {
    font-size: 28px;
    letter-spacing: 2px;
}

.videos .player span {
    display: block;
    background-color: #ededed;
    color: #333;
    line-height: 80px;
    font-size: 21px;
    letter-spacing: 2px;
}

.videos .swiper {
    height: 550px;
    flex: 1;
    padding-bottom: 80px;
}

.videos .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videos .swiper-slide a {
    display: block;
    background-color: #ededed;
    color: #333;
    line-height: 40px;
}

.videos .active a {
    background-color: var(--color-primary);
    color: #fff;
}

.videos .swiper-slide img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.videos .navigation {
    position: relative;
    height: 80px;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 20px;
}

.videos .navigation .prev,
.videos .navigation .next {
    display: block;
    width: 100%;
    height: 50px;
    background-color: var(--color-primary);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.videos .navigation .swiper-button-disabled {
    background-color: var(--color-primary-light);
}

.videos .navigation .prev {
    background-image: url(../images/common/icon-arrow-up.png);
}

.videos .navigation .next {
    background-image: url(../images/common/icon-arrow-down.png);
}

.redline {
    margin-top: var(--section-margin);
    background-color: #f3f3f3;
    padding: 50px;
    user-select: none;
}

.redline h3 {
    font-size: 28px;
    letter-spacing: 2px;
}

.redline .swiper {
    width: 700px;
    height: 450px;
}

.redline .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 340px;
    height: 100%;
}

.redline .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #eaeaea;
}

.redline .list {
    flex: 1;
}

.redline .item {
    line-height: 33px;
    font-size: 18px;
    cursor: pointer;
}

.redline .active {
    color: #f00;
}

.redline .item span {
    flex-shrink: 0;
    display: block;
    width: 62px;
    text-align: center;
    height: 40px;
    line-height: 33px;
    color: #fff;
    background: url(../images/gsjs/redline-quote.png) center no-repeat;
}

.redline .item h5 {
    font-size: 18px;
}

.history {
    margin-top: var(--section-margin);
    height: 788px;
    background: url(../images/gsjs/history.jpg) center top no-repeat;
    padding-top: 70px;
}

.history h3 {
    font-size: 28px;
    letter-spacing: 2px;
}

.history .container {
    position: relative;
}

.history .container h5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}

.history .container h5:nth-of-type(1) {
 
    top: 170px;
    /* font-weight: bold; */
}

.history .container h5:nth-of-type(2) {
    left: 90px;
    top: 420px;
}

.history .container h5:nth-of-type(3) {
    left: 232px;
    top: 190px;
}

.history .container h5:nth-of-type(4) {
    left: 355px;
    top: 390px;
}

.history .container h5:nth-of-type(5) {
    left: 485px;
    top: 190px;
}

.history .container h5:nth-of-type(6) {
    left: 630px;
    top: 405px;
}

.history .container h5:nth-of-type(7) {
    left: 745px;
    top: 190px;
}

.history .container h5:nth-of-type(8) {
     left: 915px;
    top: 415px;
}

.history .container h5:nth-of-type(9) {
    left: 1000px;
    top: 190px;
}