.hsec1 .box {
    max-width: 395px;
}
.hsec1 a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.hsec1 a .text, .hsec1 a:hover .text {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hsec1 a .text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 80%;
    padding: 15px 8px;
    margin: 0 10%;
    transform: translateY(-50%);
    background-color: #000000;
}
.hsec1 a:hover .text {
    background-color: #2b8d75;
}
.hsec2 {
    width:100%;
    float:left;
    background-image: url(/images/hsec1-bg.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}
.hsec2:after {
    content: '';
    background-image: url(/images/about.jpg);
    width: 50%;
    height: 100%;
    background-repeat:no-repeat;
    position: absolute;
    
    top: -60px;
}
.hsec2 a.more {
    display: inline-block;
    background-color: #2b8d75;
    border: 1px solid #58a491;
    padding: 18px 65px;
    color: #fff;
    font-size: 24px;
    vertical-align: top;
}
.hsec2 a.more:hover {
    background-color: #090909;
}
.hsec3 {
    width:100%;
    float:left;
    background-color: #000000;
}
.hsec3 .box {
    max-width: 290px;
}
.hsec3 .box a.icon {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.hsec3 a.icon img {
    float: left;
}
.hsec3 .box a.icon:hover {
    box-shadow: 0 0 15px #fff;
}
.hsec3 .box a {
    text-decoration: underline;
}
.hsec3 .box a:hover {
    text-decoration: none;
    color: #2b8d75;
}
.hsec3 .box .head {
    min-height: 92px;
}
.hsec4{
    width:100%;
    float:left;
}
.hsec4 a.more {
    display: inline-block;
    background-color: #8e9090;
    padding: 15px 65px;
    color: #fff;
    font-size: 24px;
    vertical-align: top;
}
.hsec4 a.more:hover {
    background-color: #2b8d75;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.hsec2::after {
	    display: none;
	}
}
@media screen and (max-width: 767px) {
	.hsec2 a.more, .hsec4 a.more {
	    padding: 15px 35px;
	    font-size: 20px;
	}
}
@media screen and (max-width: 479px) {
	.hsec3 .box .head {
	    min-height: auto;
	}
}