/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
.slideshow .owl-carousel .owl-nav button {
    position: absolute;
    width: 36px;
    height: 81px;
    top: 50%;
    margin-top: -40px;
}
.slideshow .owl-carousel .owl-nav button.owl-prev {
    left: 2%;
}
.slideshow .owl-carousel .owl-nav button.owl-next {
    right: 2%;
}
.slideshow .owl-carousel .owl-nav button i.fa {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    line-height: 31px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
}
.slideshow .owl-carousel .owl-nav button:hover i.fa {
    background: #383b97;
    border-color: #383b97;
}
.slideshow .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.slideshow .owl-dots button {
    display: inline-block;
    margin: 0 3px;
}
.slideshow .owl-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    opacity: .4;
    border-radius: 50%;
}
.slideshow .owl-dots button:hover span {
    opacity: 6;
}
.slideshow .owl-dots button.active span {
    background: #fff;
    opacity: 1;
}

/* news latest */
.box-news-latest {
    margin-bottom: 80px;
}
.box-news-latest .box-news-content.fist-item {
    flex-direction: column;
}
.box-news-latest .box-news-content.fist-item .image {
    width: 100%;
}
.box-news-latest .box-news-content.fist-item .info-p {
    padding: 10px 0;
    width: 100%;
}