.owl-carousel{
    float: left;
    position: relative;
}
.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 26px);
    color: #fff;
    opacity: .5;
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background: none;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next{
    right: 5%;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 5%;
}

section .owl-item .item{
    position: relative;
}
section .owl-item .item div{
    width: 500px;
    position: absolute;
    bottom: 15%;
    right: 15%;
    background: rgba(252,199,3,.8);
    padding: 15px;
}
section .owl-item .item p{
    width: 100%;
    float: left;
    font-size: 46px;
    line-height: 55px;
    padding-bottom: 30px;
}
section .owl-item .item div a{
    float: right;
    display: block;
}
@media only screen and (max-width: 1599px) {
    section .owl-item .item p{
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1399px) {
    section .owl-item .item div{
        width: 400px;
        right: 10%;
    }
    section .owl-item .item p{
        font-size: 36px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 1199px) {
    section .owl-item .item p{
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 800px) {
    section .owl-item .item div{
        width: 300px;
    }
    section .owl-item .item p{
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    section .owl-item .item div{
        width: 80%;
/*
        display: flex;
        align-items: flex-end;
*/
    }
    section .owl-item .item p{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0;
        flex: 1;
    }
}
@media only screen and (max-width: 500px) {
    section .owl-item .item div{
        padding: 5px;
        width: 74%;
        right: 13%;
    }
    section .owl-item .item div a{
        width: 30px;
    }
}
.heading {
	width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.heading span{
    flex: 2;
    height: 1px;
}
.heading h2{
    font-size: 58px;
    padding: 0 20px;
    font-weight: 400;
}
@media only screen and (max-width: 1399px) {
    .heading h2{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .heading h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .heading h2{
        font-size: 30px;
    }
}
.table{
    width: 90%;
    float: left;
    display: flex;
    color: #fff;
    margin: 0 5%;
}
.table a{
    color: #fff;
}
.table a:hover{
    text-decoration: underline;
}
.table p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.table .img{
    width: 600px;
}
.table .img img{
    width: 100%;
}
.table .img div{
    border-top: 10px solid;
    padding: 10px;
}
.table .img p{
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.table .img p:first-child{
    min-height: 53px;
}
.table .img p:last-child{
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 16px;
}
.table ul{
    flex: 1;
    padding: 30px 40px;
    position: relative;
}
.table ul>a{
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    text-align: center;
    display: block;
    padding: 5px 0;
}
.table ul li{
    padding: 15px 0;
    display: flex;
}
.table ul li p:first-child{
    width: 150px;
}
.table ul li p:last-child{
    flex: 1;
}
@media only screen and (max-width: 1399px) {
    .table .img{
        width: 450px;
    }
    .table ul{
        padding: 10px 30px 40px;
    }
    .table ul li p:first-child{
        width: 120px;
    }
    .table .img p{
        font-size: 18px;
    }
    .table .img p:first-child{
        min-height: 48px;
    }
    .table .img p:last-child{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .table ul li{
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .table ul li p:last-child{
        flex: none;
        width: 100%;
        margin-top: 5px;
        -webkit-line-clamp: 1;
    }
}
@media only screen and (max-width: 999px) {
    .table{
        flex-wrap: wrap;
    }
    .table .img{
        width: 100%;
    }
    .table ul{
        flex: none;
        width: 100%;
    }
    .table ul li p:last-child{
        flex: 1;
        margin-top: 0;
        -webkit-line-clamp: 2;
    }
}
@media only screen and (max-width: 500px) {
    .table ul li{
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .table ul li p:last-child{
        flex: none;
        width: 100%;
        margin-top: 5px;
        -webkit-line-clamp: 1;
    }
}
.news,
.media{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.news h2{
    color: #e5287e;
}
.news .heading span,
.news .table{
    background: #e5287e;
}
.news .table .img,
.news .table ul>a{
    background: #ce063e;
}
.news .table .img div{
    border-color: #e5287e;
}
.media h2{
    color: #222e8e;
}
.media .heading span,
.media .table{
    background: #222e8e;
}
.media .table .img,
.media .table ul>a{
    background:#05084f;
}
.media .table .img div{
    border-color: #222e8e;
}
.link{
    width: 100%;
    background: #f2f2f2;
    display: block;
    margin:50px  auto;
}
.link>div{
    padding: 30px 0;
}
.link .owl-carousel .owl-nav button.owl-next,
.link .owl-carousel .owl-nav button.owl-prev{
    font-size: 20px;
    color: #dddddd;
    opacity: 1;
    top: calc(50% - 13px);
}
.link .owl-carousel .owl-nav button.owl-next:hover,
.link .owl-carousel .owl-nav button.owl-prev:hover{
    color: #807c7c;
}
.link .owl-carousel .owl-nav button span{
    background: #807c7c;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
}
.link .owl-carousel .owl-nav button.owl-next:hover span,
.link .owl-carousel .owl-nav button.owl-prev:hover span{
    background:#dddddd;
}
.link .owl-carousel .owl-nav button span i{
    margin: -1px;
}
.link .owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}
.link .owl-carousel .owl-nav button.owl-next{
    right:-40px;
}
.link .item>a div p{
    position: relative;
    padding:10px 5px 5px;
    color: #191919;
}
.link .item>a:hover p{
    text-decoration: underline;
}
.link .item>a div p img{
    position: absolute;
    top: -20px;
    left: 0;
}
.link .item img{
    width: 100%;
}
.link .owl-stage{
    display: flex;
}
.link .owl-stage>div{
    border: 1px solid #333;
    background: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 1399px) {
    .link .owl-stage>div{
        font-size: 14px;
    }
    .link .item>a div p{
        padding:5px;
    }
}
@media only screen and (max-width: 1199px) {
    .link .owl-carousel .owl-nav button.owl-prev{
        left: -10px;
    }
    .link .owl-carousel .owl-nav button.owl-next{
        right:-10px;
    }
}
@media only screen and (max-width: 767px) {
    .link .item>a div p{
        padding:10px 5px 5px;
    }
}

