
.banner-home.BannerTop{
    width: 100%;    
    position: relative;
    background: url('/asset/../img/new/design/banner-home.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-home-1.BannerTop{
    width: 100%;    
    position: relative;
    background: url('/asset/../img/new/design/01.jpeg') no-repeat;
    background-size: cover;
    background-position: center;    
}

.banner-home-2.BannerTop{
    width: 100%;    
    position: relative;
    background: url('/asset/../img/new/design/00.jpeg') no-repeat;
    background-size: cover;
    background-position: center;    
}

.banner-home-3.BannerTop{
    width: 100%;
    position: relative;
    background: url('/asset/../img/new/design/03.jpeg') no-repeat;
    background-size: cover;
    background-position: center;    
}

.banner-home-4.BannerTop{
    width: 100%;
    position: relative;
    background: url('/asset/../img/new/design/04.jpeg') no-repeat;
    background-size: cover;
    background-position: center;    
}

/*** Nav Slide Top ***/
.owl-theme .owl-nav{
    top: 43%;
    position: absolute;
    width: 100%;
    left: 38%;
    transform: translate(-38%,-43%);
}

.owl-carousel .owl-nav button{
    font-size: 60px !important;
    font-weight: 500 !important;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f1e9e9 !important;
    border-radius: 999px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.owl-carousel .owl-nav button.owl-prev{
    left: 6%;
}

.owl-carousel .owl-nav button.owl-next{
    right: 6%;
}

.owl-carousel .owl-nav button span{
    position: relative;
    width: 100%;
    display: flex;
    margin: auto;
    height: 43px;
    justify-content: center;
    align-items: center;
    top: -5px;
}

.owl-theme .owl-dots{
    position: relative;
    bottom: 76px;
}