.img-hover-zoom:hover{
    transition: transform .2s;
    transform: scale(1.1);
}

.my-breadcrumb{
    display: inline-flex;
    margin-top: 40px;
}

.my-breadcrumb li{
    margin-right: 10px;
    color: #8e8e8e;
}

.my-breadcrumb li a{
    color: #8e8e8e;
 
}

.my-breadcrumb li span{
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}


.page-title{
    text-align: justify;
}

.cms_page_title h1 {
    color: #2b3990;
    font-family: 'RobotoCondensed-Bold';
    font-size: 37px;
    font-weight: 600;
}
.news-content{
    text-align: justify;
}
.news-content p:has(img) {
  margin-bottom: 0;
}

.news-content img{
    max-width: 100%;
    height:auto;
	display: initial;
	margin-left:auto;
	margin-right:auto;
}
.news-content video{
    max-width: 100% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.news-content p,h1,h2,h3,h4,h5,h6{
	margin-bottom: 10px;
}

.news-content ul li{
	margin-bottom: 5px;
}

.news-content video{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-content iframe{
	    max-width: 100%;
    aspect-ratio: 722/406;
    height: auto;
}
@media (max-width: 768px) {
   .news-content video{
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    
    .cms_page_title h1 {
        font-size: 30px;
    }
	
	.news-content img{
		width: 100%;
	}
}





.news-title{
    margin-top: 5px;
    font-family: 'RobotoCondensed-Bold';
    color: #2b3990;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-title h5{
    font-size: 20px;
}
.news-description{
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.about-title{
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0A1455;
    margin-bottom: 40px;
}
.title-underline{

    content: "";
    display: block;
    height: 70px;
    background-image: url('../img/line-border.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media (max-width: 767px){
    .about-title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .title-underline {
        height: 55px
    }
}

