#home-carousel-part {
    position: relative;
    height: 553px;
    width: 100%;
    overflow: hidden;
    background-color: black;
}
@media (max-width: 767px) {
    #home-carousel-part {
        margin-top: 104px;
    }
}
@media (min-width: 767px) {
    #home-carousel-part {
        margin-top: 104px;
    }
}
@media (min-width: 1300px) {
    #home-carousel-part {
        margin-top: 104px;
    }
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: none;
    margin-right: 16px;
}
.carousel-indicators .active {
    background: #ca191d;
}
.carousel-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    height: fit-content;
    z-index: 50;
    width: calc(100% - 250px);
}
.carousel-caption .banner-title {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 64px;
    text-transform: uppercase;
}
/* .banner-title {
    font-size: 64px;
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Barlow", sans-serif, "微軟正黑體", "Microsoft JhengHei";
    cursor: default;
    font-weight: 100;
} */
.carousel-caption .home-section-more {
    padding-top: 60px;
}
.home-section-title {
    margin: 30px auto;
    font-size: 38px;
    color: #ca191d;
    text-align: center;
    display: block;
    line-height: normal;
    font-family: "Barlow", sans-serif, "微軟正黑體", "Microsoft JhengHei";
    font-weight: 300;
}

.home-section-row {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 0;
}
.home-page-item {
    vertical-align: top;
    margin: 0 12px 40px;
    width: calc((100% - 72px) / 3);
    border-radius: 20px;
    overflow: hidden;
    box-sizing: content-box;
    height: 380px;
    display: inline-block;
    background-repeat: no-repeat;
}

.home-section1-button {
    padding-top: 0;
    padding-right: 6.5%;
    padding-left: 6.5%;
    padding-bottom: 10px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 50%;
    background-color: #c9191c;
    z-index: 999;
}
.title-left-center {
    text-align: left;
}
.home-img-section {
    position: relative;
    padding: 0 ;
    max-width: 1280px;
    margin: auto;
    margin: 20px auto 0;
}
.bg-grey {
    overflow: hidden;
}

#home-main-part {
    margin: 30px auto;
    padding: 0;
    text-align: center;
}
.carousel-control.right {
    right: 0;
}
.title-left-center {
    text-align: center;
}

.level-section-content {
    padding: 87px 0;
    background-image: url(../images/home/join-bg.png);
    background-position: center center;
    background-size: cover;
    height: 300px;
    width: 100%;
    color: #000;
}
.level-section-content > p {
    margin-bottom: 22px;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1;
}
.home-section-more {
    text-align: center;
    padding-top: 18px;
    display: inline-block;
}
.home-section-btn {
    width: 190px;
    height: 50px;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 110px;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;

}
.home-section-btn:hover{
    background-color: #bb2008;
    color: #FFF;
    
}
.home-copytight-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.swiper-slide {
    background-color: #444;
}

.slide-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-bg:before {
    display: inline-block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.2);
    z-index: 48;
}

.swiper-wrapper img {
    width: 100%;
    height: auto !important;
}

.swiper-wrapper {
    height: 600px;
    position: relative;
}

.home-section-content {
    font-size: 16px;
    width: 70%;
    margin: auto;
    padding: 25px 0;
    line-height: 1.5em;
}

.home-section-benefit {
    font-size: 0;
    width: 70%;
    margin: auto;
}

.home-section__img-point {
    font-size: 19px;
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: center 5px;
    display: inline-block;
    width: 20%;
    padding: 115px 15px 15px;
    font-weight: 500;
    line-height: 26px;
    vertical-align: top;
}
.home-section__img-point--1 {
    background-image: url(../images/default/home-benefit-01.png);
}
.home-section__img-point--2 {
    background-image: url(../images/default/home-benefit-02.png);
}
.home-section__img-point--3 {
    background-image: url(../images/default/home-benefit-03.png);
}
.home-section__img-point--4 {
    background-image: url(../images/default/home-benefit-04.png);
}
.home-section__img-point--5 {
    background-image: url(../images/default/home-benefit-05.png);
}

.home-section__member-card {
    margin: 30px auto 30px;
    display: block;
}

.home-section__member-card img {
    width: 80%;
    margin: 30px auto;
}

.home-section-more {
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    width: auto;
    margin: auto;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-width: 150px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
}

.home-section-events {
    background-image: url(../images/home/events-bg.jpg);
    background-size: cover;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0;
}

.home-section-events .home-section-title a {
    color: #fff;
}

.home-section-events .home-section-more {
    color: #fff;
    border: 1px solid #fff;
}
.home-section-events .home-section-more:hover {
    color: #cc0000;
    background-color: #fff;
    text-decoration: none;
}

.home-page-item-banner {
    width: 100%;
    height: 220px;
    display: block;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease;
}

.home-page-item-banner:hover {
    z-index: 999;
}

.home-page-item-content {
    height: 165px;
    background-color: #fff;
    text-align: left;
    width: 100%;
    padding: 25px;
}

.home-page-item-content a {
    color: #cc0000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    transform-origin: bottom;
    white-space: normal;
}

.home-page-item-content .item-date {
    font-size: 16px;
}

.item-cate {
    width: auto;
    padding: 1px 10px;
    color: #fff;
    margin: 10px 0 5px;
    border-radius: 999px;
    display: inline-block;
}

.item-moments .item-cate {
    background-color: #363636;
}
.item-upcoming .item-cate {
    background-color: #cc0000;
}

.section-proerties .content-page-item img {
    height: 50px;
}
.home-images-item {
    display: inline-block;
    height: 150px;
    transition: all 0.3s ease;
    padding: 0 5px;
}
.home-images-item:hover {
    opacity: 0.8;
}
.home-images-item img {
    height: 150px;
    width: auto;
}

.section-proerties .home-section-row {
    margin: 15px auto 20px;
    text-align: center;
}
@media (max-width: 1024px) {
    .carousel-caption {
        width: 90%;
    }
    .banner-title {
        font-size: 44px;
    }
    #home-main-part {
        /* padding: 0 10px; */
    }
    .home-img-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .home-section-title {
        font-size: 32px;
    }
    .home-section-content,
    .home-section-benefit {
        width: 100%;
    }
    .home-section__img-point {
        width: 30%;
    }
    .home-section__img-point {
      width: 30%;
      margin: 0 0 10px;
      height: auto;
      font-size: 14px;
      line-height: initial;
      background-size: 126px;
      padding-top: 140px;
    }
    .home-section__member-card {
        margin: 0 auto;
    }
    .swiper-wrapper {
        height: 630px;
    }
    .home-page-item {
        width: 350px;
    }
    .home-section-scroll .home-section-row {
        max-width: initial;
        width: auto;
        white-space: nowrap;
    }
    .home-section-scroll {
        width: 100%;
        overflow: auto;
        margin: 0 0 25px;
    }
    .section-proerties .home-section-row {
        text-align: center;
    }
    .home-img-section.home-section-events {
        padding: 50px 0 70px;
    }
    .home-images-item {
        
    }

    .home-page-item:nth-child(1) {
        margin-left: 26px;
    }
    .home-page-item:last-child {
        margin-right: 26px;
    }
}

@media (max-width: 768px) {
    .home-section__img-point {
    background-size: 85%;
    padding-top: 30%;
  }
}
@media (max-width: 450px) {
    .home-page-item {
        width: calc(100vw - 50px);
        margin: 0 6px 40px;
    }
}
