@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rosario&display=swap');

body {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #80BA1357 100%);
}

.topbar {
    background: url('../page_img/topbar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.topbar li a {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.topbar p {
    font-size: 12px;
    font-style: italic;
}

.w-19 {
    width: 40%;
}

.theme-text {
    color: #116795;
    font-family: "Roboto Slab", Sans-serif;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.btn-youtube {
    background-color: #cd201f;
    color: #fff;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
}

.btn-linkedin {
    background-color: #0077b5;
    color: #fff;
}

.navbar-toggler {
    color: #508400 !important;
}

.topbar nav .nav-item.active {
    background: #083F59B8;
    padding: 0px 10px;
}

.topbar nav .nav-item.active .nav-link,
.topbar nav .nav-item:hover .nav-link {
    color: #fff !important;
}

.topbar nav .nav-item:hover {
    background: #083F59B8;
}

.topbar nav .nav-link {
    color: #508400 !important;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px;
}

.topbar nav .nav-link:hover {
    color: #fff !important;
}

.topbar nav .nav-link i {
    color: #2bb5ff;
}

.topbar nav .nav-link .fa-search {
    color: #508400 !important;
}

.topbar nav .dropdown .dropdown-menu li a {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #00375B;
    background-color: #FFFFFFE6;
    padding: 8px 10px;
}

.topbar nav .dropdown .dropdown-menu li a:hover {
    background: #045b8bd2;
    color: #fff;
}

.topbar nav .dropdown .dropdown-menu li {
    position: relative;
}

.topbar nav .dropdown .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

.topbar nav .dropdown .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.topbar nav .dropdown .dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
    padding: 0;
}

.submenu_spliter {
    border-bottom: 1px solid #007DC1;
}

.overview,
.vision,
.quality,
.manufacture,
.rd,
.team,
.resource,
.join,
.contact,
.product {
    background: url('../page_img/bg-page.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview h2,
.vision h2,
.quality h2,
.manufacture h2,
.rd h2,
.team h2,
.resource h2,
.join h2,
.contact h2,
.product h2 {
    color: #8cc43c;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.overview img {
    width: 50%;
}

.overview p,
.quality ul li p,
.manufacture ul li p,
.rd p,
.team p,
.join p,
.join h6,
.contact ul li,
.contact ul li a {
    text-align: justify;
    font-family: "Ropa Sans", Sans-serif;
    color: #1D480D;
}

.vision .text-vision-blue {
    color: #1A5F7B;
    font-weight: 700;
}

.w-20 {
    width: 20%;
}

.vision .border-rt {
    border-right: 1.5px solid #1F520C;
}

.vision .divider {
    width: 100px;
    height: 3px;
    background-color: #258800;
    margin: 1em 14rem;
}

.vision li {
    color: #1F520C;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
}

.manufacture .image {
    border: 2px solid #fff;
    width: 100%;
    height: 184px;
    overflow: hidden
}

.manufacture .image img {
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
}

.manufacture .image:hover img {
    transform: scale(2, 2);
    cursor: pointer;
}

.manufacture .column {
    float: left;
    width: 25%;
}

.manufacture .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.859);
}

.manufacture .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.manufacture .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.manufacture .close:hover,
.manufacture .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.manufacture .mySlides {
    display: none;
}

.manufacture .cursor {
    cursor: pointer;
}

.manufacture .prev,
.manufacture .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.manufacture .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.manufacture .prev:hover,
.manufacture .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.manufacture .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.manufacture .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.manufacture .demo {
    opacity: 0.6;
}

.manufacture .active,
.manufacture .demo:hover {
    opacity: 1;
}

.manufacture img.hover-shadow {
    transition: 0.3s;
}

.manufacture .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.join label {
    font-weight: 500;
}

.contact ul li a i,
.contact ul li i {
    color: #8cc43c;
    font-size: 20px;
}

.contact ul li {
    line-height: 3;
}

.product p {
    font-family: "Ropa Sans", Sans-serif;
    color: #1D480D;
}

/* ======================================== */

.inc-view {
    background-image: url('../page_img/inc-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.har-view {
    background-image: url('../page_img/har-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fun-view {
    background-image: url('../page_img/fun-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.rod-view {
    background-image: url('../page_img/rod-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pher-view {
    background-image: url('../page_img/pher-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.biop-view {
    background-image: url('../page_img/biop-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.adj-view {
    background-image: url('../page_img/adj-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sol-view {
    background-image: url('../page_img/sol-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.stim-view {
    background-image: url('../page_img/stim-view.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.overlay {
    background: #0202027a;
}

.main-timeline-4 {
    position: relative;
}

.main-timeline-4::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #bbb;
    top: 0;
    bottom: 30px;
    left: 50%;
    margin-left: -3px;
}

.timeline-4 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-4::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #fff;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
}

.left-4 {
    padding: 0px 40px 30px 0px;
    left: 0;
}

.right-4 {
    padding: 0px 0px 30px 40px;
    left: 50%;
}

.right-4::after {
    left: -14px;
}

@media screen and (max-width: 600px) {
    .main-timeline-4::after {
        left: 31px;
    }

    .timeline-4 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-4::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .left-4::after,
    .right-4::after {
        left: 18px;
    }

    .left-4::before {
        right: auto;
    }

    .right-4 {
        left: 0%;
    }
}

footer {
    background: #07334B;
    padding: 15px 0 0 0;
}

footer .short-about img {
    width: 70%;
}

footer .short-about {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 700;
}

footer .lower-part {
    font-family: "Rosario", Sans-serif;
}

footer .social .fa {
    font-size: 20px;
}

footer hr {
    color: #fff;
    border: 1px solid #fff;
}

footer .last-line {
    font-size: 12px;
    font-weight: 600;
}

@media (min-width:576px) {
    .topbar {
        background-position-y: 100%;
    }

    .w-19 {
        width: 25%;
    }

    .topbar nav .nav-link {
        margin: 0;
        font-size: 11px;
    }

    .team img {
        height: auto;
    }

    footer .short-about img {
        width: 100%;
    }
}

@media (min-width:768px) {
    .topbar {
        background-position-y: 100%;
    }

    .w-19 {
        width: 18%;
    }

    .topbar nav .nav-link {
        margin: 5px 10px;
        font-size: 14px;
    }

    .team img {
        height: 200px;
    }

    footer .short-about img {
        width: 65%;
    }
}