
.custom-indicators.carousel-indicators{
    margin-right: 20px;
    justify-content: right;
}
.custom-indicators.carousel-indicators li{
    height: 42px;
    width: 42px;
    color: #3DAD02;
    background-color: white;
    text-indent:0px;
    border: 1px solid #3DAD02;
    border-radius: 50px;
    opacity: 1;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}
.custom-indicators.carousel-indicators li:before{
    content: none;
}
.custom-indicators.carousel-indicators .active{
    height: 42px;
    width: 42px;
}

.custom-indicators.carousel-indicators li.active{
    background-color: #3DAD02;
    color: white;
}
.count-down-time{
    /*padding: 10px;*/
    /*width: 44px;*/
    /*height: 72px;*/
    background: #F9F9F9;
    border: 1px solid #4F4F4F;
    border-radius: 4px;
    margin-right: 6px;
    /*font-weight: 400;*/
    /*font-size: 40px;*/
    /*line-height: 100%;*/
    /*text-align: center;*/
}
.count-down-time-colon{
    /*width: 10px;*/
    /*height: 72px;*/
    /*font-size: 46px;*/
    /*line-height: 120%;*/
    /*text-align: center;*/
    letter-spacing: 0.05em;
    color: #4F4F4F;
    margin-right: 6px;

}
#home-banner .carousel-control-prev .iconfont, #home-banner .carousel-control-next .iconfont {
    font-size: 3rem;
}
.img-responsive, .thumbnail > img, .thumbnail a > img.home-banner_img, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img.home-banner_img {
    /*max-width: 1304px;*/
    width: 100%;
}
@media screen and (max-width: 767px) {
    /*.count-down-time{*/
    /*    width: 40px;*/
    /*    height: 58px;*/
    /*    font-size: 32px;*/
    /*}*/

    /*.count-down-time-colon{*/
    /*    height: 58px;*/
    /*    font-size: 32px;*/
    /*    line-height: 150%;*/
    /*}*/
}