﻿#myCarousel_big .carousel-indicators.info1 {
    width: auto;
    left: auto;
    right: 60px;
    bottom: 40px;
}

#myCarousel_big .carousel-control.left {
    background-image: url(../image/info_icon_left.png);
}

#myCarousel_big .carousel-control.right {
    background-image: url(../image/info_icon_right.png);
}

.ur_here {
    font-size: 20px;
    margin-top: 76px;
    margin-bottom: 60px;
    text-align: right;
}

.bg_yellow .info {
    display: none;
}
.info_info {
    padding: 60px;
    padding-top: 120px;
    font-size: 22px;
    line-height: 38px;
}

.biginfo {
    margin-top: 50px;
    margin-bottom: 50px;
}
.event_info {
    margin: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
}
.event_info .title {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 20px;
    min-height: 100px;
}
.event_info .readmore {
    color: #cccccc;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

.event_info img {
    transition: transform 0.5s;
}
.event_info:hover img {
    transform: scale(1.05);
}
.event_info:hover .readmore {
    color: #007739;
}
.event_info:hover {
    border-bottom: 2px solid #007739;
    box-shadow: 0px 0px 5px #cccccc;
}

.article_info_top {
    font-size: 28px;
    padding: 37px;
    padding-left: 88px;
    font-weight: bolder;
    background: #91d097;
}
@media screen and (min-width: 1441px) and (max-width: 1650px) {
    .info_info {
        padding: 60px;
        padding-top: 60px;
        padding-top: 60px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .info_info {
        padding: 60px;
        padding-top: 40px;
        font-size: 16px;
        line-height: 28px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .info_info {
        padding: 60px;
        padding-top: 40px;
        font-size: 12px;
        line-height: 22px;
    }

    .ur_here {
        font-size: 18px;
        margin-top: 46px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .ur_here {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .info_info {
        padding: 15px;
        font-size: 12px;
        line-height: 22px;
    }
}
.margintop37 {
    margin-top: 37px;
}