.se-top {
    position: relative;
    display: block;
    width: 100%;
    height: 697px;
    background-size: cover !important;
    background-position: 50% !important;
}

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

.se-top-content {
    position: relative;
    display: block;
    text-align: center;
    width: calc(100% - 40px);
    color: #fff;
}

.se-title {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 500px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.se-subtitle {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}

.se-title-line {
    position: relative;
    display: block;
    width: 176px;
    height: 5px;
    margin: 0px auto;
    padding-top: 20px;
}

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

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

.se-select {
    position: absolute;
    display: block;
    left: calc((100% - 415px) / 2);
    bottom: -115px;
    width: 100%;
    max-width: 415px;
    height: 50px;
    color: #222;
    /* overflow: hidden; */
    background: #fff;
    text-align: left;
    font-size: 16px;
}

.se-select-selected {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 60px 0px 35px;
    border: 0px;
    line-height: 50px;
}

.se-select-selected:before {
    content: '•';
    position: absolute;
    display: block;
    left: 25px;
    top: 0px;
}

.se-select-arrow {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff;

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

.se-select-arrow:hover {
    background: #ec3137;

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

.se-select-arrow.active {
    background: #ec3137 !important;
}

.se-select-arrow:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    left: 20px;
    top: 18px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.se-select-arrow:hover:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.se-select-arrow.active:before {
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

.se-select-dropdown {
    position: relative;
    display: none;
    width: 100%;
    background: #e8e8e8;
    border-top: 1px solid #acacac;
}

.se-select-drop-item {
    position: relative;
    display: block;
    padding: 13px 25px 12px 35px;
    border-bottom: 1px solid #acacac;
    background: transparent;
    color: #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;
}

.se-select-drop-item:last-child {
    border-bottom: 0px;
}

.se-select-drop-item:hover {
    background: #ec3137;
    color: #fff;

    -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;
}

.se-select-drop-item:before {
    content: '•';
    position: absolute;
    display: block;
    left: 25px;
    top: 13px;
}

.se-content {
    position: relative;
    display: block;
    padding: 110px 0px 100px;
    width: calc(100% - 80px);
    max-width: 820px;
    margin: 0px auto;
}

.se-content:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 428px;
    height: 267px;
    left: calc((100% - 428px) / 2);
    background: url('../../img/front/home/transcon-indonesia-digital-map-background-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.se-content-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 35px;
    margin-bottom: 75px;
}

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

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

.se-content-article {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.se-content-article p {
    margin-top: 0;
    margin-bottom: 10px;
}

.se-related {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    font-size: 0px;
    margin-bottom: 110px;
}

.se-related-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: 50% !important;
    background-size: cover !important;
    opacity: 0.1;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.se-related-content {
    position: relative;
    display: block;
    /* width: calc(100% - 160px); */
    width: calc(100% - 300px);
    /* max-width: 1120px; */
    max-width: 1152px;
    margin: 0px auto;
    font-size: 0px;
}

.se-related-content * {
    font-size: 16px;
}

.se-related-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 4) - 32px);
    margin: 0px 16px;
}

.se-related-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.se-more {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.se-title-bl {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
}

.se-related-img {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.se-related-img img {
    width: 100%;
    position: relative;
    display: block;
}

.se-related-cover {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 64, 148, 0.9);
    left: 0px;
    top: 0px;
    color: #fff;
    letter-spacing: 2px;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.se-related-item-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #3d4094;
    text-align: left;

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

.se-related-item:hover .se-related-cover {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.se-related-item:hover .se-related-item-title {
    color: #ec3137 !important;

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

.se-related-shortdesc {
    position: relative;
    display: block;
    text-align: left;
    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    display: block;
    width: 31px;
    height: 100%;
    top: 0px;
    background: url('../../img/front/home/transcon-indonesia-arrow-black-icon-2x.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    border: 0px;
    font-size: 0px;
}

.slick-arrow:focus {
    outline: none !important;
}

.slick-arrow.slick-prev {
    left: -80px;

    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slick-arrow.slick-next {
    right: -80px;
}

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

}

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

}

/* Mobile */
@media screen and (max-width: 768px) {
    .se-content {
        padding: 80px 0px 80px;
    }

    .se-related {
        margin-bottom: 80px;
    }

    .se-related-content {
        width: calc(100% - 150px);
    }

    .slick-arrow.slick-prev {
        left: -45px;
    }

    .slick-arrow.slick-next {
        right: -45px;
    }

    .se-related-shortdesc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width : 500px) {
	.se-title {
        font-size: 30px;
        line-height: 30px;
    }

    .se-subtitle {
        font-size: 19px;
        line-height: 24px;
    }

    .se-select {
        left: 0px;
    }

    .se-select {
        height: 40px;
        font-size: 14px;
    }

    .se-select-selected {
        height: 40px;
        line-height: 40px;
        padding: 0px 50px 0px 25px;

        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .se-select-selected:before {
        left: 15px;
    }

    .se-select-arrow {
        height: 40px;
        width: 40px;
    }

    .se-select-arrow:before {
        top: 13px;
        width: 8px;
        height: 8px;
        left: 16px;
    }

    .se-select-drop-item {
        padding: 9px 20px 9px 25px;
    }

    .se-select-drop-item:before {
        left: 15px;
        top: 9px;
    }

    .se-content {
        width: calc(100% - 40px);
        padding: 50px 0px;
    }

    .se-content-title {
        font-size: 25px;
        line-height: 30px;
    }

    .se-content:before {
        height: 180px;
    }

    .se-content-title {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .se-content-article {
        font-size: 14px;
        line-height: 24px;
    }

    .se-related {
        padding: 50px 0px;
    }

    .se-more {
        font-size: 14px;
    }

    .se-title-bl {
        font-size: 16px;
        line-height: 24px;
    }

    .slick-arrow {
        width: 20px;
        font-size: 0px !important;
    }

    .slick-arrow.slick-prev {
        left: -25px;
    }

    .slick-arrow.slick-next {
        right: -25px;
    }

    .se-related-content {
        width: calc(100% - 80px);
    }

    .se-related-title {
        margin-bottom: 30px;
    }

    .se-related-item {
        margin: 0px 5px;
    }

    .se-related-content * {
        font-size: 12px;
        line-height: 20px;
    }

    .se-related-item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .se-related-cover * {
        font-size: 10px !important;
    }
}
