.quick-links .box {
    max-width: 395px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
}
.quick-links .box a {
    display: inline-block;
    background-color: #fff100;
    color: #000;
    text-transform: uppercase;
}
.quick-links .box a:hover {
    background-color: #920006;
    box-shadow: 0 0 10px #909090;
    color: #FFF;
}
.quick-links .box a img {
    float: left;
}
.quick-links .box a .text {
    display: inline-block;
    width: 100%;
    padding: 12px 12px;
}
.quick-links .box a .z-arrow-right-10 {
    border-left-color: #87cd26;
    margin: 0px -6px 0 0;
}

.quick-links .box a:hover .z-arrow-right-10 {
    border-left-color: #FFF;
    margin: 0px -6px 0 0;
}

.home-left {
    background-color: #ffffff;
    margin-left: 2%;
    margin-right: 0;
    position: relative;
}
.home-left:after {
    content: '';
    position: absolute;
    width: 395px;
    height: 100%;
    background-color: #ffefd0;
    left: 100%;
    top: 0;
}
.home-right {
    background-color: #ffefd0;
    margin-left: 0;
    max-width: 395px;
    position: relative;
}
.h-sec1 .head {
    color: #920006;
}
.h-sec1 .h-news {
    border-top: 5px solid #21d5db;
    float:left;
    width:100%;
}
.h-sec1 .h-news .news-box {
    margin: 30px 0;
    display: inline-block;
}
.h-sec1 .h-news a.thumb, .h-sec1 .h-news a.thumb img, .h-sec1 .h-news .info {
    float: left;
}
.h-sec1 .h-news a {
	display: inline-block;
}
.h-sec1 .h-news a.thumb {
    width: 27%;
    border-radius: 10px;
    overflow: hidden;
}
.h-sec1 .h-news a.thumb:hover {
    border-radius: 0px;
    box-shadow: 0 0 10px #909090;
}
.h-sec1 .h-news .info {
    width: 73%;
    padding: 0 30px;
}
.h-sec1 .h-news a.title {
    color: #140d0a;
}
.h-sec1 .h-news a.more {
    color: #d10000;
    margin: 5px 0 0 0;
}
.h-sec1 .h-news a.title:hover, .h-sec1 .h-news a.more:hover {
    color: #21d5db;
}
.req-info {
	border-bottom: 5px solid #920006;
}
.req-info a.req-btn {
    display: inline-block;
    background-color: #d10000;
    color: #FFFFFF;
    padding: 18px 35px;
    font-weight: bold;
}
.req-info a.req-btn:hover {
    background-color: #b10000;
}

@media screen and (max-width: 1362px) {
    .home-left::after {
        width: 306px;
    }
	.quick-links .z-t-24 {
	    font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
	.home-left, .home-right {
	    margin-left: 3.500%;
	}
    .home-left::after {
        display: none;
    }
	.home-right {
	    height: auto !important;
	}
    .req-info {
        border-bottom: 0 solid #959595;
    }
}
@media screen and (max-width: 767px) {
	.home-left, .home-right {
        margin:0px !important;
        max-width:100%;
        width:100%;
        float:left;
	}
	.quick-links .box {
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	.quick-links {
	    padding: 15px 0;
	}
}
@media screen and (max-width: 479px) {
	.home-left, .home-right {
        margin:0px !important;
        width:100%;
	    padding: 15px;
	}
    .quick-links .z-t-24 {
        font-size: 18px;
    }
    .h-sec1 .h-news a.thumb {
        display: none;
    }
    .h-sec1 .h-news .info {
        width: 100%;
        padding: 0;
    }
    .req-info {
        padding: 20px;
    }
}