.carousel-item {
    position: relative;
    overflow: hidden;
    transition: transform .6s ease-in-out;
}

.carousel-item img {
    height: 100%;
    width: 100%;
}
.mySwiperImages{
    height: 510px;
    width: 100%;
    position: absolute!important;
}
.swiper-pagination-bullet{
    width: 15px!important;
    height: 15px!important;
}
.swiper-pagination-bullet{
    background: black!important;
}
.swiper-pagination-bullet-active{
    background: red!important;
}
.carousel-indicators {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c4c4c4;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    background-color: #fff;
}

/*About*/
.home-about {
    background: url("/assets/images/home/background-1.webp") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: -120px;
}

.home-about .container {
    padding-top: 190px;
    padding-bottom: 25px;
}

.home-about h5 {
    background: url("/assets/images/home/about.png") no-repeat center center;
    background-size: contain;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    width: max-content;
    margin: 0 auto;
    padding: 26px 11px 20px;
}

.home-about h1 {
    font-size: 50px;
    font-weight: 600;
    color: #E7252B;
    margin: 20px 0 10px;
}

.home-about a,
.home-about p {
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}

.home-about .underline {
    margin-bottom: 20px;
}

/*Product*/
.home_product {
    padding-bottom: 50px;
}

.home-product {
    text-align: center;
}

.home-product h5 {
    background: url("/assets/images/home/about.png") no-repeat center center;
    background-size: contain;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: white;
    width: max-content;
    margin: 0 auto;
    padding: 25px 35px 12px 35px;
}

.home-product h1 {
    font-size: 50px;
    font-weight: 600;
    color: #E6252B;
    margin-top: 15px;
}

.home-product .product-img-seemore {
    display: block;
    height: 220px;
    object-fit: contain;
    width: 85%;
    margin: 0 auto 20px;
}

.home-product .product-img-wrapper {
    width: 80%;
    position: relative;
    margin: 0 auto 20px;
    height: 220px;
}

.home-product .background-image {
    width: 100%;
    height: 220px;
}

.home-product .product-img-x {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 15%
}

.home-product .product-title {
    font-size: 24px;
    font-weight: 600;
    color: #D13C36;
    margin-top: 10px;
    text-transform: uppercase;
}

.home-product .list-product-mobile {
    display: none;
}

.home-product .swiper-wrapper-container {
    overflow: hidden;
    width: 100%;
}

.home-product .swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-product .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-product .swiper-pagination {
    position: relative;
    margin-top: 5%;
    margin-bottom: -5%;
}

.home-product .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #F9D5A4;
}

.home-product .swiper-pagination-bullet-active {
    background-color: #E6262B;
}

/*Activity*/
.home-activity {
    background: url("/assets/images/home/background-2.webp") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 82px;
    height: 875px;
    /*background-repeat: round;*/
}

.home-activity h5 {
    background: url("/assets/images/home/activity.png") no-repeat center center;
    background-size: contain;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #FFFBF6;
    width: max-content;
    margin: 0 auto;
    padding: 10px 22px 10px;
}

.home-activity h1 {
    margin: 15px auto 0;
    width: 95%;
    font-size: 50px;
    font-weight: 600;
    color: #E6252B;
}

.home-activity a {
    font-size: 24px;
    font-weight: 500;
    color: #606060;
}

.home-activity-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}

.home-activity-product .acts-image, .acts-video {
    position: relative;
    padding: 20px;
}

.home-activity-product .frame-container {
    position: relative;
    width: 100%;
    height: auto;
}

.home-activity-product .frame-1 {
    width: 100%;
    height: auto;
}

.home-activity-product .frame-2 {
    width: 100%;
    height: 700px;
}

.home-activity-product .frame-1-mobile {
    display: none;
}

.home-activity-product .home-activity-img {
    position: absolute;
    left: 12%;
    margin-top: 10%;
    width: 75%;
    height: auto;
    border-radius: 15px;
}

.home-activity-product .home-activity-video {
    position: absolute;
    left: 25%;
    margin-top: 20%;
    width: 60%;
    height: auto;
    border-radius: 15px;
}

.home-activity-product .acts-image h5 {
    position: absolute;
    top: 0;
    left: 30%;
    background: url("/assets/images/home/acts-product-1.png") no-repeat center center;
    background-size: contain;
    font-size: 22px;
    font-weight: 700;
    color: #FFFBF6;
    width: max-content;
    margin: 0 auto;
    padding: 12px 15px 10px;
}

.home-activity-product .acts-video h5 {
    position: absolute;
    top: 0;
    left: 30%;
    background: url("/assets/images/home/acts-product-2.png") no-repeat center center;
    background-size: contain;
    font-size: 21px;
    font-weight: 700;
    color: #FFFBF6;
    width: max-content;
    margin: 0 auto;
    padding: 12px 10px;
}

/*Contact*/
.home-contact {
    background: url("/assets/images/home/background-3.webp") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.home-contact .title {
    background: url("/assets/images/home/contact.png") no-repeat center center;
    background-size: contain;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #FFFBF6;
    width: max-content;
    margin: 0 auto;
    padding: 13px 30px 10px;
}

.home-contact h1 {
    font-size: 50px;
    font-weight: 600;
    color: #E6252B;
    margin-top: 15px;
}

.home-contact .contact-map {
    position: relative;
}

.home-contact .map-frame {
    width: 100%;
    height: auto;
}

.home-contact .map-image {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 91%;
    border-radius: 15px;
}

.home-contact .contact-form h5 {
    font-size: 22px;
    font-weight: 700;
    color: #E6262B;
    text-align: center;
}

#contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

#contact-form label {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

#contact-form input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: #F9D5A4;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

#contact-form input[type="text"]::placeholder {
    color: #FFFFFF;
    font-size: 14px;
}

#contact-form input[type="text"]:focus {
    border-color: #ff9800;
}

#contact-form button[type="submit"] {
    width: auto;
    padding: 5px 15px;
    margin: 40px auto 0 auto;
    border: none;
    border-radius: 25px;
    background-color: #E6262B;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

#contact-form button[type="submit"]:hover {
    color: #F9D5A4;
    background-color: #e43e3e;
}

.home-about h5:hover, .home-product h5:hover, .home-activity-product .acts-image h5:hover, .home-activity-product .acts-video h5:hover, .home-contact .title:hover, .home-activity h5:hover {
    color: #F9D5A4;
}

.product-img-x, .home-activity-img, .home-activity-video {
    transition: transform 0.3s ease;
}

.product-img-x:hover {
    transform: scale(1.1);
}

.home-activity-img:hover, .home-activity-video:hover {
    transform: scale(1.05);
}

.banner-home-mobile {
    display: none;
}
.mySwiperVideos{
    width: 65%;
    height: 545px;
    margin-left: 70px!important;
}
.mySwiperVideos .swiper-pagination-bullet{
    background: white!important;
}
.mySwiperVideos .swiper-pagination-bullet-active {
    background: red !important;
}
@media (max-width: 1400px) {
    .home-activity-product .frame-2 {
        height: 600px;
    }

    .home-contact .map-image {
        top: 4%;
    }

    .home-about {
        margin-top: -130px;
    }

    .home-about p {
        width: 55%;
    }

    .home-product .product-img-x {
        top: 20%;
    }
    .mySwiperImages{
        height: 435px;
    }
    .mySwiperVideos{
        margin-left: 56px!important;
    }
}

@media (max-width: 1200px) {
    .home-about h1,
    .home-product h1,
    .home-activity h1,
    .home-contact h1 {
        font-size: 45px;
    }

    .home-about h5 {
        font-size: 20px;
        padding: 22px 16px 12px;
    }

    .home-about p {
        width: 65%;
    }

    .home-activity-product .frame-2 {
        height: 500px;
    }

    .home-product .product-img {
        height: 225px;
    }

    .home-product .product-img-wrapper {
        height: 200px;
    }

    .home-product .background-image {
        width: 225px;
        height: 200px;
    }

    .home-product .product-img-x {
        top: 23%;
    }

    .home-contact .map-image {
        top: 3%;
    }
    .mySwiperImages {
        height: 363px;
    }
    .box-iframe-video blockquote{
        max-height: 429px!important;
    }
    .mySwiperVideos{
        height: 453px;
        margin-left: 42px!important;
    }
}

@media (max-width: 1024px) {
    .home-activity-product .frame-2 {
        height: 500px;
    }

    .home-contact .map-image {
        top: 5%;
    }
    .mySwiperImages{
        height: 465px;
    }
}

@media (max-width: 992px) {
    #imageCarousel .carousel-item img {
        left: 5%;
    }

    .home-about h1 {
        font-size: 40px;
    }

    .home-about h5 {
        font-size: 16px;
        padding: 18px 15px 10px;
    }

    .home-about a, .home-about p {
        width: 100%;
        font-size: 17px;
    }

    .home-about {
        margin-top: -150px;
    }

    .home-product h1 {
        font-size: 40px;
    }

    .home-product h5 {
        padding: 15px 32px 6px 32px;
        font-size: 16px;
    }

    .home-product .list-product-desktop {
        display: none;
    }

    .home-product .list-product-mobile {
        display: block;
    }

    .list-product-mobile .product-img-wrapper {
        width: 100%;
    }

    .home-product .list-product-mobile .product-img-x {
        top: 16%;
    }

    .home-activity {
        background-repeat: no-repeat;
    }

    .home-activity h1 {
        font-size: 40px;
    }

    .home-activity-product {
        display: block;
    }

    .home-activity-product .frame-2 {
        height: 600px;
    }

    .home-activity-product .home-activity-video {
        left: 35%;
        margin-top: 6%;
        width: 37%;
    }

    .home-activity-product .acts-video h5 {
        left: 40%;
    }

    .home-contact .title {
        font-size: 18px;
        padding: 10px 35px 10px;
    }

    .home-contact h1 {
        font-size: 40px;
    }

    .home-contact .contact-map {
        margin-bottom: 50px;
    }

    .home-about .container {
        padding-bottom: 25px;
    }

    .home-activity h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .home-activity a {
        font-size: 17px;
        margin-top: 15px;
    }

    .home-contact .contact-form h5 {
        font-size: 18px;
    }

    .box-home-hd-video {
        margin-top: -360px !important;
    }

    .home-activity-product .acts-image h5 {
        font-size: 19px;
        left: 37%;
        padding: 10px 6px 10px;
    }

    .home-activity-product .acts-video h5 {
        font-size: 19px;
        padding: 10px 10px;
    }
    .mySwiperVideos {
        height: 555px;
        width: 49%;
        margin-left: 135px !important;
    }
    .box-iframe-video blockquote {
        max-height: 530px !important;
    }
}

@media (max-width: 768px) {
    #imageCarousel .carousel-item img {
        left: 0;
    }

    .home-activity-product .frame-2 {
        height: 450px;
    }

    .home-activity-product .home-activity-video {
        left: 35%;
        margin-top: 9%;
        width: 37%;
    }

    .home-activity h1 {
        margin: 0 auto;
        width: 100%;
    }

    .home-about h1, .home-product h1, .home-activity h5, .home-contact h1, .home-activity h1 {
        font-size: 30px;
    }

    .home-about a, .home-about p, .home-activity a {
        font-size: 16px;
    }

    .home-activity h5 {
        font-size: 18px;
    }

    .home_product {
        padding-bottom: 20px;
    }

    .home-product .product-title {
        font-size: 24px;
    }

    #contact-form button[type="submit"] {
        font-size: 18px;
    }

    .box-home-hd-video {
        margin-top: -435px !important;
    }

    .acts-video {
        margin-top: 30px;
    }

    .home-about {
        margin-top: -155px;
    }

    .home-activity {
        padding-top: 60px;
    }

    .home-activity .sub-title-activity {
        font-size: 30px;
    }

    .home-activity-product .acts-image h5 {
        font-size: 18px;
        left: 33%;
    }

    .home-activity-product .acts-video h5 {
        font-size: 19px;
    }
    .mySwiperImages {
        height: 340px;
    }
    .mySwiperVideos {
        width: 66%;
        margin-left: 63px !important;
    }
}

@media (max-width: 600px) {
    .banner-home-desktop {
        display: none;
    }

    .banner-home-mobile {
        display: inline-block;
    }

    .carousel-indicators {
        bottom: 1%;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .home-about .container {
        padding-bottom: 5px;
    }

    .home-product .title-big-home-sp {
        background: url(/assets/images/box-sp-line.png) no-repeat center center;
        background-size: 100%;
        padding: 15px 23px 6px 23px;
        font-size: 17px;
    }
}

@media (max-width: 550px) {
    .home-activity {
        background: url("/assets/images/home/background-2-mobile.png") no-repeat center center;
        background-size: cover;
    }

    .home-activity-product .home-activity-img {
        border-radius: 110px 120px 90px 130px;
        object-fit: cover;
        left: 7%;
        margin-top: 8%;
        width: 88%;
        height: 84%;
    }

    .home-activity-product .frame-1-desktop {
        display: none;
    }

    .home-activity-product .frame-1-mobile {
        display: block;
    }

    .box-home-hd-video {
        margin-top: -475px !important;
    }

    .home-product h1 {
        width: 253px;
        margin: 0 auto;
        margin-top: 15px;
    }
    .home-product .product-img-wrapper {
        height: 230px;
    }
    .home-product .background-image {
        width: 260px;
        height: 235px;
    }
    .home-product .product-img-x{
        width: 85%;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    .mySwiperVideos {
        height: 480px;
        margin-left: 46px !important;
    }
}

@media (max-width: 475px) {
    .home-activity-product .acts-image h5 {
        left: 30%;
    }

    .home-activity-product .home-activity-video {
        left: 24%;
        width: 230px;
        object-fit: cover;
        height: 375px;
    }
}

@media (max-width: 425px) {
    .home-about h5 {
        font-size: 15px;
        padding: 15px 18px 7px;
    }

    .home-about a, .home-about p {
        font-size: 16px;
    }

    .home-product h5 {
        padding: 19px 16px 10px 15px;
        font-size: 15px;
    }

    .home-activity-product .frame-2 {
        height: 325px;
    }

    .home-activity-product .acts-image h5 {
        font-size: 15px;
        padding: 10px 18px 10px;
    }

    .home-activity-product .acts-video h5 {
        font-size: 15px;
        padding: 10px 15px 10px 21px;
    }

    .home-activity-product .home-activity-video {
        height: 280px;
        width: 200px;
        left: 27%;
        margin-top: 7%;
    }

    .home-contact .title {
        font-size: 16px;
    }

    .home-activity-product .home-activity-img {
        border-radius: 110px 120px 90px 130px;
        object-fit: cover;
        left: 5%;
        margin-top: 8%;
        width: 91%;
        height: 84%;
    }

    .home-contact .contact-form h5 {
        font-size: 16px;
    }

    #contact-form button[type="submit"] {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .home-product .background-image {
        width: 230px;
        height: 235px;
    }
    .home-product .product-img-x{
        top: 50%!important;
        transform: translate(-50%, -50%) !important;
    }
    .mySwiperVideos {
        height: 415px;
        margin-left: 38px !important;
    }
}
@media (max-width: 380px) {
    .home-activity-product .home-activity-video {
        width: 187px;
        left: 26%;
    }
}
