.bg-cloud-custom{
    position: relative;
    z-index: 1;
}
.img-tag-ab{
    position: absolute;
    width: 225px;
    top: 10px;
    right: 10px;
}
.video-ab-banner{
    position: absolute;
    width: 300px;
    height: 533px;
    top: 48%;
    left: 24%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 1;
}
.bg-ab-part1{
    position: absolute;
    width: 470px;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bg-ab-part1-sp{
    /* time 20 - 26/06/2024*/
    position: absolute;
    width: 407px;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bg-ab-part2{
    position: absolute;
    width: 600px;
    top: 85%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.bg-ab-part2-sp{
    /* time 20 - 26/06/2024*/
    position: absolute;
    width: 600px;
    top: 85%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.img-option-1 , .img-option-2{
    position: absolute;
    z-index: 1;
    width: 800px;
}
.img-option-1{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.img-option-2{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-custom-part-mb {
    background-image: url(../img/banner2024/bg-main.png) !important;
    background-position: center left !important;
    background-size: cover;
}
@media (max-width:1400px){
    /* time 20 - 26/06/2024*/
    .video-ab-banner{
        left: 15%;
    }
    .bg-ab-part2-sp{
        left: 78%;
    }
}
@media (max-width:1200px){
    .video-ab-banner{
        /* time 20 - 26/06/2024*/
        left: 18%;
        transform: translate(-50%, -50%) scale(0.7);
    }
    .bg-ab-part1{
        width: 400px;
    }
    .bg-ab-part2{
        width: 520px;
        top: 80%;
        left: 75%;
    }
    .img-option-1 , .img-option-2{
        width: 690px;
    }
    .img-tag-ab{
        width: 180px;
        top: 5px;
        right: 5px;
    }
}
@media (max-width:991px){
    /* time 20 - 26/06/2024*/
    .bg-ab-part1-sp{
        width: 300px;
    }
    .bg-ab-part2-sp{
        left: 83%;
    }
}