body {
    background-color: rgb(231, 229, 229);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.vertical-center h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-center p {
    font-size: 14px;
}
.page {
    display: none;
}

.page-active {
    display: block;
}

.section-title {
    color: #111;
    font-weight: 700;
    font-size: 21px;
    border-left: 5px solid #0443B4;
    padding: 5px 0 5px 5px;
}

#paj-zoom p {
    margin: 0;
    line-height: 1.4;
    font-size: 12px;
}

#paj-zoom ul {
    list-style: none;
}

#paj-zoom ul li {
    line-height: 1.4;
}

#paj-zoom ol li {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 20px;
}

#paj-zoom h5 {
    font-size: 16px;
}

#paj-zoom .modal-body {
    padding: 0;
}

#paj-zoom .modal-body #modal-close {
    font-size: 74px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    background: #E42128;
    line-height: 75px;
}

#paj-zoom .modal-body a {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FDF000;
    color: #153254;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 32px;
    letter-spacing: 1px;
    border-radius: 10px;
}

#paj-zoom .modal-body a:hover {
    background: #dacf00;
}

@media(max-width: 450px) {
    #paj-zoom .modal-body a {
        padding: 0 15px;
    }
    #paj-zoom .modal-body #modal-close {
        font-size: 40px;
        line-height: normal;
    }
}

@media(min-width: 576px) {
    #paj-zoom .modal-dialog {
        max-width: 600px;
    }
}
@media(min-width: 1600px) {
    #paj-zoom .modal-dialog {
        max-width: 800px;
    }
}

.headerBox {
    min-height: 100vh;
    position: relative;
}

.laba2 {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.headerBox .logoBox img {
    width: 135px;
}

.brandBox {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 400px) {
    .brandBox img {
        max-width: 270px;
    }
}

.headerBox .nameBox {
    width: 50%;
    color: #2b2b2b;
}

.headerBox .nameBox p {
    padding: 0;
    margin: 0;
    font-size: 62px;
    color: #2b2b2b;
    /* font-weight: 700; */
    line-height: 53px;
    padding-left: 10px;
}

.title-center {
    text-align: center;
}

@media(max-width: 420px) {
    .title-center {
        padding-bottom: 30px;
    }
}

.title-center p {
    font-style: italic;
}

#intro {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#intro .wrap-intro {
    margin-top: 20px;
}
#intro .title-center h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

#intro .wrap-intro .box-wrapper:hover i {
    color: #0443B4;
    animation: bounceIcon 0.5s infinite alternate;
}

@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@media(min-width: 1400px) {
    /* #intro .wrap-intro {
        margin-top: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    } */
}

@media(min-width: 767px) and (max-width: 1024px) {
    #intro .wrap-intro {
        margin-top: 100px;
    }
}

@media(max-width: 420px) {
    #intro .wrap-intro {
        margin-top: 20px;
    }
    #intro .wrap-intro .box-wrapper {
        padding-bottom: 30px;
    }
}

#intro .wrap-intro i {
    font-size: 55px;
    color: #2b2b2b;
}

#intro .wrap-intro .title-logo {
    margin-top: 10px;
}

#intro .wrap-intro ul {
    display: inline;
    padding: 0;
}

#intro .wrap-intro ul li {
    color: #2b2b2b;
    list-style: none;
}

@media(max-width: 420px) {
    #intro .wrap-intro {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
}

#intro p {
    color: #2b2b2b;
    text-align: center;
    margin: 0;
    position: relative;
    display: inline;
    font-size: 14px;
}
@media(min-width: 1600px) {
    #intro p {
        font-size: 16px;
    }
}

.title-center p:before {
    content: "";
    margin-bottom: 3px;
    margin-right: 3px;
    display: inline-block;
    background: #2b2b2b;
    height: 2px;
    width: 10px;
}

.title-center p:after {
    content: "";
    margin-bottom: 3px;
    margin-left: 3px;
    display: inline-block;
    background: #2b2b2b;
    height: 2px;
    width: 10px;
}

#intro h2 {
    color: #2b2b2b;
    text-align: center;
    margin: 0;
}

#intro .about-row {}

#intro .value-body h4 {
    border: none;
}

#intro .card-title {
    border-left: 5px solid #F2CD43;
    padding-left: 10px;
}

.vision {
    padding-top: 5rem;
}

#about-text {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    margin: 2rem 0;
}

.about-icon {
    color: #2b2b2b;
    font-size: 3rem;
}

.center-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 3px solid #2b2b2b;
    padding: 20px;
}

.center-title div {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #2b2b2b;
}

#values {
    background: linear-gradient(rgba(221, 221, 221, 0.3), rgba(255, 255, 255, 0.8)), url(../images/bg-team.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
}

#values .team {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(92, 154, 196, 0.52);
    -moz-box-shadow: 2px 2px 5px 0px rgba(92, 154, 196, 0.52);
    box-shadow: 2px 2px 5px 0px rgba(92, 154, 196, 0.52);
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px 30px 0;
    border-radius: 20px;
    background: #FFF;
    background-repeat: no-repeat;
    background-position: -77px -234px;
    transition: 0.3s;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 193px;
}

#values .wilayah {
    margin-top: 125px;
}

#values .wilayah h5 {
    text-align: center;
    margin-bottom: 10px;
}

#values .team:hover {
    transform: scale(1.03);
}

#values .section-title {
    padding-bottom: 50px;
}

#values .team .front-img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

#values .team .back-img {
    position: absolute;
    top: -165px;
    left: -52px;
    max-width: 256px;
}

#values .team .back-img2 {
    position: absolute;
    top: -166px;
    left: -53px;
    max-width: 231px;
}

@media(max-width: 450px) {
    #values .team .back-img2 {
        top: -165px;
        max-width: 256px;
    }
}

#values h4 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

#values .h4Title {
    font-size: 11.5px;
}

#values p {
    font-family: 'Vidaloka', serif;
    padding-bottom: 20px;
    margin: 0;
    font-size: 12px;
    color: #0f6abb
}

@media(max-width: 450px) {
    #values .title-center h2 {
        font-size: 27px;
    }
    #values .team {
        max-width: 225px;
    }
    #values h5 {
        text-align: center;
    }
    #values .wilayah {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #values .team {
        margin: auto;
        margin-bottom: 30px;
        background-position: -58px -277px;
    }
    #values .h4Title {
        font-size: 11px;
    }
}

@media(min-width: 767px) and (max-width: 1199px) {
    #values p {
        font-size: 10px;
    }
    #values .team .back-img {
        top: -150px;
        left: -47px;
        max-width: 220px;
    }
    #values h5 {
        text-align: center;
        margin-bottom: 1rem;
    }
    #values .t6 {
        padding: 30px 15px 0;
        min-height: auto;
    }
}

#values .team img {
    border-radius: 50%;
}

.fa-stack i {
    font-size: 4rem;
    color: #2b2b2b;
}

.value-body h4 {
    color: #2b2b2b;
}

.value-body p {
    color: #2b2b2b;
    line-height: initial;
}

#berita {
    background: url(../images/bg-berita.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#berita .berita-body p {
    font-size: 14px;
}

#product1 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(rgba(4, 67, 180, 0.5), rgba(255, 255, 255, 0.9)), url(../images/bg-product1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#product1 h2 {
    margin: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

@media(max-width: 768px) {
    #product1 {
        min-height: auto;
    }
}

@media(max-width: 450px) {
    #product1 h2 {
        font-size: 20px;
        margin: 0;
    }
    #product1 p {
        font-size: 10px;
    }
}

#product2 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(rgba(221, 221, 221, 0.8), rgba(255, 255, 255, 1)), url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#product2 h2 {
    margin: 0;
}

#product2 .container .frame {
    padding-right: 5px;
    padding-left: 5px;
}

#product2 .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    height: 246px;
    text-align: center;
    margin-bottom: 10px;
}

#product2 .portfolio-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto;
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.portfolio-item a .potrait {
    width: 100% !important;
    height: auto !important;
}

#product2 .portfolio-item .frame-top {
    top: 0;
    left: 0;
    transform: none;
    max-width: 25%;
    height: auto !important;
}

#product2 .portfolio-item .frame-bot {
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
    max-width: 100%;
    height: auto !important;
}

#product2 #pagination-demo {
    margin: auto;
    margin-top: auto;
    display: inline-flex;
    margin-top: 20px;
}

.pagination>li {
    display: inline;
}

#product2 #pagination-demo a {
    color: #FFF;
    background: #254DA1;
    font-weight: bold;
    text-decoration: none;
}

#product2 #pagination-demo .active a {
    background: #183a83;
}

#product2 #pagination-demo a:hover {
    background: #183a83;
}

@media(min-width: 1200px) {
    /* #product2 .container {
        max-width: 975px;
    } */
}

@media(min-width: 767px) and (max-width: 1024px) {
    #product2 .portfolio-item {
        height: 180px;
    }
}

@media(max-width: 768px) {
    #product2 .portfolio-item {
        width: 100%;
        height: 150px;
        margin-bottom: 15px;
    }
}

@media(max-width: 420px) {
    #product2 .portfolio-item {
        width: 100%;
        height: 100px;
        margin-bottom: 2px;
    }
    #product2 .container .frame {
        padding: 0;
        padding-left: 2px;
    }
    #product2 #pagination-demo a {
        font-size: 10px;
    }
}

#news {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-berita.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-attachment: fixed;
}

#news #slide-kegiatan .item {
    width: 100%;
    height: 500px;
    position: relative;
}

#news #slide-kegiatan .item .frame-top {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    max-width: 15%;
    height: auto !important;
}

#news #slide-kegiatan .item .text-berita {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    font-weight: 700;
    background: linear-gradient(rgba(38, 83, 160, 0), rgba(38, 83, 160, 0.9));
}

#news .library-box {
    border: 1px solid #111111;
    padding: 10px 0;
    margin-bottom: 20px;
}
#news .library-box p {
    font-size: 14px;
}

#news .library-box a {
    text-decoration: none;
}

#news .library-box a h5 {
    color: #111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

#news .library-box .btn-berita {
    border: 1px solid #111111;
    padding: 6px;
    transition: all .3s;
    font-weight: 700;
    color: #111111;
}

#news .library-box .btn-berita:hover {
    background-color: #0443B4;
    color: #ffffff;
    border-color: #111111;
    font-weight: 700;
}

@media(max-width: 420px) {
    #news #slide-kegiatan .item .text-berita {
        position: relative;
        bottom: 0;
        left: 0;
        background: linear-gradient(rgba(38, 83, 160, 1), rgba(38, 83, 160, 0.9));
        height: 100%;
    }
    #news .owl-item {
        height: 500px;
    }
}

#news #slide-kegiatan .item .text-berita p {
    padding: 0;
    margin: 0;
    color: #e2e2e2;
}

#news #slide-kegiatan .item .text-berita h5 {
    padding: 0;
    margin: 0;
    color: #e2e2e2;
    font-weight: 700;
}

#news #slide-kegiatan .item .text-berita a {
    margin-top: 10px;
    color: #e2e2e2;
}

#news #slide-kegiatan .item .text-berita .tanggal-berita {
    background: #264DA1;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 6px;
}

#education {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-berita.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    text-align: center;
}

#education .container .career-box {
    max-width: 53%;
    margin: auto;
    background: transparent;
    padding: 30px;
    transform: translate(18px);
}

#education .title-center {
    padding-left: 30px;
}

#education .kongresIX {
    max-width: 58%;
    margin: auto;
    text-align: center;

}
#education .kongresIX h2 {
    text-transform: uppercase;
}


#education h5 {
    font-size: 20px;
    margin: 0;
    color: rgb(37, 36, 36);
    font-family: 'Courgette', cursive;
}

#education .infoKongres>h5 {
    margin-bottom: 20px;
    font-size: 20px;
}

#education .infoKongres>p {
    font-size: 14px;
    margin: 0;
    text-align: justify;
    margin-bottom: 20px;
}

#education .infoKongres .listCaketum .nCalon {
    margin: 0;
    font-size: 14px;
}

#education .infoKongres .listCaketum .uCalon {
    font-size: 9px;
    margin: 0;
}

#education .ereg {
    margin-top: 70px;
}

#education .ereg a {
    position: absolute;
    top: 68%;
    left: 33%;
    background: #C8202F;
    color: #fff;
    padding: 3px 8px;
    font-size: 8px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 300ms;
}

#education .ereg a:hover {
    background: #aa1a26;
}

#education .caKeTum #caketum-btn1 {
    position: absolute;
    top: 60%;
    left: 10%;
    background: #0443b4;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 300ms;
}

#education .caKeTum #caketum-btn1:hover {
    background: #03389b;
}

#education .caKeTum #caketum-btn2 {
    position: absolute;
    top: 65%;
    left: 10%;
    background: #0443b4;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 300ms;
}

#education .caKeTum #caketum-btn2:hover {
    background: #03389b;
}

#education .caKeTum .cNotes {
    text-align: left;
    max-width: 54%;
    font-size: 14px;
    position: absolute;
    bottom: 16%;
    left: 10%;
    font-weight: bold;
    margin: 0;
    line-height: 18px;
    color: #243F74;
}

#education .virtualKongres {
    margin-top: 70px;
}

/* #education .virtualKongres h5 {
    margin-bottom: 20px;
} */

#education .virtualKongres div {
    margin-bottom: 20px;
}

#education .virtualKongres p {
    font-weight: bold;
    text-align: left;
}

#education .virtualKongres ul {
    text-align: left;
}

#education .virtualKongres small {
    text-align: left;
}

#education .virtualKongres .komisi {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: all 300ms;
}

#education .virtualKongres .linkV {
    text-align: left;
}

#education .virtualKongres #komisiA {
    background: #333;
}

#education .virtualKongres #komisiB {
    background: #D31C31;
}

#education .virtualKongres #komisiC {
    background: #FFF000;
}

#education .virtualKongres #komisiA:hover {
    background: #111;
}

#education .virtualKongres #komisiB:hover {
    background: #a81829;
}

#education .virtualKongres #komisiC:hover {
    background: #d6c807;
}

@media(min-width: 1024px) and (max-width: 1200px) {
    #education .caKeTum .cNotes {
        font-size: 8px;
        bottom: 13%;
        line-height: normal;
        max-width: 48%;
        line-height: 9px;
    }
    #education .caKeTum #caketum-btn2 {
        top: 66%;
    }
    #education .caKeTum .cNotes {
        max-width: 50%;
        font-size: 12px;
        bottom: 13%;
        line-height: normal;
    }
    #education .ereg a {
        top: 68%;
    }
}

@media(max-width: 768px) {
    #education .ereg {
        margin-top: 0;
    }
    #education .ereg a {
        top: 35%;
    }
    #education .caKeTum #caketum-btn2 {
        top: 68%;
    }
    #education {
        min-height: auto;
    }
    #education .caKeTum .cNotes {
        font-size: 8px;
        bottom: 13%;
        line-height: normal;
        max-width: 48%;
        line-height: 9px;
    }
}

@media(max-width: 450px) {
    #education .kongresIX {
        max-width: 100%;
    }
    #education .kongresIX h2 {
        font-size: 20px;
    }
    #education .ereg a {
        top: 60%;
    }
    #education .caKeTum .cNotes {
        font-size: 7px;
        bottom: 13%;
        line-height: normal;
    }
}

@media(min-width: 1600px) {
    
    #education .title-center {
        padding-left: 85px;
    }
    #education .container .career-box {
        max-width: 54%;
        transform: translateX(47px);
    }
    #education p {
        font-size: 23px;
    }
}

@media(min-width: 767px) and (max-width: 1024px) {
    #education .container .career-box {
        max-width: 80%;
    }
}

@media(max-width: 420px) {
    #education .title-center {
        padding-left: 0;
    }
    #education .container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    #education p {
        font-size: 20px;
    }
    #education .container .career-box {
        max-width: 100%;
        transform: none;
    }
    .ereg {
        margin-bottom: 20px;
    }
}

#education .content .edu-link {
    font-weight: 400;
    font-size: 12px;
    color: #2b2b2b;
    margin: 16px 0;
    text-decoration: none;
}

#education .content .edu-title {
    line-height: 15px;
    padding-top: 5px;
}

#education .content .row {
    margin-bottom: 60px;
}

#video {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-berita.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    text-align: center;
}

#video .container .row .col-sm-4 {
    margin-bottom: 30px;
}

#video h4 {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #233768;
}

#contact {
    min-height: 95vh;
    position: relative;
    background: linear-gradient(rgba(221, 221, 221, 0.8), rgba(255, 255, 255, 1)), url(../images/bg-contact.jpg);
    ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#contact .section-title {
    color: #2b2b2b;
}

#contact h2 {
    color: #2b2b2b;
}

#contact p {
    color: #2b2b2b;
}

#contact .address {
    color: #2b2b2b;
}

#contact .address>i {
    color: #2b2b2b !important;
}

#contact .phone>i {
    color: #2b2b2b !important;
}

#contact .phone a {
    color: #2b2b2b;
}

#contact .email a {
    color: #2b2b2b;
}

#contact .checkbox {
    color: #2b2b2b;
}

#contact .checkbox a {
    color: #2b2b2b;
}

#contact .email>i {
    color: #2b2b2b !important;
}

.form-control-submit-button:hover {
    color: #2b2b2b;
    border-color: #FFB200;
    background: #040D0F;
}

.center-product {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desktopP {
    display: block;
}

.mobileV {
    display: none;
}

.mobileP {
    display: none;
}

.separator {
    height: 25vh;
    width: 100%;
}

li>i {
    color: #113448 !important;
}

.nav-tabs {
    border-color: #F2CD43;
}

.nav-tabs#GraphNews-tab {
    border-color: transparent;
}

#stockNews {
    position: relative;
}

#economicNews {
    position: relative;
}

.footer-news {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f2cd43;
}

.footer-news p {
    text-align: center;
    color: #111;
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
}

.table-responsive {
    height: 450px;
    background-color: #2b2b2b;
    overflow-x: hidden;
}

.table td {
    padding: 7px;
    font-size: 12px;
}

.table th {
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #5B6481;
    color: #2b2b2b;
}

.sources {
    position: absolute;
    background-color: #F2CD43;
    bottom: -50px;
    left: 0;
    border-top: 1px solid #F2CD43;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.sources .row .col {
    padding: 0;
}

.img-wrap {
    margin-left: 25px;
}

.hideContent {
    display: none;
}

.more {
    display: none;
}

.btn-expand {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #626262;
    cursor: pointer;
}

.label-form {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}

.input-form {
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    color: #787976;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.textarea-form {
    height: 8rem;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #787976;
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

#btn-submit {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #0443B4;
    border-radius: 0.25rem;
    background-color: #0443B4;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.darken {
    background-color: rgba(15, 106, 187, 0.9);
}

.collapse.show {
    min-height: 100vh;
}

.collapse.show .navbar-nav {
    min-height: 100vh;
    margin: 0;
}

@media(width: 1920px) {
    .graphChart {
        height: 771px;
    }
}

@media(width: 1366px) {
    .cards-1 .card-title {
        margin: 0;
    }
    #intro img {
        max-width: 72%;
    }
    .vision {
        padding-top: 1rem;
    }
    /* .desktopP {
        transform: translateY(-60px);
        clip-path: polygon(100% 6%, 100% 100%, 0 100%, 0 6%);
    } */
    #education .content {
        transform: translate(-50%, -40%);
    }
}

@media(min-width: 1280px) {
    #contact .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #education .content .container {
        padding-top: 2rem;
    }
}

@media(min-width: 767px) and (max-width: 1024px) {
    #contact .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 850px) {
    .center-product {
        display: none;
    }
    .mobileP {
        display: block;
        top: 50%;
        width: 70%;
    }
    .mobileV {
        display: block;
    }
    .desktopP {
        display: none;
    }
    .desktopV {
        display: none;
    }
    .l-image {
        max-width: 100%;
    }
    #education .content>p {
        margin-bottom: 2rem;
    }
}

@media(max-width: 450px) {
    .value-body p {
        font-size: 9px;
    }
    #intro .value-body h4 {
        margin: 0;
        font-size: 14px
    }
    #intro .cards-1 i {
        font-size: 2.5rem;
    }
    #intro p {
        font-size: 13px;
        line-height: initial;
    }
    #intro .vision {
        padding-bottom: 3rem;
    }
    .headerBox .logoBox img {
        width: 75px;
    }
    .headerBox .nameBox p {
        font-size: 30px;
        line-height: 30px;
        padding-left: 5px;
    }
    .mobileP {
        display: block;
        top: 50%;
        width: 90%;
    }
    #education h1 {
        font-size: 40px;
    }
    #education .col-sm-3 {
        margin-bottom: 30px;
    }
    #education .content .edu-icon i {
        font-size: 55px;
    }
    #education .content .row {
        margin-bottom: 0;
    }
    #education .content .edu-title {
        width: 45%;
        text-align: center;
        margin: auto;
    }
    .nav-tabs .nav-link {
        font-size: 11px;
    }
    .graphChart {
        width: 100%;
        height: 420px;
    }
    .listStock {
        width: 100%;
    }
    .table td {
        font-size: 9px;
        line-height: 12px;
    }
    .table th {
        font-size: 9px;
    }
    .modal-dialog {
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
    }
    .modal-body p {
        font-size: 12px;
        line-height: 21px;
    }
    .footer-news p {
        font-size: 9px;
    }
    .nav-link {
        padding: 0.5rem 10px;
    }
    #intro img {
        max-width: 64%;
        transform: translateX(45px);
    }
    .mySearch {
        bottom: 50px;
    }
    .sources {
        bottom: -30px;
    }
    .img-wrap {
        margin-left: 8px;
    }
    .sources-logo {
        max-width: 36px;
    }
    .sources-info {
        font-size: 10px;
    }
    .cnbc {
        max-width: 30px !important;
    }
    .warta {
        max-width: 40px !important;
    }
    .nav-tabs {
        z-index: 0;
    }
    .l-box {
        text-align: center;
        padding: 0;
    }
    .r-box {
        text-align: center;
        padding: 0;
    }
    #education .content {
        top: auto;
        left: auto;
        position: relative;
        transform: none;
    }
    .table-responsive {
        height: 400px;
    }
    #news {
        padding: 55px 0;
    }
}