#slide{
    z-index: 0;
}
#slide div{
    position: relative;
}
#slide div div{
    width: 100%;
    max-width: 1189px;
    padding-left: 20px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#slide img{
    max-width: 100%;
    width: auto;
}
#slide span{
    display: block;
    font-size: 2.25em;
    color: #606a76;
    font-weight: 300;
}
#slide span.strong{
    font-size: 2.75em;
    color: #549bc8;
    font-weight: 600;
}
#slide .btn{
    color: #549bc8;
    background-color: transparent;
    border: solid 2px #549bc8;
    margin-top: 30px;
}
#btSlide{
    position: relative;
    max-width: 1149px;
    margin: -120px auto 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(215, 215, 215);
}
#btSlide > div{
    padding: 35px 55px;
}
#btSlide div:nth-child(2) {
    border: 2px solid #ececec;
    border-top: none;
    border-bottom: none;
}
#btSlide a{
    transition: all .7s;
}
#btSlide a:hover .line{
    background: #549bc8;
}
#btSlide a:hover .title{
    color: #549bc8;
}
#btSlide .title{
    font-size: 1.5em;
    position: relative;
}
#btSlide .line{
    content: "";
    background: #606a76;
    margin: 5px auto 25px;
    height: 2px;
    width: 32%;
}
.btnMore{
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #549bc8;
}
.btnMore::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    transform: translateX(-15px);
    background: url('../images/arrow-right.png') no-repeat left center;
    transition: all .7s;
}
a:hover .btnMore::before{
    transform: translateX(-5px);
}


#newsList{
    max-width: 1149px;
    margin: 0 auto;
    border-top: solid 2px #ebeced;
}
#newsList h1 {
    font-size: 1.5em;
    padding: 20px 0;
    max-width: 200px;
    background-color: #fff;
    margin: -38px auto 0;
}
#newsList img{
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}
#newsList a, #newsList a *{
    display: block;
}
#newsList a strong{
    margin: 15px 0;
    color: #549bc8;
}
#newsList > div > div{
    padding: 10px;
}
@media (max-width: 1230px) {
    #btSlide{
        margin-top: -20px;
    }
    #slide span{
        font-size: 1.75em;
    }
    #slide span.strong{
        font-size: 2em;
    }
}
@media (max-width: 992px) {
    #btSlide > div:nth-child(2) {
        border: 2px solid #ececec;
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 630px) {
    #slide img {
        height: 225px;
        max-width: none;
    }
}