/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c4161c;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #c4161c;
    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: #ed1c24;
}
@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: #0396ab;
    display: inline-block;
    margin: 20px 0;
}
.st1-btn:hover{
    background: #ed1c24;
    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{
    background: #e7eeef;
    padding-bottom: 10px;
}

.st2-item{
    margin-bottom: 30px;
}
.st2-item-inner{
    padding: 15px 15px 0;
    background-color: #fff;
    transition: all 0.3s;
    color: #000;
}
.st2-item-inner:hover{
    background: linear-gradient(to right, #37c5f3, #28b1c5);
    color: #fff;
}
.st2-item-name strong{
    padding: 3px 0;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    /*font-size: 13px;*/
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.st2-item-img img{
    width: 100%;
    height: 255px;
    object-fit: cover;
}
/*End st2*/

.st3-slide.owl-theme .owl-nav [class*='owl-']{
    background: none;
    border-color: #fff;
}
.st3-slide.owl-theme .owl-nav [class*='owl-']:hover{
    background: #37c5f3;
}

/*st4*/
.st4{
    padding-left: 60px;
    padding-right: 60px;
}
.nav-tabs-st4{
    margin-bottom: 32px;
}
.nav-tabs-st4 li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 0px 15px;
}
.nav-tabs-st4 li.active a,
.nav-tabs-st4 li:hover a{
    color: #ed1c24;
}
.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: #333;
        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*/
.st5-item {
    margin-bottom: 30px;
}
.st5-item-inner {
    padding: 20px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 5%);
    text-align: center;
    height: 100%;
    width: 100%;
    color: #111020;
    transition: all 0.3s;
}
.st5-item-img{
    width: 80px;
    height: 80px;
}
.st5-item-inner:hover {
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}
.st5-item-name {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
}
.st5-item-des {
    margin-bottom: 0;
    height: 105px;
    letter-spacing: 0.3px;
    overflow: hidden;
    font-size: 14px;
}
@media(max-width: 767px){
    .st5-item-inner{
        padding: 8px;
    }
    .st5-item-des{
        height: initial;
        padding-bottom: 12px;
    }
}
/*End st5*/

/*st6*/
.st6{
    background: rgb(9 154 175 / 20%);
}
.item-doitac {
    background: #fff;
    border: 1px solid #ddd;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s;
}
.item-doitac:hover {
    border-color: #0396ab;
}
/*End st6*/

/*st8*/
.st8-item-inner{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 16px;
    display: block;
    color: #fff;
}
.st8-item-img{
    position: relative;
}
.st8-item-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.st8-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 122, 0);
    -webkit-transition: opacity .6s,-webkit-transform .3s;
    transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events: none;
    background-image: linear-gradient(to top, #0000007a , #00000000);
}
.st8-item-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    font-size: 0.9em;
    transition: all 0.4s;
}
.st8-item-name {
    font-size: 18px;
    padding-top: 6px;
    width: 82%;
    margin: 2px 0;
    color: #fff;
    font-weight: bold;
}
.showhover {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 25px;
    bottom: 10px;
    color: #fff;
    background: rgba( 255, 255, 255, 0.40 );
    backdrop-filter: blur( 6.5px );
    border-radius: 50%;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    font-size: 24px;
    text-align: center;
    display: none;
}
.st8-item-inner:hover .showhover {
    display: block;
}
.st8-item-inner:hover .st8-item-text{
    transform: translateX(14px);
    transition: 0.8s;
}
.st8-item-inner:hover .st8-item-overlay{
    background-image: linear-gradient(to top, rgb(3 150 171 / 20%), #00000000);
}
.st8-item-inner:hover .st8-item-text p{
    opacity: 1;
}
/*End st8*/