/* mobile */
@media screen and (max-width: 767px) {
    #carousel-project .carousel-control {
        bottom: 52%;
        top: 35%;
    }

    .carousel-indicators {
        position: relative;
        display: none;
    }
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background: none;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #ffde17;
    width: 15px;
    height: 15px;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    text-indent: -999px;
    border: 3px solid #000000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #fff;
}

.carousel-control .icon {
    height: 35px;
    width: 35px;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        width: auto;
        margin-left: 0;
        right: 10%;
        left: unset;
    }

    #carousel-project .carousel-indicators {
        width: auto;
        margin-left: 0;
        right: 0;
        left: 0;
        bottom: 110px;
    }

    #carousel-project img {
        height: 580px;
    }

    #carousel-project .carousel-control {
        bottom: 110px;
        top: 93px;
    }

    .carousel-control .icon {
        height: 50px;
        width: 50px;
    }
}

#carousel-project .carousel-control {
    background-color: #000;
    width: 5%;
    opacity: 0.3;
}

#carousel-project .carousel-control .icon {
    background-color: transparent;
}

#carousel-project h5 {
    font-weight: 600;
    font-size: 24px;
}

#carousel-project .place {
    font-weight: 600;
    font-size: 20px;
    color: #ffe65d;
    margin-bottom: 10px;
}

#carousel-project .detail {
    padding: 10px 0;
}

#carousel-project .detail .icon {
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border: 2px solid #ffde16;
    text-align: center;
    border-radius: 50%;
    line-height: 2.5;
    font-size: 24px;
    float: left;
}

#carousel-project .title {
    font-size: 12px;
    color: #a0a0a0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-control .icon {
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 50%;
    line-height: 1.5;
}

.graph {
    font-size: 12px;
    color: #7b7b7b;
    padding: 5px;
}

.graph-container .graph {
    border-right: 1px solid #ccc;
}

.graph-container div:first-child .graph {
    // border-left: 1px solid #ccc;
    // padding-left: 10px;
}

.graph-container div:last-child .graph {
    // border-left: 1px solid #ccc;
    border-right: 0px;
}

.graph-title {
    color: #000;
    font-weight: bold;
}

.status {
    margin-left: 5px;
}

.status.green {
    color: #27d827;
}

.graph-time {
    font-size: 10px;
}
