body {
	color: #1f2432;
	font-size: 1.3rem;
    overflow-x: hidden;
    height: auto;
}

/* #logoHeaderOnScroll {
    opacity: 1;
} */

.loader-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    /* width: 100vw;
    height: 100vh; */
    z-index: 1000;
    background-color: #fff;
}

.img-preloader {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.loader {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.table-cooperation td {
    padding: 0 0.75rem;
}

.sidebar-content img {
    width: 100% !important;
    height: 12rem !important;
    object-fit: cover;
}

.close-modal {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    -webkit-appearance: none;
    border: 0;
    border-radius: 50%;
    padding: 0 8px;
}

.close-modal:hover {
    cursor: pointer;
    background-color:#b7080f
}

.close-modal:focus, .close-modal:active {
    outline: none;
    border: none;
}

.carousel-control-pause, .carousel-control-resume {
    color: #FFF;
    text-decoration: none !important;
}

.carousel-control-pause:hover, .carousel-control-resume:hover {
    color: #FFF;
    text-decoration: none !important;
    opacity: 0.85;
}

.carousel-control-pause, .carousel-control-resume {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-pause, .carousel-control-resume {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.15s ease;
}

.deskripsi-content ul {
    list-style: initial !important;
    /* list-style-position: inside !important; */
    margin-inline-start: 15px;
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

.deskripsi-content ol {
    list-style: decimal !important;
    /* list-style-position: inside !important; */
    margin-inline-start: 15px;
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

.deskripsi-content a {
    color: #007bff !important;
}

.deskripsi-content p {
    margin: 0 0 10px;
}

.logoHeaderAbsoluteAnimStart {
    animation-name: logoHeaderAbsoluteAnimStart;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}
.logoHeaderAbsoluteAnimEnd {
    animation-name: logoHeaderAbsoluteAnimEnd;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

.topnavlink {
    font-family: 'Barlow Condensed', sans-serif;
    /* font-weight: bold; */
    letter-spacing: initial;
    font-size: 16px;
    color: #fff;
    white-space: normal;
}

.topnavlink:hover {
    color: #FFF112;
    text-decoration: none;
}

.navbar {
    font-family: 'Barlow Condensed', sans-serif !important;
}

.page-titleberita-container {
    position: relative;
}

.page-titleberita-container:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: calc(100%);
    /* width: calc(100% - 40px); */
    right: 0;
    /* right: 1.25rem; */
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

.page-titleberita-header {
    position: relative;
    padding-right: 0;
    display: inline-block;
    background-color: transparent;
    border-right: 1px solid #fff;
    transform: skew(-20deg);
    border-left: 1px solid #fff;
    padding-left: 0;
    margin-left: 10%;
    z-index: 2;
}

.page-titleberita-header h2 {
    padding: 5px 20px;
    color: #fff;
    text-shadow: none;
    border-bottom: 0;
    background-color: #1A2C43;
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-family: 'Bodoni Moda', serif;
    font-weight: 900;
    font-size: 1.6rem;
}

.page-titleberita-btn {
    font-size: 1.1rem !important;
    position: relative;
    z-index: 2;
    background-color: #1A2C43;
    border: 1px solid #fff !important;
    transform: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    padding: .8rem 2rem !important;
    border-radius: 0 !important;
}

.page-titleberita-btn:hover {
    color: #1A2C43;
    background-color: #fff;
}


.page-titlelight-container {
    position: relative;
}

.page-titlelight-container:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: calc(100%);
    /* width: calc(100% - 40px); */
    right: 0;
    /* right: 1.25rem; */
    background: #000;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

.page-titlelight-header {
    position: relative;
    padding-right: 0;
    display: inline-block;
    background-color: transparent;
    border-right: 1px solid #000;
    transform: skew(-20deg);
    border-left: 1px solid #000;
    padding-left: 0;
    margin-left: 10%;
    z-index: 2;
}

.page-titlelight-header h2 {
    padding: 5px 20px;
    color: #000;
    text-shadow: none;
    border-bottom: 0;
    background-color: #fff;
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-family: 'Bodoni Moda', serif;
    font-weight: 900;
    font-size: 1.6rem;
}

.page-titlelight-btn {
    font-size: 1.1rem !important;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #000 !important;
    transform: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    color: #000;
    padding: .8rem 2rem !important;
    border-radius: 0 !important;
}

.page-titlelight-btn:hover {
    color: #fff;
    background-color: #000;
}

.overflow-lg-hidden {
    overflow: unset;
}

.text-abuabu {
    color: rgb(95, 95, 95) !important;
    font-style: normal !important;
}

.progress-bar-carousel {
    height: 3px;
    background-color: #FFF112;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.img-hero {
    width: 100%;
    margin-top: -40px;
    height: calc(400px + 42px);
    /* height: 400px; */
    object-fit: cover;
}

.carousel-animate .carousel-item {
    transform: none;
}

.carousel-animate .carousel-item-left {
    animation-name: lightSpeedInRight;
    animation-duration: .65s;
}

.carousel-animate .carousel-item-left.active {
    transform: translate(0, 0);
    animation-name: lightSpeedOutLeft;
}

.carousel-animate .carousel-item-right {
    animation-name: lightSpeedInLeft;
    animation-duration: .65s;
}

.carousel-animate .carousel-item-right.active {
    transform: translate(0, 0);
    animation-name: lightSpeedOutRight;
}

.content-container {
    /* margin: 4rem 2rem 4rem 2rem; */
    margin: 0;
    /* font-family: 'Noto Sans',sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #1f2432;
}

.news-img-responsive img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.col-lg-85 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-15 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-105 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-35 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-55 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.logo-header-absolute {
    position: absolute;
    z-index: 3;
    width: 130px;
    height: 130px;
    padding: 20px;
    top: -62px;
    left: 0;
    background-color: #1A2C43;
}

.logo-header-absolute-mobile {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    padding: 20px;
    top: 0;
    left: 0;
    background-color: #1A2C43;
}

img.logo-res {
	width: auto;
}

#main-header .section {
	background-color: rgba(255,255,255,0.8);
}

.formsearch-mobile::placeholder {
    color: #fff;
}

.sm-blue a {
	color: #fff !important;
    font-weight: 400 !important;
}

#main-header #second {
    border-top: solid 1px #1A2C43;
    border-bottom: solid 1px #1A2C43;
    position: relative;
    z-index: 2;
}

.sm-blue > li:first-child {
    border-left: 0 !important;
    border-left-width: 0px;
    border-left-style: initial;
    border-left-color: initial !important;
}

.sm-blue > li {
    border: none !important;
    /* border-left: 1px solid #073C64 !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #073C64 !important; */
}

.sb-slider {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 3;
}

.sb-slider li > a img {
    width: 100%;
	height: auto;
	margin: 0;
	object-fit: cover;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
	background: #073C64 !important;
	background-image: none !important;
	color: white !important;
}

/* .sm-blue a:hover span.sub-arrow, .sm-blue a:focus span.sub-arrow, .sm-blue a:active span.sub-arrow, .sm-blue a.highlighted span.sub-arrow {
    border-color: #fff transparent transparent transparent;
}

.sm-blue ul a:hover span.sub-arrow, .sm-blue ul a:focus span.sub-arrow, .sm-blue ul a:active span.sub-arrow, .sm-blue ul a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent #fff;
} */

.video-header-div {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 3;
}

.video-header {
    width: 100%;
    height: 100%;
}

btn-control {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-custom-absolute {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(240,240,240,.4);
    border-color: transparent;
    color: #fff;
}
    
.btn-custom-absolute-2 {
    position: absolute;
    width: auto;
    top: 15px;
    right: 25px;
    border-radius: 5%;
    background-color: rgba(240,240,240,.4);
    border-color: transparent;
    color: #fff;
}

.btn-custom-absolute-2:hover, .btn-custom-absolute:hover {
    background-color: #ffc107;
    border-color: transparent;
    color: #fff;
}
    
.btn-custom-absolute-2:active, .btn-custom-absolute-2:focus, .btn-custom-absolute:active,.btn-custom-absolute:focus {
    outline: 0;
}

.nav-arrows a {
    top: 40%;
    z-index: 4;
}

.nav-arrows .play {
    padding: 10px 0;
}

.nav-arrows .pausehome {
    padding: 10px 0;
}

.nav-arrows .prev {
    font-size: 40px;
}

.nav-arrows .next {
    font-size: 40px;
}

.news-home {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #1A2C43;
    /* background-color: #011e5f;
    background-image: linear-gradient(to bottom, #012169, #011950); */
    background-repeat: repeat-x;
    position: relative;
}

.news-home::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 580px;
    content: '';
    background-image: url("../images/angle-grid-bg.svg");
    background-size: 1068px 580px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    opacity: 0.75;
}

.news-home::after {
    /* position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 580px;
    content: '';
    background-image: url("../images/angle-grid-bg.svg");
    background-size: 1068px 580px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    opacity: 0.75;
    transform: rotate(180deg); */
}

.news-home .header-text {
    font-family: "Spectral",serif;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.news-home .subheader-text {
    font-family: "Spectral",serif;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.news-home img {
    width: 100% !important;
    height: 12rem !important;
    object-fit: cover;
}

.news-footer {
    position: relative;
}

.news-footer .header-text {
    font-family: "Spectral",serif;
    color: #000;
    letter-spacing: -0.02em;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.news-footer img {
    width: 100% !important;
    height: 18rem !important;
    object-fit: cover;
}

.bg-video-frame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 675px;
    z-index: 1;
    background: url('../images/bg-optimists-takeover2.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
}

.bg-video-frame::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    /* background-color: #012169; */
    opacity: 0.9;
}

.bg-video-frame::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 20rem 100vw;
}

/* .bg-video-frame::before {
    position: absolute;
    top: 26.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: calc(100%-26.6rem);
    content: "";
    background: url('../images/bg-optimists-takeover.png');
    background-repeat: no-repeat;
    background-size: cover;
} */

.news-home .news-after img {
    width: 100% !important;
    height: 12rem !important;
    object-fit: cover;
}

.news-home .img-container {
    position: relative;
    z-index: 2;
}

.news-home .news-container {
    /* margin-left: 3rem; */
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

.parallax-container-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../images/batik-wpp.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.parallax-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../images/gapura.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.overlay-white::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 1s;
}

.overlay-blue::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #011e5f;
    opacity: 0.8;
}

.overlay-black::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #101820;
    opacity: 0.85;
}

.btn-aplikasi {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.15rem !important;
}

.btn-arrow {
    /* font-family: "Noto Sans", sans-serif; */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 2rem;
    position: relative;
    padding-right: 4rem;
    color: #012169;
    padding-left: 0;
    transition: outline-color 0s; }
    .btn-arrow::before, .btn-arrow::after {
      position: absolute;
      top: 50%;
      transition: right 0.15s ease, width 0.15s ease;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .btn-arrow::before {
        /* display: none; */
      right: 1rem;
      width: 2rem;
      height: 2px;
      content: "";
      background-color: #012169; }
    .btn-arrow::after {
        /* display: none; */
      position: absolute;
      top: calc(50% + 5px);
      right: 6px;
      margin-top: -5px;
      content: "";
      border: solid transparent;
      border-left-color: #012169;
      border-width: 5px; }
    .btn-arrow:hover {
      color: #007dba; }
      .btn-arrow:hover::before {
        right: 0;
        width: 3rem;
        background-color: #007dba; }
      .btn-arrow:hover::after {
        right: -6px;
        border-left-color: #007dba; }
    .btn-arrow:hover {
      outline-color: transparent !important; }
    /* .btn-arrow:focus {
      outline: 2px solid #41b6e6 !important; } */
    .btn-arrow.btn-arrow-white, .btn-arrow.btn-arrow-white:hover {
      color: #fff; }
    .btn-arrow.btn-arrow-white::after, .btn-arrow.btn-arrow-white:hover::after {
      border-left-color: #fff; }
    .btn-arrow.btn-arrow-white::before, .btn-arrow.btn-arrow-white:hover::before {
      background-color: #fff; }
    .btn-arrow.btn-arrow-yellow {
      color: #f2a900; }
    .btn-arrow.btn-arrow-yellow::after {
      border-left-color: #f2a900; }
    .btn-arrow.btn-arrow-yellow::before {
      background-color: #f2a900; }
    .btn-arrow.btn-arrow-yellow:hover {
      color: #ffd573; }
    .btn-arrow.btn-arrow-yellow:hover::before {
      background-color: #ffd573; }
    .btn-arrow.btn-arrow-yellow:hover::after {
      border-left-color: #ffd573; }
    .btn-arrow.btn-arrow-outline-primary, .btn-arrow.btn-arrow-outline-yellow {
      padding-right: 5rem;
      padding-left: 1rem;
      border-width: 2px;
      border-style: solid;
      border-radius: 0;
     }
      .btn-arrow.btn-arrow-outline-primary::before, .btn-arrow.btn-arrow-outline-yellow::before {
        right: 2rem; }
      .btn-arrow.btn-arrow-outline-primary::after, .btn-arrow.btn-arrow-outline-yellow::after {
        right: calc(1rem + 6px); }
      .btn-arrow.btn-arrow-outline-primary:hover::before, .btn-arrow.btn-arrow-outline-yellow:hover::before {
        right: 1rem; }
      .btn-arrow.btn-arrow-outline-primary:hover::after, .btn-arrow.btn-arrow-outline-yellow:hover::after {
        right: 6px; }
    .btn-arrow.btn-arrow-outline-primary {
      border-color: #012169; }
      .btn-arrow.btn-arrow-outline-primary:hover {
        border-color: #007dba; }
    .btn-arrow.btn-arrow-outline-yellow {
      color: #f2a900;
      border-color: #f2a900;
      font-size: 1rem;
      font-weight: bold; }
      .btn-arrow.btn-arrow-outline-yellow::before {
        background-color: #f2a900; }
      .btn-arrow.btn-arrow-outline-yellow::after {
        border-left-color: #f2a900; }
      .btn-arrow.btn-arrow-outline-yellow:hover {
        border-color: #f2a900; }
    .btn-arrow.btn-arrow-lg {
      padding: 2rem 6rem 2rem 2rem; }
      .btn-arrow.btn-arrow-lg::before {
        right: 3rem; }
      .btn-arrow.btn-arrow-lg::after {
        right: 2.5rem; }
      .btn-arrow.btn-arrow-lg:hover::before {
        right: 2rem; }
      .btn-arrow.btn-arrow-lg:hover::after {
        right: 1.5rem; }
    .btn-arrow.btn-arrow-bg-primary {
      background-color: #012169;
      border: 2px solid #012169; }
      .btn-arrow.btn-arrow-bg-primary:hover {
        background-color: #007dba;
        border-color: #007dba; }
    .btn-arrow.btn-arrow-bg-secondary {
      background-color: #007dba;
      border: 2px solid #007dba; }
      .btn-arrow.btn-arrow-bg-secondary:hover {
        background-color: #012169;
        border-color: #012169; }
    .btn-arrow.btn-arrow-bg-primary, .btn-arrow.btn-arrow-bg-primary:hover, .btn-arrow.btn-arrow-bg-secondary, .btn-arrow.btn-arrow-bg-secondary:hover {
      color: #fff; }
    .btn-arrow.btn-arrow-bg-secondary::after, .btn-arrow.btn-arrow-bg-primary::after, .btn-arrow.btn-arrow-bg-primary:hover::after, .btn-arrow.btn-arrow-bg-secondary:hover::after {
      border-left-color: #fff; }
    .btn-arrow.btn-arrow-bg-primary::before, .btn-arrow.btn-arrow-bg-primary:hover::before, .btn-arrow.btn-arrow-bg-secondary::before, .btn-arrow.btn-arrow-bg-secondary:hover::before {
      background-color: #fff; }
    .btn-arrow.btn-arrow-bg-yellow {
      background-color: #f2a900;
      border: 2px solid #f2a900; }
      .btn-arrow.btn-arrow-bg-yellow:hover {
        background-color: #ffc540;
        border-color: #ffc540; }
    .btn-arrow.btn-arrow-bg-yellow, .btn-arrow.btn-arrow-bg-yellow:hover, .btn-arrow.btn-arrow-bg-yellow::after {
      color: #012169; }
    .btn-arrow.btn-arrow-bg-yellow:hover::after {
      border-left-color: #012169; }
    .btn-arrow.btn-arrow-bg-yellow::before, .btn-arrow.btn-arrow-bg-yellow:hover::before {
      background-color: #012169; }

.btn-arrow.btn-arrow-outline-yellow:hover {
    background-color: #f2a900;
    color: #012169;
}

.btn-arrow.btn-arrow-outline-yellow:hover::before {
    background-color: #012169 !important;
}

.btn-arrow.btn-arrow-outline-yellow:hover::after {
    border-left-color: #012169 !important;
}

/* Back to Top */
.btn-absolute-backtotop {
    display: none;
	position: fixed;
	width: 60px;
	height: 60px;
    right: 105px;
	bottom: 35px;
    /* background-color: #FFF112 !important; */
    background-color: rgba(5, 56, 116, 1);
	/* background-color:#43d854; */
	border-radius: 50px !important;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	z-index: 4;
	animation: bot-to-top 0.5s ease-out;
}
/* End of Back to Top */

/* Contact Whatsapp */
.float2 {
	position: fixed;
	width: 60px;
	height: 60px;
    right:  35px;
	bottom: 35px;
	background-color:#43d854;
	color:#FFF;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	z-index: 4;
	animation: bot-to-top 0.5s ease-out;
}

.float2:hover, .float2:active, .float2:focus {
	color: white;
}

.my-float2 {
	font-size: 24px;
	margin-top: 18px;
}

.my-float3 {
	font-size: 10px;
	margin-top: 13px;
    display: inline-block;
}

ul.menu-chat2{
	position: fixed;
    right: 30px;
	bottom: 90px;
	padding-bottom: 20px;
	z-index: 4;
}

ul.menu-chat2 li {
	list-style: none;
	margin-bottom: 10px;
}

ul.menu-chat2 li a {
	background-color:#43d854;
	color:#FFF;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	width: 60px;
	height: 60px;
	display: block;
}

ul.menu-chat2:hover {
	visibility: visible !important;
	opacity: 1 !important;
}

a#menu-share2 + ul.menu-chat2{
    visibility: hidden;
}
  
a#menu-share2:hover + ul.menu-chat2{
    visibility: visible;
    animation: scale-in 0.5s;
}
  
a#menu-share2 i{
    animation: rotate-in 0.5s;
  }
  
a#menu-share2:hover > i{
    animation: rotate-out 0.5s;
}

.bot-to-top {
	animation: bot-to-top 0.5s ease-out;
}

@keyframes bot-to-top {
    0%   {bottom: -10px}
    50%  {bottom: 10px}
}

@keyframes top-to-bot {
    0%   {bottom: 10px;}
    50%  {bottom: -10px;}
}

@keyframes scale-in {
    from {transform: scale(0); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
/* End of Contact Whatsapp */

.breadcrumb {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #012169; }
  
  .breadcrumb-item {
    height: 50px;
    position: relative;
    padding: 1rem 0 1rem 1rem;
    overflow: hidden; }
    .breadcrumb-item:not(.active) {
      background-color: #012169; }
    .breadcrumb-item:not(.active):nth-last-child(2) {
      padding-right: calc(2rem + (50px / 2));
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .breadcrumb-item:not(.active):nth-last-child(2)::after {
      position: absolute;
      top: 50%;
      right: 0;
      width: 0;
      height: 50px;
      margin-top: -25px;
      margin-right: -1rem;
      pointer-events: none;
      content: "";
      border: solid transparent;
      border-width: 25px; }
    .breadcrumb-item.active {
      padding-left: 1rem;
      -ms-flex-positive: 100;
          flex-grow: 100; }
    .breadcrumb-item.active::before {
      content: none; }
    .breadcrumb-item a:focus {
      outline-color: #41b6e6; }
    .breadcrumb-item + .breadcrumb-item {
      padding-left: 0; }
      .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 0.5rem; }
      .breadcrumb-item + .breadcrumb-item.active {
        padding: 1rem; }
  
  .breadcrumb .breadcrumb-item:nth-last-child(2) {
    border-right-color: #f5f5f5; }
  
  .breadcrumb .breadcrumb-item:not(.active):nth-last-child(2)::after {
    border-top-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
    border-right-color: #f5f5f5; }
  
  .breadcrumb .breadcrumb-item.active {
    background-color: #f5f5f5;
    color: #101820; }
  
  .breadcrumb .breadcrumb-item:nth-last-child(2) {
    border-right-color: #011441; }
  
  .breadcrumb .breadcrumb-item:not(.active):nth-last-child(2)::after {
    border-top-color: #011441;
    border-bottom-color: #011441;
    border-right-color: #011441; }
  
  .breadcrumb .breadcrumb-item.active {
    background-color: #011441; }

.news-detail {
    margin-bottom: 1.5rem;
}

.news-detail img {
	max-width: 90% !important;
    height: auto !important;
    object-fit: cover;
}

.news-first {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	z-index: 3;
	color: #fff;
}

.news-title {
    font-size: 1.5em;
    line-height: 1.17;
    margin-bottom: 1.3rem;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

/* .news-first:before {
    content: "";
    position: absolute;
    width: 200vw;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    top: -1.5rem;
    bottom: -15rem;
    z-index: -2;
    background-image: linear-gradient(180deg,#fff,#f0f5fb 25%,#f0f5fb 75%,#fff);
} */

.news-first:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 80%;
    z-index: -1;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0)),linear-gradient(180deg,#f9b621,#f9b621);
}

.news-second {
	position: relative;
	z-index: 3;
	padding-bottom: 2rem;
	border-bottom: .3rem solid #FFB51C;
	font-size: .9em;
	letter-spacing: -.016em;
}

.fancy-line { 
    border: 0; 
    height: 1px;
    position: relative;
	margin-top: 0;
    margin-bottom: 20px;
}

.fancy-line:before {
    top: -0.5em;
    height: 1em;
}

.fancy-line:after {
    height: 0.5em;
    top: calc(-0.5em + 1px); /* adjusted this */
	z-index: -2;
}

.fancy-line:before, .fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

.fancy-line, .fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 75%);
}

.fancy-line-white:after {
    background: #fff;
}

.btn-load-more {
    padding: 1rem 1rem !important;
    font-size: .8em !important;
    font-weight: bold !important;
    display: block;
    border: .19rem solid rgba(131, 174, 201, 0.3) !important;
    transition: border-color .35s ease,color .35s ease !important;
}

.btn-load-more:hover {
    border-color:#00619e !important;
}

.btn-share-facebook {
	background-color: #117df2;
	display: flex;
    position: relative;
    width: 3rem;
    height: 3rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem;
    border-radius: 50%;
    box-shadow: 0 0.3rem 0.8rem 0 rgb(0 0 0 / 8%);
    color: #fff;
    font-size: 1.2rem;
    font-family: lato,open sans,arial,helvetica neue,sans-serif;
    font-weight: 900;
    letter-spacing: -.009em;
    opacity: 1;
    transition: opacity .3s;
}

.btn-share-whatsapp {
	background-color: #43d854;
	display: flex;
    position: relative;
    width: 3rem;
    height: 3rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem;
    border-radius: 50%;
    box-shadow: 0 0.3rem 0.8rem 0 rgb(0 0 0 / 8%);
    color: #fff;
    font-size: 1.2rem;
    font-family: lato,open sans,arial,helvetica neue,sans-serif;
    font-weight: 900;
    letter-spacing: -.009em;
    opacity: 1;
    transition: opacity .3s;
}

.btn-share-link {
	background-color: #000;
	display: flex;
    position: relative;
    width: 3rem;
    height: 3rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem;
    border-radius: 50%;
    box-shadow: 0 0.3rem 0.8rem 0 rgb(0 0 0 / 8%);
    color: #fff;
    font-size: 1.2rem;
    font-family: lato,open sans,arial,helvetica neue,sans-serif;
    font-weight: 900;
    letter-spacing: -.009em;
    opacity: 1;
    transition: opacity .3s;
}

hr.dashed-line {
	display: block;
    border: .05rem dashed #c2d1d9;
    margin: .3rem 0 0;
	box-sizing: content-box;
    height: 0;
}

.nav-link-underline:hover, .nav-link-underline:focus, .nav-link-underline:active {
    background: transparent !important;
    background-image: transparent !important;
    text-decoration: underline;
}

.footer-container {
    padding: 3.75rem 0;
    background-color: #012169;
    border-top: solid 2px #f2a900;
    background-image: url("../images/bg3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.footer-content {
    -webkit-box-shadow: inset 0 7px 9px -7px #000000;
    box-shadow: inset 0 7px 9px -7px #000000;
    color: #fff;
    font-size: .8em;
    position: relative;
    z-index: 3;
}

.footer-content a {
    color: #fff;
}

.footer-content iframe {
    width: 20rem;
    height: 15rem;
}

.news-sidebar-datetime {
    font-size: .65em;
    font-weight: 400;
    font-family: 'Lato';
}

.gradient-content:before {
    content: "";
    position: absolute;
    width: 200vw;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    top: 10rem;
    bottom: -55rem;
    z-index: -2;
    background-image: linear-gradient(180deg,#fff,#f0f5fb 25%,#f0f5fb 75%,#fff);
}

.gradient-footer:before {
    content: "";
    position: absolute;
    width: 200vw;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    top: -40rem;
    bottom: 0;
    z-index: -2;
    background-image: linear-gradient(360deg, #f0f5fb, #f0f5fb 25%, #f0f5fb 75%, #fff);
}

.galeri-img-item {
    /*transform: translateX(0px);*/
    /*border-radius: 10px;*/
    overflow: hidden;
}

.galeri-img-item img {
    object-fit: cover;
    border-radius: 10px;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    /*transform: skew(10deg);*/
}

.galeri-img-item img:hover {
    /*transform: scale(1.1);*/
    /*transform: translateX(-10px);*/
    opacity: 0.7;
}

.first-nav-wrapper {
    position: relative;
    width: 100%;
    height: 62px;
    background-color: #011441;
}

.second-nav-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: rgb(1, 30, 95); */
    /* background-color: rgba(7, 60, 100, 0.8); */
    background-color: rgba(5, 56, 116, 0.8);
}

.second-nav-wrapperScroll {
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: rgb(1, 30, 95); */
    background-color: rgba(7, 60, 100, 0.8);
}

#audiencenav li:first-child {
    padding: 0;
}

.header-absolute {
    position: sticky !important;
}

.header-absolute-video {
    position: sticky !important;
}

.logo-header-image {
    /* padding: 0 !important; */
    /* margin: 0 auto !important; */
    width: 100%;
    float: none !important;
}

.logo-header-image img {
    /* width: 100%;
    height: auto; */
}

.hamburger-header h3 {
    color:#FFFFFF !important;
    margin: 7px 6px !important;
}

.hamburger-header h4 {
    border-top: double 12px #FFFFFF !important;
    border-bottom: solid 4px #FFFFFF !important;
}

.hamburger-header:hover {
    background-color:#1A2C43;
}

.hamburger-header:hover h3 {
    color:#FFFFFF !important;
}

.hamburger-header:hover h4 {
    border-top: double 12px #FFFFFF !important;
    border-bottom: solid 4px #FFFFFF !important;
}

.copyright-text {
    padding: .5rem 2rem;
}

.footer-wrap {
    padding: 2rem 2rem;
    height: 450px;
}

.footer-wrap img {
    width: 100%;
    height: auto;
}

a.opacity-effect {
    color: #1f2432;
}

a.opacity-effect:hover {
    color: #1f2432;
    text-decoration: underline;
}

.content-relative {
    position: relative;
    z-index: 3;
    overflow-x: auto;
    margin-bottom: 1.5rem;
    font-size: .9em;
}

.content-relative table {
    max-width: 100%;
}

h3  {
    font-size: 1.5em;
}

h2, h3, h5 {
    line-height: 1.17;
    margin-bottom: .5rem;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: -.009em;
    color: #1f2432;
}

.button-footer {
    font-size: 1.75rem; margin: 0 .1em;
    color:#fff;
    transition-duration:.4s
}

.button-footer:hover{
    color:#f2a900;
}

.btn:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-galeri .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-galeri .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-galeri .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-galeri .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-galeri .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-galeri .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-galeri .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-galeri .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-galeri .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-galeri .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-galeri .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-galeri .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-galeri .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-galeri .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-galeri .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-galeri .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-galeri .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-galeri .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-galeri .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-galeri .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-galeri .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-galeri .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-galeri .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-galeri .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media only screen and (min-width: 959px) {
	#main-header {
		position: absolute;
	}
}

@media (min-width: 992px) {
	.sb-slider li > a img {
		height: 100vh;
	}
	.sidebar-content {
		padding-left: 3rem;
	}
    .nav-arrows a {
        top: 50%;
    }
    .nav-arrows .play {
        padding: 18px 0;
    }
    .nav-arrows .pausehome {
        padding: 18px 0;
    }
    .nav-arrows .prev {
        font-size: 60px;
    }
    .nav-arrows .next {
        font-size: 60px;
    }
    .col-lg-85 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-lg-15 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }
    .col-lg-105 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }
    .col-lg-35 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-lg-55 {
        -ms-flex: 0 0 45,99999%;
        flex: 0 0 45,99999%;
        max-width: 45,99999%;
    }
    .content-container {
        /* margin: 4rem 4rem 4rem 4rem; */
        margin: 0;
    }
    .news-title {
        font-size: 2.5em;
        line-height: 1.17;
        margin-bottom: 1.3rem;
        font-weight: bold;
        position: relative;
        z-index: 3;
    }
    .carousel {
        margin-top: 62px;
        height: calc(100vh - 65px);
    }
    .bg-hero {
        /* margin-top: 62px;
        height: calc(100vh - 62px); */
    }
    .img-hero {
        width: 100%;
        margin-top: 62px;
        height: calc(400px + 42px);
        /* height: 400px; */
        object-fit: cover;
    }
    
    .img-banner {
        height: calc(100vh - 65px);
    }
    .news-sidebar-datetime {
        position: absolute;
        bottom: .5rem;
    }
    .copyright-text {
        padding: .5rem 4rem;
    }
    .footer-wrap {
        padding: 2rem 4rem;
        height: 450px;
    }
    .footer-wrap img {
        width: auto;
        height: 64px;
    }
}

@media (min-width: 881px) {
    .btn-custom-absolute-2 {
        position: absolute;
        width: auto;
        top: 45px;
        right: 25px;
        border-radius: 5%;
        background-color: rgba(240,240,240,.4);
        border-color: transparent;
        color: #fff;
    }
    .sidebar-content img {
        width: 100% !important;
        height: 5rem !important;
        object-fit: cover;
    }
    .table-cooperation td {
        padding: 0;
    }
    .contentnavbarabsolute {
        margin-top: 102px;
    }
    .news-home img {
        width: 100% !important;
        height: 26rem !important;
        object-fit: cover;
    }
    .news-home .news-after img {
        width: 100% !important;
        height: 18rem !important;
        object-fit: cover;
    }
    .navbar .dropdown-toggle::after {
        vertical-align: 0.155em;
    }
    
    .navbar .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        width: 750px;
    }
    
    .navbar .nav-item {
        background: transparent;
        background-image: transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    }

    .navbar .nav-item.active {
        border-bottom: 2px solid #ffc107;
    }
    
    .navbar .nav-link {
        color: white;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 18px;
        line-height: 13px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        padding: 13px 24px !important;
        background: transparent;
        background-image: transparent;
    }
    
    .navbar .nav-link:hover, .nav-link:focus, .nav-link:active {
        /* background: rgba(0,50,106,1); */
        color: white;
        background-color: #073C64;
    }
    
    .navbar .dropdown-item {
        font-weight: bold;
        border-bottom: 1px solid #073C64;
        transition-duration: 0,4s;
    }
    
    .navbar .dropdown-item:hover {
        background: transparent;
        background-image: transparent;
        font-style: italic;
        /* color: #ffc107; */
    }

    .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
        background: transparent;
        background-image: transparent;
        color: #000;
    }

    .navbar .dropdown .dropdown-menu {
        /* transition-duration: 2s; */
    }
    
    .dropdown-menu {
        margin-top: 0 !important;
    }

    .navbar .dropdown:hover .dropdown-menu {
        /* display: block; */
        
        /* animation-name: slidenavAnimation;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
      
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
      
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards; */
      }

      /* @keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
      }

      @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
      }

      @keyframes slidenavAnimationFinish {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
      }

      @-webkit-keyframes slidenavAnimationFinish {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
      } */

    .overflow-lg-hidden {
        overflow: hidden;
    }
    /* #logoHeaderOnScroll {
        opacity: 0;
    } */
    .first-nav-wrapper {
        position: relative;
        width: 100%;
        height: 62px;
        background-color: #1A2C43;
        /* overflow: hidden; */
    }
    .firstNavAnim {
        animation-name: firstNavAnim;
        animation-duration: .4s;
        animation-fill-mode: forwards;
    }
    .second-nav-wrapper {
        position: relative;
        width: 100%;
        height: 40px;
        z-index: 2;
    }
    .secondNavAnim {
        animation-name: secondNavAnim;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }
    .second-nav-wrapperScroll {
        position: relative;
        width: 100%;
        height: 60px;
        z-index: 2;
    }
    .secondNavOnScrollAnim {
        animation-name: secondNavOnScrollAnim;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }
    .news-home .img-container::before {
        position: absolute;
        top: 2rem;
        right: -2rem;
        z-index: 1;
        width: 2rem;
        height: 40%;
        content: "";
        background: repeating-linear-gradient(-20deg, rgba(0, 125, 186, 0.25), rgba(0, 125, 186, 0.25) 7px, transparent 1px, transparent 14px);
    }
    
    .news-home .img-container::after {
        position: absolute;
        bottom: -24%;
        right: 6rem;
        z-index: -1;
        width: 2rem;
        height: 40%;
        content: "";
        background: repeating-linear-gradient(20deg, rgba(242, 169, 0, 0.25), rgba(242, 169, 0, 0.25) 7px, transparent 1px, transparent 14px);
        transform: rotate(90deg);
    }
    .framed-image {
        position: relative;
        display: inline-block;
        width: calc(100% - 1rem);
        margin-right: 15px;
        margin-bottom: 15px;
        border: 2px solid #f2a900;
    }
    
    .framed-image img {
        transform: translate(1rem, 1rem);
    }
    
    .framed-video {
        position: relative;
        display: inline-block;
        width: calc(100% - 1rem);
        margin-right: 15px;
        /* margin-bottom: 15px; */
        border: 2px solid #f2a900;
    }
    
    .framed-video .card {
        transform: translate(1rem, 1rem);
    }
    .first-framed-video::before {
        position: absolute;
        top: 2rem;
        right: -2rem;
        z-index: 1;
        width: 2rem;
        height: 40%;
        content: "";
        background: repeating-linear-gradient(20deg, rgba(0, 125, 186, 0.25), rgba(0, 125, 186, 0.25) 7px, transparent 1px, transparent 14px);
    }
    .header-absolute {
        position: fixed !important;
    }
    .page-titleberita-header h2 {
        font-size: 1.9rem;
    }
    .news-home .header-text {
        font-size: 2.5rem;
    }
    .news-home .subheader-text {
        font-size: 1.75rem;
    }
    .logo-header-image {
        /* margin: 0 0 0 30px !important; */
        /* margin: 0px auto !important;
        max-width: 1200px !important; */
        width: 100%;
    }
    .video-header-div {
        margin-top: 62px;
    }
    .logo-header-image img {
        width: 100% !important;
        height: 100% !important;
        /* margin-top: 7px;
        position: relative;
        z-index: 3; */
    }

    .carousel-indicators {
        bottom: 15px;
    }
    
    .carousel-indicators li {
        width: 70px;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .carousel-control-prev-icon, .carousel-control-next-icon, .carousel-control-pause-icon, .carousel-control-resume-icon {
        width: 40px;
        height: 40px;
    }

    .carousel-control-pause-icon, .carousel-control-resume-icon {
        font-size: 2.3rem;
    }
}

@keyframes logoHeaderAbsoluteAnimStart {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes logoHeaderAbsoluteAnimEnd {
    from { margin-top: 25px; }
    to { margin-top: 0; }
}

@keyframes firstNavAnim {
    from { height: 62px; }
    to { height: 0; }
}

@keyframes secondNavAnim {
    from { height: 40px; }
    to { height: 0; }
}

@keyframes secondNavOnScrollAnim {
    from { height: 60px; }
    to { height: 0; }
}



.chart_div{
	width:90%;
}
#main-footer{
		background-color:#00274c;
		background: #00274c url('img/abs.png') 180px 0px;
		background-repeat:no-repeat;
}
.peta-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.peta-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media(max-width:768px){
	.chat-box{
		/* display:block !important; */
	}
}
.chat-box{
	/* display:none; */
}
.form-group {
    margin-bottom: 15px;
	/*float:left;*/
}
input[type="button"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #555;
}
.form-control {
    height: 46px;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
#gallery .preview{
	width:700px;
	height:400px;
	margin:13px auto;
	margin-bottom:40px;
	box-shadow:5px 4px 10px 10px #ccc;
	overflow-y:hidden;
}
.list_carousel .control a{
	position: absolute;
	top: 35%;
	cursor: pointer;
	font-size:60px;
	color:#000;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
}
.list_carousel .control .prev{
	left:20px;
}
.list_carousel .control .next{
	right:20px;
}
.list_carousel{
	background-color: #F3F3F3;
	position:relative;
}
.list_carousel .pager{
	position:absolute;
	bottom:0px;
	right: 100px;
}
.list_carousel .pager a{
	color: #000;
	width:10px;
	height:10px;
	background-color:#fff;
	margin:10px;
	border-radius:50%;
	display: inline-block;
}
.list_carousel .pager a.selected{
	color: #fff;
	width:10px;
	height:10px;
	background-color:#ccc;
	margin:10px;
	border-radius:50%;
	display: inline-block;
}

.list_carousel .pager a span{
	display:none;
}
.list_carousel .previewlist{
	width:125px;
	height:83px;
	float:left;
	margin:13px;
	overflow-y:hidden;
	cursor:pointer !important;
}
.caroufredsel_wrapper{
	width:100% !important;
}
@media(max-width:768px){
	#gallery .preview{
		width:100%;
		height:300px;
	}
	.list_carousel .previewlist{
		margin:10px;
	}
}
.copyright .footer-column{
	 font-size: 12px; 
	 font-family: arial;
	 border-top:1px solid #fff; 
}
.copyright .column-two{
	width:50% ;
	float:right;
}
.copyright .column-two .sds{
	padding:15px;
	}
.copyright .column-two ul li {
	display:inline-block;
	width:auto !important;
}

@media(max-width:320px){
	.copyright .column-two{
		float:right;
		width:100% !important;
	}
	.copyright .column-two ul{
		width:100% !important;
	}
}

@media (min-width: 992px) {
    .navbar .dropdown .dropdown-menu {
        overflow-y: auto;
        max-height: calc(80vh);
    }
}