/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.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{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.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){
    .owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-index*/

/*st1*/
.st1-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
    color: #020475;
    font-family: UTMAvoBold;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-heading2{
    color: #fff;
}
.st1-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 10px;
}
.st1-title2{
    color: #fff;
}
.st1-left h3{
    margin: 0 0 20px;
}
.st1-btn{
    padding: 0px 18px;
    line-height: 40px;
    color: #fff;
    background: #020475;
    display: inline-block;
    margin: 20px 0;
    font-family: UTMAvoBold;
}
.st1-btn:hover{
    background: #ed1c24;
    color: #fff;
}

.st1-item{
    margin-top: 30px;
    display: flex;
}
.st1-item-img{
    flex: none;
}
.st1-item-img img{
    width: 50px;
    margin-right: 10px;
}
.st1-item-name{
    margin: 0 0 9px;
    color: #020475;
    margin-bottom: 9px;
    font-weight: 700;
}
.st1-heading p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
    .st1-title b{
        margin: 8px 10px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-title b{
        display: none;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
    .st1 .st1-title{
        display: none;
    }
}
/*End st1*/

/*st2*/
.st2{
    background: #e7eeef;
}


.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, #020475 , #3A5BA0 );
    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;
}
/*End st2*/

/*st3*/
.st3-item {
    margin-bottom: 30px;
}
.st3-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;
}
.st3-item-img{
    width: 80px;
    height: 80px;
}
.st3-item-inner:hover {
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}
.st3-item-name {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
}
.st3-item-des {
    margin-bottom: 0;
    font-size: 14px;
    height: 115px;
    overflow: hidden;
}
@media(max-width: 767px){
    .st3-item-inner{
        padding: 8px;
    }
}
/*End st3*/

/*ldp8*/
.ldp8-content .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
}
.ldp8-content .panel-default>.panel-heading{
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 50 82 / 9%);
}
.ldp8-content .panel-title a{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 20px 15px 50px;
}
.ldp8-content .panel-title a:before, 
.ldp8-content .panel-title a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 29px;
    right: auto;
    left: 25px;
}
.ldp8-content .panel-title a:before {
}
.ldp8-content .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.ldp8-content .panel-title a:hover,
.ldp8-content .panel-title a[aria-expanded=true] {
    color: #fff;
    background: linear-gradient(to right, #020475 , #3A5BA0 );
}
.ldp8-content .panel-title a:hover:before,
.ldp8-content .panel-title a:hover:after{
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:before {
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}
/*End ldp8*/

/*st5*/
.st5{
    background: url(../images/img5.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
}
.st5-item-inner{
    color: #f1f1f1;
    padding: 15px;
    text-align: center;
    position: relative;
    height: 100%;
}
.st5-item-name{
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 10px;
}
.st5-item-inner:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed rgba(255,255,255,0.2);
}
.st5-item:first-child .st5-item-inner:before{
    display: none;
}
/*End st5*/

/*st6*/
.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: #020475;
}
/*End st6*/

/*st7*/
.st7{
    color: #fff;
}
.st7-content-inner{
    width: 850px;
    max-width: 100%;
    display: inline-block;
}
.st7-btn {
    display: inline-flex;
    align-items: center;
    height: 45px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 0px 30px;
    border-radius: 35px;
    background: #ffd33a;
    margin: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.st7-btn:hover{
    background: #cba72c;
    color: #000;
}
.st7-btn i{
    margin-right: 5px;
}
.st7-btn2{
    background: #ed1c24;
    color: #fff;
}
.st7-btn2:hover{
    color: #fff;
    background: #c1151b;
}
/*End st7*/

/*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-text p {
    background: rgba( 255, 255, 255, 0.25 );
    backdrop-filter: blur( 4px );
    border-radius: 50px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 2px 8px;
    font-weight: 700;
    color: #fff;
    opacity: .7;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    margin: 2px 0;
}
.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-text p{
    opacity: 1;
}
/*End st8*/

/*st9*/
.st9-item h3{
    color: #fff;
    text-transform: uppercase;
    background: #020475;
    border-radius: 0 15px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
}
.st9-item{
    color: #212529;
}
.st9-item i {
    font-size: .8em;
    width: 1.4em;
    text-align: center;
    line-height: 1.4em;
    border-radius: .7em;
    color: #fff;
    background: #020475;
    margin-right: 8px;
}
.st9-item a{
    color: #ed1c24;
}
.st9-item1{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.st9-item1:last-child{
    border-bottom: none;
}
a.st9-btn {
    display: inline-block;
    background-image: linear-gradient(90deg, #020475, #3A5BA0);
    border: none;
    border-radius: 99px;
    line-height: 41px;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
.st9-btn:hover {
    background-image: linear-gradient(90deg, #3A5BA0, #020475);
}
/*End st9*/

