.home-slider {
    margin-bottom: 50px;
}

.home-slider .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
}

.hs-cont {
    width: 92.7%;
    float: right;
}

.home-slide {
    background: #FBFBFB;
}

.hs-cont {
    display: flex;
    flex-direction: row;
}

.hs-body {
    position: relative;
    width: 36%;
    height: 350px;
    padding-bottom: 65px;
    box-sizing: border-box;
}

.hs-body:only-child {
    width: 100%;
}

.hs-body-valign {
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hs-body h1 {
    font-weight: 500;
    font-size: 33px;
    margin-bottom: 40px;
	line-height: 100%;
}

.hs-body p {
    font-family: 'Karla';
    font-weight: 700;
    font-size: 21px;
    color: #424242;
    margin-bottom: 30px;
}

.hs-pic {
    width: 64%;
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 25px 0 0 25px;
}

.hs-pic:only-child {
    width: 100%;
}

.hs-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 90%;
}

.hs-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hs-controls .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    box-shadow: 2px 0 10px rgba(0,0,0,.5);
    transition: all .5s;
}

.hs-controls .swiper-pagination-bullet:not(:last-child) {
    margin-right: 25px;
}

.hs-controls .swiper-pagination-bullet-active {
    width: 68px;
    background: #39940D;
}

.hs-arrows div {
    display: inline-block;
    font-size: 20px;
    color: #424242;
    position: relative;
    cursor: pointer;
}

.hs-arrows div:hover {
    text-decoration: underline;
}

.hs-arrows div::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('/images/arrow-left.png');
}

.hs-l {
    padding-left: 43px;
    margin-right: 1em;
}

.hs-l::before {
    left: 0;
}

.hs-r {
    padding-right: 43px;
    margin-left: 1em;
}

.hs-r::before {
    right: 0;
    transform: rotate(180deg);
}

@media (max-width: 1840px) {
    .home-slider {
        margin-bottom: 50px;
    }
}

@media (max-width: 1470px) {
    .hs-body p {
        font-size: 16px;
    	margin-bottom: 15px;
    }

    .hs-pagination {
        display: none;
    }
}

@media (max-width: 1360px) {
    .hs-cont {
        width: 99%;
    }
}

@media (max-width: 1200px) {
    .hs-body h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .hs-body {
        height: 350px;
    }

    .hs-pic {
        height: 350px;
    }
}

@media (max-width: 930px) {
    .hs-cont {
        display: flex;
        flex-direction: column;
    }

    .hs-body {
        height: auto;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .hs-body,
    .hs-pic {
        width: auto;
        text-align: center;
    }
    .hs-body{
		padding-top: 0;
    	padding-bottom: 36px;
    }
    .home-slider{
		margin-bottom: 20px;
    }
    .home-slide A.more-link{
		font-size: 15px;
    	font-weight: 500;
    	padding: 5px 41px 5px 20px;
    }
    
    .home-slide A.more-link:after{
		height: 18px;
    	width: 22px;
    	background-size: 15px 10px;
    	top: 5px;
    }

    .hs-controls {
        width: 99%;
    }

    .hs-arrows {
        margin: 0 auto;
    }

    .hs-body-valign {
        width: 99%;
        position: static;
        transform: translateY(0);
    }
    .hs-pic{
		height: 265px;
    }
}