/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS ditujukan untuk membuat banner, slider carousel, owl dan slick
    CSS INDEX:
            1. Banner
            2. Carousel
            3. OWL & Slick
==============================================================*/
/*==================================================================================================== part:banner*/
.carousel_slider li {
    list-style: none;
}

.banner_section {
    position: relative;
}

.carousel_section {
    position: relative;
}

.banner_content_wrap {
    position: relative;
    z-index: 1;
}

.banner_half_content {
    padding: 100px 0 80px;
    z-index: 0;
}

.full_screen.banner_half_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

/*==================================================================================================== part:carousel*/
/*Setting banner agar di tengah dan 8%*/
.carousel-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*digunakan untuk carousel login*/
.carousel_section:not(:fullscreen),
.carousel_section:not(.full_screen) .carousel-item,
.carousel_section:not(.full_screen) .banner_content_wrap,
.carousel_section:not(.full_screen) .banner_content_wrap .carousel-item {
    height: 650px;
}

.carousel_section.slide_medium,
.carousel_section.slide_medium .carousel-item,
.carousel_section.slide_medium .banner_content_wrap,
.carousel_section.slide_medium .banner_content_wrap .carousel-item {
    height: 600px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

.carousel_section.ads_slider,
.carousel_section.ads_slider .carousel-item,
.carousel_section.ads_slider .banner_content_wrap,
.carousel_section.ads_slider .banner_content_wrap .carousel-item {
    height: 650px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

/*mengatur tinggi gambar*/
.carousel_section.slide_wrap,
.carousel_section.slide_wrap .carousel-item,
.carousel_section.slide_wrap .banner_content_wrap,
.carousel_section.slide_wrap .banner_content_wrap .carousel-item {
    height: 100%;
}

/*CSS untuk mengedit tinggi dari promo special price/sale*/
.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item,
.banner_section:not(.full_screen) .banner_content_wrap,
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
    height: 400px;
}

.banner_catalogue:not(.full_screen),
.banner_catalogue:not(.full_screen) .carousel-item,
.banner_catalogue:not(.full_screen) .banner_content_wrap,
.banner_catalogue:not(.full_screen) .banner_content_wrap .carousel-item {
    height:100%;
}

.full_screen, .full_screen .carousel-item {
    height: 100vh;
    min-height: 45rem;
}
/*mengatur tinggi banner*/
.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item,
.banner_section.slide_medium .banner_content_wrap,
.banner_section.slide_medium .banner_content_wrap .carousel-item,
.banner_section.shop_el_slider,
.banner_section.shop_el_slider .carousel-item,
.banner_section.shop_el_slider .banner_content_wrap,
.banner_section.shop_el_slider .banner_content_wrap .carousel-item {
    height: 300px;
}

/*mengatur tinggi gambar*/
.banner_section.slide_wrap,
.banner_section.slide_wrap .carousel-item,
.banner_section.slide_wrap .banner_content_wrap,
.banner_section.slide_wrap .banner_content_wrap .carousel-item {
    height: 400px;
}
/*mengatur isi konten*/
.banner_section .banner_slide_content {
    left: 0%;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
}

.carousel-item img {
    position: relative;
    z-index: -1;
    width: 100%;
    margin: 0px;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    height: 50px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    transition: all 0.3s ease-in-out;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0;
    }

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 0.85;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
    border-radius: 100%;
}

.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
}

.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
    background-color: #292b2c;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #000;
    border-radius:10px;
}

    .carousel-control-next:hover, .carousel-control-prev:hover,
    .light_arrow .carousel-control-next:hover, .light_arrow .carousel-control-prev:hover {
        background-color: #FF324D;
        color: #fff;
    }

.indicators_style1,
.indicators_style2,
.indicators_style3 {
    margin-bottom: 15px;
}

    .indicators_style1 li {
        width: 10px;
        height: 10px;
        background-color: #333;
        border: 0;
        margin: 8px;
        position: relative;
    }

        .indicators_style1 li::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            border: 2px solid #333;
            margin: -4px;
        }

    .indicators_style2 li {
        background-color: #333;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        background-clip: inherit;
        border: 0;
        margin: 8px;
        position: relative;
    }

        .indicators_style2 li::before {
            content: "";
            position: absolute;
            border-radius: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            border: 2px solid #333;
            margin: -4px;
        }

    .indicators_style3 li {
        background-color: #333;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        background-clip: inherit;
        border: 0;
        margin: 5px;
        position: relative;
    }

    .indicators_style1 li.active,
    .indicators_style2 li.active,
    .indicators_style3 li.active {
        background-color: #FF324D;
    }

        .indicators_style2 li.active:before,
        .indicators_style1 li.active:before {
            border-color: #FF324D;
        }

.indicators_style4 li {
    background-color: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-clip: inherit;
    border: 0;
    margin: 5px;
    position: relative;
}

.banner_wrap {
    background: linear-gradient(to bottom, #fff 50%,#116466 0%);
}

.information_wrap {
    background-color: #116466;
}

.photo_gallery {
    background-color: #88A6A4;
    padding: 15px 30px;
    border-radius: 20px;
}

.catalogue_container {
    background: #076585; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #66a6ff, #89f7fe); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #66a6ff, #89f7fe ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 20px;
}

.information_container {
    background-color: #f5f0e1;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 20px;
    /*border: 2px solid #f5f0e1;*/
}

    .information_container h1, .information_container p {
        color:#1e3d59;
    }

.banner_content .carousel-item {
    padding: 100px 0;
}

.banner_content h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner_content p,
.banner_content2 p {
    margin-bottom: 30px;
}

.banner_content2 h2 {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

/*setting for main banner*/
.banner_content3 h2 {
    font-size: 16px;
    margin-bottom: 10%;
    font-weight: 700;
    text-transform: capitalize;
}

.carousel-caption p {
    font-size: 12px;
    right: -18%;
    bottom: 1%;
    padding: 6px 10px;
    margin: 1px;
    color: white;
    position: absolute;
    text-align: right;
    border-radius: 10px;
    background-color: #333;
    opacity: 0.9;
}

.banner_shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: -1;
}

    .banner_shape img {
        width: 100%;
    }

.wave_shape_bottom::before {
    background-image: url("../images/wave_shape.png");
    display: block;
    height: 100%;
    content: "";
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
}

.banner_content1 h2 {
    font-size: 78px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.background_shape {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 35%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff',GradientType=0 );
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    transform-origin: left bottom;
    pointer-events: none;
}

    .background_shape:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 100%;
        background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
        background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
        background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff',GradientType=0 );
    }

.banner_center_content {
    margin-top: -70px;
}

.carousel-indicators {
    margin-left: 0px;
    margin-right: 0px;
}

    .carousel-indicators.vertical_center_right {
        display: block;
        right: 40px;
        top: 50%;
        margin: 0;
        left: auto;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
    }

.indicators_style2.vertical_center_right li {
    margin: 15px 0;
}

.banner_content_border {
    border: 10px solid #FF324D;
    padding: 50px;
    position: relative;
}

.slide_banner_img {
    height: 100%;
    position: relative;
    z-index: -1;
}

.zoom-in {
    -webkit-animation: zoomin 5s;
    -moz-animation: zoomin 5s;
    -o-animation: zoomin 5s;
    animation: zoomin 5s;
}

@keyframes zoomin {
    0% {
        -moz-transform: scale(1.2) rotate(3deg);
        -webkit-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

.header_with_topbar.transparent_header + .banner_section .banner_slide_content {
    margin-top: 45px;
}

.bg_strip {
    background-color: #FF324D;
    color: #fff;
    display: inline-block;
    padding: 8px 0px;
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    height: 40px;
}

    .bg_strip::before {
        content: '';
        position: absolute;
        z-index: -1;
        right: 100%;
        top: 0;
        display: block;
        width: 0;
        height: 0px;
        border: 20px solid #FF324D;
        border-bottom-color: #FF324D;
        border-left-color: transparent;
    }

    .bg_strip::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 100%;
        top: 0;
        display: block;
        width: 0;
        height: 0px;
        border: 20px solid #FF324D;
        border-bottom-color: #FF324D;
        border-right-color: transparent;
    }

.single_banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single_banner_info {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.single_bn_title {
    font-weight: bold;
    font-size: 32px;
}

.single_bn_link {
    position: relative;
}

    .single_bn_link::before {
        content: "";
        position: absolute;
        bottom: 3px;
        height: 7px;
        background-color: rgba(255,50,77,0.2);
        width: 100%;
        z-index: -1;
    }

.single_banner:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.single_banner img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.sale_banner {
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px;
}

    .sale_banner img {
        width: 100%;
    }

.hover_effect1 {
    overflow: hidden;
    position: relative;
    display: block;
}

    .hover_effect1::before, .hover_effect1::after {
        background-color: rgba(255, 255, 255, 0.6);
        content: "";
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: all 0.9s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .hover_effect1::before {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        -moz-transform: translate(105%, 0%);
        -webkit-transform: translate(105%, 0%);
        transform: translate(105%, 0%);
    }

    .hover_effect1::after {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        -moz-transform: translate(-105%, 0%);
        -webkit-transform: translate(-105%, 0%);
        transform: translate(-105%, 0%);
    }

    .hover_effect1:hover:before, .hover_effect1:hover:after {
        opacity: 0;
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.fb_info {
    position: absolute;
    top: 15px;
    padding: 15px;
    left: 15px;
    z-index: 9;
}

.fb_info2 {
    position: absolute;
    top: 50%;
    padding: 15px;
    left: 35px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 40%;
}

.furniture_banner .single_bn_title1 {
    font-size: 80px;
    margin-bottom: 15px;
}

.sale-banner img {
    width: 100%;
}

/*==================================================================================================== part:owl&slick*/
.owl-theme .owl-nav {
    margin-top: 0;
}

body .owl-theme .owl-nav [class*="owl-"] {
    background-color: #fff;
    color: #222;
    font-size: 26px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 50px;
    text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] i {
    line-height: normal;
}

.owl-theme .owl-dots {
    font-size: 0;
    margin: 20px 0 20px 0;
}

    .owl-theme .owl-dots .owl-dot span {
        background-color: transparent;
        border: 1px solid #FF324D;
        height: 15px;
        width:20px;
        cursor: pointer;
        margin: 0px 5px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #FF324D;
    }

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}

.nav_style1.owl-theme .owl-nav [class*="owl-"],
.nav_style5.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkittransform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    width: 30px;
}

    .nav_style1.owl-theme .owl-nav [class*="owl-"]:hover {
        background-color: #fff;
        color: #555;
    }

.nav_style1.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.nav_style1.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    position: absolute;
    bottom: 10px;
}

    .nav_style2.owl-theme .owl-nav [class*="owl-"]:hover,
    .nav_style3.owl-theme .owl-nav [class*="owl-"]:hover,
    .nav_style4.owl-theme .owl-nav [class*="owl-"]:hover {
        color: #555;
    }

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: 0px;
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.nav_style3.owl-theme .owl-nav [class*="owl-"],
.nav_style4.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: -90px;
    border-radius: 0;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
}

.nav_style3.owl-theme .owl-nav .owl-prev {
    right: 40px;
}

.nav_style4.owl-theme .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}

    .nav_style4.owl-theme .owl-nav .owl-prev i::before {
        content: "\ec43";
        font-family: 'Linearicons';
    }

.nav_style4.owl-theme .owl-nav .owl-next i::before {
    content: "\ec44";
    font-family: 'Linearicons';
}

.nav_style5.owl-theme .owl-nav .owl-prev {
    opacity: 0;
    border-radius: 4px;
    width: 40px;
    height: 70px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20px 0 0px 20px;
    background-color: #f2f2f2;
}

.nav_style5.owl-theme .owl-nav .owl-next {
    opacity: 0;
    border-radius: 4px;
    width: 40px;
    height: 70px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 0 20px 20px 0px;
    background-color: #f2f2f2;
}

    .nav_style5.owl-theme .owl-nav .owl-prev:hover, .nav_style5.owl-theme .owl-nav .owl-next:hover {
        background-color: #FF324D;
        color: #fff;
    }

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: -20px;
    opacity: 1;
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
    right: -20px;
    opacity: 1;
}

.dot_white.owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}

.dot_white.owl-theme .owl-dots .owl-dot.active span, .dot_white.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #fff;
}

.slick-prev {
    left: -50px;
    border-radius: 0 5px 5px 0;
    opacity: 0;
}

.slick-next {
    right: -50px;
    border-radius: 5px 0 0 5px;
    opacity: 0;
}

.slick-prev::before {
    content: "\f108";
    font-family: "Ionicons";
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick-next::before {
    content: "\f10b";
    font-family: "Ionicons";
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick-prev, .slick-next {
    height: 50px;
    width: 40px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

    .slick-prev:hover, .slick-next:hover {
        background-color: #FF324D;
    }

        .slick-prev:hover:before, .slick-next:hover:before {
            color: #fff;
        }

.slick_slider:hover .slick-prev {
    opacity: 1;
    left: 0;
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px;
}

.img_50{
    width:50%;
}

.img_70 {
    width: 70%;
}

.banner_information{
    background-color:rgba(255, 255, 255, 0.4);
    opacity:0.9;
    height:100%;
    border-radius:20px;
}

.slider_container{
    height:200px;
    width:150px;
}