
.ag-banner {
    background-color: #fff;
    background-image: url(images/bg-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
}

.swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: unset;
    overflow-x: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.form-control {
    background-color: #ffedda;
    border: 1px solid #8c5a37;
    color: #482a13;
}

.form-control:focus {
    background-color: #ffedda;
    border: 1px solid #8c5a37;
    color: #482a13;
}

.form-control::-webkit-input-placeholder {
    color: #482a13;
    font-family: RobotoCondensed-Regular;
    font-size: 1rem;
}

.input-group-prepend {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination {
    background-color: #00000061;
    bottom: 0px !important;
}

.swiper-pagination-bullet {
    background-image: url("../images/slide-dot.png");
    background-repeat: round;
    background-color: #0000;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 15px !important;
}

.swiper-pagination-bullet-active {
    background-image: url("../images/slide-dot2.png");
    background-repeat: round;
    background-color: #0000;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 15px !important;
}

.tsp {
    position: relative;
}

.bg-big1 {
    background-image: url(images/BG-Big.png);
    background-repeat: round;
}

.bg-big2 {
    background-image: url(images/BG-Big2.png);
    background-repeat: round;
}

.bg-big3 {
    background-image: url(images/BG-Big3.png);
    background-repeat: round;
}

.bg-big4 {
    background-image: url(images/BG-Big4.png);
    background-repeat: round;
}

.bg-big5 {
    background-image: url(images/BG-Big5.png);
    background-repeat: round;
}

.bg-big6 {
    background-image: url(images/BG-Big6.png);
    background-repeat: round;
}

li.on .tsp {

    filter: brightness(130%);
}

.tsp .index {
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    color: #eeeded;
    font-size: 22.88px;
}

.tsp .feat-title {
    color: #f8e9e3;
    font-size: 30px;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.page4_con {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page4_con .cont3ul {
    width: 100%;
    height: 100%;
    display: block;
}

.page4_con .cont3ul li {
    width: 5rem;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.page4_con .cont3ul li:nth-child(1) {
    width: 28rem;
}

.page4_con .cont3ul li .nrbox {
    position: absolute;
    top: 0;
    left: 5rem;
    width: 100%;
    height: 100%;
}

.page4_con .cont3ul li .nrbox img {
    width: 100%;
    height: 100%;
}

.page4_con .cont3ul li .cursors {
    height: 21rem;
    cursor: pointer;
    width: 5rem;
    font-family: FZBWKSJW--GB1-0;
    text-align: center;
    color: #f8e9e3;
    padding-top: 26px;
}

.page4_con .cont3ul li .cursors .n {
    font-size: 22px;
}

.page4_con .cont3ul li .cursors p {
    font-size: 28px;
    width: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 43px;
}

.page4_con .cont3ul li .cursors p em {
    height: 13px;
    display: block;
    width: 12px;
    overflow: hidden;
    float: left;
}

.page4_con li.on .cursors {
    color: #fff;
}

.team-img {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.xau-swing {
    -webkit-animation: xfe-animation-css-swing-1DL-A 5s ease-in-out infinite;
    animation: xfe-animation-css-swing-1DL-A 5s ease-in-out infinite;
}

:root {
    --swiper-theme-color: #b86124 !important;
}

@-webkit-keyframes xfe-animation-css-swing-1DL-A {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}

@keyframes xfe-animation-css-swing-1DL-A {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}
