.slider-default.slider-position .box-content{
    padding: 2em;
}
.icon-arrowUpRight{
    transform: rotate(-90deg);
}

.btn-red{
    background-color: #ff0400 !important;
    color: #fff !important;
}

.tf-btn{
    border-radius: 20px;
    margin: 0 5px;
}
#social-posts {
    background-color: #081420;
    color: white;
}
#social-posts .headline p{
    padding-left: 1.5em;
}
#social-posts .headline .arrow{
    position: absolute;
    left: 15%;
    bottom: 30%;
}
#social-posts .headline .arrow .line-red-1{
    content: "";
    width: 3px;
    height: 20px;
    display: block;
    background-color: #d9312e;
    border-radius: 4px;
    transform: rotate(-45deg);
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
}
#social-posts .headline .arrow .line-red-2{
    content: "";
    width: 3px;
    height: 20px;
    display: block;
    background-color: #d9312e;
    border-radius: 4px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    transition: all 0.3s ease-in-out;
}
#social-posts .headline .arrow .line-white-1{
    content: "";
    width: 3px;
    height: 20px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    transform: rotate(-45deg);
    position: absolute;
    top: -4px;
    left: -15px;
    transition: all 0.3s ease-in-out;
}
#social-posts .headline .arrow .line-white-2{
    content: "";
    width: 3px;
    height: 20px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: -15px;
    transition: all 0.3s ease-in-out;
}
#social-posts .headline:hover .arrow .line-red-1{
    background-color: #fff;
}
#social-posts .headline:hover .arrow .line-red-2{
    background-color: #fff;
}
#social-posts .headline:hover .arrow .line-white-1{
    background-color: #d9312e;
}
#social-posts .headline:hover .arrow .line-white-2{
    background-color: #d9312e;
}

#social-posts .post-item .holder{
    background-color: #101010;
}
#social-posts .post-item .title{
    padding: 1em;
}
#social-posts .post-item .link h3{
    padding: 1em;
}
#social-posts .post-item .title h3{
    font-size: 1em;
    font-weight: 200;
    line-height: 1.5em;
}
#social-posts .post-item .link a{
    background-color: #000;
    color: white;
    text-decoration: none;
    padding: 1em;
    border-radius: 10px;
    font-size: 0.8em;
}
.tab-product .nav-tab-item a{
    font-size: 18px;
    border: 0;
    width: 150px;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 0.3em;
    text-align: center;
    display: block;
}
.tab-product .nav-tab-item a.active{
    background-color: #081420;
    color: #fff;
}
.swiper-slide .wrap-slider img{
    z-index: 1;
    position: relative;
}
.swiper-slide .wrap-slider .box-content{
    z-index: 1;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    padding: 4em;
    height: 100%;
    left: 0;
}
.tab-pane .tf-slideshow.slider-pos-nav .nav-sw.nav-sw-left{
    right: 0;
}
.tab-pane .tf-slideshow.slider-pos-nav .nav-sw.nav-sw-right {
    left: 0;
}
.tab-pane .wrap-slider img{
    height: auto;
}
@media screen and (max-width: 600px) {
    .tab-product {
        flex-direction: column;
        align-items: center;
    }
    .flat-spacing-3 {
         padding-top: 50px;
         padding-bottom: 0;
     }
    .tf-slideshow .wrap-slider {
        height: 200px;
    }
}
