/*slide*/
@media screen and (max-width: 546px){
.tasek-slide .content, .tasek-slide .slick-track a {
    font-size: 15px;
    line-height: 19px;
  }
.tasek-slide span.title {
    font-weight: 900;
    font-size: 25px;
}
.tasek-slide .content-div {
    background: #f26f51bd;
    padding: 10px;
    transform: matrix(0.6,0,0,0.6,-52,-11);
}
}
/************************/

.tasek-slide {
    position: relative!important;
    overflow: visible;
}
.tasek-slide:before{
    content: " "!important;
    background: url(/images/0_tasek/home/shape001.jpg)!important;
    position:absolute!important;
    height: 683px!important;
    width: 24px!important;
    left: -19px!important;
    top:0;
    bottom: 0;
    margin: auto;
    transform: scale(0.6);
    background-repeat: no-repeat!important;
    }

.tasek-slide:after{
    content: " "!important;
    background: url(/images/0_tasek/home/shape001.jpg)!important;
    position:absolute!important;
    height: 683px!important;
    width: 24px!important;
    right: -19px!important;
    top:0;
    bottom: 0;
    margin: auto;
    transform: scale(0.6);
    background-repeat: no-repeat!important;
    }

.tasek-slide .sp-item {
    /* position: relative; */
}
.tasek-slide .sppb-sp-slider-title{
    font-size:35px;
    margin-left: 0 !important;
    margin-bottom:16px;
    text-align:left;
    line-height:1;
}
.tasek-slide .sppb-sp-slider-text p{
    text-align:left;
    line-height:1.2;
}

.tasek-slide .sppb-container{
    position: absolute !important;
    width: 87%!important;
    padding: 20px 50px;
    background: #f26f51bd;
    margin-left: -20px;
    position: relative;
    bottom: calc(50% - 100px);
}

.dot-controller-dot.sp-slider .sp-dots ul li::after{
    background:#c06241;
    width:15px;
    height:15px;
}

@media screen and (min-width:992px){
  .tasek-slide .sppb-container {
    width: 60%!important;
    padding: 20px 50px;
    background: #f26f51bd;
    margin-left: -20px;
    position: relative;
    bottom: 60px;
}}
@media (max-width:767px){
	.tasek-slide .sppb-sp-slider-title{
    	font-size:25px;
   		margin-left: 0 !important;
    	margin-bottom:16px;
    	text-align:left;
    	line-height:1;
    }
    .tasek-slide .sppb-container{
        width: 90%!important;
    }
    .tasek-slide .sppb-sp-slider-title br{
        display:none;
}}