/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-red);
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid var(--color-red);
    cursor: pointer;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: #059669;
    border-color: #059669;
}
/*.slide-index img{
    max-height: 700px;
    object-fit: cover;
}*/
.owl-theme .owl-nav{
    margin: 0;
}
.slide-index .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--color-red);
}
@media(max-width: 767px){
    .slide-index.owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-index*/

/*st1*/
.st1{
    font-size: 16px;
}
.st1-left h3{
    margin: 0 0 20px;
}
.st1-btn{
    padding: 0px 18px;
    line-height: 40px;
    color: #fff;
    background: var(--color-main);
    display: inline-block;
    margin: 20px 0;
}
.st1-btn:hover{
    background: var(--color-red);
    color: #fff;
}
@media(max-width: 991px){
    .st1 .st1-title{
        display: none;
    }
}
@media(max-width: 767px){
    .st1-left h3{
        font-size: 20px;
    }
    
}
/*End st1*/

/*st2*/
.st2{
    padding: 10px;
}
.st2-item-inner{
    margin: 0 0 25px;
}
.st2-item-inner img{
    width: 100%;
    border-radius: 10px;
}
.st2-item-name{
    margin-top:15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
@media(max-width: 767px){
    .st2-item-name{
        font-size: 16px;
    }
    .st2-item-des{
        font-size: 13px;
        margin-bottom: 0;
    }
}
/*End st2*/

/*st4*/
.st4{
    padding-left: 60px;
    padding-right: 60px;
    background: var(--color-main)
}
.nav-tabs-st4{
    margin-bottom: 32px;
}
.nav-tabs-st4 li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0px 15px;
}
.nav-tabs-st4 li.active a,
.nav-tabs-st4 li:hover a{
    color: #ffff00;
}
.item-st4 a{
    display: block;
    position: relative;
    
}
.item-st4 a:first-child{
    margin-bottom: 36px;
}
.item-st4 a span{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #0396ab;
    padding: 10px;
}
.st4-slide.owl-theme .owl-nav .owl-prev{
    left: -42px;
}
.st4-slide.owl-theme .owl-nav .owl-next{
    right: -42px;
}
@media(min-width: 768px){
   .st4-slide.owl-theme .owl-nav [class*='owl-']{
        background: none;
        padding: 0;
        border: none;
    }
    .st4-slide.owl-theme .owl-nav [class*='owl-'] svg{
        fill: #fff;
        width: 36px;
        height: 36px;
        margin: 0;
    }
    .st4-slide.owl-theme .owl-nav [class*='owl-'] svg:hover{
        fill: #0396ab;
    } 
}

@media(max-width: 767px){
    .st4{
        padding-left: 0;
        padding-right: 0;
    }
    .nav-tabs-st4 li{
        width: 50%;
    }
    .st4-slide.owl-theme .owl-nav .owl-prev{
        left: 0;
    }
    .st4-slide.owl-theme .owl-nav .owl-next{
        right: 0;
    }
    .nav-tabs-st4 li a{
        font-size: 13px;
        padding:  0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/*End st4*/

.st5 .st2-item-name{
    font-size: 15px;
}
.st5{
    padding-bottom: 10px;
}