.activity-page .activity-banner{
    position: relative;
    z-index: 100;
    background-size: cover;
    height: 475px;
}
.activity-page .activity-banner h1{
    font-size: 55px;
    font-weight: 500;
    color: #FAD6A5
}
.activity-page .activity-banner .container{
    padding-top: 220px;
}
.activity-banner .activity-title{
    width: max-content;
    text-align: center;
}

/*Image*/
.activity-page .activity-image{
    background: url("/assets/images/activity/background-2.webp") no-repeat center center;
    background-size: cover;
    margin-top: -180px;
}
.activity-page .activity-image span{
    font-size: 18px;
    font-weight: 500;
}
.activity-page .activity-image .home{
    color: #606060;
}
.activity-page .activity-image .activity{
    color: #D23C36;
}
.activity-page .list-image{
    position: relative;
    margin-top: 30px;
}
.activity-page .list-image .sub-title{
    position: absolute;
    background: url("/assets/images/activity/image.png") no-repeat center center;
    background-size: contain;
    font-size: 22px;
    font-weight: 700;
    color: #FFFBF6;
    padding: 15px 30px 11px 30px;
    width: max-content;
}
.activity-page .list-image h1{
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #E6252B;
}
.activity-page .list-product{
    text-align: center;
    margin-top: 30px;
}
.activity-page .list-product .product-image{
    position: relative;
}
.activity-page .list-product .frame{
    width: 90%;
}
.activity-page .list-product .image{
    position: absolute;
    width: 100%;
    top: 4%;
    left: 0;
}
.activity-page .list-product .product-text{
    margin-top: 20px;
}
.activity-page .list-product .product-title{
    font-size: 22px;
    font-weight: 600;
    color: #D23C36;
}
.activity-page .list-product .product-detail{
    font-size: 18px;
    font-weight: 400;
    color: #231F20;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.activity-page .list-product a{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
}
.activity-page .swiper-container{
    overflow: hidden;
    width: 100%;
}
.activity-page .swiper-slide{
    width: 33% !important;
}
.activity-page .swiper-wrapper{
    width: 98% !important;
    justify-content: flex-start;
}
.activity-page .swiper-button-next img{
    position: relative;
    right: -50px;
    width: 40px;
    height: auto;
}
.activity-page .swiper-button-prev img{
    position: relative;
    left: -55px;
    width: 40px;
    height: auto;
}
.activity-video .swiper-button-next img{
    position: relative;
    right: -50px;
    width: 40px;
    height: auto;
}
.activity-video .swiper-button-prev img{
    position: relative;
    left: -40px;
    width: 40px;
    height: auto;
}
.activity-page .swiper-button-next::after,
.activity-page .swiper-button-prev::after {
    display: none;
}
.product-image-hd{
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    border-radius: 24px;
    border: 1px solid #FF6663;
    padding: 30px;
    height: 100%;
}
.image-hd{
    width: 100%;
    object-fit: cover;
    height: 244px;
}

/*Video*/
.activity-video{
    background: url("/assets/images/activity/background-3.webp") no-repeat center center;
    background-size: cover;
    /*background-repeat: round;*/
    margin-top: 50px;
}
.activity-video .list-video{
    position: relative;
    padding-top: 100px;
    text-align: center;
}
.activity-video .list-video .sub-title{
    position: absolute;
    background: url("/assets/images/activity/image.png") no-repeat center center;
    background-size: contain;
    font-size: 22px;
    font-weight: 700;
    color: #FFFBF6;
    padding: 17px 24px 15px 21px;
    width: max-content;
}
.activity-video .list-video h1{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #E6252B;
}
.activity-video .list-video-product{
    padding: 50px 0;
}
.activity-video .list-video-product .video-image{
    position: relative;
}
.activity-video .list-video-product .frame{
    width: 90%;
}
.activity-video .list-video-product .video{
    position: absolute;
    width: 73%;
    top: 5%;
    left: 14%;
}
.activity-video .list-video .tiktok{
    position: absolute;
    width: 50%;
    left: 24%;
    top: 30%;
}
.activity-video .list-video .video-text{
    width: 75%;
    margin: 30px auto 0;
}
.activity-video .list-video .video-text p{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
}
.activity-video .list-video .video-text .video-btn{
    font-size: 16px;
    font-weight: 400;
    background-color: #E6252B;
    color: #FFFFFF;
    padding: 3px 15px;
    border-radius: 99px;
}

/*Background Footer*/
.activity-background-footer-container {
    overflow: hidden;
    margin-bottom: -420px;
}
@media (max-width: 1400px){
    .footer {
         padding: 125px 0 55px 0;
    }
}
@media (max-width: 1200px){
    .activity-page .list-image h1 {
        font-size: 45px;
    }
}
@media (max-width: 992px) {
    .activity-page .activity-banner h1 {
        font-size: 35px;
    }
    .activity-page .list-image .sub-title {
        background-size: contain;
        font-weight: 600;
        font-size: 20px;
        padding: 11px 30px 11px 30px;
    }
    .activity-page .list-image h1{
        padding-top: 35px;
        width: 100%;
    }
    .activity-video{
        background-repeat: no-repeat;
    }
    .activity-video .list-video .sub-title {
        background-size: contain;
        font-size: 20px;
        font-weight: 600;
        padding: 10px 24px 15px 21px;
    }
    .activity-video .list-video h1 {
        width: 100%;
        font-size: 35px;
        padding-top: 65px;
    }
    .activity-page .swiper-slide{
        width: 50% !important;
    }
    .activity-page .swiper-button-next img{
        width: 40px;
        right: -50px;
        top: 70%;
    }
    .activity-page .swiper-button-prev img{
        width: 40px;
        left: -50px;
        top: 70%;
    }
    .activity-video .swiper-button-next img{
        right: -40px;
    }
    .activity-video .swiper-button-prev img{
        left: -35px;
    }
    .activity-video .list-video .video-text p {
        font-size: 14px;
    }
    .activity-video .list-video .video-text .video-btn {
        font-size: 14px;
        padding: 3px 10px;
    }
}
@media (max-width: 768px) {
    .activity-page .activity-banner{
        height: 86vh;
    }
    .activity-page .activity-banner .activity-title{
        margin: 0 auto;
    }

    .activity-page .list-image h1 {
        font-size: 30px;
        padding-top: 55px;
    }
    .activity-page .list-video h1 {
        font-size: 30px;
    }
    .activity-page .swiper-slide{
        width: 100% !important;
    }
    .activity-page .swiper-button-next img{
        width: 40px;
        right: 0;
        top: 100%;
    }
    .activity-page .swiper-button-prev img{
        width: 40px;
        left: -22px;
        top: 100%;
    }
    .activity-video .list-video-product .frame {
        width: 89%;
    }
    .activity-video .list-video-product .video {
        width: 77%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .activity-video .list-video .tiktok {
        width: 30%;
        left: 35%;
        top: 30%;
    }
}
@media (max-width: 620px) {
    .activity-image .swiper-container{
        width: 75%;
        margin: 0 auto;
    }
    .activity-page .swiper-slide{
        width: 100% !important;
    }
    .activity-page .swiper-button-next img{
        width: 45px;
        right: 45px;
        top: 100%;
    }
    .activity-page .swiper-button-prev img{
        width: 45px;
        left: 35px;
        top: 100%;
    }
    .activity-video .swiper-button-prev img{
        left: 20px;
    }
    .activity-video .swiper-button-next img {
        right: 20px;
    }
    .activity-page .activity-banner .container {
        padding-top: 100px;
    }
    .footer{
        height: 640px;
    }
}
@media (max-width: 475px) {
    .activity-page .list-image h1 {
        font-size: 26px;
    }
    .activity-page .list-video h1 {
        font-size: 26px;
    }
    .activity-video .list-video-product {
        padding: 30px 0;
    }
    .activity-page .list-image .sub-title {
        font-size: 16px;
    }
    .activity-page .list-video .sub-title {
        font-size: 16px;
        padding: 10px 16px 10px 13px;
    }
    .activity-page .list-product .product-title {
        font-size: 20px;
    }
    .activity-page .list-product .product-detail {
        font-size: 16px;
    }
    .activity-banner .activity-title {
        margin: -60px auto 0;
    }
    .activity-page .activity-banner h1 {
        font-size: 35px;
    }
    .activity-banner .activity-title img {
        width: 70%;
    }
    .activity-image .swiper-container {
        width: 95%;
    }
    .activity-image .swiper-slide{
        margin-left: 10px;
    }
    .activity-page .swiper-button-next img {
        right: -10px;
        width: 35px;
    }
    .activity-image .swiper-button-prev img {
        left: -8px;
        width: 35px;
    }
    .activity-video .swiper-button-prev img {
        left: 9px;
        width: 35px;
    }
    .activity-video .list-video{
        padding-top: 65px;
    }
    .activity-page .list-video-product{
        width: 100%!important;
    }
    .activity-page .next-video img{
        right: -3px;
    }
}
@media (max-width: 400px) {
    .product-image-hd{
        padding: 15px;
    }
}
