    @font-face {
        font-family: vcooper;
        src: url('/fonts/VCOOPERB.TTF');
    }

    body {
        background-color: white !important
    }

    .header-logo {
        width: 250px;
    }

    .menu-bar span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
        margin-right: 5rem;
    }

    .under-menu-hr {
        border-top: 3px solid black;
        margin-top: 0.5rem;

    }

    .svg-image {
        width: 10rem;
    }

    .menu-text {
        text-transform: uppercase;
        font-size: 2.8rem;
        color: white;
        line-height: 3.5rem;
        font-weight: 700;
        text-align: center;
        font-family: 'vcooper';
    }

    .font-cooper {
        font-family: 'vcooper';
    }

    .menus {
        height: 220px;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .text-shadow {
        text-shadow: 2px 0px 10px #121212;
    }

    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: #ffffff00;
        border: none;
        outline: none;
        background: #ffffff;
        box-shadow: 10px 10px 20px #0000007d;
        border-radius: 50%;
    }

    .slick-next {
        right: -50px;
    }

    .slick-prev {
        left: -50px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
        line-height: 1;
        opacity: .75;
        color: #0000009c;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        font-family: unset;
    }

    .slick-next:before {
        content: '>';
    }

    .slick-prev:before {
        content: '<';
    }

    .font-size-1 {
        font-size: 1rem;
    }

    .font-size-1_2 {
        font-size: 1.2rem;
    }

    .footer-menu a {
        color: black;
        margin-right: 10px;
        text-decoration: revert;
        font-size: 0.6rem;
    }

    .footer-logo {
        width: 175px;
    }

    .footer-copyright {
        font-size: 0.8rem;
        position: absolute;
        bottom: 0
    }

    .menus:hover {
        box-shadow: 5px 5px 10px #00000052;
        position: relative;
        top: -3px;
        right: -3px;
    }

    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }

    a {
        color: #212529;
    }

    a:hover {
        color: #212529;
    }
    .big-bg-img {
        height: 360px;
    }
    .md-bg-img {
        height: 310px;
    }
    .md-bg-img p{
        font-size: 2.5rem;
    }
    .company-profile {
        height: 310px;
    }
    .company-profile div img {
            width: 8rem;
    }
    .max-line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }
    @media only screen and (max-width:1000px) {

        /* For tablets: */
        .company-profile {
            height: 200px;
        }
        .company-profile div img {
            width: 5rem;
        }
        .company-profile div p {
            font-size: 2rem;
            line-height: 2rem;
        }
        footer .col-md {
            text-align: center
        }
    }
    @media only screen and (max-width:800px) {

        /* For tablets: */
        .company-profile {
            height: 200px;
        }
        .company-profile div img {
            width: 5rem;
        }
        .company-profile div p {
            font-size: 2rem;
            line-height: 2rem;
        }
        footer .col-md {
            text-align: center
        }
        .slick-arrow {
            display: none !important;
        }
    }

    @media only screen and (max-width:500px) {

        /* For mobile phones: */
        .menu-bar span {
            margin-right: 1rem;
        }

        .svg-image {
            width: 5rem;
        }

        .menu-text {
            font-size: 1.8rem;
            line-height: 2.5rem;
        }
        .menus {
            height: 130px;
        }
        .big-bg-img {
            height: 225px;
        }
        .md-bg-img {
            height: 215px;
        }
        .md-bg-img p{
            font-size: 1.5rem;
        }
        .company-profile {
            background-image: url("/images/bg-05.png");
            height: 100px;
        }
        .company-profile div img {
            width: 3rem;
            margin-top: 1rem !important;
        }
        .company-profile div p {
            font-size: 0.8rem;
            line-height: 0.8rem;
            margin: 0.5rem auto !important;
        }
        footer .col-md {
            text-align: center
        }
        .slick-arrow {
            display: none !important;
        }
    }
