/*------------------------------------
            $General
------------------------------------*/

* {
    outline: none;
}

.uppercase {
    text-transform: uppercase;
}
[role=button]{
    cursor: auto;
}

.label-hot{
    display: none;
}

.rl-img-response {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.recommend-title {
    font-size: calc(0.25vw + 13.2px);
    font-weight: 500;
    color: #555;
    line-height: 1;
}

/*------------------------------------
            $what'snew
------------------------------------*/
.whatsnew-title{
    font-size: calc(0.25vw + 13.2px);
    font-weight: 500;
    color: #555;
    line-height: 1;
}
.rl-card-bottom-contaienr {
    display: none;
}

.rl-card-container+.rl-card-container {
    margin-left: 0;
}

.contentpack-slideshow .slick-slide {
    margin: 0 5px;
}

.contentpack-slideshow .slick-list {
    margin: 0 -5px;
}

.contentpack-slideshow.slick-slider {
    overflow: hidden;
}

.contentpack-slideshow .slick-arrow {
    height: 100%;
    background-color: rgba(210, 210, 210, 0.7);
    z-index: 1;
}

.contentpack-slideshow .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.contentpack-slideshow .slick-prev:before,
.contentpack-slideshow .slick-next:before {
    color: #333333;
}

.contentpack-slideshow .slick-prev {
    left: 0;
}

.contentpack-slideshow .slick-prev:before {
    content: '\f104';
}

.contentpack-slideshow .slick-next {
    right: 0;
}

.contentpack-slideshow .slick-next:before {
    content: '\f105';
}
.rl-moreInfo-top-area{
    display: none;
}

/*------------------------------------
            $pagination
------------------------------------*/

.pagination {
    margin-right: -5px;
}


/*------------------------------------
            $developer
------------------------------------*/
.developer-head-title{
    font-size: calc(0.25vw + 13.2px);
    font-weight: 500;
    color: #555;
    line-height: 1;
}
.developer-wrap {
    margin-top: calc(1.25vw + 56px);
}

.developer-head {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.developer-wrap .developer-height {
    display: flex;
    flex-wrap: wrap;
}

.developer-wrap .rl-card-container {
    max-width: initial;
    padding-right: 0;
    width: calc(100%/3 - 12px);
    padding-bottom: 0px;
    margin-bottom: 40px;
    margin-left: 18px;
}

.developer-wrap .rl-card-container:nth-child(3n+1) {
    margin-left: 0px;
}

.developer-wrap .rl-card-board-container {
    /* box-shadow: 4px -6px 50px 6px rgba(0,0,0,0.8); */
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 14px calc(0.3125vw + 9px);
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: calc(0.625vw + 41px);
    /*46 -> 36*/
    transition-property: height;
    transition-timing-function: ease-in;
    transition-duration: 0.15s;
    text-align: left;
}

.developer-wrap .rl-card-top-container:hover .rl-card-board-container{
    height: calc(1.25vw + 66px);
}

.developer-wrap .rl-card-titlte {
    min-height: 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: calc(0.5vw + 14.4px);
    /* 20-16 */
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.developer-wrap .rl-moreInfo-container{
    padding-top: 15px;
}

.developer-wrap .logo-card{
    position: absolute;
    right: 15px;
    top: 15px;
    height: calc(1.6875vw + 29px);
}

.developer-wrap .rl-contentImg-Area {
    padding-bottom: 78.1%
}

.developer-wrap .rl-moreInfo-bottom-area {
    width: 100%;
}

.developer-wrap .rl-moreInfor-author {
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

/*------------------------------------
            tabs
------------------------------------*/
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -4px 0px;
}

.tabs .tab {
    flex: 1;
    margin: 0 4px 30px;
    background-color: #505050;
    text-transform: uppercase;
    color: white;
    padding: 11px 15px;
    line-height: 1;
    font-weight: 400;
    font-size: calc(0.4344048653344918vw + 11.659426585577759px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1.2;
}

.tabs .tab:hover,
.tabs .tab.active {
    background-color: #ffa307;
}


.icon {
    fill: white;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    flex: 0 0 auto
}

/*------------------------------------
            slick
------------------------------------*/

.banner-hide {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.banner-wrapper .arrow{
    opacity: 1;
}

.banner-wrapper .prev {
    position: absolute;
    left: calc(20% - 50px);
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    left: -45px;
}

.banner-wrapper .arrow i.fa {
    color: #fff;
    font-size: calc(17.6px + 0.75vw);
}


.banner-wrapper .next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    right: -45px;
}

.banner-wrapper .arrow .fa-angle-right {
    margin-left: 4px;
    line-height: 1;
    display: block;
    margin-top: -1px;
}

.banner-wrapper:hover .arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-wrapper .mainBanner-three {
    margin: 0px;
}

.banner-wrapper .bannerItem-inner{
    cursor: pointer;
}
.banner-wrapper .mainBanner-three a {
    outline: none;
}

.mainBanner-three .slick-track {
    margin: 0;
}

@media screen and (max-width: 990px) {
    .banner-wrapper .prev {
        left: 15px;
    }

    .banner-wrapper .next {
        right: 15px;
    }
}

@media screen and (max-width:768px) {
    .developer-wrap .rl-card-container {
        width: calc(100%/2 - 9px);
        margin-left: 18px;
    }
    .developer-wrap .rl-card-container:nth-child(3n+1) {
        margin-left: 18px;
    }
    .developer-wrap .rl-card-container:nth-child(2n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .pagination.top {
        border-top: none;
        margin-top: 0px;
        padding-top: 0px;
    }
    .tabs {
        flex-direction: column;
        margin: 30px 0px 20px;
    }

    .tabs .tab {
        font-size: 20px;
        margin: 0px 0px 10px;
    }
}

@media screen and (max-width: 375px) {
    .developer-wrap .rl-card-container {
        width: 100%;
        margin-left: 0px;
    }
    .developer-wrap .rl-card-container:nth-child(3n+1) {
        margin-left: 0px;
    }
    .developer-wrap .rl-card-container:nth-child(2n+1) {
        margin-left: 0px;
    }
}
