.pagination {
    display: none;
}

.te-top {
    position: relative;
    display: block;
    width: 100%;
    height: 609px;
    /* background: url('../../img/front/testimoni/tesimoni.jpg') no-repeat; */
    background: url('../../img/front/testimoni/transcon-indonesia-testimony-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    color: #fff;
    margin-bottom: 80px;
}

.te-top:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../img/front/transcon-indonesia-looping-background-2x.png') repeat;
}

.te-top-content:before {
    content: '';
    position: relative;
    display: block;
    width: 42px;
    height: 34px;
    margin: 0px auto 25px;
    background: url('../../img/front/testimoni/testimoni-icon_white.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.te-top-content {
    position: relative;
    display: block;
    text-align: center;
}

.te-title {
    position: relative;
    display: block;
    margin: 0px auto 10px;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 36px;
}

.te-title-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
}

.te-title-desc:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0px;
    right: 50%;
    width: 89px;
    height: 5px;
    background: #3d4094;
}

.te-title-desc:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    width: 89px;
    height: 5px;
    background: #ec3137;
}

.te-content-ctn {
    position: relative;
    display: block;
    width: calc(100% - 80px);
    max-width: 1232px;
    background: #e8e8e8;
    margin: 0px auto 110px;
    /* padding: 65px 80px 110px; */
    padding: 65px 40px 110px;
    font-size: 0px;
}

.te-content-ctn:before {
    content: '';
    position: relative;
    display: block;
    width: 62px;
    height: 50px;
    background: url('../../img/front/testimoni/testimoni-icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin: 0px auto 95px;
}

.te-content-ctn * {
    font-size: 16px;
}

.te-content {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.home-ser-tes-group {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 80px);
    /* margin: 0px 40px 40px; */
    margin: 0px 40px 40px;
    padding: 0px 0px 40px;
    border-bottom: 1px solid #c0c0c0 !important;
}

.home-ser-tes-group * {
    font-size: 16px;
}

.te-link {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 305px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #222;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto;
    color: #222;
    background: transparent;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.te-link:hover {
    color: #fff;
    background: #222;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

/* Desktops and laptops */
@media screen and (max-width : 1366px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {

}

/* Mobile */
@media screen and (max-width: 768px) {
	.te-top {
        margin-bottom: 50px;
    }

    .te-content-ctn {
        padding: 50px 40px 80px;
        margin: 0px auto 80px;
    }

    .home-ser-tes-group {
        width: 100%;
        display: block;
        margin: 0px auto 40px;
    }

    .te-content-ctn:before {
        margin: 0px auto 50px;
    }
}

@media screen and (max-width : 500px) {
    .te-top {
        height: 100vh;
        margin-bottom: 30px;
    }

    .te-top-content {
        width: calc(100% - 40px);
    }

    .te-top-content:before {
        width: 27px;
        height: 30px;
        margin: 0px auto 15px;
    }

    .te-title {
        font-size: 30px;
        line-height: 32px;
        margin: 0px auto 6px;
    }

    .te-title-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .te-title-desc br {
        display: none;
    }

	.te-content-ctn {
        padding: 50px 40px 50px;
        margin: 0px auto 50px;
    }

    .te-content-ctn {
        padding: 30px 20px 30px;
        width: calc(100% - 40px);
    }

    .te-content-ctn:before {
        width: 52px;
        height: 43px;
        margin-bottom: 30px;
    }

    .home-ser-tes-group * {
        font-size: 14px;
    }

    .home-ser-tes-group {
        margin: 0px auto 30px;
        padding: 0px 0px 30px;
    }

    .wa-icon.active {
        bottom: -30px !important;
    }
}
