/*
    890 Pte. Ltd
    Developing team
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    color: #666;
    background: transparent !important;
}
h1,h2,h3,h4,h5,h6 {
    background: transparent !important;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
}
.hide {
    display: none;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
button, .btn {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 1px;
    padding: .375rem 1.5rem;
}
button:disabled, .btn:disabled {
    cursor: default;
}
.btn-primary {
    color: #fff;
    background-color: #0070ba;
    border-color: #0070ba;
    border-radius: 0;
}
.btn-primary:hover {
    background-color: #0a559f;
}
.btn-outline-primary {
    color: #0070ba;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    border-color: #B2D4EA;
}
.btn-outline-primary:hover {
    background-color: transparent;
    color: #0070ba;
    border-color: #0070ba;
}
.btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-outline-primary.focus, .btn-outline-primary:active {
    box-shadow: unset !important;
    background-color: transparent !important;
    color: #0070ba !important;
    border-color: #0070ba !important;
}
.form-control:focus {
	box-shadow: unset;
	border-color: #80bdff;
}
.form-control.is-invalid:focus {
    box-shadow: unset;
}
input.form-control,
textarea.form-control {
    border-radius: 0;
	border: solid 1px #ebebeb;
}
label {
    font-size: 14px;
	font-size: 15px;
    font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.8px;
	text-align: left;
	color: #525252;
}
strong {
    font-weight: 600;
}
small {
    font-size: 11px;
	letter-spacing: 1px;
	color: #696969;
}
small.date {
    text-transform: uppercase;
}
small.date span:before {
    content: '.';
    font-size: 26px;
    line-height: 2px;
    position: relative;
    bottom: 3px;
    margin: 0 4px;
}
small.date span {
    font-style: italic;
    text-transform: none;
}
.out {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.out.in {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.bg-grey{
    background: #f9f9f9;
}

.alert {
    border-radius: 0;
}
/* gutter for combine with row */
.block {
    margin: 0 -8px;
}
.list {
    padding: 0 8px;
}
/* end gutter for combine with row */


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    color: #272727;
    height: 100%;
    z-index: 9;
    overflow-x: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 967;
    display: none;
    top: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
}
#sidebar .sub-brand {
    font-family: Mada;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #022d5f;
    margin-top: 10px;
    text-transform: uppercase;
}
#sidebar ul.menus {
    padding: 20px 0;
    margin: 20px 0;
    height: auto;
    overflow-y: auto;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a i.icon-home {
    background: url(../images/menus/home/off.svg) no-repeat;
    background-size: 15px;
    background-position-y: center;
}
#sidebar ul.components li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #444444;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px;
    /*! height: 21px; */
}

#sidebar ul.menus li a:before {
    display: inline-block;
    float: left;
    content: ' ';
    margin-right: 15px;
    height: 21px;
    width: 20px;
}
#sidebar ul li a.home:before {
    background: url(../images/menus/home/off.svg) no-repeat center left;
    background-size: 17px;
}
#sidebar ul li a.about:before {
    background: url(../images/menus/about/off.svg) no-repeat center left;
    background-size: 18px;
}
#sidebar ul li a.live:before {
    background: url(../images/menus/live/off.svg) no-repeat center left;
    background-size: 16px;
}
#sidebar ul li a.career:before {
    background: url(../images/menus/career/off.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a.schedule:before {
    background: url(../images/menus/schedule/off.svg) no-repeat center left;
    background-size: 19px;
}
#sidebar ul li a.contact:before {
    background: url(../images/menus/contact/off.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a.info:before {
    background: url(../images/menus/info/off.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a.announcement:before {
    background: url(../images/menus/announcement/off.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a.pressrelease:before {
    background: url(../images/menus/pressrelease/off.svg) no-repeat center left;
    background-size: 20px;
}

#sidebar ul li a:hover {
    color: #0070ba;
}
#sidebar ul li a:hover.home:before,
#sidebar ul li.active a.home:before {
    background: url(../images/menus/home/active.svg) no-repeat center left;
    background-size: 17px;
}
#sidebar ul li a:hover.about:before,
#sidebar ul li.active a.about:before {
    background: url(../images/menus/about/active.svg) no-repeat center left;
    background-size: 18px;
}
#sidebar ul li a:hover.live:before,
#sidebar ul li.active a.live:before {
    background: url(../images/menus/live/active.svg) no-repeat center left;
    background-size: 16px;
}
#sidebar ul li a:hover.career:before,
#sidebar ul li.active a.career:before {
    background: url(../images/menus/career/active.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a:hover.schedule:before,
#sidebar ul li.active a.schedule:before {
    background: url(../images/menus/schedule/active.svg) no-repeat center left;
    background-size: 19px;
}
#sidebar ul li a:hover.contact:before,
#sidebar ul li.active a.contact:before {
    background: url(../images/menus/contact/active.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a:hover.info:before,
#sidebar ul li.active a.info:before {
    background: url(../images/menus/info/active.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a:hover.announcement:before,
#sidebar ul li.active a.announcement:before {
    background: url(../images/menus/announcement/active.svg) no-repeat center left;
    background-size: 20px;
}
#sidebar ul li a:hover.pressrelease:before,
#sidebar ul li.active a.pressrelease:before {
    background: url(../images/menus/pressrelease/active.svg) no-repeat center left;
    background-size: 20px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #0070ba;
}
@keyframes up-right {
    0% {<!--from w w w .  j  a va 2  s. c  o m-->
        transform: scale(1);
        opacity: .25
    }
    50% {
        transform: scale (1, 5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: .25;
    }
}
.circle {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    opacity: .25;
}
.red {
    background-color: #e6007e;
    position: relative;
    top: -8px;
    left: 5px;
}
.text-red {
    color: #e6007e;
    margin-left: 4px;
}
.red, .text-red {
    display: inline-block;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
}
.dismiss {
    display: none;
}
.accordion-toggle:after {
    float: right;
    border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #0070ba;
	content: '';
	position: relative;
	top: 6px;
	height: 12px;
	width: 12px;
	vertical-align: top;
	padding: 0;
}
.accordion-toggle[aria-expanded="false"]:after {
	transform: rotate(45deg);
    transition: all .5s;
}
.accordion-toggle[aria-expanded="true"]:after {
	transform: rotate(135deg);
    transition: all .5s;
}
a[data-toggle="collapse"] {
    position: relative;
}
.card {
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.card .card-img-top {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.card .card-body {
    padding: 16px;
}
.card-img-top {
    position: relative;
    overflow: hidden;
}
.card-effect small {
    position: absolute;
    bottom: 10px;
    left: 16px;
    width: 100%;
    color: #ffffff;
}
.card-effect,
.card-effect img {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.card-effect:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.card-effect:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}
.card-effect h4 {
    margin-bottom: 0;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

/*
Modified : 19-02-2018
By : Eri Junianto
*/
ul.CTAs {
    padding: 20px;
    bottom: 0;
    width: 250px;
    margin: 0;
}

ul.CTAs a {
    text-align: center;
    font-size: 14px !important;
    display: block;
}
ul.CTAs a.btn-regist {
    font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
    padding: 15px 20px;
    margin-bottom: 0px;
	color: #0070ba;
    border: solid 1px rgba(0, 112, 186, 0.3);
}
ul.CTAs a.icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    box-shadow: 0 3.5px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    margin-right: 16px;
}
ul.CTAs a.icon:last-child {
    margin-right: 0;
}
ul.CTAs a.icon:hover {
    box-shadow: 0px 6.5px 6px 0 rgba(0, 0, 0, 0.1);
}
ul.CTAs a.social-facebook {
    background: url(../images/social/facebook.png) no-repeat center;
    background-size: 10px;
}
ul.CTAs a.social-instagram {
    background: url(../images/social/instagram.png) no-repeat center;
    background-size: 20px;
}
ul.CTAs a.social-twitter {
    background: url(../images/social/twitter.png) no-repeat center;
    background-size: 20px;
}
ul.CTAs a.social-youtube {
    background: url(../images/social/youtube.png) no-repeat center;
    background-size: 20px;
}
ul.CTAs a.social-tiktok {
    background: url(../images/social/tiktok.png) no-repeat center;
    background-size: 20px;
}
ul.CTAs .copy {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: left;
	color: #848484;
    margin-top: 10px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
#header .search {
    float: right;
    position: relative;
}
#header .search .form-control {
    border-radius: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    background: url(../images/search.svg) no-repeat center left 10px;
    background-size: 15px;
    padding: 7px 7px 7px 35px;
}
#header .search .form-control:focus {
    /*! border: solid 0.5px #b2d4ea; */
    box-shadow: unset;
}
#header .search-toggle{
    display: none;
}
#header .brand-toggle {
    display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.bg-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
}
.bg-wrapper.tablet,
.bg-wrapper.mobile {
    display: none;
}
#content {
    width: calc(100% - 250px);
    padding: 20px 50px;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    float: right;
}
.breadcrumb {
    width: calc(100% - 190px);
    background: transparent;
    padding:6px 0;
    float: left;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.4px;
	text-align: left;
	color: #848484;
    margin: 0;
}
.breadcrumb-item {
    padding-right: 25px;
}
.breadcrumb-item + .breadcrumb-item::before {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #848484;
	content: '';
	display: inline-block;
	position: relative;
	top: 6px;
    left: -15px;
	height: 9px;
	width: 9px;
	transform: rotate(45deg);
	vertical-align: top;
	padding: 0;
}
.breadcrumb-item.active {
    color: #022d5f;
}
.content-header {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
}
.block img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.block .last img {
    height: 436px;
}
h1.title-page {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #022d5f;
    margin: .75em 0;
}
/*
Modified : 01-03-2018
By : Eri Junianto
*/
.slider {
    position: relative;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 850px;
    height: 425px;
    margin: auto;
}
/* End */
.slider .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 50%;
    transform: translate(-50%, -50%);
}
.slider .slider-label {
    text-align: center;
    width: 100%;
    color: #022d5f;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
}
#prev{
    left: -30px;
	border-width: 2px 0 0 2px;
	transform: rotate(-45deg);
}
#next {
    right: -30px;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
#prev,
#next{
    position: absolute;
    top: 50%;
    background: transparent;
    border-style: solid;
	border-color: #e6e6e6;
	height: 20px;
	width: 20px;
    cursor: pointer;
}
#prev:hover,
#next:hover {
	border-color: #0190ba;
	height: 23px;
	width: 23px;
}
.bx-wrapper {
    background: transparent;
    border: unset;
    box-shadow: unset;
    margin: 0 auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e6e6e6;
    width: 10px;
    height: 2px;
    margin: 0 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #02428a;
}
.bx-wrapper .bx-pager {
    text-align: left;
}
.bx-wrapper p {
    position: absolute;
    top: 35%;
    font-size: 100px;
}
.bx-wrapper ul li.active-slide a {
    /* cursor: unset; */
}
.bx-wrapper ul li.pasive-slide {
    -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s;
}
.bx-wrapper ul li.active-slide {
    transition: all 0.2s;
    text-align: center;
}
.bx-wrapper ul li.pasive-slide:hover{
    -webkit-filter: unset !important; /* Safari 6.0 - 9.0 */
    filter: unset !important;
    transition: all 0.2s;
}
.bx-wrapper img{
    margin: 0 auto;
}
.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: .5rem 0;
    margin: 0 3rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 21px;
    color: #444;
    transition: all 0.5s;
}
.nav-tabs .nav-link:first-child {
    margin-left: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0070ba;
    background: transparent;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #0070ba;
    transition: all 0.5s;
}
#profile {
    text-align: center;
}

/*
Modified : 27-02-2018
By : Eri Junianto
*/
#profile .title-page, #profile p, #profile .title {
    text-align: center;
}
.img-header {
    position: relative;
    overflow: hidden;
}
/*
End
*/

/*
Modified : 07-02-2018
By : Eri Junianto
*/
.img-header img {
    height: 100%;
    width: 100%;
    object-position: center;
}
/*
End
*/

/*
Modified : 27-02-2018
By : Eri Junianto
*/
.visi, .misi{
    padding: 15px 25px;
    color: #ffffff;
    height: 200px;
    margin: 0 auto;
}
.visi > div, .misi > div {
    max-height: 100%;
    overflow-x: hidden;
}
.visi .title, .misi .title{
    font-size: 24px;
    font-weight: 300;
}
.visi p, .misi p {
    color: #ffffff;
	line-height: 1.5;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
}
/*
End
*/

#award h1.title-page {
    margin: 0;
    padding: 1rem 0;

    width: -moz-fit-content;
    display: inline-block;
}
#award .bg-title {
    background: url(../images/about/bg-blue@3x.png) no-repeat right;
    background-size: 100% 100%;
    height: 62px;
    width: calc(50% + 100px);
    display: inline-block;
    float: right;
    position: relative;
    right: -50px;
}
#award .block-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}
.award {
    margin-right: -10px;
    margin-left: -10px;
}
.award > .col, .award > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.award-block {
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 17px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
	line-height: 19px;
	cursor: pointer;
}
.award-block::before {
    background: url(../images/about/ic-award.svg) no-repeat center left;
    background-size: 100%;
    display: inline-block;
    float: left;
    content: ' ';
    margin-right: 15px;
    height: 20px;
    width: 15px;
}
.award-block::after {
    background: url(../images/about/ic-arrow.svg) no-repeat center left;
    background-size: 100%;
    display: inline-block;
    float: right;
    content: ' ';
    height: 20px;
    width: 6px;
}
.list-award {
    list-style: none;
}
.list-award .list-item::before {
    content: counter(li);
    color: #cdcdcd;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 1px;
    display: inline-block;
    position: relative;
    top: -8px;
    width: 1em;
    margin-left: -2em;
    margin-right: .5em;
    text-align: right;
    direction: rtl;
    vertical-align: top;
}
.list-award .list-item{
    counter-increment: li;
    margin-bottom: 12px;
}
.list-award .list-content {
    display: inline-block;
}
.list-award .list-content .award-title,
.list-award .list-content p,
.list-award .list-content p span:last-child{
	font-size: 14px;
	letter-spacing: 0.6px;
	text-align: left;
    font-weight: 600;
}
.list-award .list-content .award-title {
	color: #444444;
	margin: 0;
}
.list-award .list-content p {
	color: #666666;
    font-weight: 400;
    margin-bottom: 0;
	line-height: unset;
}
.list-award .list-content span:last-child {
	color: #0070ba;
}
#bod .title-page {
    position: absolute;
}
.modal-backdrop.show {
	opacity: 0.85;
}
.modal-backdrop {
	background-color: #022d5f;
}
.modal-content {
    border-radius: 0;
    border: 0;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 20px;
}
.modal-title {
    font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.4px;
    color: #022d5f;
}
.modal-header {
    padding: 15px 0;
}
.modal-header .close {
    background: url(../images/ic-close.svg) no-repeat 100% center;
    margin: 5px 0;
    padding: 0;
    width: 22px;
    height: 22px;
}
.modal-body {
    padding: 15px 0;
}
.modal-lg {
    max-width: 720px;
}
.modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 420px;
    margin: auto;
}
#loginModal .modal-dialog {
    max-width: 350px;
}
#loginModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
#loginModal strong {
    font-size: 12px;
    line-height: 1.75;
	letter-spacing: 0.9px;
	color: #525252;
}
#loginModal a {
    color: #0070ba;
}
#loginMessage {
    font-size: 14px;
}
#loginMessage ul {
    padding-left: 13px;
    margin-bottom: 0;
}
.streaming {
    padding: 15px;
    background: #ffffff;
	border: solid 1px #ebebeb;
    position: relative;
    min-height: 69px;
}
.streaming .live-footer {
    height: 36px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
	background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
    line-height: 35px;
    padding: 0 20px;
    display: none;
}
.streaming #wowza_player .fc-poster:hover ~ .streaming .live-footer {
    bottom: 0px;
}
.comment .collapse {
    background: #ffffff;
	border: solid 1px #ebebeb;
}
.comment .comment-list {
    padding: 15px;
    border-right: 1px solid #ebebeb;
    overflow-y: auto;
    height: 250px;
}
.comment .list-unstyled{
    margin-bottom: unset;
}
.comment .user-image {
    border-radius: 40px;
    height: 40px;
    width: 40px;
}
.comment .media {
    font-size: 13px;
	letter-spacing: 0.4px;
	text-align: left;
	color: #666666;
    border-top: 1px solid #f8f8f8;
    padding: 7px 10px 0 10px;
}
.comment .media:first-child {
    border-top: unset;
    padding-top: unset;
}
.comment .media h5 {
    font-size: 13px;
	font-weight: 600;
	color: #022d5f;
}
.comment .media .media-footer {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 300;
	text-align: right;
	color: #aaaaaa;
}
.comment-form {
    padding: 15px;
}
.comment-form textarea {
	border-radius: 2px;
	border: solid 1px #ebebeb;
    height: 166px;
    font-size: 13px;
	letter-spacing: 0.6px;
	text-align: left;
	color: #aaaaaa;
}
.comment-form button {
    height: 37px;
	font-weight: 400;
	letter-spacing: 0.9px;
}
.comment-login{
    padding: 60px 0;
}
.comment-login img {
    margin: 0 auto 7px;
}
.comment-login p {
    font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: center;
	color: #444444;
}
.comment-login button {
	width: 111px;
	height: 37px;
    font-size: 12px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.9px;
	text-align: center;
	color: #ffffff;
}
.content-header .title-page {
    display: inline-block;
    float: left;
}
.content-header .direct-contact {
    width: 370px;
    display: inline-block;
    margin: 10px 0;
    float: right;
}
.content-header p {
    width: 241px;
    font-size: 14px;
    color: #575757;
    display: inline-block;
    margin-bottom: 0;
}
.content-header button {
    float: right;
    margin: 6px 0;
}
.contact .contact-block {
    border-top: 3px solid #CCD5DF;;
    padding: 17px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
	line-height: 19px;
}
.contact .contact-title {
    font-size: 15px;
	font-weight: 600;
	text-align: left;
	color: #022d5f;
}
.contact .contact-body p {
	font-size: 14px;
    font-weight: 300;
	letter-spacing: 0.6px;
	text-align: left;
	color: #555555;
    margin: 0;
}
.contact .contact-body span {
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 0.6px;
	text-align: left;
	color: #555555;
}
.contact-question {
	background-color: #ffffff;
	border: solid 1px #ebebeb;
    padding: 25px 25px 25px;
}
.contact-question textarea {
    height: 124px;
}
.contact-question button {
    padding: 15px 75px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}

.accordion-list {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    background: transparent;
}
.accordion-list h5 {
    border-bottom: 0;
    background: transparent;
    padding: 1rem 1.25rem 1rem 0;
    border-radius: ;
}
.accordion-list h5,
.accordion-list h5 a[aria-expanded="true"] {
    font-size: 20px;
	text-align: left;
	color: #022d5f;
}
.accordion-list h6 {
    font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #022d5f;
}
.accordion-content {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem;
    border-left: 3px solid #E5EAEF;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	text-align: left;
	color: #666666;
	font-weight: 300;
}
.accordion-content p {
    margin-bottom: 0;
}
.accordion-content a {
	font-weight: 600;
	color: #0070ba;
}


.schedule-nav {
    margin: 15px 0 10px 20px;
    border-left: 1px solid #ddd;
    width: calc(100% - 125px);
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    height: 45px;
}
.schedule-nav ul {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
    margin-left: 8px;
    width: 630px;
    margin-bottom: 0;
}
.schedule-nav li {
    float: left;
    display: inline-block;
}
.schedule-nav li a {
    display: block;
    padding: 9px 10px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #848484;
}
.schedule-nav li.active a {
    color: #022d5f;
    font-weight: 600;
}
.schedule-content thead th {
    background-color: #f9f9f9 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: left;
    color: #333333;
}
.schedule-content tbody {
    background-color: #ffffff;
    max-height: 477px;
    overflow-y: auto;
    width: 101.75%;
}
.schedule-content td, .schedule-content th {
    padding: .75rem 1.5rem;
    border-top: 0px;
    border-left: 0px;
}
/*
Modified : 28-02-2018
By : Eri Junianto
.schedule-content td:last-child, .schedule-content th:last-child{
    border-right: 0px;
}
*/

/*
Modified : 21-02-2018
By : Eri Junianto
*/
.schedule-content thead th:first-child,
.schedule-content tbody th {
    width: 20%;
}
.schedule-content tbody th {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: left;
    color: #333333;
    float: left;
}
.schedule-content thead th,
.schedule-content tbody td {
    width: 40%;
}
/* End */
.schedule-content tbody td {
	font-size: 18px;
    font-weight: 400;
	letter-spacing: 0.5px;
	text-align: left;
	color: #333333;
}
.schedule-content tbody th,
.schedule-content tbody td {
    height: 75px;
}
.schedule-content tbody tr:hover th,
.schedule-content tbody tr:hover td {
    background: #f9f9f9;
}
.schedule-content {
    width: 100%;
    background-color: #f3f3f3;
}
.schedule-content thead, .schedule-content tbody, .schedule-content tr, .schedule-content td, .schedule-content th {
    display: block;
}
.schedule-content tbody td {
    float: left;
}
.schedule-content thead tr th {
    float: left;
    background-color: #f39c12;
    border-color: #e67e22;
}
.schedule-content tbody a {
    color: #0472bb;
}
.schedule-content tbody a:hover {
    color: #444444;
}
#schedule > .content-footer > .col, #schedule > .content-footer > [class*="col-"] {
    padding: 7px 10px;
}
#schedule > .content-footer {
    margin-right: -10px;
    margin-left: -10px;
}
.super-btn {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    height: 105px;
    transition: all .3s;
}
.super-btn:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    transition: all .3s;
}
.super-btn .ic {
    padding: 15px;
    height: 65px;
    width: 65px;
    border-radius: 45px;
    margin-right: 18px;
}
.super-btn .ic.ic-programs {
    background: url(../images/ic-programs.svg) no-repeat center;
    border: 1px solid #75af27;
}
.super-btn .ic.ic-updates {
    background: url(../images/ic-updates.svg) no-repeat center;
    border: 1px solid #fbba00;
}
.super-btn .ic.ic-live {
    background: url(../images/ic-live.svg) no-repeat center;
    border: 1px solid #e6007e;
}
.super-btn p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
	letter-spacing: 1.1px;
	text-align: left;
	color: #333333;
}
.super-btn h5 {
    font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-align: left;
	color: #0070ba;
}
#info .accordion-toggle[aria-expanded="true"]:after {
	transform: rotate(45deg);
    opacity: 0;
    transition: all .5s;
}
.search-result a li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    position: relative;
}
.search-result a:last-child li {
    border-bottom: 0;
}
.search-result a li:after {
    transform: rotate(45deg);
    border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #0070ba;
	content: '';
	position: absolute;
    top: calc(50% - 12px);
    right: 0;
	height: 12px;
	width: 12px;
}
.search-result a img {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.search-result a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}
.search-result .thumbnail {
    width: 200px;
    margin-right: 1.5rem;
}
.search-result .media-body {
    padding: 30px 0;
}
.search-result .media-body h6 {
    font-size: 16px;
	line-height: 1.31;
	letter-spacing: 0.2px;
	color: #444444;
}

/*
Created : 09-04-2018
By : Eri Junianto
*/
.load-more {
    position: relative;
    height: 40px;
}
.load-more:after {
    border-bottom: solid 1px #eeeeee;
    width: calc(100% - 87px);
    content: '';
    height: 2px;
    top: 49%;
    position: absolute;
}
.slide .load-more:after {
    border: unset;
}
.load-more .show {
    cursor: pointer;
}
.load-more span,
.slide .load-more .show {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    color: #0070ba;
}
.slide .load-more .show {
    line-height: 40px;
    z-index: 999;
    position: relative;
    margin: 10px auto 0;
    width: 80px;
}
.card-block {
    padding: 24px 35px 24px 7px;
}
/* End */

.card-show .btn {
    font-size: 14px;
	font-weight: 400;
    width: 100%;
    position: relative;
    bottom: 0;
}
.card-show .card-title {
    font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.4px;
    color: #022d5f;
}
.card-show .card-text {
    color: #444444;
    font-size: 14px;
    max-height: 170px;
    overflow: hidden;
}

.card-list .card-title {
    font-size: 16px;
	line-height: 1.31;
	letter-spacing: 0.2px;
	text-align: left;
	color: #444444;
    height: 21px;
    overflow: hidden;
}
.video-group {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}
#slideNewest .video-group img,
#slidePopular .video-group img,
#slideViews .video-group img {
    /*! height: 134px; */
    /*! width: 100%; */
    /*! object-fit: cover; */
    /*! object-position: center; */
}
.video-group img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.video-group:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}
.video-group .emblem {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    padding: 15px;
    display: flex;
}
.video-group .icon-video {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: solid 2px #ffffff;
    border-radius: 100px;
}
.video-group .icon-video:before {
    content: "";
    width: 12px;
    height: 13px;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 24px;
    left: 26px;
}
.video-group .icon-video:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 23px;
    width: 11px;
    height: 11px;
    transform: rotate(45deg) skew(-5deg, -5deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 1px;
}
.video-group .program-name {
    display: inline-flex;
	height: 24px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
    line-height: 20px;
    font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #0070ba;
    padding: 0 10px;
    margin: 3px 5px;
    border: 2px solid #ffffff;
    -webkt-transition: all .5s ease-in;
    transition: all .2s ease-in;
    max-width: calc(100% - 40px);
}
.video-group .program-name:hover {
    border: 2px solid #0070ba;
	background: rgba(255, 255, 255, .75);
}
.video-group .caption-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(2, 45, 95, 0.0), rgba(2, 45, 95, 0.9));
}
.video-group .caption {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 15px;
    bottom: 0;
}
#programs .video-group .caption {
    height: auto;
}
.video-group .caption h5,
.video-group .caption small {
    color: #ffffff;
}
.video-group .caption h5 {
    font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 0.2px;
    max-height: 20px;
    overflow-y: hidden;
}
#programs .video-group .caption h5 {
    max-height: unset;
    margin-bottom: 0;
}
.video-group .caption small {
	font-weight: 300;
    font-size: 11px;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.video-group .caption small span:before {
    content: '.';
    font-size: 26px;
    line-height: 2px;
    position: relative;
    bottom: 3px;
    margin: 0 4px;
}
.video-group .caption small span {
    font-style: italic;
    text-transform: none;
}
#gallery .mt-2 {
    margin-top: .7rem !important;
}
.image-group {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}
.image-group img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.image-group:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}
.image-group.no-effect:hover img {
    -webkit-transform: unset;
    transform: unset;
}
.image-group .caption-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -50%;
    background-image: linear-gradient(to bottom, rgba(2, 45, 95, 0.0), rgba(2, 45, 95, 0.85));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-group .caption {
    position: absolute;
    width: 100%;
    height: 115px;
    padding: 15px;
    bottom: -72px;
    background-image: linear-gradient(to bottom, rgba(2, 45, 95, 0.0), rgba(2, 45, 95, 0.8));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-group .caption h5,
.image-group .caption p,
.image-group .caption small {
    color: #ffffff;
}
.effect:hover .caption {
    bottom: 0;
}
.effect:hover .caption-bg {
    bottom: 0;
}
.effect .caption h5 {
    height: 21px;
    overflow: hidden;
    font-size: 16px;
	line-height: 1.31;
	letter-spacing: 0.3px;
    margin-bottom: .3rem;
}
.effect .caption p {
    height: 35px;
    overflow: hidden;
    font-size: 13px;
	line-height: 1.46;
	letter-spacing: 0.5px;
}
.programs-nav {
    margin: 15px 0 10px 20px;
    border-left: 1px solid #ddd;
    width: calc(100% - 123px);
    display: inline-block;
    height: 45px;
}
.programs-nav ul {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
    margin-left: 8px;
    width: auto;
    /*! max-width: 100%; */
    margin-bottom: 0;
}
.programs-nav li {
    float: left;
    display: inline-block;
}
.programs-nav li.active a {
    color: #022d5f;
}
.programs-nav li a {
    display: block;
    padding: 9px 10px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #848484;
}
#slideNewestAction, #slidePopularAction, #slideViewsAction {
    height: 0;
}
#programs .slide ul li {
    display: inline-block;
}
#programs .slider-program .prev{
    position: absolute;
    left: -21px;
    top: calc(50% - 21px);
    width: 42px;
    height: 42px;
}
#programs .slider-program .next{
    position: absolute;
    right: -21px;
    top: calc(50% - 25px);
    width: 42px;
    height: 42px;
}
#programs .slider-program .prev a.disabled,
#programs .slider-program .next a.disabled {
    opacity: 0;
    cursor: default;
}
#programs .slider-program .prev a,
#programs .slider-program .next a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.9;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#programs .slider-program .prev a:after,
#programs .slider-program .next a:after {
    transform: rotate(45deg);
    border-style: solid;
    border-color: #0070ba;
    content: '';
    position: relative;
    top: 15px;
    height: 12px;
    width: 12px;
}
#programs .slider-program .prev a:after{
    float: left;
    left: 17px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}
#programs .slider-program .next a:after{
    float: right;
    right: 17px;
    border-width: 2px 2px 0 0;
}
#programs .slider-program .slide {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#programs .slider-program li  {
    width: 280px;
}
#programs .card-body {
    position: relative;
    padding-top: 1.5em;
}
#programs .msAction {
    position: absolute;
    right: 16px;
    top: 20px;
    height: 25px;
    width: 55px;
}
#programs .msAction div,
#programs .msAction div a {
    width: 24px;
	height: 24px;
    position: absolute;
}
#programs .msAction div {
	border: solid 1px rgba(0, 112, 186, 0.4);
}
#programs .msAction .prev{
    left: 0px;
}
#programs .msAction .prev:after {
    float: left;
    border-width: 1px 0 0 1px;
    left: 8px;
    transform: rotate(-45deg);
}
#programs .msAction .next {
    right: 0px;
}
#programs .msAction .next:after {
    float: right;
    border-width: 1px 1px 0 0;
    right: 8px;
    transform: rotate(45deg);
}
#programs .msAction .prev:after,
#programs .msAction .next:after {
    content: '';
    position: relative;
    border-style: solid;
    border-color: #0070ba;
    top: 7px;
    height: 8px;
    width: 8px;
}
#programs h1.title-page {
    margin: 13px 0;
    font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.4px;
	text-align: left;
	color: #022d5f;
}
#programs h3 {
    font-size: 20px;
	text-align: left;
	color: #444444;
}
#programs .description {
    font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: left;
	color: #666666;
}
#programs .card .bx-wrapper li {
    /* max-height: 185px; */
    /* overflow: hidden; */
}

/*
Modified : 02-03-2018
By : Eri Junianto
*/
#slideNewestAction, #slidePopularAction, #slideViewsAction, #slideNewsAction {
    height: 0;
    margin-top: 25px;
}
#news .slide ul li {
    display: inline-block;
    background: #0079c1 !important;
}
#news .slide ul li a{
    color: #fefefe !important;
}
#news .slide ul li .time{
    color: #fefefe !important;
}
#news .slider-news .prev{
    position: absolute;
    left: -21px;
    top: calc(50% - 21px);
    width: 42px;
    height: 42px;
}
#news .slider-news .next{
    position: absolute;
    right: -21px;
    top: calc(50% - 21px);
    width: 42px;
    height: 42px;
}
#news .slider-news .prev a.disabled,
#news .slider-news .next a.disabled {
    opacity: 0;
    cursor: default;
}
#news .slider-news .prev a,
#news .slider-news .next a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.9;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#news .slider-news .prev a:after,
#news .slider-news .next a:after {
    transform: rotate(45deg);
    border-style: solid;
    border-color: #0070ba;
    content: '';
    position: relative;
    top: 15px;
    height: 12px;
    width: 12px;
}
#news .slider-news .prev a:after{
    float: left;
    left: 17px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}
#news .slider-news .next a:after{
    float: right;
    right: 17px;
    border-width: 2px 2px 0 0;
}
#news .slider-news .slide {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#news .slider-news li  {
    width: 325px;
}
#news .card-body {
    position: relative;
    padding-top: 1.5em;
}
#news .msAction {
    position: absolute;
    right: 16px;
    top: 20px;
    height: 25px;
    width: 55px;
}
#news .msAction div,
#news .msAction div a {
    width: 24px;
    height: 24px;
    position: absolute;
}
#news .msAction div {
    border: solid 1px rgba(0, 112, 186, 0.4);
}
#news .msAction .prev{
    left: 0px;
}
#news .msAction .prev:after {
    float: left;
    border-width: 1px 0 0 1px;
    left: 8px;
    transform: rotate(-45deg);
}
#news .msAction .next {
    right: 0px;
}
#news .msAction .next:after {
    float: right;
    border-width: 1px 1px 0 0;
    right: 8px;
    transform: rotate(45deg);
}
#news .msAction .prev:after,
#news .msAction .next:after {
    content: '';
    position: relative;
    border-style: solid;
    border-color: #0070ba;
    top: 7px;
    height: 8px;
    width: 8px;
}
#news h1.title-page {
    margin: 13px 0;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    text-align: left;
    color: #022d5f;
}
#news h3 {
    font-size: 20px;
    text-align: left;
    color: #444444;
}
#news .description {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
}
#news .card .bx-wrapper li {
    /* max-height: 185px; */
    /* overflow: hidden; */
}

#news .caption {
    background: none !important;
    padding: 5px
}

.bx-wrapper {
    margin-top: 25px !important;
}

/*
End
*/

#media-slider img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.social-link {
    list-style: none;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.9px;
	text-align: left;
	color: #0070ba;
    padding-left: 0;
}
.social-link li {
    height: 30px;
}
.social-link a {
    padding: 5px;
    padding-left: 35px;
}
.social-link a.facebook-link {
    background: url(../images/social/facebook.png) no-repeat center;
    background-size: 10px;
    background-position: left;
}
.social-link a.instagram-link {
    background: url(../images/social/instagram.png) no-repeat center;
    background-size: 19px;
    background-position: left;
}
.social-link a.twitter-link {
    background: url(../images/social/twitter.png) no-repeat center;
    background-size: 20px;
    background-position: left;
}
.social-link a.youtube-link {
    background: url(../images/social/youtube.png) no-repeat center;
    background-size: 20px;
    background-position: left;
}
.social-link a.tiktok-link {
    background: url(../images/social/tiktok.png) no-repeat center;
    background-size: 20px;
    background-position: left;
}
.lg-sub-html .date{
    position: absolute;
    right: 0;
    font-size: 12px;
    font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;
}
.lg-sub-html h4 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #ffffff;
}
.lg-sub-html p {
    font-size: 13px;
    font-weight: 300;
	line-height: 1.46;
	letter-spacing: 0.5px;
	text-align: left;
	color: #cdcdcd;
}
.lg-actions {
    max-width: 1008px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
}
.lg-actions .lg-prev,
.lg-actions .lg-next {
    width: 20px;
    height: 50px;
    padding: 0;
}
.lg-actions .lg-prev {
    left: 20px;
    background: url(../images/arrow-left.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.lg-actions .lg-next {
    right: 20px;
    background: url(../images/arrow-right.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
    content: ' ';
}
#lg-counter {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #ffffff;
}
.detail-content .row {
    margin-left: -8px;
    margin-right: -8px;
}
.detail-content .row div {
    padding-left: 8px;
    padding-right: 8px;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  float: right;
}

/*
Created : 09-04-2018
By : Eri Junianto
*/
.slide .spinner {
    float: unset;
    margin: 10px auto;
}
/* End */

.spinner > div {
  background-color: #8e8e8e;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.simplebar-scrollbar {
    background: #aaa;
}

/* ---------------------------------------------------
    RESPONSIVE STYLE
----------------------------------------------------- */

@media only screen and (min-width: 1400px) {
    .visi, .misi{
        height: 220px;
    }
    #content {
        padding: 20px 75px;
    }
    #award .bg-title {
        right: -75px;
    }
    .slider {
        width: 900px;
        height: 560px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper, .lSActive .lSSlideOuter .lSThumbWrapper, .lSActive .lSSlideOuter .lSAction {
        width: 768px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 127px);
        padding-top: 2%;
    }
    .lSActive .lSSlideOuter .lSPager.lSGallery li {
        height: 97px;
    }
    .lSActive .lSSlideOuter .lSThumb {
        padding: 10px 0 15px;
    }
    .card-show .card-text {
        max-height: 190px;
        overflow: hidden;
    }
    .card-show img {
        height: 370px;
    }
    .block img {
        height: 210px;
    }
    .block .last img {
        height: 436px;
    }
}

@media only screen and (min-width: 1660px) {
    .visi, .misi{
        height: 240px;
    }
    #content {
        padding: 20px 100px;
    }
    #award .bg-title {
        right: -100px;
    }
    .slider {
        width: 1150px;
        height: 700px;
    }
    .super-btn {
        padding: 24px;
        height: 125px;
    }
    .super-btn .ic {
        height: 75px;
        width: 75px;
        margin-right: 24px;
    }
    .super-btn p {
        font-size: 14px;
    }
    .super-btn h5 {
        font-size: 24px;
    }
    #programs .slider-program li {
        width: 350px;
    }
    #programs .img-header img {
        height: 520px;
    }
    #media-slider img {
        height: 160px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 142px);
        padding-top: 7%;
    }
    .card-show .card-text {
        max-height: 260px;
        overflow: hidden;
    }
    .card-show img {
        height: 430px;
    }
    .block img {
        height: 260px;
    }
    .block .last img {
        height: 536px;
    }
    .img-header img {
        height: 660px;
    }
}

@media only screen and (min-width: 1920px) {
    .visi, .misi{
        height: 250px;
    }
    .slider {
        width: 1200px;
        height: 720px;
    }
    #programs .slider-program li {
        width: 410px;
    }
    #media-slider img {
        height: 190px;
    }
    .card-show .card-text {
        max-height: 310px;
        overflow: hidden;
    }
    .card-show img {
        height: 480px;
    }
    .block img {
        height: 290px;
    }
    .block .last img {
        height: 596px;
    }
}


@media only screen and (max-width: 1399px) {
    #sidebar ul.menus {
        padding: 5px 0 0 0;
        margin: 0;
    }
    ul.CTAs a.btn-regist {
        margin-bottom: 20px;
    }
    .slider .slider-label {
        font-size: 20px;
    }
    #programs .slider-program li {
        width: 242px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper, .lSActive .lSSlideOuter .lSThumbWrapper, .lSActive .lSSlideOuter .lSAction {
        width: 680px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 116px);
        padding-top: 1.5%;
    }
    .lSActive .lSSlideOuter .lSPager.lSGallery li {
        height: 86px;
    }
    .lSActive .lSSlideOuter .lSThumb {
        padding: 10px 0 15px;
    }
}


/* LARGE (tablet landscape) */
@media only screen and (max-width: 1199px) {
    .visi, .misi{
        height: 190px;
    }
    .bg-wrapper.dekstop,
    .bg-wrapper.mobile {
        display: none;
    }
    .wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .modal-open .wrapper {
        position: static;
    }
    .slider {
        width: 700px;
        height: 420px;
    }
    .slider .slider-label {
        font-size: 20px;
    }
    #content {
        width: 100%;
        padding: 20px 23px;
        transition: all 0.3s;
        position: static;
        top: 0;
        right: 0;
        min-height: unset;
    }
    #sidebar {
        top: 0;
        left: -255px;
        z-index: 1013;
        transition: all 0.3s;
        background: #fff;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    #sidebar.active {
        left: 0;
        transition: all 0.3s;
    }
    #sidebar .sidebar-header {
        display: none;
    }
    .dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        display: block;
    }
    .dismiss:hover {
        background: #fff;
        color: #7386D5;
    }
    .dismiss::before,
    .dismiss::after{
        content: "";
        position: absolute;
        left: 12%;
        top: 50%;
        width: 25px;
        height: 1.5px;
        background-color: #767676;
    }
    .dismiss::before {
      -moz-transform: rotateZ(-45deg);
      -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg);
    }
    .dismiss::after{
      -moz-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
    }
    #header {
        position: fixed;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 10px 15px;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #header .menu-toggle {
        background: url(../images/ic-menu.svg) no-repeat center;
        background-size: 22px;
        height: 40px;
        width: 40px;
        float: left;
    }
    #header .brand-toggle {
        display: inline-block;
        width: 140px;
        height: 40px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    #header .brand-toggle img {
        height: 100%;
    }
    #header .search {
        float: unset;
        right: 0;
        display: inline-block;
        top: -61px;
        width: 100%;
        background: #fff;
        position: absolute;
        padding: 10px;
        height: 61px;
        border-bottom: 1px solid #efefef;
        transition: all 0.5s;
    }
    #header .search.active {
        top: 0px;
        transition: all 0.5s;
    }
    #header .search .dismiss {
        top: 10px;
    }
    #header .search .form-inline {
        background: #fff;
        width: calc(100% - 55px);
        position: absolute;
    }
    #header .search .form-control {
        border: none;
        font-weight: 300;
        font-size: 18px;
        background: none;
        padding: 4px 10px;
    }
    #header .search .form-control:focus {
        border: none;
    }
    #header .search-toggle {
        display: block;
        background: url(../images/search-toggle.svg) no-repeat center;
        background-size: 22px;
        height: 40px;
        width: 40px;
        float: right;
        position: relative;
    }
    .content {
        margin-top: 40px;
    }
    #live.content {
        padding-top: 5px;
    }
    .comment .comment-list {
    border-right: 0;
    }
    .breadcrumb {
        display: none;
    }
    .nav-tabs .nav-link {
        padding: 1rem 0;
    }
    #award .bg-title {
        width: calc(50% + 23px);
        right: -23px;
    }
    .super-btn .ic {
        height: 55px;
        width: 55px;
        margin-right: 14px;
    }
    .super-btn .ic.ic-programs,
    .super-btn .ic.ic-updates,
    .super-btn .ic.ic-live {
        background-size: 30px;
    }
    .super-btn {
        padding: 20px 15px;
        height: 100px;
    }
    .super-btn p {
        font-size: 11px;
    }
    .super-btn h5 {
        font-size: 16px;
    }
    .card-block {
        padding: 16px;
    }
    .card-show.card {
        box-shadow: unset;
        border: 0;
        border-bottom: 1px solid #eeeeee;
        background: transparent;
    }
    #programs .slider-program li {
        width: 360px;
    }
    #media-slider img {
        height: 180px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        padding-top: 3%;
    }
    .card-show .card-text {
        max-height: 100px;
        overflow: hidden;
    }
    .block img {
        height: 210px;
    }
    .block .last img {
        height: 436px;
    }
    .img-header img {
        height: 400px;
    }
}

/* MEDIUM (tablet portrait) */
@media only screen and (max-width: 991px) {
    .slider {
        left: 20%;
        width: 910px;
        height: 575px;
    }
    .slider .slider-label {
        font-size: 20px;
    }
    #prev, #next {
        display: block;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -50px;
        width: 47%;
        text-align: center;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 15px;
        height: 3px;
        margin: 0 1px;
    }
    .visi, .misi {
        padding: 30px 10px;
    }
    .comment .collapse {
        background: #ffffff;
        border-bottom: 0;
    }
    .comment-form {
        padding: 0;
    }
    .comment-form textarea {
        width: calc(100% - 123px);
        display: inline-block;
        float: left;
        height: 46px;
        padding: .70rem .75rem;
    }
    .comment-form button {
        height: 46px;
    }
    .comment-login {
        padding: 0;
    }
    .comment-login button {
        width: 100%;
        height: 46px;
    }
    #programs h1 {
        margin: .5em 0;
    }
    #programs .slider-program li {
        width: 300px;
    }
    #media-slider img {
        height: 140px;
    }
    #bod .title-page {
        position: relative;
    }
    .bod-block, .bod-bg {
        width: 722px !important;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        padding-top: 25%;
    }
    .lSActive .lSSlideOuter .lSAction {
        top: -20%;
    }
    .lSActive .lSAction > .lSPrev {
        left: -30px;
    }
    .lSActive .lSAction > .lSNext {
        right: -30px;
    }
    .block img {
        height: 230px;
    }
    .block .last img {
        height: 380px;
    }
    .img-header img {
        height: 340px;
    }
}

/* SMALL (phone landscape) */
@media only screen and (max-width: 767px) {
    .bg-wrapper.dekstop,
    .bg-wrapper.tablet {
        display: none;
    }
    .visi, .misi {
        padding: 20px;
        height: 170px;
    }
    #award .block-title {
        display: none;
    }
    h1.title-page {
        font-size: 22px;
        margin: .5em 0;
    }
    .streaming {
        padding: 5px;
    }
    .comment .collapse {
        border-bottom: 0;
    }
    .comment .media .media-footer {
        display: none;
    }
    .comment-login {
        padding: 0;
    }
    .comment-login button {
        width: 100%;
        height: 42px;
    }
    .super-btn .ic {
        height: 65px;
        width: 65px;
        margin-right: 15px;
    }
    .super-btn .ic.ic-programs,
    .super-btn .ic.ic-updates,
    .super-btn .ic.ic-live {
        background-size: 32px;
    }
    .super-btn {
        padding: 20px 15px;
        height: 105px;
    }
    .super-btn p {
        font-size: 13px;
    }
    .super-btn h5 {
        font-size: 18px;
    }
    .search-result li:after {
        display: none;
    }
    .card-show .card-title {
        font-size: 16px;
        line-height: 1.31;
        letter-spacing: 0.2px;
        color: #444444;
    }
    #programs .slider-program li {
        width: 260px;
    }
    #programs .content-header .title-page {
        margin: .5em 0;
    }
    .bod-block, .bod-bg {
        width: 594px !important;
    }
    .card-show .card-block {
        padding: 7px;
    }
    .block img {
        height: 200px;
    }
    .img-header img {
        height: 320px;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .slider {
        width: 60%;
        height: 70%;
        left: 0;
    }
    .slider .slider-label {
        font-size: 14px;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -30px;
        width: 100%;
    }
    .lSActive .lSSlideOuter .lSThumb {
        display: none;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        padding-top: 2%;
        height: 100%;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper, .lSActive .lSSlideOuter .lSThumbWrapper, .lSActive .lSSlideOuter .lSAction {
        width: 350px;
    }
    .lSActive .lSSlideOuter .caption {
        padding: .1rem 0;
    }
    .lSActive .lSSlideOuter .caption small {
        position: relative;
    }
    .lSActive .lSSlideOuter .caption h5 {
        font-size: 1rem;
    }
    .lSActive .lSSlideOuter .caption p {
        display: none;
    }
    .block img {
        height: 210px;
    }
    .block .last img {
        height: 340px;
    }
    .lg-sub-html .date {
        position: relative;
        display: block;
        left: 0;
    }
    .lg-sub-html p {
        display: none;
    }
}


/* EXTRA SMALL (phone portrait) */
@media only screen and (max-width: 575px) {
    #header {
        padding: 10px 5px;
    }
    #sidebar ul.components li a {
        padding: 11px 20px;
    }
    .slider {
        width: 300px;
        height: 320px;
        left: 0;
    }
    .slider .slider-label {
        font-size: 18px;
    }
    /*
    Modified : 03-03-2018
    By : Eri Junianto
    */
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -20px;
        width: 100%;
        text-align: center;
    }
    /* End */
    .bx-wrapper ul li {
        -webkit-filter: unset;
        filter: unset;
    }
    ul.CTAs a.btn-regist {
        margin-bottom: 0px;
    }
    ul.CTAs a.icon {
        width: 25px;
        height: 25px;
    }
    ul.CTAs a.social-facebook {
        background-size: 7px;
    }
    ul.CTAs a.social-instagram, ul.CTAs a.social-twitter, ul.CTAs a.social-youtube, ul.CTAs a.social-tiktok{
        background-size: 13px;
    }
    #about .nav-tabs .nav-link {
        margin: 0;
    }
    #about .nav-tabs .nav-item:nth-child(2){
        width: calc(100% - 203px);
    }
    #about .nav-tabs .nav-item:nth-child(2) a{
        width: 57px;
        margin: 0 auto;
    }
    #info nav {
        overflow: auto;
        /*-webkit-overflow-scrolling: touch;
        -webkit-box-shadow: inset -20px 0px 23px -13px rgba(214,214,214,1);
        -moz-box-shadow: inset -20px 0px 23px -13px rgba(214,214,214,1);
        box-shadow: inset -20px 0px 23px -13px rgba(214,214,214,1);*/
    }
    #info .nav-tabs {
        width: 507px;
    }
    #info .nav-tabs .nav-link {
        margin: 0;
    }
    #info .nav-tabs .nav-item:nth-child(2){
        margin: 0;
    }
    #info .nav-tabs .nav-item:nth-child(2) .nav-link {
        margin: 0 3em;
    }
    h1.title-page, .modal-title {
        font-size: 20px;
    }
    p, .visi p, .misi p {
        font-size: 14px;
    }
    .modal-dialog {
        padding: 0 15px;
    }
    .modal-content {
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    #live.content {
        padding-top: 1px;
    }
    .streaming.mt-4 {
        margin-top: 1rem !important;
    }
    .comment-form textarea {
        width: 100%;
        display: inline-block;
        float: left;
        height: 46px;
    }
    .comment-form button {
        width: 100%;
        height: 46px;
    }
    #content {
        padding: 20px 15px;
    }
    .content-header .title-page,
    .content-header .direct-contact,
    .content-header p {
        width: 100%;
        padding-top: 15px; /*Content title when mobile view*/
    }
    #schedule .content-header .title-page {
        width: unset;
        margin-top: 16px;
    }
    .schedule-nav {
        margin: 13px 0 10px 20px;
        width: calc(100% - 105px);
        height: 42px;
    }
    .schedule-nav ul {
        width: 568px;
    }
    .schedule-nav li a {
        font-size: 12px;
    }
    .schedule-content tbody th, .schedule-content tbody td {
        height: 70px;
    }
    .content-header button {
        float: left;
    }
    .contact-question button {
        width: 100%;
    }
    .contact-question {
        padding: 5px 15px 25px;
    }
    /*
    Modified : 27-02-2018
    By : Eri Junianto
    */
    .schedule-content thead th,
    .schedule-content tbody td {
        width: 32.25%;
    }
    /* End */
    .schedule-content thead th:first-child,
    .schedule-content tbody th {
        width: 115px;
    }
    .schedule-content tbody th {
        font-size: 14px;
    }
    .schedule-content tbody td {
        font-size: 16px;
    }
    .schedule-content td, .schedule-content th {
        padding: .75rem;
    }
    .accordion-list h5, .accordion-list h5 a[aria-expanded="true"] {
        font-size: 16px;
    }
    .search-result .thumbnail {
        width: 35%;
        max-width: 200px;
        margin-right: .5rem;
    }
    .search-result li {
        padding: 5px 0 10px;
    }
    .search-result .media-body {
        padding: 0;
    }
    .search-result .media-body h6 {
        font-size: 13px;
    }
    #programs .content-header .title-page {
        width: unset;
        font-size: 20px;
    }
    #media-slider img {
        height: 115px;
    }
    .programs-nav {
        margin: 13px 0 10px 20px;
        width: calc(100% - 108px);
        height: 42px;
    }
    .programs-nav ul {
        width: 505px;
    }
    .programs-nav li a {
        font-size: 12px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper, .lSActive .lSSlideOuter .lSThumbWrapper, .lSActive .lSSlideOuter .lSAction {
        width: calc(100% - 30px);
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 116px);
        padding-top: 18%;
    }
    .lSActive .lSSlideOuter .lSAction {
        top: -40%;
    }
    .lSActive .lSAction > .lSPrev {
        left: 10px;
    }
    .lSActive .lSAction > .lSNext {
        right: 10px;
    }
    .lSActive .lSSlideOuter .lSPager.lSGallery li {
        height: unset;
    }
    .lSActive .lSSlideOuter .lSThumb {
        padding: 10px 0 15px;
    }
    .lSActive .lSSlideOuter .caption small {
        position: relative;
    }
    .block img,
    .block .last img {
        height: 220px;
    }
    .img-header img {
        height: 100%;
        margin-top: 12.5px;
    }
    .lg-sub-html .date {
        position: relative;
        display: block;
        left: 0;
    }
    .lg-sub-html p {
        display: none;
    }
}


@media only screen and (max-width: 575px) and (orientation: landscape) {
    .lSActive .lSSlideOuter .lSThumb {
        display: none;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        padding-top: 1%;
        height: 100%;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper, .lSActive .lSSlideOuter .lSThumbWrapper, .lSActive .lSSlideOuter .lSAction {
        width: 280px;
    }
    .lSActive .lSSlideOuter .caption {
        padding: .15em 0;
    }
    .block img,
    .block .last img {
        height: 260px;
    }
}

/* EXTRA SMALL (phone iphone 5 / 4) */
@media only screen and (max-width: 320px) {
    .slider {
        width: 240px;
        height: 320px;
        left: 0;
    }
    .nav-tabs .nav-link {
        font-size: 13px;
    }
    .nav-tabs .nav-item:nth-child(2){
        width: calc(100% - 190px);
    }
    .super-btn {
        padding: 24px 15px;
    }
    .super-btn .ic {
        margin-right: 15px;
    }
    .programs-nav {
        margin: 12px 0 7px 15px;
        width: calc(100% - 102px);
    }
    .programs-nav ul {
        margin-left: 5px;
    }
    .schedule-nav {
        margin: 12px 0 7px 15px;
        width: calc(100% - 100px);
    }
    .schedule-nav ul {
        margin-left: 5px;
    }
    .schedule-content tbody td {
        font-size: 14px;
    }
    .schedule-content thead th, .schedule-content tbody td {
        width: calc(100% - 110px);
    }
    .schedule-content thead th:first-child,
    .schedule-content tbody th {
        width: 110px;
    }
    .schedule-content tbody th {
        font-size: 13px;
    }
    .schedule-content tbody th, .schedule-content tbody td {
        height: 65px;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 100px);
        padding-top: 18%;
    }
    .lSActive .lSSlideOuter .caption h5 {
        font-size: 1rem;
    }
    .lSActive .lSSlideOuter .caption p {
        display: none;
    }
    .block img,
    .block .last img {
        height: 180px;
    }
    .img-header img {
        height: 140px;
    }
    #media-slider img {
        height: 85px;
    }
}


@media only screen and (min-height: 800px) and (min-width: 1200px) and (max-width: 1399px) {
    #sidebar ul.menus {
        padding: 20px 0;
        margin: 20px 0;
    }
    .lSActive .lSSlideOuter .lSSlideWrapper {
        height: calc(100vh - 116px);
        padding-top: 7%;
    }
}

@media only screen and (max-height: 720px) and (min-width: 1400px) {
    #sidebar {
        max-height: 720px;
    }
    ul.CTAs {
        position: relative;
    }
}

@media only screen and (max-height: 650px) and (min-width: 1200px) {
    #sidebar {
        max-height: 650px;
    }
    ul.CTAs {
        position: relative;
    }
}

@media only screen and (max-height: 480px) {
    #sidebar {
        max-height: 480px;
    }
    ul.CTAs a.btn-regist {
        margin-bottom: 10px;
    }
    ul.CTAs {
        position: relative;
    }
}