.h-sec1 {
    background-image: url(../images/cta-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.h-sec1 .box {
    max-width: 605px;
}
.h-sec1 a {
    background-color: #5587b8;
    display: inline-block;
}
.h-sec1 a .text {
    padding: 15px;
}
.h-sec1 a:hover {
    background-color: #404040;
    box-shadow: 0 0 10px #b9b9b9;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0;
}
.h-sec2 .z-container {
    position: relative;
    padding-top: 55px;
    padding-bottom: 30px;
}
.h-sec2 .z-container:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 80%;
    background-color: rgba(85, 135, 184, 0.90);
    right: 0;
    top: 0;
}
.h-sec2 .z-6of12 {
    position: relative;
    z-index: 99;
}
.h-sec2 .head {
    line-height: 55px;
}
.h-sec2 a.btn {
    color: #272262;
    background-color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}
.h-sec2 a.btn:hover {
    color: #ffffff;
    background-color: #259ed7;
}
.h-sec2 img {
    border: 2px solid #fff;
}
.h-sec3 .head {
    color: #18527b;
}
.h-sec3 .links a {
    float: left;
    width: 25%;
    color: #000;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.h-sec3 .links a:hover {
    color: #25a0d9;
}
.h-sec3 .links a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.h-sec3 .links a:hover img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.h-sec3 .links a .text {
    padding: 25px 10px;
    background-color: #fff;
    position: relative;
}
.h-sec4 {
    background-image: url(../images/h-sec4-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
}
.h-sec4 .head {
    color: #fff;
}
.news-box {
    padding: 30px 73px;
}
.news-box a.thumb {
    border: 5px solid #24a2dd;
    box-sizing: border-box;
    width: 30%;
    float: left;
    overflow: hidden;
}
.news-box a.thumb:hover {
    border-radius: 50%;
}
.news-box a.thumb img {
    float: left;
}
.news-box .info {
    float: left;
    width: 70%;
    padding: 20px 0 0 70px;
}
.news-box .info a.n-title:hover {
    color: #2c92cd;
}




@media screen and (max-width: 1362px) {
	.h-sec2 .head {
	    line-height: 48px;
	}
	.news-box .info {
	    float: left;
	    padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 992px) {    
    .h-sec2 {
        padding: 0;
    }
    .h-sec2 .z-container::after {
        width: 100%;
    }
	.h-sec4 {
	    padding: 30px 0;
	}
	.h-sec4 .head {
	    padding-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.h-sec3 .links a {
	    width: 50%;
	}
	.h-sec3 .links a .text {
	    padding: 10px;
	}
	.news-box {
	    padding: 30px 0;
	}
}
@media screen and (max-width: 479px) {
	.h-sec2 .head {
	    line-height: 36px;
	}
	.h-sec3 .links a, .news-box a.thumb, .news-box .info {
	    width: 100%;
	}
	.news-box .info {
	    padding: 15px 0 0 0;
	}
}