body .section_box_gallery
{
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.section_box_gallery .box_list_title {
    padding-bottom: 15px;
    padding-bottom: 15px;
    text-align: center
}
.section_box_gallery .box_list_title span {
    line-height: 40px;
    font-size: 22px;
    text-align: left;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}
    .bg-swiper-scroling .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .bg-swiper-scroling .swiper-pagination,
    .bg-swiper-scroling .swiper-pagination-fraction, .swiper-pagination-custom, 
    .bg-swiper-scroling .swiper-container-horizontal > .swiper-pagination-bullets
    {
        position:relative;
        bottom:0px;
        padding-top:20px;
    }
    .bg-swiper-scroling .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        display: inline-block;
        border-radius: 100%;
            background: #e01098;
        opacity: 1;
    }
    .bg-swiper-scroling .swiper-pagination-bullet-active {
        background: #ffffff;
        border: 3px solid #e01098;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /*height: 120px;*/
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-wrapper .swiper_image.image-zoom {
    opacity: 1;
    box-shadow: 0px 0px 2px #BBB1B1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
    .swiper-wrapper div.swiper_image:hover > a > img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
    
.swiper-wrapper .swiper_image img.image-item {
    opacity: 1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.swiper-wrapper .swiper_image:hover .shade {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.swiper-wrapper .swiper_image a {
    display: block;
    line-height: 0px;
}

.swiper-wrapper .swiper_image .Icon_list {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    opacity: 0;
}

.swiper-wrapper .swiper_image:hover .Icon_list {
    opacity: 1;
}


.swiper-wrapper .swiper_image .Icon_list .Icon_zoom {
    /*background: url(/images/Icon.png) no-repeat 0px 0px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
}

.swiper-wrapper .swiper_image .Icon_list .Icon_link {
    /*background: url(images/Icon.png) no-repeat -62px 0px;*/
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: 50%;
    left: 0px;
}
.caroufredsel_wrapper{
    height: 270px !important;
}
.list_carousel_scrolling ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    height: 290px !important;
}

.list_carousel_scrolling li {
    color: #999;
    text-align: center;
    padding: 0;
    margin: 10px 10px 10px 10px;
    display: block;
    float: left;
    border: none;
    background: #fff;
    /*box-shadow: 0px 0px 2px #BBB1B1;*/
}

.list_carousel_scrolling.responsive {
    width: auto;
    margin-left: 0;
}

.list_carousel_scrolling .prev {
    float: left;
    margin-left: 10px;
}

.list_carousel_scrolling .next {
    float: right;
    margin-right: 10px;
}

.list_carousel_scrolling .pager_list_carousel {
    text-align: center;
}

#project_scrolling .pager_list_carousel a {
    margin: 0 5px;
    text-decoration: none;
}

.list_carousel_scrolling .carousel_image.image-zoom {
    opacity: 1;
    box-shadow: 0px 0px 2px #BBB1B1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list_carousel_scrolling .pager_list_carousel a .item-pagination {
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px #808080;
}

.list_carousel_scrolling .pager_list_carousel a.selected .chill-item-pagination {
    background-color: rgb(237, 71, 74) !important;
}

.list_carousel_scrolling .pager_list_carousel a .chill-item-pagination {
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    margin-top: 5px;
    text-align: center;
    vertical-align: text-top;
    background-color: transparent;
}

.list_carousel_scrolling .pager_list_carousel a.selected {
    text-decoration: underline;
}

.list_carousel_scrolling .timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.list_carousel_scrolling .carousel_image {
    position: relative;
    cursor: pointer;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.list_carousel_scrolling div.carousel_image:hover > a > img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.list_carousel_scrolling .carousel_image img.image-item {
    opacity: 1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list_carousel_scrolling .carousel_image:hover .shade {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.list_carousel_scrolling .carousel_image a {
    display: block;
    line-height: 0px;
}

.list_carousel_scrolling .carousel_image .Icon_list {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    opacity: 0;
}

.list_carousel_scrolling .carousel_image:hover .Icon_list {
    opacity: 1;
}

.list_carousel_scrolling .carousel_title {
    margin-top: 15px;
}

    .list_carousel_scrolling .carousel_title a {
        font-size: 15px;
        color: #000;
    }

.list_carousel_scrolling .Icon_list .Icon_zoom {
    /*background: url(/images/Icon.png) no-repeat 0px 0px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
}

.list_carousel_scrolling .Icon_list .Icon_link {
    /*background: url(images/Icon.png) no-repeat -62px 0px;*/
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: 50%;
    left: 0px;
}

.dnntitle-project-scroling {
    color: #000;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
/*.bg-project-scroling {
         background: url('DesktopModules/SP/images/img_bg_1.jpg')  no-repeat center center fixed;
            background-size: cover;

    }*/
/*.bg-project-scroling-bgcolor
   {
       position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        filter: alpha(opacity=80);
        opacity: 0.8;
        background-color: #000;
   }*/
.list_carousel_scrolling .carousel_image .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}


/**/
/*NEXT PRE CONTROL*/
/**/
.project-scroling-next {
    background-image: url(images/rokgallery-lines.png);
    opacity: 0;
    top: 60%;
    line-height: 34px;
    font-size: 0px;
    text-align: center;
    cursor: pointer;
    margin: -17px 0 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -33px;
    left: auto;
    right: 0px;
    border: none;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    border-radius: 3px 0px 0px 3px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

    .project-scroling-next:before {
        border-right: 3px solid #FFF !important;
        border-bottom: 3px solid #FFF !important;
        margin: -10px 0 0 -15px;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 55%;
        left: 65%;
        border-left: none;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        content: "";
    }

.project-scroling-prev {
    border-radius: 0px 3px 3px 0px;
    background-image: url(images/rokgallery-lines.png);
    position: absolute;
    left: 0px;
    top: 60%;
    line-height: 34px;
    font-size: 0px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: -33px;
    border: none;
    background-color: rgba(0,0,0,0.8);
    /*border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;*/
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    opacity: 0;
}

    .project-scroling-prev:before {
        border-left: 3px solid #FFF !important;
        border-bottom: 3px solid #FFF !important;
        margin: -10px 0 0 -5px;
        width: 15px;
        height: 15px;
        content: "";
        position: absolute;
        top: 50%;
        left: 60%;
        margin: -8px 0 0 -8px;
        font-size: 20px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.list_carousel_scrolling:hover .project-scroling-prev, .list_carousel_scrolling:hover .project-scroling-next {
    opacity: 0.8;
}

.project-scroling-prev:hover, .project-scroling-next:hover {
    background-color: #CB0004;
}

@media only screen and (max-width: 767px) {
    .project-scroling-prev, .project-scroling-next {
        display: none !important;
    }
}
