
.banner a{
	display: block;
}
.banner img{
	width: 100%;
	float: left;
}

.st1-title{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
    color: #15692D;
    text-transform: uppercase;
}
.st1-title:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #15692D;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-title2{
    color: #fff;
}
.st1-title2:before{
	border-color: #fff;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
}

/*ladi1*/
.ladi1-item-inner{
	border: 3px solid #15692D;
	background: #15692D;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
	padding: 15px;
	position: relative;
	height: 300px;
	transition: all 0.3s;
}
.ladi1-item-inner:hover{
	box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
}
.ladi1-item-stt{
	position: absolute;
	line-height: 1;
	bottom: 10px;
	right: 10px;
	font-size: 25px;
	font-weight: 800;
}
.ladi1-item-icon{
	border-radius: 50%;
	border: 3px solid #15692D;
	background: #fff;
	width: 81px;
	height: 81px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ladi1-item-icon img{
	width: 48.5px;
	height: 48.5px;
}
.ladi1-item-name{
	font-weight: bold;
	color: #feef01;
	font-size: 18px;
	margin: 20px 0 10px;
}
@media(max-width: 991px){
	.ladi1-item-inner{
		margin-bottom: 25px;
	}
}
@media(max-width: 767px){
	.ladi1-item-inner{
		height: inherit;
		padding-bottom: 40px;
	}
}
/*End ladi1*/

/*ladi2*/
.ladi2-content .st2-item-img{
	width: 100%;
}
.st2-item-inner {
    transition: all 0.3s;
    color: #000;
    margin-bottom: 30px;
}
.st2-item-inner:hover{
	color: #15692D;
}
.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;
}
/*End ladi2*/

/*ladi3*/
.ladi3{
	padding-bottom: 10px;
}
.ladi3 .st1-title span{
	color: #feef01;
	font-size: 28px;
}
.ladi3-item{
	margin-bottom: 35px;
}
.ladi3-item-inner{
	background: #fff;
	box-shadow: rgb(254, 239, 1) 0px 3px 0px 0px;
	position: relative;
	border-radius: 10px;
	padding: 15px 60px 20px;
	transition: all 0.3s;
	height: 100%;
}
.ladi3-item-inner:hover{
	box-shadow: rgb(193 32 14) 0px 3px 0px 0px;
}
.ladi3-item-bg{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
}
.ladi3-item-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ladi3-item-bg:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.7));
}
.ladi3-item-icon{
	width: 77px;
	height: 77px;
	background: #15692D;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
}
.ladi3-item-icon img{
	width: 55px;
	height: 55px;
	filter: contrast(0%) brightness(500%);
}
.ladi3-item-text{
	position: relative;
}
.ladi3-item-name{
	margin: 10px 0 6px;
	font-size: 18px;
	font-weight: bold;
	color: #15692D;
}
.ladi3-item-des{
	font-size: 15px;
}
@media(max-width: 767px){
	.ladi3-item-inner{
		padding: 15px;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
}
/*End ladi3*/

/*ladi4*/
.ladi4-title{
	margin: 0 0 25px;
	font-size: 35px;
	line-height: 1.4;
	font-weight: 800;
	color: #bb3131;
}
.ladi4-ul{
	margin-bottom: 30px;
}
.ladi4-ul li{
	position: relative;
	padding-bottom: 9px;
    padding-left: 27px;
    color: #15692D;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}
.ladi4-ul li:before {
	position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    width: 23px;
    height: 23px;
    top: 2px;
    background-image: url("../images/check.png");
    content: "";
}
.ladi4-btn{
	background: #bb3131;
	color: #fff;
	padding: 0;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    width: 270px;
    border-radius: 50px;
}
.ladi4-btn:hover{
	color: #fff;
}
.ladi4-btn span{
	animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transition: all 150ms linear 0s;
    display: block;
}
@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(1);transform: scale(1);}
	50% {-webkit-transform: scale(1.1);transform: scale(1.1);}
	100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes pulse {
	0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	50% {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
	100% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
}
@media(max-width: 767px){
	.ladi4-left{
		margin-bottom: 20px;
	}
}
/*End ladi4*/

/*st4*/
.st4-content{
	display: flex;
	flex-wrap: wrap;
}
.st4-item{
	width: calc(33% - 7px);
	margin: 0px 10.5px 10px 0px;
	float: left;
}
.st4-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
@media(min-width: 768px){
	.st4-item:nth-child(3n){
		margin-right: 0;
	}
}

@media(max-width: 767px){
	.st4-item{
		width: calc(50% - 5px);
		margin: 0px 10px 10px 0;
	}
	.st4-item:nth-child(2n){
		margin-right: 0;
	}
}
/*End st4*/
/*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: #15692D;
    border-color: #15692D;
}
.owl-theme .owl-nav{
    margin: 0;
}
@media(max-width: 767px){
    .owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-index*/

/*ladi5*/
@media(min-width: 1200px){
	.ladi5 .container{
		width: 990px;
	}
}
.ladi5{
	background: url(../images/ladi8.jpg) left top no-repeat;
	background-size: cover;
}
.ladi5-form{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    background-color: #051f4d;
    border-radius: 8px;
    color: #fff;
    padding: 20px 12px;
}
.title-form{
	margin: 5px 0 25px;
	text-align: center;
	font-weight: 800;
}
.form input,
.form textarea{
	width: 100%;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 40px;
	padding: 0px 10px;
	color: #000;
}
.form textarea{
	padding: 10px;
	height: 100px;
	line-height: 1.7;
}
.form input[type="submit"]{
	background: #bb3131;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	border: none;
}
.ladi5-tel{
	background: #15692D;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: block;
	text-align: center;
	line-height: 40px;
	padding: 0px 10px;
	transition: all 0.3s;
}
.form input[type="submit"]:hover{
	background: #d51d1d;
}
.ladi5-tel:hover{
	color: #fff;
	background: #1cb92b;
}
.ladi5-ul li{	
	background: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
	display: flex;
	align-items: center;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}
.ladi5-ul li span{
	width: 49px;
	height: 49px;
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	color: #15692D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 800;
	margin-right: 12px;
	flex: none;
}
.ladi5-ul li:last-child{
	padding: 15px 25px;
	margin-top: 35px;
	margin-bottom: 0;
}
@media(max-width: 767px){
	.ladi5-ul{
		margin-top: 20px;
	}
}
/*End ladi5*/

/*lay6*/
.lay6-box{
    background-color: #fff;
    border: 1px dashed #15692D;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
    padding: 20px 20px 10px;
    position: relative;
}
.lay6-box.active {
    height: auto;
}
a.btn-show2 {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 20px;
    background: #15692D;
    margin: 0 10px;
}
a.btn-show2:hover {
    opacity: 0.7;
}
/*End lay6*/

/*st8*/
.st8{
	padding-bottom: 25px;
}
.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-text p{
    opacity: 1;
}
/*End st8*/

/*st9*/
.st9 .st1-heading p{
	width: 730px;
	max-width: 100%;
    text-align: center;
    margin: auto;
}
.st9-item-name{
	font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px;
}
.st9-item-tn{
	border: 2px solid rgba(8, 58, 145, 0.2);
	border-radius: 15px;
	background: #fff;
	text-align: right;
    padding: 20px 40px 10px 15px;
    font-size: 16px;
}
.st9-item:nth-child(2n) .st9-item{
	float: right;
}
.st9-item:nth-child(2n) .st9-item-tn{
	text-align: left;
	padding: 20px 15px 10px 40px;
}
.st9-item-text{
	padding: 0;
	position: relative;
}
.st9-item:nth-child(2n) .st9-item-text{
	float: right;
}
.st9-item-icon{
	position: absolute;
	width: 59px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(10, 103, 233);
	border-radius: 50%;
	right: -29.5px;
	top: 50%;
	transform: translateY(-50%);
}
.st9-item:nth-child(2n) .st9-item-icon{
	right: initial;
	left: -29.5px;
}
.st9-item-icon img{
	width: 34px;
	height: 35px;
}
@media(max-width: 767px){
	.st9-item-icon{
		position: relative;
	    right: 0;
	    top: 0;
	    transform: none;
	    margin: 15px 0;
	    display: inline-flex;
	}
	.st9-item-text{
		text-align: center;
	}
	.st9-item-tn{
		text-align: center;
		padding: 15px;
	}
	.st9-item:nth-child(2n) .st9-item-tn{
		padding: 15px;
		text-align: center;
	}
	.st9-item:nth-child(2n) .st9-item-icon{
		left: 0;
	}
}
/*End st9*/

/*faqs*/
.faq .panel{
    border: none;
    margin-bottom: 10px;
    box-shadow: none
}
.faq .panel-default>.panel-heading{
    border: none;
    position: relative;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-color: #fff;
}
.faq .panel-title{
    font-size: 14px;
    font-weight: normal;
}
.faq .panel-title a{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.faq .panel-title a:before,
.faq .panel-title a:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    right: auto;
    left: 0;
}
.faq .panel-title a:before {
}
.faq .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.faq .panel-title a:hover,
.faq .panel-title a[aria-expanded=true] {
    color: #15692D;
}
.faq .panel-title a[aria-expanded=true]:before {
    background: #15692D;
    height: 1.5px;
}
.faq .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #15692D;
}
/*End faqs*/
