@charset "utf-8";
    .grid_ly {
    position: relative;
}
.grid_ly_rg {
    position: relative;
    top: -98px;
    max-width: 350px;
    right: -1px;
    float: right;
}
.grd_col_3 {
    position: absolute!important;
    margin-top: 150px;
}
.tabs-block .comm_content6 .content.gd_ly {
    margin-top: 10px!important;
}
.com_section1 {
    display: flex;
    position: relative;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom:  -100px;
}
.boxTxt {
    max-width: 920px;
    position: relative;
    margin: 0 auto;
}
.com_section1 .boxTxt {
    background: #ecf7e6;
    padding: 70px 80px;
    z-index: 99;
}
.com_section1 .boxTxt::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    background: url(../images/water.jpg) no-repeat scroll center center;
    width: 90px;
    height: 90px;
    background-size: contain;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -50px;
}
.grid_bg {
    max-height: 630px;
    width: 100%;
    position: relative;
    z-index: 27;
    top: -126px;
    padding-top: 185px;
}
.grid_gallery {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em 0 5em;
}
.grid_gallery img {
    max-width: 300px;
    margin: 0 20px;
    border: 2px solid #fff;
}
.grid_gallery .slick-prev, .grid_gallery .slick-next {
    top: 42%}
.grid_gallery .slick-prev:before, .grid_gallery .slick-next:before {
    font-size: 30px;
}
.com_section2 {
    width: 100%;
    justify-content: center;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: contain;
}
.com_section2 .boxTxt {
    max-width: 720px;
    text-align: center;
    padding: 20px;
}
/*.com_section2 .boxTxt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/education.jpg) no-repeat scroll center center;
    width: 90px;
    height: 90px;
    background-size: contain;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -110px;
}*/
.grid_lay_2 {
    position: relative;
    top: -129px;
    max-width: 350px;
	z-index: -2;
}

.com_section3 {
    width: 100%;
    justify-content: center;
    top: 0;
    position: relative;
    display: block;
    flex-direction: column;
}
.com_section3 .boxTxt {
    max-width: 720px;
    text-align: center;
    top: 210px;
}
.su_health .boxTxt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/health.jpg) no-repeat scroll center center;
    width: 90px;
    height: 90px;
    background-size: contain;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -110px;
}
.txt_bg {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    width: 100%}
.txt_bg h3 {
    color: #fff!important;
}
@media screen and (max-width: 920px) {
    .com_section1 .boxTxt {
    max-width: 95%}
}@media screen and (max-width: 750px) {
    .com_section1 .boxTxt {
    padding: 50px 10px 10px;
}
.grid_ly_rg {
    z-index: -1;
}
.comm_content1 iframe {
    width: 100%!important;
    height: 100%!important;
    min-height: 320px!important;
}
.grid_gallery img {
    min-height: 202px!important;
}
}@media screen and (max-width: 500px) {
    .grid_lay_2 {
    max-width: 290px;
}
.grid_2_ps {
    margin-top: 0;
}
}@media screen and (max-width: 450px) {
    .grd_col_3 {
    margin-top: 50px!important;
}
}@media screen and (max-width: 450px) and (min-width: 361px) {
    .grid_lay_2 {
    min-height: 880px;
}
}@media screen and (min-width: 320px) and (max-width: 360px) {
    .grid_lay_2 {
    min-height: 1000px;
}
.grid_ly_rg {
    min-height: 885px!important;
}
}.card {
    position:  relative;
    display:  inline-block;
    transition:  0.3s;
}
.card .img-top {
    display:  none;
    position:  absolute;
    top: 0;
    left:  0;
    z-index:  99;
}
.card:hover .img-top  {
    display:  inline;
}
