body {
    background-color: rgb(231, 229, 229);
}

@font-face {
    font-family: menuFont;
    src: url(../fonts/GOMARICE_NO_CONTINUE.TTF);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.page {
    display: none;
}

.page-active {
    display: block;
}

.vertical-center h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-link {
    font-family: menuFont;
    letter-spacing: 2px;
}

.titleBox {
    position: absolute;
    top: 10%;
    left: 4.5%;
    font-size: 50px;
    color: #F4C468;
    /* font-family: 'Major Mono Display', monospace; */
    font-family: menuFont;
}

.titleBox img {
    max-width: 20%;
    transform: translateY(-55%);
}

.titleBox div {
    margin-bottom: 15px;
}

.image-profile {
    background: url(../images/profile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hexa {
    position: absolute;
    bottom: 10%;
    right: 2%;
    width: 60px;
}

.event-box {
    margin-bottom: 10px;
    /* border: 1px solid #28231d; */
    /* padding: 10px; */
    border-radius: 20px;
}

.event-box h5 {
    font-weight: 300;
    font-size: 14px;
}

.event-box h2 {
    font-weight: 700;
    font-size: 28px;
}

.readmore-box {
    background: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.readmore-box a {
    font-family: 'Major Mono Display', monospace;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 700;
    font-size: 32px;
    background-color: #28231d;
    padding: 10px;
    color: #EEEEEE;
}

.readmore-box a:hover {
    background-color: #EEEEEE;
    padding: 10px;
    color: #28231d;
}

.image-box {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.image-box 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;
}

.section-title {
    color: #111;
    font-weight: 700;
    font-size: 21px;
    border-left: 5px solid #EEEEEE;
    padding: 5px 0 5px 5px;
}

.headerBox {
    min-height: 100vh;
    position: relative;
}

.headerBox .logoBox img {
    width: 135px;
}

.brandBox {
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.bg-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.accordion img {
    margin-bottom: 20px;
}

@media(max-width: 400px) {
    /* .brandBox img {
        max-width: 270px;
    } */
}

.headerBox .nameBox {
    width: 50%;
    color: #28231d;
}

.headerBox .nameBox p {
    padding: 0;
    margin: 0;
    font-size: 62px;
    color: #28231d;
    /* font-weight: 700; */
    line-height: 53px;
    padding-left: 10px;
}

.laba2 {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

#intro {
    min-height: 100vh;
    position: relative;
    /* background: url(../images/bg-about.jpg);
    background-color: #EEEEEE;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    padding-top: 70px;
}

#intro .wrap-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



@media(max-width: 420px) {
    #intro .wrap-intro {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
}

#intro p {
    color: #28231d;
}

#intro p span {
    color: #F2CD43;
    font-weight: 700;
}

#intro h4 {
    color: #F2CD43;
}

#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: #28231d;
    font-size: 3rem;
}

.center-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 3px solid #28231d;
    padding: 20px;
}

.center-title div {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #28231d;
}

#values {
    /* background-color: #BBBBBB;
    background: url(../images/bg-values1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    min-height: 100vh;
    padding-top: 100px;
}

#values.cards-1 {
    padding: 0;
}

#values .event-box .badge {
    text-decoration: none;
    padding: 5px;
}

#values .card {
    background: rgba(0, 0, 0, 0.3);
}

#values .content-values {
    padding: 0 65px;
}

#values .content-values .card-header {
    padding: 0;
}

#values .content-values .btn {
    color: #333333;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 10px;
    text-decoration: none;
    background: #ECA22B;
    font-family: menuFont;;
}
#values .content-values .btn img {
    transform: rotate(-90deg);
    transition: 300ms all;
    
}
#values .content-values .btn.rotate img {
    transform: rotate(0);
    transition: 300ms all;
}

#values .content-values a {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 30px;
    border-radius: 24px;
    font-family: menuFont;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgba(22, 97, 162, 1) 0%, rgba(237, 39, 58, 1) 100%);
}

#product1 {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-product1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#product2 {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-product2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#news {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-attachment: fixed;
}

#news .logo-news {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #28231d;
}

#news .logo-news li {
    display: inline;
    margin: 0 60px;
}

@media(max-width: 420px) {
    #news .logo-news li {
        margin: 0 10px;
    }

    #news .logo-news li .img-fluid {
        max-width: 40%;
    }
}

#gallery {
    min-height: 100vh;
    position: relative;
    /* background: url(../images/bg-about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    padding-top: 70px;
}

#gallery .col-sm-4 a {
    color: #28231d;
    font-weight: 700;
    padding: 5px;
    border: 3px solid #28231d;
}

#gallery #pagination-gallery {

    margin: auto;
    margin-top: auto;
    margin-top: 20px;
    display: inline-flex;

}

#gallery #pagination-gallery a {
    color: #28231d;
    text-decoration: none;
    font-weight: 700;

}

#education {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg-education.jpg);
    /* background: #28231d; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-attachment: fixed;
}

#education .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#education .content h2 {
    color: #28231d;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#education .content>p {
    font-size: 12px;
    font-style: italic;
    color: #28231d;
    margin-bottom: 20px;
}

#education .content .edu-icon i {
    font-size: 55px;
}

#education .col-sm-3:hover .edu-icon i {
    animation: bounceIcon 0.5s infinite alternate;
    /* IE 10+, Fx 29+ */
}

.graphChart {
    width: 100%;
    height: 420px;
    transform: translateY(-7px);
}

#ui-id-1 {
    padding: 0;
    list-style: none;
    background: #28231d;
    width: 196px;
    font-size: 11px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
}

#ui-id-1 li {
    padding-left: 5px;
}

#ui-id-1 li:hover {
    background-color: #ccc;
}

.mySearch {
    position: absolute;
    text-align: left;
    bottom: 135px;
    z-index: 2;
}

#searchStock {
    padding: 3px 10px;
    border-radius: 0;
    transform: translateY(-1px);
    font-size: 11px;
    color: #28231d;
    background-color: #111;
    border-color: #111;
}

#example-heroes {
    font-size: 12px;
    padding: 0;
    height: 24px;
    border: none;
    padding-left: 5px;
}

.sources-logo {
    max-width: 100px;
}

@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

#education .content .edu-link {
    font-weight: 400;
    font-size: 12px;
    color: #28231d;
    margin: 16px 0;
    text-decoration: none;
}

#education .content .edu-title {
    line-height: 15px;
    padding-top: 5px;
}

#education .content .row {
    margin-bottom: 60px;
}

#contact {
    min-height: 100vh;
    position: relative;
    /* background: url(../images/bg-home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

#contact .section-title {
    color: #eeeeee;
}

#contact h2 {
    color: #eeeeee;
}

#contact p {
    color: #eeeeee;
}

#contact .address {
    color: #eeeeee;
}

#contact .address>i {
    color: #eeeeee !important;
}

#contact .phone>i {
    color: #eeeeee !important;
}

#contact .phone a {
    color: #eeeeee;
}

#contact .email a {
    color: #eeeeee;
}

#contact .checkbox {
    color: #eeeeee;
}

#contact .checkbox a {
    color: #eeeeee;
}

#contact .email>i {
    color: #eeeeee !important;
}

.form-control-submit-button:hover {
    color: #eeeeee;
    border-color: #EEEEEE;
    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: #28231d;
    overflow-x: hidden;
}

.table td {
    padding: 7px;
    font-size: 12px;
}

.table th {
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #28231d;
    color: #28231d;
}

.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;
}

.cnbc {
    max-width: 45px !important;
}

.warta {
    max-width: 65px !important;
}

.sources-info {
    margin: 0;
    font-weight: 700;
}

.hideContent {
    display: none;
}

.modal-body {
    height: 70vh;
    overflow: scroll;
    ;
}

.modal-dialog {
    max-width: 70%;
}

.modal-body .modal-img {
    padding: 10px 0;
    text-align: center;
}

.upContent {
    cursor: pointer;
}

.upContent:hover {
    font-weight: bold;
}

.table {
    background-color: #28231d;
}

.table tr td:first-child {
    text-align: center;
}

.table-bordered th {
    border: none;
}

.table thead th {
    border: none;
}

.nav-tabs {
    position: relative;
    z-index: 1040;
}

.nav-tabs .nav-link {
    color: #28231d;
    font-weight: 700;
    text-decoration: none;
}

.nav-tabs .nav-link.active {
    color: #28231d;
    border: none;
    background-color: #28231d;
}

.nav-tabs .nav-link:hover {
    border-color: #28231d;
}

#myInput {
    background-image: url('../images/search.svg');
    background-position: 10px 9px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    border: 1px solid #ddd;
    background-size: 20px;
}

#myInput2 {
    background-image: url('../images/search.svg');
    background-position: 10px 9px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    border: 1px solid #ddd;
    background-size: 20px;
}

.vision p .yellow {
    color: #F2CD43;
}

.slick-slide {
    margin: 0 20px;
}

.slider {
    position: relative;
    padding: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background: #28231d;
    padding: 5px 0;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.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: #EEEEEE;
    border-color: #28231d;
    color: #28231d;
    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: none;
    border-radius: 0.25rem;
    background-color: #eeeeee;
    border-color: #28231d;
    color: #28231d;
    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 #28231d;
    border-radius: 0.25rem;
    background-color: #28231d;
    color: #EEEEEE;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.darken {
    background-color: #F62839;
}

@media(width: 1920px) {
    .graphChart {
        height: 771px;
    }
}

@media(width: 1366px) {
    .cards-1 .card-title {
        margin: 0;
    }

    /* #intro img {
        max-width: 77%;
    } */

    .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(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) {
    #values .content-values {
        padding: 0;
    }

    .navbar-custom {
        margin-top: 0;
    }

    .bg-frame {
        display: none;
    }

    .navbar-collapse.show {
        background-color: #F62839;
    }

    .value-body p {
        font-size: 9px;
    }

    .brandBox {
        position: absolute;
        z-index: 3;
        top: 40%;
        left: 46%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .titleBox {
        top: 2%;
        font-size: 30px;
    }

    .titleBox div {
        margin-bottom: 4px;
    }

    .titleBox img {
        max-width: 13%;
        transform: translateY(-80%);
    }

    .hexa {
        bottom: 15%;
    }

    #intro {
        padding-top: 120px;
    }

    #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%;
    }

    .image-profile {
        height: 40vh;
    }

    .event-box h2 {
        font-weight: 700;
        font-size: 21px;
        line-height: 22px;
    }

    .event-content {
        padding: 0 35px;
    }

    .image-box {
        height: 360px;
    }

    .readmore-box {
        background: transparent;
        border-radius: 0;

    }

    .readmore-box .rm {
        padding: 0 35px;
    }

    .readmore-box a {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-top: 20px;
    }


    .nav-tabs .nav-link {
        font-size: 11px;
    }

    
    .table td {
        font-size: 9px;
        line-height: 12px;
    }

    .table th {
        font-size: 9px;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .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;
    }
}