.cwh-slider{
    position: relative;
    background-color: #001B4E;
}

.cwh-slider .swiper-container{
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.cwh-box{
    display: flex
}

.cwh-box .cwh-thumbnail{
    width: calc(46.15% - 70px);
    margin-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cwh-box .cwh-thumbnail img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cwh-box .cwh-content{
    width: 53.85%;
    padding: 44px 0 47px 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cwh-box .cwh-content .cwh-title{
    line-height: 1.4;
    margin-top: 0;
}

.cwh-box .cwh-content .cwh-body{
    margin-top: 14px;
    padding-right: 30px;
}

.cwh-box .cwh-content .cwh-body h4{
    margin-top: 16px;
    margin-bottom: 0;
    color: #70CFFF;
    text-transform: uppercase;
}

.cwh-box .cwh-content .cwh-body h4:first-child,
.cwh-box .cwh-content .cwh-body p:first-child{
    margin-top: 0
}

.cwh-box .cwh-content .cwh-body p{
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 400;
    line-height: 1.8;
}

.cwh-slider-controllers{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -63px;
    z-index: 10
}

.cwh-slider-controllers .cwh-pagination{
    display: flex;
    align-items: center;
}

.cwh-slider-controllers .cwh-pagination > *{
    opacity: 1;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.3s all;
}

.cwh-slider-controllers .cwh-pagination > *.swiper-pagination-bullet-active{
    background-color: #F7993A;
}

.cwh-slider-controllers .cwh-pagination > *:not(.swiper-pagination-bullet-active):hover{
    background-color: #f7993a93;
}

.cwh-slider-controllers .arrow-right{
    background: url("../img/arrow-right.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-left: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.cwh-slider-controllers .arrow-left{
    background: url("../img/arrow-left.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-right: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.cwh-slider-controllers .arrow-right:hover,
.cwh-slider-controllers .arrow-left:hover{
    opacity: 0.7;
}

.cwh-section{
    background: radial-gradient(29.9% 53.3% at 31.25% 83.26%, rgba(43, 76, 160, 0.3) 0%, rgba(43, 76, 160, 0) 100%), #001F59 !important;
}

@media screen and (max-width:1024px){
    .cwh-box .cwh-content{
        padding: 25px 20px 25px 0;
    }

    .cwh-box .cwh-thumbnail {
        width: calc(50% - 30px);
        margin-right: 31px;
    }
}
@media screen and (max-width:480px){

	.cwh-box .cwh-thumbnail img{
		height: 185px;
	}
}

@media screen and (max-width:800px){
    .cwh-box .cwh-content .cwh-body{
        padding-right: 0;
    }

    .cwh-box{
        flex-direction: column;
    }

    .cwh-box .cwh-thumbnail{
        width: 100%;
        margin-right: 0;
    }

    .cwh-box .cwh-content{
        width: 100%;
        padding: 16px 15px 18px;
    }

    .cwh-slider-wrapper{
        padding: 0 15px;
    }

    .cwh-slider-controllers{
        bottom: -50px;
    }

    .cwh-slider .swiper-container{
        margin: 0 auto 50px;
		padding: 0;
    }
}
