#slider-feature-news.slick-initialized .item,
#slider-feature-news .item:first-child{
    display: block;
}
#slider-feature-news .item{
    display: none;
    height: 100%;
}
#slider-feature-news .slick-dots {
    text-align: center;
    bottom: 30px;
}
#slider-feature-news .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.2) ;
}
#slider-feature-news .slick-dots li.slick-active {
    background: #25abe2;
}
#slider-feature-news .slick-dots li button {
    width: 12px;
    height: 12px;
}
#slider-feature-news .slick-dots li button:before {
    content: "";
}
.feature-news {
    position: relative;
}
.feature-news .i-img {
    padding-top: 50%;
    position: relative;
}
.feature-news .i-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-news .i-desc {
    width: 470px;
    height: 300px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translate(0,-50%);
    padding: 35px 45px;
}
.feature-news .i-title {
    font-size: 30px;
    line-height: 40px;
    overflow: hidden;
    max-height: 80px;
    margin-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.feature-news .i-content {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    max-height: 75px;
    margin-bottom: 20px;
}
#slider-news {
    margin: 0 -15px 30px;
}
#slider-news:after {
    display: block;
    content: "";
    clear: both;
}
#slider-news .item {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
#slider-news .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #333333;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider-news .slick-arrow:hover {
    background: #006ab5;
    color: #ffffff;
}
#slider-news .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
#slider-news .slick-prev {
    left: -50px;
}
#slider-news .slick-next {
    right: -50px;
}
#slider-news .slick-prev:after {
    content: '\f30a';
}
#slider-news .slick-next:after {
    content: '\f30b';
}
.item-news {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-news:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.item-news .i-img {
    overflow: hidden;
}
.item-news .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item-news .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-news:hover .i-img a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-news .i-desc {
    background: #ffffff;
    padding: 15px;
}
.item-news .i-desc .i-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.item-news .i-desc .i-content {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #666666;
}
.wrap-relative {
    padding: 30px 0;
    background: #eeeeee;
}
.max970 {
    max-width: 970px;
    margin: 0 auto;
}
.max970 .desc {
    font-size: 16px;
    line-height: 25px;
}
@media screen and (max-width: 991px) {
    .feature-news .i-desc {
        width: 100%;
        height: 320px;
        background: rgba(255,255,255,0.9);
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0,0);
        padding: 35px 45px 55px 45px;
    }
    #slider-feature-news .slick-dots {
        bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .feature-news .i-desc {
        padding: 25px 20px 55px 20px;
    }
}