.banner-layers.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.banner-layers.container.c-ct img{
    /* justify-content: center; */
    width: 100%;
    max-width: 225px;
}
.banner-layers.container h2{
    font-size: 71px;
}
.banner-inner{
    position: relative;
}
#banner-221280783 .bg.bg-loaded {
    background-image: url(https://donghetuchon.com/wp-content/uploads/2021/11/13131313-1400x457.png);
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;;;position: absolute;top: 0;
    right: 0;
    width: 100%;
    background-position: 100% 85%;
}
.gallery-box .box-image{
    position: relative;
    overflow: hidden;
    height: 153px;
   
}
.gallery-box .box-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.gallery .c-item{
    padding: 0 2px;
    margin-bottom: 3px;
}
@media(max-width: 1024px){
    .banner-layers.container h2{
        font-size: 50px;
    }
}
@media(max-width: 768px){
    .banner-layers.container h2{
        font-size: 50px;
    }
}
@media(max-width: 550px){
    .banner-layers.container{
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    #text-box-1896523451{
        width: 100% !important;
        margin-top: 30px;
    }
    #text-box-609356075{
        width: 100% !important;
    }
}