/* Editor Content Start */

/* Set cms_content style Start */

.cms_content h1,
.cms_content h2,
.cms_content h3,
.cms_content h4,
.cms_content h5,
.cms_content h6 { 
    font-size:revert; 
    font-weight: 700; 
    border: 0;
    margin: 0px;
    padding: 0px;
    line-height: 1.2; 
}

.cms_content h1 { font-size: 30px; color: #de4858; }
.cms_content h2 { font-size: 26px; color: #ef7245; }
.cms_content h3 { font-size: 24px; color: #de4858; }
.cms_content h4 { font-size: 22px; color: #ef7245; }
.cms_content h5 { font-size: 20px; color: #de4858; }
.cms_content h6 { font-size: 18px; color: #ef7245; }

.cms_content { 
    min-height: 500px; 
}
.cms_content p { 
    border: 0;
    margin: 0px;
    padding: 0px;
    line-height: 1.2; 
}
.cms_content img { 
    max-width: 100%; 
    height: auto !important; 
}
.cms_content table,
.cms_content iframe { 
    max-width: 100%; 
}
.cms_content dl,
.cms_content dl li,
.cms_content ol,
.cms_content ol li,
.cms_content ul,
.cms_content ul li { 
    margin: 0px; 
    padding: 0px 0px 0px 20px; 
    line-height: 2rem; 
    border: 0; 
    list-style-type: revert; 
}
.cms_content table { 
    border-collapse: initial; 
}
.cms_content a { 
    color:#239300; 
    /* font-weight:bold; */
    text-decoration:none;

}
.cms_content a:hover { 
    text-decoration:underline;

}
/*.cms_content a:hover { 
    text-decoration:none; 
} */

/* Set cms_content style End */

/* Set Special Style Start */

/****************************************/

/* .cms_content .desc-table table {
    color:black;
    width: 100%;
    border: 0 !important;
    border-collapse: collapse!important;
}   
.cms_content .desc-table td {
    padding: 17px 18px;
}
.cms_content .desc-table td::before {
    content: "\f061";
    color: #93c1dd;
    margin-right: 4px;
    padding-right:5px;
    font-family: 'FontAwesome';
}
.cms_content .desc-table tr:nth-child(odd) {
    background-color: #f3f8fbf3;
}
.cms_content .desc-table tr:nth-child(even) {
    background-color: #e8f2f8;
} */

/****************************************/

 /* .cms_content  h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    max-width: 50px;
    margin: 10px 0px;
    background: #37b787;
}  */

/****************************************/

/* Set Special Style End */

/* Set responsive Style Start */
.cms_content .img-responsive-150 img{
    height:150px!important;
    object-fit: contain;
}
.cms_content .img-responsive-200 img{
    height:200px!important;
    object-fit: contain;
}
.cms_content .img-responsive-300 img{
    height:300px!important;
    object-fit: contain;
}
.cms_content .img-responsive-400 img{
    height:400px!important;
    object-fit: contain;
}
.cms_content .img-responsive-500 img{
    height:500px!important;
    object-fit: contain;
}

.cms_content table.mScroll { 
    overflow-x: scroll; 
    max-width: 100%; 
    display: block; 
}

.cms_content table.tb_logo td img { 
    max-width: 100%; 
}

@media screen and (max-width: 1200px){
    .cms_content table.tb_logo { 
        display: block; 
    }
    .cms_content table.tb_logo tr { 
        display: block; 
    }
    .cms_content table.tb_logo td { 
        display: inline-block; 
        width: 49% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.tb_logo th { 
        display: block; 
        width: 100%;  
    }
}
@media screen and (max-width: 1025px){
    .cms_content table.padRowH { 
        display: block; 
        position: relative; 
    }
    .cms_content table.padRowH tr td { 
        display: block; 
        width: 100% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { 
        display: block; 
        position: relative; 
    }
    .cms_content table.padRowV tr td { 
        display: block; 
        width: 100% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { 
        display: block; 
        position: relative; 
    }
    .cms_content table.mRow tr td { 
        display: block; 
        width: 100% !important; margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 400px){
    .cms_content table.tb_logo td {  
        width: 100% !important; 
    }
    .cms_content .img-responsive-150 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-200 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-300 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-400 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-500 img{
        height:100%!important; 
    }
}

/* Set responsive Style End */

/* Editor Content End */

/* Customer Style Start */
/*.cus-item-detail-sync1 img
{
    object-fit: contain;
    height: 500px;
}

.cus-item-detail-sync2 img
{
    object-fit: contain;
    height: 100px;
}*/

img.cus-banner-img{
    object-fit: contain;
    height: 625px;

}
.cus-school-event-inner{
    height: 100%;
    /*background-color: red;*/
}
.cus-s-event-content-inner p{
   padding-left: 0px;
}
.cus-s-event-content-inner span{
   padding-left: 0px;
}
.layui-layer-title > p{
    font-size: 20px;
    line-height: revert;

}

.sidemenu li.active a { color: #ff6600; }
.sidemenu li.active .side-sub-menu li a { color: black; }
.sidemenu li.active .side-sub-menu li.active a { color: #ff6600; }

.animated-col img { width:100%; -webkit-mask-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))) }

@media screen and (max-width: 767px)
{
    .layui-layer {
        width: 60% !important;
        right: 20% !important;
    }
}

@media screen and (max-width:499px) {
    .layui-layer {
        width: 90% !important;
        left: 5% !important;
        /* right: 15%; */
    }
}

.thumb-slider .owl-theme .owl-nav{
height:0px;
}
@media screen and (min-width: 992px){


	
	.mobile-menu-view{
	display:none!important;
	}
}
@media screen and (max-width: 991px){

	.desktop-menu-view{
	display:none!important;
	}
	.mobile-menu-view{
	display:block!important;
	}
	.news-circle{
	width:120px;
	height:120px;
	}
	span.news-circle h3{
	font-size:21px;
	}
}
.history-slider.owl-theme .owl-nav{
	opacity:1;
}
/* Customer Style End */

@media screen and (min-width: 768px){
	.indexsliderbanner-desktop-view{
		display:block;
	}
	.indexsliderbanner-mobile-view{
		display:none;
	}
}
@media screen and (max-width: 767px){
	.indexsliderbanner-desktop-view{
		display:none;
	}
	.indexsliderbanner-mobile-view{
		display:block;

	}
	.cus-index-banner-item{
		padding:25px;
	}

}
@media screen and (max-width: 450px){
	.cus-index-banner-item{
		padding:9px;
	}
	.hover-content{
		width: 75%;
	}
	h2.col-title{
		font-size: 40px;
	}

}
@media screen and (max-width: 400px){

	.hover-content{
		width: 70%;
	}

}

.cus-owl-nav [class*="owl-"] {
    background: transparent;
    color: #efa5a8;

}
.cus-owl-nav {
    margin-top: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    top: 117%;
    z-index: 9999;
    font-size: 38px;
    padding: 0 25px;
    padding: 0;
    /* width: calc(100% + 90px);
    left: -45px; */
    text-align: center;
    -webkit-tap-highlight-color: transparent;

}
button.sliderBanner-owl-prev, button.sliderBanner-owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;

} 
table.res-table{

  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%

}
iframe.res-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;


}




}